@charset "UTF-8";

*, ::before, ::after{
  border-color: currentColor;
}

:root{
  --color-black: #000000;
  --color-white: #ffffff;
  --color-error: #d81e1e;
  --color-warning: #d97706;
  --color-success: #4bb543;
}

.container{
  width: 100%;
}

@media (min-width: 400px){
  .container{
    max-width: 400px;
  }
}

@media (min-width: 576px){
  .container{
    max-width: 576px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}

@media (min-width: 1351px){
  .container{
    max-width: 1351px;
  }
}

@media (min-width: 1530px){
  .container{
    max-width: 1530px;
  }
}

.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-within\:sr-only:focus-within{
  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-within\:not-sr-only:focus-within{
  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;
}

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

.pointer-events-auto{
  pointer-events: auto !important;
}

.visible{
  visibility: visible !important;
}

.invisible{
  visibility: hidden !important;
}

.static{
  position: static !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.sticky{
  position: sticky !important;
}

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

.inset-1{
  top: 0.25rem !important;
  right: 0.25rem !important;
  bottom: 0.25rem !important;
  left: 0.25rem !important;
}

.inset-2{
  top: 0.5rem !important;
  right: 0.5rem !important;
  bottom: 0.5rem !important;
  left: 0.5rem !important;
}

.inset-3{
  top: 0.75rem !important;
  right: 0.75rem !important;
  bottom: 0.75rem !important;
  left: 0.75rem !important;
}

.inset-4{
  top: 1rem !important;
  right: 1rem !important;
  bottom: 1rem !important;
  left: 1rem !important;
}

.inset-5{
  top: 1.25rem !important;
  right: 1.25rem !important;
  bottom: 1.25rem !important;
  left: 1.25rem !important;
}

.inset-6{
  top: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  left: 1.5rem !important;
}

.inset-7{
  top: 1.75rem !important;
  right: 1.75rem !important;
  bottom: 1.75rem !important;
  left: 1.75rem !important;
}

.inset-8{
  top: 2rem !important;
  right: 2rem !important;
  bottom: 2rem !important;
  left: 2rem !important;
}

.inset-9{
  top: 2.25rem !important;
  right: 2.25rem !important;
  bottom: 2.25rem !important;
  left: 2.25rem !important;
}

.inset-10{
  top: 2.5rem !important;
  right: 2.5rem !important;
  bottom: 2.5rem !important;
  left: 2.5rem !important;
}

.inset-11{
  top: 2.75rem !important;
  right: 2.75rem !important;
  bottom: 2.75rem !important;
  left: 2.75rem !important;
}

.inset-12{
  top: 3rem !important;
  right: 3rem !important;
  bottom: 3rem !important;
  left: 3rem !important;
}

.inset-14{
  top: 3.5rem !important;
  right: 3.5rem !important;
  bottom: 3.5rem !important;
  left: 3.5rem !important;
}

.inset-16{
  top: 4rem !important;
  right: 4rem !important;
  bottom: 4rem !important;
  left: 4rem !important;
}

.inset-20{
  top: 5rem !important;
  right: 5rem !important;
  bottom: 5rem !important;
  left: 5rem !important;
}

.inset-24{
  top: 6rem !important;
  right: 6rem !important;
  bottom: 6rem !important;
  left: 6rem !important;
}

.inset-28{
  top: 7rem !important;
  right: 7rem !important;
  bottom: 7rem !important;
  left: 7rem !important;
}

.inset-32{
  top: 8rem !important;
  right: 8rem !important;
  bottom: 8rem !important;
  left: 8rem !important;
}

.inset-36{
  top: 9rem !important;
  right: 9rem !important;
  bottom: 9rem !important;
  left: 9rem !important;
}

.inset-40{
  top: 10rem !important;
  right: 10rem !important;
  bottom: 10rem !important;
  left: 10rem !important;
}

.inset-44{
  top: 11rem !important;
  right: 11rem !important;
  bottom: 11rem !important;
  left: 11rem !important;
}

.inset-48{
  top: 12rem !important;
  right: 12rem !important;
  bottom: 12rem !important;
  left: 12rem !important;
}

.inset-52{
  top: 13rem !important;
  right: 13rem !important;
  bottom: 13rem !important;
  left: 13rem !important;
}

.inset-56{
  top: 14rem !important;
  right: 14rem !important;
  bottom: 14rem !important;
  left: 14rem !important;
}

.inset-60{
  top: 15rem !important;
  right: 15rem !important;
  bottom: 15rem !important;
  left: 15rem !important;
}

.inset-64{
  top: 16rem !important;
  right: 16rem !important;
  bottom: 16rem !important;
  left: 16rem !important;
}

.inset-72{
  top: 18rem !important;
  right: 18rem !important;
  bottom: 18rem !important;
  left: 18rem !important;
}

.inset-80{
  top: 20rem !important;
  right: 20rem !important;
  bottom: 20rem !important;
  left: 20rem !important;
}

.inset-96{
  top: 24rem !important;
  right: 24rem !important;
  bottom: 24rem !important;
  left: 24rem !important;
}

.inset-auto{
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

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

.inset-0\.5{
  top: 0.125rem !important;
  right: 0.125rem !important;
  bottom: 0.125rem !important;
  left: 0.125rem !important;
}

.inset-1\.5{
  top: 0.375rem !important;
  right: 0.375rem !important;
  bottom: 0.375rem !important;
  left: 0.375rem !important;
}

.inset-2\.5{
  top: 0.625rem !important;
  right: 0.625rem !important;
  bottom: 0.625rem !important;
  left: 0.625rem !important;
}

.inset-3\.5{
  top: 0.875rem !important;
  right: 0.875rem !important;
  bottom: 0.875rem !important;
  left: 0.875rem !important;
}

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

.-inset-1{
  top: -0.25rem !important;
  right: -0.25rem !important;
  bottom: -0.25rem !important;
  left: -0.25rem !important;
}

.-inset-2{
  top: -0.5rem !important;
  right: -0.5rem !important;
  bottom: -0.5rem !important;
  left: -0.5rem !important;
}

.-inset-3{
  top: -0.75rem !important;
  right: -0.75rem !important;
  bottom: -0.75rem !important;
  left: -0.75rem !important;
}

.-inset-4{
  top: -1rem !important;
  right: -1rem !important;
  bottom: -1rem !important;
  left: -1rem !important;
}

.-inset-5{
  top: -1.25rem !important;
  right: -1.25rem !important;
  bottom: -1.25rem !important;
  left: -1.25rem !important;
}

.-inset-6{
  top: -1.5rem !important;
  right: -1.5rem !important;
  bottom: -1.5rem !important;
  left: -1.5rem !important;
}

.-inset-7{
  top: -1.75rem !important;
  right: -1.75rem !important;
  bottom: -1.75rem !important;
  left: -1.75rem !important;
}

.-inset-8{
  top: -2rem !important;
  right: -2rem !important;
  bottom: -2rem !important;
  left: -2rem !important;
}

.-inset-9{
  top: -2.25rem !important;
  right: -2.25rem !important;
  bottom: -2.25rem !important;
  left: -2.25rem !important;
}

.-inset-10{
  top: -2.5rem !important;
  right: -2.5rem !important;
  bottom: -2.5rem !important;
  left: -2.5rem !important;
}

.-inset-11{
  top: -2.75rem !important;
  right: -2.75rem !important;
  bottom: -2.75rem !important;
  left: -2.75rem !important;
}

.-inset-12{
  top: -3rem !important;
  right: -3rem !important;
  bottom: -3rem !important;
  left: -3rem !important;
}

.-inset-14{
  top: -3.5rem !important;
  right: -3.5rem !important;
  bottom: -3.5rem !important;
  left: -3.5rem !important;
}

.-inset-16{
  top: -4rem !important;
  right: -4rem !important;
  bottom: -4rem !important;
  left: -4rem !important;
}

.-inset-20{
  top: -5rem !important;
  right: -5rem !important;
  bottom: -5rem !important;
  left: -5rem !important;
}

.-inset-24{
  top: -6rem !important;
  right: -6rem !important;
  bottom: -6rem !important;
  left: -6rem !important;
}

.-inset-28{
  top: -7rem !important;
  right: -7rem !important;
  bottom: -7rem !important;
  left: -7rem !important;
}

.-inset-32{
  top: -8rem !important;
  right: -8rem !important;
  bottom: -8rem !important;
  left: -8rem !important;
}

.-inset-36{
  top: -9rem !important;
  right: -9rem !important;
  bottom: -9rem !important;
  left: -9rem !important;
}

.-inset-40{
  top: -10rem !important;
  right: -10rem !important;
  bottom: -10rem !important;
  left: -10rem !important;
}

.-inset-44{
  top: -11rem !important;
  right: -11rem !important;
  bottom: -11rem !important;
  left: -11rem !important;
}

.-inset-48{
  top: -12rem !important;
  right: -12rem !important;
  bottom: -12rem !important;
  left: -12rem !important;
}

.-inset-52{
  top: -13rem !important;
  right: -13rem !important;
  bottom: -13rem !important;
  left: -13rem !important;
}

.-inset-56{
  top: -14rem !important;
  right: -14rem !important;
  bottom: -14rem !important;
  left: -14rem !important;
}

.-inset-60{
  top: -15rem !important;
  right: -15rem !important;
  bottom: -15rem !important;
  left: -15rem !important;
}

.-inset-64{
  top: -16rem !important;
  right: -16rem !important;
  bottom: -16rem !important;
  left: -16rem !important;
}

.-inset-72{
  top: -18rem !important;
  right: -18rem !important;
  bottom: -18rem !important;
  left: -18rem !important;
}

.-inset-80{
  top: -20rem !important;
  right: -20rem !important;
  bottom: -20rem !important;
  left: -20rem !important;
}

.-inset-96{
  top: -24rem !important;
  right: -24rem !important;
  bottom: -24rem !important;
  left: -24rem !important;
}

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

.-inset-0\.5{
  top: -0.125rem !important;
  right: -0.125rem !important;
  bottom: -0.125rem !important;
  left: -0.125rem !important;
}

.-inset-1\.5{
  top: -0.375rem !important;
  right: -0.375rem !important;
  bottom: -0.375rem !important;
  left: -0.375rem !important;
}

.-inset-2\.5{
  top: -0.625rem !important;
  right: -0.625rem !important;
  bottom: -0.625rem !important;
  left: -0.625rem !important;
}

.-inset-3\.5{
  top: -0.875rem !important;
  right: -0.875rem !important;
  bottom: -0.875rem !important;
  left: -0.875rem !important;
}

.inset-1\/2{
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.inset-1\/3{
  top: 33.333333% !important;
  right: 33.333333% !important;
  bottom: 33.333333% !important;
  left: 33.333333% !important;
}

.inset-2\/3{
  top: 66.666667% !important;
  right: 66.666667% !important;
  bottom: 66.666667% !important;
  left: 66.666667% !important;
}

.inset-1\/4{
  top: 25% !important;
  right: 25% !important;
  bottom: 25% !important;
  left: 25% !important;
}

.inset-2\/4{
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.inset-3\/4{
  top: 75% !important;
  right: 75% !important;
  bottom: 75% !important;
  left: 75% !important;
}

.inset-full{
  top: 100% !important;
  right: 100% !important;
  bottom: 100% !important;
  left: 100% !important;
}

.-inset-1\/2{
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.-inset-1\/3{
  top: -33.333333% !important;
  right: -33.333333% !important;
  bottom: -33.333333% !important;
  left: -33.333333% !important;
}

.-inset-2\/3{
  top: -66.666667% !important;
  right: -66.666667% !important;
  bottom: -66.666667% !important;
  left: -66.666667% !important;
}

.-inset-1\/4{
  top: -25% !important;
  right: -25% !important;
  bottom: -25% !important;
  left: -25% !important;
}

.-inset-2\/4{
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.-inset-3\/4{
  top: -75% !important;
  right: -75% !important;
  bottom: -75% !important;
  left: -75% !important;
}

.-inset-full{
  top: -100% !important;
  right: -100% !important;
  bottom: -100% !important;
  left: -100% !important;
}

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

.inset-x-1{
  left: 0.25rem !important;
  right: 0.25rem !important;
}

.inset-x-2{
  left: 0.5rem !important;
  right: 0.5rem !important;
}

.inset-x-3{
  left: 0.75rem !important;
  right: 0.75rem !important;
}

.inset-x-4{
  left: 1rem !important;
  right: 1rem !important;
}

.inset-x-5{
  left: 1.25rem !important;
  right: 1.25rem !important;
}

.inset-x-6{
  left: 1.5rem !important;
  right: 1.5rem !important;
}

.inset-x-7{
  left: 1.75rem !important;
  right: 1.75rem !important;
}

.inset-x-8{
  left: 2rem !important;
  right: 2rem !important;
}

.inset-x-9{
  left: 2.25rem !important;
  right: 2.25rem !important;
}

.inset-x-10{
  left: 2.5rem !important;
  right: 2.5rem !important;
}

.inset-x-11{
  left: 2.75rem !important;
  right: 2.75rem !important;
}

.inset-x-12{
  left: 3rem !important;
  right: 3rem !important;
}

.inset-x-14{
  left: 3.5rem !important;
  right: 3.5rem !important;
}

.inset-x-16{
  left: 4rem !important;
  right: 4rem !important;
}

.inset-x-20{
  left: 5rem !important;
  right: 5rem !important;
}

.inset-x-24{
  left: 6rem !important;
  right: 6rem !important;
}

.inset-x-28{
  left: 7rem !important;
  right: 7rem !important;
}

.inset-x-32{
  left: 8rem !important;
  right: 8rem !important;
}

.inset-x-36{
  left: 9rem !important;
  right: 9rem !important;
}

.inset-x-40{
  left: 10rem !important;
  right: 10rem !important;
}

.inset-x-44{
  left: 11rem !important;
  right: 11rem !important;
}

.inset-x-48{
  left: 12rem !important;
  right: 12rem !important;
}

.inset-x-52{
  left: 13rem !important;
  right: 13rem !important;
}

.inset-x-56{
  left: 14rem !important;
  right: 14rem !important;
}

.inset-x-60{
  left: 15rem !important;
  right: 15rem !important;
}

.inset-x-64{
  left: 16rem !important;
  right: 16rem !important;
}

.inset-x-72{
  left: 18rem !important;
  right: 18rem !important;
}

.inset-x-80{
  left: 20rem !important;
  right: 20rem !important;
}

.inset-x-96{
  left: 24rem !important;
  right: 24rem !important;
}

.inset-x-auto{
  left: auto !important;
  right: auto !important;
}

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

.inset-x-0\.5{
  left: 0.125rem !important;
  right: 0.125rem !important;
}

.inset-x-1\.5{
  left: 0.375rem !important;
  right: 0.375rem !important;
}

.inset-x-2\.5{
  left: 0.625rem !important;
  right: 0.625rem !important;
}

.inset-x-3\.5{
  left: 0.875rem !important;
  right: 0.875rem !important;
}

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

.-inset-x-1{
  left: -0.25rem !important;
  right: -0.25rem !important;
}

.-inset-x-2{
  left: -0.5rem !important;
  right: -0.5rem !important;
}

.-inset-x-3{
  left: -0.75rem !important;
  right: -0.75rem !important;
}

.-inset-x-4{
  left: -1rem !important;
  right: -1rem !important;
}

.-inset-x-5{
  left: -1.25rem !important;
  right: -1.25rem !important;
}

.-inset-x-6{
  left: -1.5rem !important;
  right: -1.5rem !important;
}

.-inset-x-7{
  left: -1.75rem !important;
  right: -1.75rem !important;
}

.-inset-x-8{
  left: -2rem !important;
  right: -2rem !important;
}

.-inset-x-9{
  left: -2.25rem !important;
  right: -2.25rem !important;
}

.-inset-x-10{
  left: -2.5rem !important;
  right: -2.5rem !important;
}

.-inset-x-11{
  left: -2.75rem !important;
  right: -2.75rem !important;
}

.-inset-x-12{
  left: -3rem !important;
  right: -3rem !important;
}

.-inset-x-14{
  left: -3.5rem !important;
  right: -3.5rem !important;
}

.-inset-x-16{
  left: -4rem !important;
  right: -4rem !important;
}

.-inset-x-20{
  left: -5rem !important;
  right: -5rem !important;
}

.-inset-x-24{
  left: -6rem !important;
  right: -6rem !important;
}

.-inset-x-28{
  left: -7rem !important;
  right: -7rem !important;
}

.-inset-x-32{
  left: -8rem !important;
  right: -8rem !important;
}

.-inset-x-36{
  left: -9rem !important;
  right: -9rem !important;
}

.-inset-x-40{
  left: -10rem !important;
  right: -10rem !important;
}

.-inset-x-44{
  left: -11rem !important;
  right: -11rem !important;
}

.-inset-x-48{
  left: -12rem !important;
  right: -12rem !important;
}

.-inset-x-52{
  left: -13rem !important;
  right: -13rem !important;
}

.-inset-x-56{
  left: -14rem !important;
  right: -14rem !important;
}

.-inset-x-60{
  left: -15rem !important;
  right: -15rem !important;
}

.-inset-x-64{
  left: -16rem !important;
  right: -16rem !important;
}

.-inset-x-72{
  left: -18rem !important;
  right: -18rem !important;
}

.-inset-x-80{
  left: -20rem !important;
  right: -20rem !important;
}

.-inset-x-96{
  left: -24rem !important;
  right: -24rem !important;
}

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

.-inset-x-0\.5{
  left: -0.125rem !important;
  right: -0.125rem !important;
}

.-inset-x-1\.5{
  left: -0.375rem !important;
  right: -0.375rem !important;
}

.-inset-x-2\.5{
  left: -0.625rem !important;
  right: -0.625rem !important;
}

.-inset-x-3\.5{
  left: -0.875rem !important;
  right: -0.875rem !important;
}

.inset-x-1\/2{
  left: 50% !important;
  right: 50% !important;
}

.inset-x-1\/3{
  left: 33.333333% !important;
  right: 33.333333% !important;
}

.inset-x-2\/3{
  left: 66.666667% !important;
  right: 66.666667% !important;
}

.inset-x-1\/4{
  left: 25% !important;
  right: 25% !important;
}

.inset-x-2\/4{
  left: 50% !important;
  right: 50% !important;
}

.inset-x-3\/4{
  left: 75% !important;
  right: 75% !important;
}

.inset-x-full{
  left: 100% !important;
  right: 100% !important;
}

.-inset-x-1\/2{
  left: -50% !important;
  right: -50% !important;
}

.-inset-x-1\/3{
  left: -33.333333% !important;
  right: -33.333333% !important;
}

.-inset-x-2\/3{
  left: -66.666667% !important;
  right: -66.666667% !important;
}

.-inset-x-1\/4{
  left: -25% !important;
  right: -25% !important;
}

.-inset-x-2\/4{
  left: -50% !important;
  right: -50% !important;
}

.-inset-x-3\/4{
  left: -75% !important;
  right: -75% !important;
}

.-inset-x-full{
  left: -100% !important;
  right: -100% !important;
}

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

.inset-y-1{
  top: 0.25rem !important;
  bottom: 0.25rem !important;
}

.inset-y-2{
  top: 0.5rem !important;
  bottom: 0.5rem !important;
}

.inset-y-3{
  top: 0.75rem !important;
  bottom: 0.75rem !important;
}

.inset-y-4{
  top: 1rem !important;
  bottom: 1rem !important;
}

.inset-y-5{
  top: 1.25rem !important;
  bottom: 1.25rem !important;
}

.inset-y-6{
  top: 1.5rem !important;
  bottom: 1.5rem !important;
}

.inset-y-7{
  top: 1.75rem !important;
  bottom: 1.75rem !important;
}

.inset-y-8{
  top: 2rem !important;
  bottom: 2rem !important;
}

.inset-y-9{
  top: 2.25rem !important;
  bottom: 2.25rem !important;
}

.inset-y-10{
  top: 2.5rem !important;
  bottom: 2.5rem !important;
}

.inset-y-11{
  top: 2.75rem !important;
  bottom: 2.75rem !important;
}

.inset-y-12{
  top: 3rem !important;
  bottom: 3rem !important;
}

.inset-y-14{
  top: 3.5rem !important;
  bottom: 3.5rem !important;
}

.inset-y-16{
  top: 4rem !important;
  bottom: 4rem !important;
}

.inset-y-20{
  top: 5rem !important;
  bottom: 5rem !important;
}

.inset-y-24{
  top: 6rem !important;
  bottom: 6rem !important;
}

.inset-y-28{
  top: 7rem !important;
  bottom: 7rem !important;
}

.inset-y-32{
  top: 8rem !important;
  bottom: 8rem !important;
}

.inset-y-36{
  top: 9rem !important;
  bottom: 9rem !important;
}

.inset-y-40{
  top: 10rem !important;
  bottom: 10rem !important;
}

.inset-y-44{
  top: 11rem !important;
  bottom: 11rem !important;
}

.inset-y-48{
  top: 12rem !important;
  bottom: 12rem !important;
}

.inset-y-52{
  top: 13rem !important;
  bottom: 13rem !important;
}

.inset-y-56{
  top: 14rem !important;
  bottom: 14rem !important;
}

.inset-y-60{
  top: 15rem !important;
  bottom: 15rem !important;
}

.inset-y-64{
  top: 16rem !important;
  bottom: 16rem !important;
}

.inset-y-72{
  top: 18rem !important;
  bottom: 18rem !important;
}

.inset-y-80{
  top: 20rem !important;
  bottom: 20rem !important;
}

.inset-y-96{
  top: 24rem !important;
  bottom: 24rem !important;
}

.inset-y-auto{
  top: auto !important;
  bottom: auto !important;
}

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

.inset-y-0\.5{
  top: 0.125rem !important;
  bottom: 0.125rem !important;
}

.inset-y-1\.5{
  top: 0.375rem !important;
  bottom: 0.375rem !important;
}

.inset-y-2\.5{
  top: 0.625rem !important;
  bottom: 0.625rem !important;
}

.inset-y-3\.5{
  top: 0.875rem !important;
  bottom: 0.875rem !important;
}

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

.-inset-y-1{
  top: -0.25rem !important;
  bottom: -0.25rem !important;
}

.-inset-y-2{
  top: -0.5rem !important;
  bottom: -0.5rem !important;
}

.-inset-y-3{
  top: -0.75rem !important;
  bottom: -0.75rem !important;
}

.-inset-y-4{
  top: -1rem !important;
  bottom: -1rem !important;
}

.-inset-y-5{
  top: -1.25rem !important;
  bottom: -1.25rem !important;
}

.-inset-y-6{
  top: -1.5rem !important;
  bottom: -1.5rem !important;
}

.-inset-y-7{
  top: -1.75rem !important;
  bottom: -1.75rem !important;
}

.-inset-y-8{
  top: -2rem !important;
  bottom: -2rem !important;
}

.-inset-y-9{
  top: -2.25rem !important;
  bottom: -2.25rem !important;
}

.-inset-y-10{
  top: -2.5rem !important;
  bottom: -2.5rem !important;
}

.-inset-y-11{
  top: -2.75rem !important;
  bottom: -2.75rem !important;
}

.-inset-y-12{
  top: -3rem !important;
  bottom: -3rem !important;
}

.-inset-y-14{
  top: -3.5rem !important;
  bottom: -3.5rem !important;
}

.-inset-y-16{
  top: -4rem !important;
  bottom: -4rem !important;
}

.-inset-y-20{
  top: -5rem !important;
  bottom: -5rem !important;
}

.-inset-y-24{
  top: -6rem !important;
  bottom: -6rem !important;
}

.-inset-y-28{
  top: -7rem !important;
  bottom: -7rem !important;
}

.-inset-y-32{
  top: -8rem !important;
  bottom: -8rem !important;
}

.-inset-y-36{
  top: -9rem !important;
  bottom: -9rem !important;
}

.-inset-y-40{
  top: -10rem !important;
  bottom: -10rem !important;
}

.-inset-y-44{
  top: -11rem !important;
  bottom: -11rem !important;
}

.-inset-y-48{
  top: -12rem !important;
  bottom: -12rem !important;
}

.-inset-y-52{
  top: -13rem !important;
  bottom: -13rem !important;
}

.-inset-y-56{
  top: -14rem !important;
  bottom: -14rem !important;
}

.-inset-y-60{
  top: -15rem !important;
  bottom: -15rem !important;
}

.-inset-y-64{
  top: -16rem !important;
  bottom: -16rem !important;
}

.-inset-y-72{
  top: -18rem !important;
  bottom: -18rem !important;
}

.-inset-y-80{
  top: -20rem !important;
  bottom: -20rem !important;
}

.-inset-y-96{
  top: -24rem !important;
  bottom: -24rem !important;
}

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

.-inset-y-0\.5{
  top: -0.125rem !important;
  bottom: -0.125rem !important;
}

.-inset-y-1\.5{
  top: -0.375rem !important;
  bottom: -0.375rem !important;
}

.-inset-y-2\.5{
  top: -0.625rem !important;
  bottom: -0.625rem !important;
}

.-inset-y-3\.5{
  top: -0.875rem !important;
  bottom: -0.875rem !important;
}

.inset-y-1\/2{
  top: 50% !important;
  bottom: 50% !important;
}

.inset-y-1\/3{
  top: 33.333333% !important;
  bottom: 33.333333% !important;
}

.inset-y-2\/3{
  top: 66.666667% !important;
  bottom: 66.666667% !important;
}

.inset-y-1\/4{
  top: 25% !important;
  bottom: 25% !important;
}

.inset-y-2\/4{
  top: 50% !important;
  bottom: 50% !important;
}

.inset-y-3\/4{
  top: 75% !important;
  bottom: 75% !important;
}

.inset-y-full{
  top: 100% !important;
  bottom: 100% !important;
}

.-inset-y-1\/2{
  top: -50% !important;
  bottom: -50% !important;
}

.-inset-y-1\/3{
  top: -33.333333% !important;
  bottom: -33.333333% !important;
}

.-inset-y-2\/3{
  top: -66.666667% !important;
  bottom: -66.666667% !important;
}

.-inset-y-1\/4{
  top: -25% !important;
  bottom: -25% !important;
}

.-inset-y-2\/4{
  top: -50% !important;
  bottom: -50% !important;
}

.-inset-y-3\/4{
  top: -75% !important;
  bottom: -75% !important;
}

.-inset-y-full{
  top: -100% !important;
  bottom: -100% !important;
}

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

.top-1{
  top: 0.25rem !important;
}

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

.top-3{
  top: 0.75rem !important;
}

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

.top-5{
  top: 1.25rem !important;
}

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

.top-7{
  top: 1.75rem !important;
}

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

.top-9{
  top: 2.25rem !important;
}

.top-10{
  top: 2.5rem !important;
}

.top-11{
  top: 2.75rem !important;
}

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

.top-14{
  top: 3.5rem !important;
}

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

.top-20{
  top: 5rem !important;
}

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

.top-28{
  top: 7rem !important;
}

.top-32{
  top: 8rem !important;
}

.top-36{
  top: 9rem !important;
}

.top-40{
  top: 10rem !important;
}

.top-44{
  top: 11rem !important;
}

.top-48{
  top: 12rem !important;
}

.top-52{
  top: 13rem !important;
}

.top-56{
  top: 14rem !important;
}

.top-60{
  top: 15rem !important;
}

.top-64{
  top: 16rem !important;
}

.top-72{
  top: 18rem !important;
}

.top-80{
  top: 20rem !important;
}

.top-96{
  top: 24rem !important;
}

.top-auto{
  top: auto !important;
}

.top-px{
  top: 1px !important;
}

.top-0\.5{
  top: 0.125rem !important;
}

.top-1\.5{
  top: 0.375rem !important;
}

.top-2\.5{
  top: 0.625rem !important;
}

.top-3\.5{
  top: 0.875rem !important;
}

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

.-top-1{
  top: -0.25rem !important;
}

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

.-top-3{
  top: -0.75rem !important;
}

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

.-top-5{
  top: -1.25rem !important;
}

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

.-top-7{
  top: -1.75rem !important;
}

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

.-top-9{
  top: -2.25rem !important;
}

.-top-10{
  top: -2.5rem !important;
}

.-top-11{
  top: -2.75rem !important;
}

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

.-top-14{
  top: -3.5rem !important;
}

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

.-top-20{
  top: -5rem !important;
}

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

.-top-28{
  top: -7rem !important;
}

.-top-32{
  top: -8rem !important;
}

.-top-36{
  top: -9rem !important;
}

.-top-40{
  top: -10rem !important;
}

.-top-44{
  top: -11rem !important;
}

.-top-48{
  top: -12rem !important;
}

.-top-52{
  top: -13rem !important;
}

.-top-56{
  top: -14rem !important;
}

.-top-60{
  top: -15rem !important;
}

.-top-64{
  top: -16rem !important;
}

.-top-72{
  top: -18rem !important;
}

.-top-80{
  top: -20rem !important;
}

.-top-96{
  top: -24rem !important;
}

.-top-px{
  top: -1px !important;
}

.-top-0\.5{
  top: -0.125rem !important;
}

.-top-1\.5{
  top: -0.375rem !important;
}

.-top-2\.5{
  top: -0.625rem !important;
}

.-top-3\.5{
  top: -0.875rem !important;
}

.top-1\/2{
  top: 50% !important;
}

.top-1\/3{
  top: 33.333333% !important;
}

.top-2\/3{
  top: 66.666667% !important;
}

.top-1\/4{
  top: 25% !important;
}

.top-2\/4{
  top: 50% !important;
}

.top-3\/4{
  top: 75% !important;
}

.top-full{
  top: 100% !important;
}

.-top-1\/2{
  top: -50% !important;
}

.-top-1\/3{
  top: -33.333333% !important;
}

.-top-2\/3{
  top: -66.666667% !important;
}

.-top-1\/4{
  top: -25% !important;
}

.-top-2\/4{
  top: -50% !important;
}

.-top-3\/4{
  top: -75% !important;
}

.-top-full{
  top: -100% !important;
}

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

.right-1{
  right: 0.25rem !important;
}

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

.right-3{
  right: 0.75rem !important;
}

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

.right-5{
  right: 1.25rem !important;
}

.right-6{
  right: 1.5rem !important;
}

.right-7{
  right: 1.75rem !important;
}

.right-8{
  right: 2rem !important;
}

.right-9{
  right: 2.25rem !important;
}

.right-10{
  right: 2.5rem !important;
}

.right-11{
  right: 2.75rem !important;
}

.right-12{
  right: 3rem !important;
}

.right-14{
  right: 3.5rem !important;
}

.right-16{
  right: 4rem !important;
}

.right-20{
  right: 5rem !important;
}

.right-24{
  right: 6rem !important;
}

.right-28{
  right: 7rem !important;
}

.right-32{
  right: 8rem !important;
}

.right-36{
  right: 9rem !important;
}

.right-40{
  right: 10rem !important;
}

.right-44{
  right: 11rem !important;
}

.right-48{
  right: 12rem !important;
}

.right-52{
  right: 13rem !important;
}

.right-56{
  right: 14rem !important;
}

.right-60{
  right: 15rem !important;
}

.right-64{
  right: 16rem !important;
}

.right-72{
  right: 18rem !important;
}

.right-80{
  right: 20rem !important;
}

.right-96{
  right: 24rem !important;
}

.right-auto{
  right: auto !important;
}

.right-px{
  right: 1px !important;
}

.right-0\.5{
  right: 0.125rem !important;
}

.right-1\.5{
  right: 0.375rem !important;
}

.right-2\.5{
  right: 0.625rem !important;
}

.right-3\.5{
  right: 0.875rem !important;
}

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

.-right-1{
  right: -0.25rem !important;
}

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

.-right-3{
  right: -0.75rem !important;
}

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

.-right-5{
  right: -1.25rem !important;
}

.-right-6{
  right: -1.5rem !important;
}

.-right-7{
  right: -1.75rem !important;
}

.-right-8{
  right: -2rem !important;
}

.-right-9{
  right: -2.25rem !important;
}

.-right-10{
  right: -2.5rem !important;
}

.-right-11{
  right: -2.75rem !important;
}

.-right-12{
  right: -3rem !important;
}

.-right-14{
  right: -3.5rem !important;
}

.-right-16{
  right: -4rem !important;
}

.-right-20{
  right: -5rem !important;
}

.-right-24{
  right: -6rem !important;
}

.-right-28{
  right: -7rem !important;
}

.-right-32{
  right: -8rem !important;
}

.-right-36{
  right: -9rem !important;
}

.-right-40{
  right: -10rem !important;
}

.-right-44{
  right: -11rem !important;
}

.-right-48{
  right: -12rem !important;
}

.-right-52{
  right: -13rem !important;
}

.-right-56{
  right: -14rem !important;
}

.-right-60{
  right: -15rem !important;
}

.-right-64{
  right: -16rem !important;
}

.-right-72{
  right: -18rem !important;
}

.-right-80{
  right: -20rem !important;
}

.-right-96{
  right: -24rem !important;
}

.-right-px{
  right: -1px !important;
}

.-right-0\.5{
  right: -0.125rem !important;
}

.-right-1\.5{
  right: -0.375rem !important;
}

.-right-2\.5{
  right: -0.625rem !important;
}

.-right-3\.5{
  right: -0.875rem !important;
}

.right-1\/2{
  right: 50% !important;
}

.right-1\/3{
  right: 33.333333% !important;
}

.right-2\/3{
  right: 66.666667% !important;
}

.right-1\/4{
  right: 25% !important;
}

.right-2\/4{
  right: 50% !important;
}

.right-3\/4{
  right: 75% !important;
}

.right-full{
  right: 100% !important;
}

.-right-1\/2{
  right: -50% !important;
}

.-right-1\/3{
  right: -33.333333% !important;
}

.-right-2\/3{
  right: -66.666667% !important;
}

.-right-1\/4{
  right: -25% !important;
}

.-right-2\/4{
  right: -50% !important;
}

.-right-3\/4{
  right: -75% !important;
}

.-right-full{
  right: -100% !important;
}

.bottom-0{
  bottom: 0px !important;
}

.bottom-1{
  bottom: 0.25rem !important;
}

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

.bottom-3{
  bottom: 0.75rem !important;
}

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

.bottom-5{
  bottom: 1.25rem !important;
}

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

.bottom-7{
  bottom: 1.75rem !important;
}

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

.bottom-9{
  bottom: 2.25rem !important;
}

.bottom-10{
  bottom: 2.5rem !important;
}

.bottom-11{
  bottom: 2.75rem !important;
}

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

.bottom-14{
  bottom: 3.5rem !important;
}

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

.bottom-20{
  bottom: 5rem !important;
}

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

.bottom-28{
  bottom: 7rem !important;
}

.bottom-32{
  bottom: 8rem !important;
}

.bottom-36{
  bottom: 9rem !important;
}

.bottom-40{
  bottom: 10rem !important;
}

.bottom-44{
  bottom: 11rem !important;
}

.bottom-48{
  bottom: 12rem !important;
}

.bottom-52{
  bottom: 13rem !important;
}

.bottom-56{
  bottom: 14rem !important;
}

.bottom-60{
  bottom: 15rem !important;
}

.bottom-64{
  bottom: 16rem !important;
}

.bottom-72{
  bottom: 18rem !important;
}

.bottom-80{
  bottom: 20rem !important;
}

.bottom-96{
  bottom: 24rem !important;
}

.bottom-auto{
  bottom: auto !important;
}

.bottom-px{
  bottom: 1px !important;
}

.bottom-0\.5{
  bottom: 0.125rem !important;
}

.bottom-1\.5{
  bottom: 0.375rem !important;
}

.bottom-2\.5{
  bottom: 0.625rem !important;
}

.bottom-3\.5{
  bottom: 0.875rem !important;
}

.-bottom-0{
  bottom: 0px !important;
}

.-bottom-1{
  bottom: -0.25rem !important;
}

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

.-bottom-3{
  bottom: -0.75rem !important;
}

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

.-bottom-5{
  bottom: -1.25rem !important;
}

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

.-bottom-7{
  bottom: -1.75rem !important;
}

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

.-bottom-9{
  bottom: -2.25rem !important;
}

.-bottom-10{
  bottom: -2.5rem !important;
}

.-bottom-11{
  bottom: -2.75rem !important;
}

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

.-bottom-14{
  bottom: -3.5rem !important;
}

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

.-bottom-20{
  bottom: -5rem !important;
}

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

.-bottom-28{
  bottom: -7rem !important;
}

.-bottom-32{
  bottom: -8rem !important;
}

.-bottom-36{
  bottom: -9rem !important;
}

.-bottom-40{
  bottom: -10rem !important;
}

.-bottom-44{
  bottom: -11rem !important;
}

.-bottom-48{
  bottom: -12rem !important;
}

.-bottom-52{
  bottom: -13rem !important;
}

.-bottom-56{
  bottom: -14rem !important;
}

.-bottom-60{
  bottom: -15rem !important;
}

.-bottom-64{
  bottom: -16rem !important;
}

.-bottom-72{
  bottom: -18rem !important;
}

.-bottom-80{
  bottom: -20rem !important;
}

.-bottom-96{
  bottom: -24rem !important;
}

.-bottom-px{
  bottom: -1px !important;
}

.-bottom-0\.5{
  bottom: -0.125rem !important;
}

.-bottom-1\.5{
  bottom: -0.375rem !important;
}

.-bottom-2\.5{
  bottom: -0.625rem !important;
}

.-bottom-3\.5{
  bottom: -0.875rem !important;
}

.bottom-1\/2{
  bottom: 50% !important;
}

.bottom-1\/3{
  bottom: 33.333333% !important;
}

.bottom-2\/3{
  bottom: 66.666667% !important;
}

.bottom-1\/4{
  bottom: 25% !important;
}

.bottom-2\/4{
  bottom: 50% !important;
}

.bottom-3\/4{
  bottom: 75% !important;
}

.bottom-full{
  bottom: 100% !important;
}

.-bottom-1\/2{
  bottom: -50% !important;
}

.-bottom-1\/3{
  bottom: -33.333333% !important;
}

.-bottom-2\/3{
  bottom: -66.666667% !important;
}

.-bottom-1\/4{
  bottom: -25% !important;
}

.-bottom-2\/4{
  bottom: -50% !important;
}

.-bottom-3\/4{
  bottom: -75% !important;
}

.-bottom-full{
  bottom: -100% !important;
}

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

.left-1{
  left: 0.25rem !important;
}

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

.left-3{
  left: 0.75rem !important;
}

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

.left-5{
  left: 1.25rem !important;
}

.left-6{
  left: 1.5rem !important;
}

.left-7{
  left: 1.75rem !important;
}

.left-8{
  left: 2rem !important;
}

.left-9{
  left: 2.25rem !important;
}

.left-10{
  left: 2.5rem !important;
}

.left-11{
  left: 2.75rem !important;
}

.left-12{
  left: 3rem !important;
}

.left-14{
  left: 3.5rem !important;
}

.left-16{
  left: 4rem !important;
}

.left-20{
  left: 5rem !important;
}

.left-24{
  left: 6rem !important;
}

.left-28{
  left: 7rem !important;
}

.left-32{
  left: 8rem !important;
}

.left-36{
  left: 9rem !important;
}

.left-40{
  left: 10rem !important;
}

.left-44{
  left: 11rem !important;
}

.left-48{
  left: 12rem !important;
}

.left-52{
  left: 13rem !important;
}

.left-56{
  left: 14rem !important;
}

.left-60{
  left: 15rem !important;
}

.left-64{
  left: 16rem !important;
}

.left-72{
  left: 18rem !important;
}

.left-80{
  left: 20rem !important;
}

.left-96{
  left: 24rem !important;
}

.left-auto{
  left: auto !important;
}

.left-px{
  left: 1px !important;
}

.left-0\.5{
  left: 0.125rem !important;
}

.left-1\.5{
  left: 0.375rem !important;
}

.left-2\.5{
  left: 0.625rem !important;
}

.left-3\.5{
  left: 0.875rem !important;
}

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

.-left-1{
  left: -0.25rem !important;
}

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

.-left-3{
  left: -0.75rem !important;
}

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

.-left-5{
  left: -1.25rem !important;
}

.-left-6{
  left: -1.5rem !important;
}

.-left-7{
  left: -1.75rem !important;
}

.-left-8{
  left: -2rem !important;
}

.-left-9{
  left: -2.25rem !important;
}

.-left-10{
  left: -2.5rem !important;
}

.-left-11{
  left: -2.75rem !important;
}

.-left-12{
  left: -3rem !important;
}

.-left-14{
  left: -3.5rem !important;
}

.-left-16{
  left: -4rem !important;
}

.-left-20{
  left: -5rem !important;
}

.-left-24{
  left: -6rem !important;
}

.-left-28{
  left: -7rem !important;
}

.-left-32{
  left: -8rem !important;
}

.-left-36{
  left: -9rem !important;
}

.-left-40{
  left: -10rem !important;
}

.-left-44{
  left: -11rem !important;
}

.-left-48{
  left: -12rem !important;
}

.-left-52{
  left: -13rem !important;
}

.-left-56{
  left: -14rem !important;
}

.-left-60{
  left: -15rem !important;
}

.-left-64{
  left: -16rem !important;
}

.-left-72{
  left: -18rem !important;
}

.-left-80{
  left: -20rem !important;
}

.-left-96{
  left: -24rem !important;
}

.-left-px{
  left: -1px !important;
}

.-left-0\.5{
  left: -0.125rem !important;
}

.-left-1\.5{
  left: -0.375rem !important;
}

.-left-2\.5{
  left: -0.625rem !important;
}

.-left-3\.5{
  left: -0.875rem !important;
}

.left-1\/2{
  left: 50% !important;
}

.left-1\/3{
  left: 33.333333% !important;
}

.left-2\/3{
  left: 66.666667% !important;
}

.left-1\/4{
  left: 25% !important;
}

.left-2\/4{
  left: 50% !important;
}

.left-3\/4{
  left: 75% !important;
}

.left-full{
  left: 100% !important;
}

.-left-1\/2{
  left: -50% !important;
}

.-left-1\/3{
  left: -33.333333% !important;
}

.-left-2\/3{
  left: -66.666667% !important;
}

.-left-1\/4{
  left: -25% !important;
}

.-left-2\/4{
  left: -50% !important;
}

.-left-3\/4{
  left: -75% !important;
}

.-left-full{
  left: -100% !important;
}

.isolate{
  isolation: isolate !important;
}

.isolation-auto{
  isolation: auto !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;
}

.focus-within\:z-0:focus-within{
  z-index: 0 !important;
}

.focus-within\:z-10:focus-within{
  z-index: 10 !important;
}

.focus-within\:z-20:focus-within{
  z-index: 20 !important;
}

.focus-within\:z-30:focus-within{
  z-index: 30 !important;
}

.focus-within\:z-40:focus-within{
  z-index: 40 !important;
}

.focus-within\:z-50:focus-within{
  z-index: 50 !important;
}

.focus-within\:z-auto:focus-within{
  z-index: auto !important;
}

.focus\:z-0:focus{
  z-index: 0 !important;
}

.focus\:z-10:focus{
  z-index: 10 !important;
}

.focus\:z-20:focus{
  z-index: 20 !important;
}

.focus\:z-30:focus{
  z-index: 30 !important;
}

.focus\:z-40:focus{
  z-index: 40 !important;
}

.focus\:z-50:focus{
  z-index: 50 !important;
}

.focus\:z-auto:focus{
  z-index: auto !important;
}

.order-1{
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2{
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3{
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4{
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5{
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-6{
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.order-7{
  -webkit-box-ordinal-group: 8 !important;
      -ms-flex-order: 7 !important;
          order: 7 !important;
}

.order-8{
  -webkit-box-ordinal-group: 9 !important;
      -ms-flex-order: 8 !important;
          order: 8 !important;
}

.order-9{
  -webkit-box-ordinal-group: 10 !important;
      -ms-flex-order: 9 !important;
          order: 9 !important;
}

.order-10{
  -webkit-box-ordinal-group: 11 !important;
      -ms-flex-order: 10 !important;
          order: 10 !important;
}

.order-11{
  -webkit-box-ordinal-group: 12 !important;
      -ms-flex-order: 11 !important;
          order: 11 !important;
}

.order-12{
  -webkit-box-ordinal-group: 13 !important;
      -ms-flex-order: 12 !important;
          order: 12 !important;
}

.order-first{
  -webkit-box-ordinal-group: -9998 !important;
      -ms-flex-order: -9999 !important;
          order: -9999 !important;
}

.order-last{
  -webkit-box-ordinal-group: 10000 !important;
      -ms-flex-order: 9999 !important;
          order: 9999 !important;
}

.order-none{
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !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;
}

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

.float-right{
  float: right !important;
}

.float-left{
  float: left !important;
}

.float-none{
  float: none !important;
}

.clear-left{
  clear: left !important;
}

.clear-right{
  clear: right !important;
}

.clear-both{
  clear: both !important;
}

.clear-none{
  clear: none !important;
}

.m-0{
  margin: 0px !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-7{
  margin: 1.75rem !important;
}

.m-8{
  margin: 2rem !important;
}

.m-9{
  margin: 2.25rem !important;
}

.m-10{
  margin: 2.5rem !important;
}

.m-11{
  margin: 2.75rem !important;
}

.m-12{
  margin: 3rem !important;
}

.m-14{
  margin: 3.5rem !important;
}

.m-16{
  margin: 4rem !important;
}

.m-20{
  margin: 5rem !important;
}

.m-24{
  margin: 6rem !important;
}

.m-28{
  margin: 7rem !important;
}

.m-32{
  margin: 8rem !important;
}

.m-36{
  margin: 9rem !important;
}

.m-40{
  margin: 10rem !important;
}

.m-44{
  margin: 11rem !important;
}

.m-48{
  margin: 12rem !important;
}

.m-52{
  margin: 13rem !important;
}

.m-56{
  margin: 14rem !important;
}

.m-60{
  margin: 15rem !important;
}

.m-64{
  margin: 16rem !important;
}

.m-72{
  margin: 18rem !important;
}

.m-80{
  margin: 20rem !important;
}

.m-96{
  margin: 24rem !important;
}

.m-auto{
  margin: auto !important;
}

.m-px{
  margin: 1px !important;
}

.m-0\.5{
  margin: 0.125rem !important;
}

.m-1\.5{
  margin: 0.375rem !important;
}

.m-2\.5{
  margin: 0.625rem !important;
}

.m-3\.5{
  margin: 0.875rem !important;
}

.-m-0{
  margin: 0px !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-7{
  margin: -1.75rem !important;
}

.-m-8{
  margin: -2rem !important;
}

.-m-9{
  margin: -2.25rem !important;
}

.-m-10{
  margin: -2.5rem !important;
}

.-m-11{
  margin: -2.75rem !important;
}

.-m-12{
  margin: -3rem !important;
}

.-m-14{
  margin: -3.5rem !important;
}

.-m-16{
  margin: -4rem !important;
}

.-m-20{
  margin: -5rem !important;
}

.-m-24{
  margin: -6rem !important;
}

.-m-28{
  margin: -7rem !important;
}

.-m-32{
  margin: -8rem !important;
}

.-m-36{
  margin: -9rem !important;
}

.-m-40{
  margin: -10rem !important;
}

.-m-44{
  margin: -11rem !important;
}

.-m-48{
  margin: -12rem !important;
}

.-m-52{
  margin: -13rem !important;
}

.-m-56{
  margin: -14rem !important;
}

.-m-60{
  margin: -15rem !important;
}

.-m-64{
  margin: -16rem !important;
}

.-m-72{
  margin: -18rem !important;
}

.-m-80{
  margin: -20rem !important;
}

.-m-96{
  margin: -24rem !important;
}

.-m-px{
  margin: -1px !important;
}

.-m-0\.5{
  margin: -0.125rem !important;
}

.-m-1\.5{
  margin: -0.375rem !important;
}

.-m-2\.5{
  margin: -0.625rem !important;
}

.-m-3\.5{
  margin: -0.875rem !important;
}

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

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

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

.mx-3{
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

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

.mx-5{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-6{
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-7{
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

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

.mx-9{
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.mx-10{
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.mx-11{
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

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

.mx-14{
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

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

.mx-20{
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mx-24{
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mx-28{
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.mx-32{
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.mx-36{
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.mx-40{
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.mx-44{
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

.mx-48{
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.mx-52{
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

.mx-56{
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.mx-60{
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.mx-64{
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.mx-72{
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}

.mx-80{
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.mx-96{
  margin-left: 24rem !important;
  margin-right: 24rem !important;
}

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

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

.mx-0\.5{
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.mx-1\.5{
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}

.mx-2\.5{
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

.mx-3\.5{
  margin-left: 0.875rem !important;
  margin-right: 0.875rem !important;
}

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

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

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

.-mx-3{
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

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

.-mx-5{
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

.-mx-6{
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.-mx-7{
  margin-left: -1.75rem !important;
  margin-right: -1.75rem !important;
}

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

.-mx-9{
  margin-left: -2.25rem !important;
  margin-right: -2.25rem !important;
}

.-mx-10{
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.-mx-11{
  margin-left: -2.75rem !important;
  margin-right: -2.75rem !important;
}

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

.-mx-14{
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

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

.-mx-20{
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.-mx-24{
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.-mx-28{
  margin-left: -7rem !important;
  margin-right: -7rem !important;
}

.-mx-32{
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.-mx-36{
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}

.-mx-40{
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.-mx-44{
  margin-left: -11rem !important;
  margin-right: -11rem !important;
}

.-mx-48{
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.-mx-52{
  margin-left: -13rem !important;
  margin-right: -13rem !important;
}

.-mx-56{
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.-mx-60{
  margin-left: -15rem !important;
  margin-right: -15rem !important;
}

.-mx-64{
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

.-mx-72{
  margin-left: -18rem !important;
  margin-right: -18rem !important;
}

.-mx-80{
  margin-left: -20rem !important;
  margin-right: -20rem !important;
}

.-mx-96{
  margin-left: -24rem !important;
  margin-right: -24rem !important;
}

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

.-mx-0\.5{
  margin-left: -0.125rem !important;
  margin-right: -0.125rem !important;
}

.-mx-1\.5{
  margin-left: -0.375rem !important;
  margin-right: -0.375rem !important;
}

.-mx-2\.5{
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !important;
}

.-mx-3\.5{
  margin-left: -0.875rem !important;
  margin-right: -0.875rem !important;
}

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

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

.my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

.my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-7{
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-8{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-9{
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-11{
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-14{
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

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

.my-20{
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-24{
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-28{
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-32{
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-36{
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-40{
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-44{
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.my-48{
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-52{
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.my-56{
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.my-60{
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-64{
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-72{
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.my-80{
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.my-96{
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}

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

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

.my-0\.5{
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.my-1\.5{
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

.my-2\.5{
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-3\.5{
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}

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

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

.-my-2{
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.-my-3{
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

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

.-my-5{
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.-my-6{
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.-my-7{
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

.-my-8{
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.-my-9{
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.-my-10{
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.-my-11{
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

.-my-12{
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.-my-14{
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

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

.-my-20{
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.-my-24{
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.-my-28{
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.-my-32{
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.-my-36{
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.-my-40{
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.-my-44{
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.-my-48{
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.-my-52{
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

.-my-56{
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.-my-60{
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

.-my-64{
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.-my-72{
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}

.-my-80{
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}

.-my-96{
  margin-top: -24rem !important;
  margin-bottom: -24rem !important;
}

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

.-my-0\.5{
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}

.-my-1\.5{
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}

.-my-2\.5{
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !important;
}

.-my-3\.5{
  margin-top: -0.875rem !important;
  margin-bottom: -0.875rem !important;
}

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

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

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

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

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

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

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

.mt-7{
  margin-top: 1.75rem !important;
}

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

.mt-9{
  margin-top: 2.25rem !important;
}

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

.mt-11{
  margin-top: 2.75rem !important;
}

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

.mt-14{
  margin-top: 3.5rem !important;
}

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

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

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

.mt-28{
  margin-top: 7rem !important;
}

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

.mt-36{
  margin-top: 9rem !important;
}

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

.mt-44{
  margin-top: 11rem !important;
}

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

.mt-52{
  margin-top: 13rem !important;
}

.mt-56{
  margin-top: 14rem !important;
}

.mt-60{
  margin-top: 15rem !important;
}

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

.mt-72{
  margin-top: 18rem !important;
}

.mt-80{
  margin-top: 20rem !important;
}

.mt-96{
  margin-top: 24rem !important;
}

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

.mt-px{
  margin-top: 1px !important;
}

.mt-0\.5{
  margin-top: 0.125rem !important;
}

.mt-1\.5{
  margin-top: 0.375rem !important;
}

.mt-2\.5{
  margin-top: 0.625rem !important;
}

.mt-3\.5{
  margin-top: 0.875rem !important;
}

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

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

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

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

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

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

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

.-mt-7{
  margin-top: -1.75rem !important;
}

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

.-mt-9{
  margin-top: -2.25rem !important;
}

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

.-mt-11{
  margin-top: -2.75rem !important;
}

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

.-mt-14{
  margin-top: -3.5rem !important;
}

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

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

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

.-mt-28{
  margin-top: -7rem !important;
}

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

.-mt-36{
  margin-top: -9rem !important;
}

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

.-mt-44{
  margin-top: -11rem !important;
}

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

.-mt-52{
  margin-top: -13rem !important;
}

.-mt-56{
  margin-top: -14rem !important;
}

.-mt-60{
  margin-top: -15rem !important;
}

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

.-mt-72{
  margin-top: -18rem !important;
}

.-mt-80{
  margin-top: -20rem !important;
}

.-mt-96{
  margin-top: -24rem !important;
}

.-mt-px{
  margin-top: -1px !important;
}

.-mt-0\.5{
  margin-top: -0.125rem !important;
}

.-mt-1\.5{
  margin-top: -0.375rem !important;
}

.-mt-2\.5{
  margin-top: -0.625rem !important;
}

.-mt-3\.5{
  margin-top: -0.875rem !important;
}

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

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

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

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

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

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

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

.mr-7{
  margin-right: 1.75rem !important;
}

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

.mr-9{
  margin-right: 2.25rem !important;
}

.mr-10{
  margin-right: 2.5rem !important;
}

.mr-11{
  margin-right: 2.75rem !important;
}

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

.mr-14{
  margin-right: 3.5rem !important;
}

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

.mr-20{
  margin-right: 5rem !important;
}

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

.mr-28{
  margin-right: 7rem !important;
}

.mr-32{
  margin-right: 8rem !important;
}

.mr-36{
  margin-right: 9rem !important;
}

.mr-40{
  margin-right: 10rem !important;
}

.mr-44{
  margin-right: 11rem !important;
}

.mr-48{
  margin-right: 12rem !important;
}

.mr-52{
  margin-right: 13rem !important;
}

.mr-56{
  margin-right: 14rem !important;
}

.mr-60{
  margin-right: 15rem !important;
}

.mr-64{
  margin-right: 16rem !important;
}

.mr-72{
  margin-right: 18rem !important;
}

.mr-80{
  margin-right: 20rem !important;
}

.mr-96{
  margin-right: 24rem !important;
}

.mr-auto{
  margin-right: auto !important;
}

.mr-px{
  margin-right: 1px !important;
}

.mr-0\.5{
  margin-right: 0.125rem !important;
}

.mr-1\.5{
  margin-right: 0.375rem !important;
}

.mr-2\.5{
  margin-right: 0.625rem !important;
}

.mr-3\.5{
  margin-right: 0.875rem !important;
}

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

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

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

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

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

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

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

.-mr-7{
  margin-right: -1.75rem !important;
}

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

.-mr-9{
  margin-right: -2.25rem !important;
}

.-mr-10{
  margin-right: -2.5rem !important;
}

.-mr-11{
  margin-right: -2.75rem !important;
}

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

.-mr-14{
  margin-right: -3.5rem !important;
}

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

.-mr-20{
  margin-right: -5rem !important;
}

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

.-mr-28{
  margin-right: -7rem !important;
}

.-mr-32{
  margin-right: -8rem !important;
}

.-mr-36{
  margin-right: -9rem !important;
}

.-mr-40{
  margin-right: -10rem !important;
}

.-mr-44{
  margin-right: -11rem !important;
}

.-mr-48{
  margin-right: -12rem !important;
}

.-mr-52{
  margin-right: -13rem !important;
}

.-mr-56{
  margin-right: -14rem !important;
}

.-mr-60{
  margin-right: -15rem !important;
}

.-mr-64{
  margin-right: -16rem !important;
}

.-mr-72{
  margin-right: -18rem !important;
}

.-mr-80{
  margin-right: -20rem !important;
}

.-mr-96{
  margin-right: -24rem !important;
}

.-mr-px{
  margin-right: -1px !important;
}

.-mr-0\.5{
  margin-right: -0.125rem !important;
}

.-mr-1\.5{
  margin-right: -0.375rem !important;
}

.-mr-2\.5{
  margin-right: -0.625rem !important;
}

.-mr-3\.5{
  margin-right: -0.875rem !important;
}

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

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

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

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

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

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

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

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

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

.mb-9{
  margin-bottom: 2.25rem !important;
}

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

.mb-11{
  margin-bottom: 2.75rem !important;
}

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

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

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

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

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

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

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

.mb-36{
  margin-bottom: 9rem !important;
}

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

.mb-44{
  margin-bottom: 11rem !important;
}

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

.mb-52{
  margin-bottom: 13rem !important;
}

.mb-56{
  margin-bottom: 14rem !important;
}

.mb-60{
  margin-bottom: 15rem !important;
}

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

.mb-72{
  margin-bottom: 18rem !important;
}

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

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

.mb-auto{
  margin-bottom: auto !important;
}

.mb-px{
  margin-bottom: 1px !important;
}

.mb-0\.5{
  margin-bottom: 0.125rem !important;
}

.mb-1\.5{
  margin-bottom: 0.375rem !important;
}

.mb-2\.5{
  margin-bottom: 0.625rem !important;
}

.mb-3\.5{
  margin-bottom: 0.875rem !important;
}

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

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

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

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

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

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

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

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

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

.-mb-9{
  margin-bottom: -2.25rem !important;
}

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

.-mb-11{
  margin-bottom: -2.75rem !important;
}

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

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

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

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

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

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

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

.-mb-36{
  margin-bottom: -9rem !important;
}

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

.-mb-44{
  margin-bottom: -11rem !important;
}

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

.-mb-52{
  margin-bottom: -13rem !important;
}

.-mb-56{
  margin-bottom: -14rem !important;
}

.-mb-60{
  margin-bottom: -15rem !important;
}

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

.-mb-72{
  margin-bottom: -18rem !important;
}

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

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

.-mb-px{
  margin-bottom: -1px !important;
}

.-mb-0\.5{
  margin-bottom: -0.125rem !important;
}

.-mb-1\.5{
  margin-bottom: -0.375rem !important;
}

.-mb-2\.5{
  margin-bottom: -0.625rem !important;
}

.-mb-3\.5{
  margin-bottom: -0.875rem !important;
}

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

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

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

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

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

.ml-5{
  margin-left: 1.25rem !important;
}

.ml-6{
  margin-left: 1.5rem !important;
}

.ml-7{
  margin-left: 1.75rem !important;
}

.ml-8{
  margin-left: 2rem !important;
}

.ml-9{
  margin-left: 2.25rem !important;
}

.ml-10{
  margin-left: 2.5rem !important;
}

.ml-11{
  margin-left: 2.75rem !important;
}

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

.ml-14{
  margin-left: 3.5rem !important;
}

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

.ml-20{
  margin-left: 5rem !important;
}

.ml-24{
  margin-left: 6rem !important;
}

.ml-28{
  margin-left: 7rem !important;
}

.ml-32{
  margin-left: 8rem !important;
}

.ml-36{
  margin-left: 9rem !important;
}

.ml-40{
  margin-left: 10rem !important;
}

.ml-44{
  margin-left: 11rem !important;
}

.ml-48{
  margin-left: 12rem !important;
}

.ml-52{
  margin-left: 13rem !important;
}

.ml-56{
  margin-left: 14rem !important;
}

.ml-60{
  margin-left: 15rem !important;
}

.ml-64{
  margin-left: 16rem !important;
}

.ml-72{
  margin-left: 18rem !important;
}

.ml-80{
  margin-left: 20rem !important;
}

.ml-96{
  margin-left: 24rem !important;
}

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

.ml-px{
  margin-left: 1px !important;
}

.ml-0\.5{
  margin-left: 0.125rem !important;
}

.ml-1\.5{
  margin-left: 0.375rem !important;
}

.ml-2\.5{
  margin-left: 0.625rem !important;
}

.ml-3\.5{
  margin-left: 0.875rem !important;
}

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

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

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

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

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

.-ml-5{
  margin-left: -1.25rem !important;
}

.-ml-6{
  margin-left: -1.5rem !important;
}

.-ml-7{
  margin-left: -1.75rem !important;
}

.-ml-8{
  margin-left: -2rem !important;
}

.-ml-9{
  margin-left: -2.25rem !important;
}

.-ml-10{
  margin-left: -2.5rem !important;
}

.-ml-11{
  margin-left: -2.75rem !important;
}

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

.-ml-14{
  margin-left: -3.5rem !important;
}

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

.-ml-20{
  margin-left: -5rem !important;
}

.-ml-24{
  margin-left: -6rem !important;
}

.-ml-28{
  margin-left: -7rem !important;
}

.-ml-32{
  margin-left: -8rem !important;
}

.-ml-36{
  margin-left: -9rem !important;
}

.-ml-40{
  margin-left: -10rem !important;
}

.-ml-44{
  margin-left: -11rem !important;
}

.-ml-48{
  margin-left: -12rem !important;
}

.-ml-52{
  margin-left: -13rem !important;
}

.-ml-56{
  margin-left: -14rem !important;
}

.-ml-60{
  margin-left: -15rem !important;
}

.-ml-64{
  margin-left: -16rem !important;
}

.-ml-72{
  margin-left: -18rem !important;
}

.-ml-80{
  margin-left: -20rem !important;
}

.-ml-96{
  margin-left: -24rem !important;
}

.-ml-px{
  margin-left: -1px !important;
}

.-ml-0\.5{
  margin-left: -0.125rem !important;
}

.-ml-1\.5{
  margin-left: -0.375rem !important;
}

.-ml-2\.5{
  margin-left: -0.625rem !important;
}

.-ml-3\.5{
  margin-left: -0.875rem !important;
}

.box-border{
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.box-content{
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

.block{
  display: block !important;
}

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

.inline{
  display: inline !important;
}

.flex{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.inline-flex{
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.table{
  display: table !important;
}

.inline-table{
  display: inline-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;
}

.list-item{
  display: list-item !important;
}

.hidden{
  display: none !important;
}

.h-0{
  height: 0px !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-7{
  height: 1.75rem !important;
}

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

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

.h-10{
  height: 2.5rem !important;
}

.h-11{
  height: 2.75rem !important;
}

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

.h-14{
  height: 3.5rem !important;
}

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

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

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

.h-28{
  height: 7rem !important;
}

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

.h-36{
  height: 9rem !important;
}

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

.h-44{
  height: 11rem !important;
}

.h-48{
  height: 12rem !important;
}

.h-52{
  height: 13rem !important;
}

.h-56{
  height: 14rem !important;
}

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

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

.h-72{
  height: 18rem !important;
}

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

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

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

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

.h-0\.5{
  height: 0.125rem !important;
}

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

.h-2\.5{
  height: 0.625rem !important;
}

.h-3\.5{
  height: 0.875rem !important;
}

.h-1\/2{
  height: 50% !important;
}

.h-1\/3{
  height: 33.333333% !important;
}

.h-2\/3{
  height: 66.666667% !important;
}

.h-1\/4{
  height: 25% !important;
}

.h-2\/4{
  height: 50% !important;
}

.h-3\/4{
  height: 75% !important;
}

.h-1\/5{
  height: 20% !important;
}

.h-2\/5{
  height: 40% !important;
}

.h-3\/5{
  height: 60% !important;
}

.h-4\/5{
  height: 80% !important;
}

.h-1\/6{
  height: 16.666667% !important;
}

.h-2\/6{
  height: 33.333333% !important;
}

.h-3\/6{
  height: 50% !important;
}

.h-4\/6{
  height: 66.666667% !important;
}

.h-5\/6{
  height: 83.333333% !important;
}

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

.h-screen{
  height: 100vh !important;
}

.max-h-0{
  max-height: 0px !important;
}

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

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

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

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

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

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

.max-h-7{
  max-height: 1.75rem !important;
}

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

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

.max-h-10{
  max-height: 2.5rem !important;
}

.max-h-11{
  max-height: 2.75rem !important;
}

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

.max-h-14{
  max-height: 3.5rem !important;
}

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

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

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

.max-h-28{
  max-height: 7rem !important;
}

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

.max-h-36{
  max-height: 9rem !important;
}

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

.max-h-44{
  max-height: 11rem !important;
}

.max-h-48{
  max-height: 12rem !important;
}

.max-h-52{
  max-height: 13rem !important;
}

.max-h-56{
  max-height: 14rem !important;
}

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

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

.max-h-72{
  max-height: 18rem !important;
}

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

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

.max-h-px{
  max-height: 1px !important;
}

.max-h-0\.5{
  max-height: 0.125rem !important;
}

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

.max-h-2\.5{
  max-height: 0.625rem !important;
}

.max-h-3\.5{
  max-height: 0.875rem !important;
}

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

.max-h-screen{
  max-height: 100vh !important;
}

.min-h-0{
  min-height: 0px !important;
}

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

.min-h-screen{
  min-height: 100vh !important;
}

.w-0{
  width: 0px !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-7{
  width: 1.75rem !important;
}

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

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

.w-10{
  width: 2.5rem !important;
}

.w-11{
  width: 2.75rem !important;
}

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

.w-14{
  width: 3.5rem !important;
}

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

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

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

.w-28{
  width: 7rem !important;
}

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

.w-36{
  width: 9rem !important;
}

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

.w-44{
  width: 11rem !important;
}

.w-48{
  width: 12rem !important;
}

.w-52{
  width: 13rem !important;
}

.w-56{
  width: 14rem !important;
}

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

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

.w-72{
  width: 18rem !important;
}

.w-80{
  width: 20rem !important;
}

.w-96{
  width: 24rem !important;
}

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

.w-px{
  width: 1px !important;
}

.w-0\.5{
  width: 0.125rem !important;
}

.w-1\.5{
  width: 0.375rem !important;
}

.w-2\.5{
  width: 0.625rem !important;
}

.w-3\.5{
  width: 0.875rem !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;
}

.w-min{
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max{
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.min-w-0{
  min-width: 0px !important;
}

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

.min-w-min{
  min-width: -webkit-min-content !important;
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.min-w-max{
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.max-w-0{
  max-width: 0rem !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-7xl{
  max-width: 80rem !important;
}

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

.max-w-min{
  max-width: -webkit-min-content !important;
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.max-w-max{
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.max-w-prose{
  max-width: 65ch !important;
}

.max-w-screen-xs{
  max-width: 400px !important;
}

.max-w-screen-sm{
  max-width: 576px !important;
}

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

.max-w-screen-mdlg{
  max-width: 992px !important;
}

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

.max-w-screen-lgxl{
  max-width: 1200px !important;
}

.max-w-screen-xl{
  max-width: 1351px !important;
}

.max-w-screen-2xl{
  max-width: 1530px !important;
}

.flex-1{
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0% !important;
          flex: 1 1 0% !important;
}

.flex-auto{
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-initial{
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
}

.flex-none{
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}

.flex-shrink-0{
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink{
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-grow-0{
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow{
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.table-auto{
  table-layout: auto !important;
}

.table-fixed{
  table-layout: fixed !important;
}

.border-collapse{
  border-collapse: collapse !important;
}

.border-separate{
  border-collapse: separate !important;
}

.origin-center{
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
}

.origin-top{
  -webkit-transform-origin: top !important;
          transform-origin: top !important;
}

.origin-top-right{
  -webkit-transform-origin: top right !important;
          transform-origin: top right !important;
}

.origin-right{
  -webkit-transform-origin: right !important;
          transform-origin: right !important;
}

.origin-bottom-right{
  -webkit-transform-origin: bottom right !important;
          transform-origin: bottom right !important;
}

.origin-bottom{
  -webkit-transform-origin: bottom !important;
          transform-origin: bottom !important;
}

.origin-bottom-left{
  -webkit-transform-origin: bottom left !important;
          transform-origin: bottom left !important;
}

.origin-left{
  -webkit-transform-origin: left !important;
          transform-origin: left !important;
}

.origin-top-left{
  -webkit-transform-origin: top left !important;
          transform-origin: top left !important;
}

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

.transform-gpu{
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
          transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-none{
  -webkit-transform: none !important;
          transform: none !important;
}

.translate-x-0{
  --tw-translate-x: 0px !important;
}

.translate-x-1{
  --tw-translate-x: 0.25rem !important;
}

.translate-x-2{
  --tw-translate-x: 0.5rem !important;
}

.translate-x-3{
  --tw-translate-x: 0.75rem !important;
}

.translate-x-4{
  --tw-translate-x: 1rem !important;
}

.translate-x-5{
  --tw-translate-x: 1.25rem !important;
}

.translate-x-6{
  --tw-translate-x: 1.5rem !important;
}

.translate-x-7{
  --tw-translate-x: 1.75rem !important;
}

.translate-x-8{
  --tw-translate-x: 2rem !important;
}

.translate-x-9{
  --tw-translate-x: 2.25rem !important;
}

.translate-x-10{
  --tw-translate-x: 2.5rem !important;
}

.translate-x-11{
  --tw-translate-x: 2.75rem !important;
}

.translate-x-12{
  --tw-translate-x: 3rem !important;
}

.translate-x-14{
  --tw-translate-x: 3.5rem !important;
}

.translate-x-16{
  --tw-translate-x: 4rem !important;
}

.translate-x-20{
  --tw-translate-x: 5rem !important;
}

.translate-x-24{
  --tw-translate-x: 6rem !important;
}

.translate-x-28{
  --tw-translate-x: 7rem !important;
}

.translate-x-32{
  --tw-translate-x: 8rem !important;
}

.translate-x-36{
  --tw-translate-x: 9rem !important;
}

.translate-x-40{
  --tw-translate-x: 10rem !important;
}

.translate-x-44{
  --tw-translate-x: 11rem !important;
}

.translate-x-48{
  --tw-translate-x: 12rem !important;
}

.translate-x-52{
  --tw-translate-x: 13rem !important;
}

.translate-x-56{
  --tw-translate-x: 14rem !important;
}

.translate-x-60{
  --tw-translate-x: 15rem !important;
}

.translate-x-64{
  --tw-translate-x: 16rem !important;
}

.translate-x-72{
  --tw-translate-x: 18rem !important;
}

.translate-x-80{
  --tw-translate-x: 20rem !important;
}

.translate-x-96{
  --tw-translate-x: 24rem !important;
}

.translate-x-px{
  --tw-translate-x: 1px !important;
}

.translate-x-0\.5{
  --tw-translate-x: 0.125rem !important;
}

.translate-x-1\.5{
  --tw-translate-x: 0.375rem !important;
}

.translate-x-2\.5{
  --tw-translate-x: 0.625rem !important;
}

.translate-x-3\.5{
  --tw-translate-x: 0.875rem !important;
}

.-translate-x-0{
  --tw-translate-x: 0px !important;
}

.-translate-x-1{
  --tw-translate-x: -0.25rem !important;
}

.-translate-x-2{
  --tw-translate-x: -0.5rem !important;
}

.-translate-x-3{
  --tw-translate-x: -0.75rem !important;
}

.-translate-x-4{
  --tw-translate-x: -1rem !important;
}

.-translate-x-5{
  --tw-translate-x: -1.25rem !important;
}

.-translate-x-6{
  --tw-translate-x: -1.5rem !important;
}

.-translate-x-7{
  --tw-translate-x: -1.75rem !important;
}

.-translate-x-8{
  --tw-translate-x: -2rem !important;
}

.-translate-x-9{
  --tw-translate-x: -2.25rem !important;
}

.-translate-x-10{
  --tw-translate-x: -2.5rem !important;
}

.-translate-x-11{
  --tw-translate-x: -2.75rem !important;
}

.-translate-x-12{
  --tw-translate-x: -3rem !important;
}

.-translate-x-14{
  --tw-translate-x: -3.5rem !important;
}

.-translate-x-16{
  --tw-translate-x: -4rem !important;
}

.-translate-x-20{
  --tw-translate-x: -5rem !important;
}

.-translate-x-24{
  --tw-translate-x: -6rem !important;
}

.-translate-x-28{
  --tw-translate-x: -7rem !important;
}

.-translate-x-32{
  --tw-translate-x: -8rem !important;
}

.-translate-x-36{
  --tw-translate-x: -9rem !important;
}

.-translate-x-40{
  --tw-translate-x: -10rem !important;
}

.-translate-x-44{
  --tw-translate-x: -11rem !important;
}

.-translate-x-48{
  --tw-translate-x: -12rem !important;
}

.-translate-x-52{
  --tw-translate-x: -13rem !important;
}

.-translate-x-56{
  --tw-translate-x: -14rem !important;
}

.-translate-x-60{
  --tw-translate-x: -15rem !important;
}

.-translate-x-64{
  --tw-translate-x: -16rem !important;
}

.-translate-x-72{
  --tw-translate-x: -18rem !important;
}

.-translate-x-80{
  --tw-translate-x: -20rem !important;
}

.-translate-x-96{
  --tw-translate-x: -24rem !important;
}

.-translate-x-px{
  --tw-translate-x: -1px !important;
}

.-translate-x-0\.5{
  --tw-translate-x: -0.125rem !important;
}

.-translate-x-1\.5{
  --tw-translate-x: -0.375rem !important;
}

.-translate-x-2\.5{
  --tw-translate-x: -0.625rem !important;
}

.-translate-x-3\.5{
  --tw-translate-x: -0.875rem !important;
}

.translate-x-1\/2{
  --tw-translate-x: 50% !important;
}

.translate-x-1\/3{
  --tw-translate-x: 33.333333% !important;
}

.translate-x-2\/3{
  --tw-translate-x: 66.666667% !important;
}

.translate-x-1\/4{
  --tw-translate-x: 25% !important;
}

.translate-x-2\/4{
  --tw-translate-x: 50% !important;
}

.translate-x-3\/4{
  --tw-translate-x: 75% !important;
}

.translate-x-full{
  --tw-translate-x: 100% !important;
}

.-translate-x-1\/2{
  --tw-translate-x: -50% !important;
}

.-translate-x-1\/3{
  --tw-translate-x: -33.333333% !important;
}

.-translate-x-2\/3{
  --tw-translate-x: -66.666667% !important;
}

.-translate-x-1\/4{
  --tw-translate-x: -25% !important;
}

.-translate-x-2\/4{
  --tw-translate-x: -50% !important;
}

.-translate-x-3\/4{
  --tw-translate-x: -75% !important;
}

.-translate-x-full{
  --tw-translate-x: -100% !important;
}

.translate-y-0{
  --tw-translate-y: 0px !important;
}

.translate-y-1{
  --tw-translate-y: 0.25rem !important;
}

.translate-y-2{
  --tw-translate-y: 0.5rem !important;
}

.translate-y-3{
  --tw-translate-y: 0.75rem !important;
}

.translate-y-4{
  --tw-translate-y: 1rem !important;
}

.translate-y-5{
  --tw-translate-y: 1.25rem !important;
}

.translate-y-6{
  --tw-translate-y: 1.5rem !important;
}

.translate-y-7{
  --tw-translate-y: 1.75rem !important;
}

.translate-y-8{
  --tw-translate-y: 2rem !important;
}

.translate-y-9{
  --tw-translate-y: 2.25rem !important;
}

.translate-y-10{
  --tw-translate-y: 2.5rem !important;
}

.translate-y-11{
  --tw-translate-y: 2.75rem !important;
}

.translate-y-12{
  --tw-translate-y: 3rem !important;
}

.translate-y-14{
  --tw-translate-y: 3.5rem !important;
}

.translate-y-16{
  --tw-translate-y: 4rem !important;
}

.translate-y-20{
  --tw-translate-y: 5rem !important;
}

.translate-y-24{
  --tw-translate-y: 6rem !important;
}

.translate-y-28{
  --tw-translate-y: 7rem !important;
}

.translate-y-32{
  --tw-translate-y: 8rem !important;
}

.translate-y-36{
  --tw-translate-y: 9rem !important;
}

.translate-y-40{
  --tw-translate-y: 10rem !important;
}

.translate-y-44{
  --tw-translate-y: 11rem !important;
}

.translate-y-48{
  --tw-translate-y: 12rem !important;
}

.translate-y-52{
  --tw-translate-y: 13rem !important;
}

.translate-y-56{
  --tw-translate-y: 14rem !important;
}

.translate-y-60{
  --tw-translate-y: 15rem !important;
}

.translate-y-64{
  --tw-translate-y: 16rem !important;
}

.translate-y-72{
  --tw-translate-y: 18rem !important;
}

.translate-y-80{
  --tw-translate-y: 20rem !important;
}

.translate-y-96{
  --tw-translate-y: 24rem !important;
}

.translate-y-px{
  --tw-translate-y: 1px !important;
}

.translate-y-0\.5{
  --tw-translate-y: 0.125rem !important;
}

.translate-y-1\.5{
  --tw-translate-y: 0.375rem !important;
}

.translate-y-2\.5{
  --tw-translate-y: 0.625rem !important;
}

.translate-y-3\.5{
  --tw-translate-y: 0.875rem !important;
}

.-translate-y-0{
  --tw-translate-y: 0px !important;
}

.-translate-y-1{
  --tw-translate-y: -0.25rem !important;
}

.-translate-y-2{
  --tw-translate-y: -0.5rem !important;
}

.-translate-y-3{
  --tw-translate-y: -0.75rem !important;
}

.-translate-y-4{
  --tw-translate-y: -1rem !important;
}

.-translate-y-5{
  --tw-translate-y: -1.25rem !important;
}

.-translate-y-6{
  --tw-translate-y: -1.5rem !important;
}

.-translate-y-7{
  --tw-translate-y: -1.75rem !important;
}

.-translate-y-8{
  --tw-translate-y: -2rem !important;
}

.-translate-y-9{
  --tw-translate-y: -2.25rem !important;
}

.-translate-y-10{
  --tw-translate-y: -2.5rem !important;
}

.-translate-y-11{
  --tw-translate-y: -2.75rem !important;
}

.-translate-y-12{
  --tw-translate-y: -3rem !important;
}

.-translate-y-14{
  --tw-translate-y: -3.5rem !important;
}

.-translate-y-16{
  --tw-translate-y: -4rem !important;
}

.-translate-y-20{
  --tw-translate-y: -5rem !important;
}

.-translate-y-24{
  --tw-translate-y: -6rem !important;
}

.-translate-y-28{
  --tw-translate-y: -7rem !important;
}

.-translate-y-32{
  --tw-translate-y: -8rem !important;
}

.-translate-y-36{
  --tw-translate-y: -9rem !important;
}

.-translate-y-40{
  --tw-translate-y: -10rem !important;
}

.-translate-y-44{
  --tw-translate-y: -11rem !important;
}

.-translate-y-48{
  --tw-translate-y: -12rem !important;
}

.-translate-y-52{
  --tw-translate-y: -13rem !important;
}

.-translate-y-56{
  --tw-translate-y: -14rem !important;
}

.-translate-y-60{
  --tw-translate-y: -15rem !important;
}

.-translate-y-64{
  --tw-translate-y: -16rem !important;
}

.-translate-y-72{
  --tw-translate-y: -18rem !important;
}

.-translate-y-80{
  --tw-translate-y: -20rem !important;
}

.-translate-y-96{
  --tw-translate-y: -24rem !important;
}

.-translate-y-px{
  --tw-translate-y: -1px !important;
}

.-translate-y-0\.5{
  --tw-translate-y: -0.125rem !important;
}

.-translate-y-1\.5{
  --tw-translate-y: -0.375rem !important;
}

.-translate-y-2\.5{
  --tw-translate-y: -0.625rem !important;
}

.-translate-y-3\.5{
  --tw-translate-y: -0.875rem !important;
}

.translate-y-1\/2{
  --tw-translate-y: 50% !important;
}

.translate-y-1\/3{
  --tw-translate-y: 33.333333% !important;
}

.translate-y-2\/3{
  --tw-translate-y: 66.666667% !important;
}

.translate-y-1\/4{
  --tw-translate-y: 25% !important;
}

.translate-y-2\/4{
  --tw-translate-y: 50% !important;
}

.translate-y-3\/4{
  --tw-translate-y: 75% !important;
}

.translate-y-full{
  --tw-translate-y: 100% !important;
}

.-translate-y-1\/2{
  --tw-translate-y: -50% !important;
}

.-translate-y-1\/3{
  --tw-translate-y: -33.333333% !important;
}

.-translate-y-2\/3{
  --tw-translate-y: -66.666667% !important;
}

.-translate-y-1\/4{
  --tw-translate-y: -25% !important;
}

.-translate-y-2\/4{
  --tw-translate-y: -50% !important;
}

.-translate-y-3\/4{
  --tw-translate-y: -75% !important;
}

.-translate-y-full{
  --tw-translate-y: -100% !important;
}

.hover\:translate-x-0:hover{
  --tw-translate-x: 0px !important;
}

.hover\:translate-x-1:hover{
  --tw-translate-x: 0.25rem !important;
}

.hover\:translate-x-2:hover{
  --tw-translate-x: 0.5rem !important;
}

.hover\:translate-x-3:hover{
  --tw-translate-x: 0.75rem !important;
}

.hover\:translate-x-4:hover{
  --tw-translate-x: 1rem !important;
}

.hover\:translate-x-5:hover{
  --tw-translate-x: 1.25rem !important;
}

.hover\:translate-x-6:hover{
  --tw-translate-x: 1.5rem !important;
}

.hover\:translate-x-7:hover{
  --tw-translate-x: 1.75rem !important;
}

.hover\:translate-x-8:hover{
  --tw-translate-x: 2rem !important;
}

.hover\:translate-x-9:hover{
  --tw-translate-x: 2.25rem !important;
}

.hover\:translate-x-10:hover{
  --tw-translate-x: 2.5rem !important;
}

.hover\:translate-x-11:hover{
  --tw-translate-x: 2.75rem !important;
}

.hover\:translate-x-12:hover{
  --tw-translate-x: 3rem !important;
}

.hover\:translate-x-14:hover{
  --tw-translate-x: 3.5rem !important;
}

.hover\:translate-x-16:hover{
  --tw-translate-x: 4rem !important;
}

.hover\:translate-x-20:hover{
  --tw-translate-x: 5rem !important;
}

.hover\:translate-x-24:hover{
  --tw-translate-x: 6rem !important;
}

.hover\:translate-x-28:hover{
  --tw-translate-x: 7rem !important;
}

.hover\:translate-x-32:hover{
  --tw-translate-x: 8rem !important;
}

.hover\:translate-x-36:hover{
  --tw-translate-x: 9rem !important;
}

.hover\:translate-x-40:hover{
  --tw-translate-x: 10rem !important;
}

.hover\:translate-x-44:hover{
  --tw-translate-x: 11rem !important;
}

.hover\:translate-x-48:hover{
  --tw-translate-x: 12rem !important;
}

.hover\:translate-x-52:hover{
  --tw-translate-x: 13rem !important;
}

.hover\:translate-x-56:hover{
  --tw-translate-x: 14rem !important;
}

.hover\:translate-x-60:hover{
  --tw-translate-x: 15rem !important;
}

.hover\:translate-x-64:hover{
  --tw-translate-x: 16rem !important;
}

.hover\:translate-x-72:hover{
  --tw-translate-x: 18rem !important;
}

.hover\:translate-x-80:hover{
  --tw-translate-x: 20rem !important;
}

.hover\:translate-x-96:hover{
  --tw-translate-x: 24rem !important;
}

.hover\:translate-x-px:hover{
  --tw-translate-x: 1px !important;
}

.hover\:translate-x-0\.5:hover{
  --tw-translate-x: 0.125rem !important;
}

.hover\:translate-x-1\.5:hover{
  --tw-translate-x: 0.375rem !important;
}

.hover\:translate-x-2\.5:hover{
  --tw-translate-x: 0.625rem !important;
}

.hover\:translate-x-3\.5:hover{
  --tw-translate-x: 0.875rem !important;
}

.hover\:-translate-x-0:hover{
  --tw-translate-x: 0px !important;
}

.hover\:-translate-x-1:hover{
  --tw-translate-x: -0.25rem !important;
}

.hover\:-translate-x-2:hover{
  --tw-translate-x: -0.5rem !important;
}

.hover\:-translate-x-3:hover{
  --tw-translate-x: -0.75rem !important;
}

.hover\:-translate-x-4:hover{
  --tw-translate-x: -1rem !important;
}

.hover\:-translate-x-5:hover{
  --tw-translate-x: -1.25rem !important;
}

.hover\:-translate-x-6:hover{
  --tw-translate-x: -1.5rem !important;
}

.hover\:-translate-x-7:hover{
  --tw-translate-x: -1.75rem !important;
}

.hover\:-translate-x-8:hover{
  --tw-translate-x: -2rem !important;
}

.hover\:-translate-x-9:hover{
  --tw-translate-x: -2.25rem !important;
}

.hover\:-translate-x-10:hover{
  --tw-translate-x: -2.5rem !important;
}

.hover\:-translate-x-11:hover{
  --tw-translate-x: -2.75rem !important;
}

.hover\:-translate-x-12:hover{
  --tw-translate-x: -3rem !important;
}

.hover\:-translate-x-14:hover{
  --tw-translate-x: -3.5rem !important;
}

.hover\:-translate-x-16:hover{
  --tw-translate-x: -4rem !important;
}

.hover\:-translate-x-20:hover{
  --tw-translate-x: -5rem !important;
}

.hover\:-translate-x-24:hover{
  --tw-translate-x: -6rem !important;
}

.hover\:-translate-x-28:hover{
  --tw-translate-x: -7rem !important;
}

.hover\:-translate-x-32:hover{
  --tw-translate-x: -8rem !important;
}

.hover\:-translate-x-36:hover{
  --tw-translate-x: -9rem !important;
}

.hover\:-translate-x-40:hover{
  --tw-translate-x: -10rem !important;
}

.hover\:-translate-x-44:hover{
  --tw-translate-x: -11rem !important;
}

.hover\:-translate-x-48:hover{
  --tw-translate-x: -12rem !important;
}

.hover\:-translate-x-52:hover{
  --tw-translate-x: -13rem !important;
}

.hover\:-translate-x-56:hover{
  --tw-translate-x: -14rem !important;
}

.hover\:-translate-x-60:hover{
  --tw-translate-x: -15rem !important;
}

.hover\:-translate-x-64:hover{
  --tw-translate-x: -16rem !important;
}

.hover\:-translate-x-72:hover{
  --tw-translate-x: -18rem !important;
}

.hover\:-translate-x-80:hover{
  --tw-translate-x: -20rem !important;
}

.hover\:-translate-x-96:hover{
  --tw-translate-x: -24rem !important;
}

.hover\:-translate-x-px:hover{
  --tw-translate-x: -1px !important;
}

.hover\:-translate-x-0\.5:hover{
  --tw-translate-x: -0.125rem !important;
}

.hover\:-translate-x-1\.5:hover{
  --tw-translate-x: -0.375rem !important;
}

.hover\:-translate-x-2\.5:hover{
  --tw-translate-x: -0.625rem !important;
}

.hover\:-translate-x-3\.5:hover{
  --tw-translate-x: -0.875rem !important;
}

.hover\:translate-x-1\/2:hover{
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-1\/3:hover{
  --tw-translate-x: 33.333333% !important;
}

.hover\:translate-x-2\/3:hover{
  --tw-translate-x: 66.666667% !important;
}

.hover\:translate-x-1\/4:hover{
  --tw-translate-x: 25% !important;
}

.hover\:translate-x-2\/4:hover{
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-3\/4:hover{
  --tw-translate-x: 75% !important;
}

.hover\:translate-x-full:hover{
  --tw-translate-x: 100% !important;
}

.hover\:-translate-x-1\/2:hover{
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-1\/3:hover{
  --tw-translate-x: -33.333333% !important;
}

.hover\:-translate-x-2\/3:hover{
  --tw-translate-x: -66.666667% !important;
}

.hover\:-translate-x-1\/4:hover{
  --tw-translate-x: -25% !important;
}

.hover\:-translate-x-2\/4:hover{
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-3\/4:hover{
  --tw-translate-x: -75% !important;
}

.hover\:-translate-x-full:hover{
  --tw-translate-x: -100% !important;
}

.hover\:translate-y-0:hover{
  --tw-translate-y: 0px !important;
}

.hover\:translate-y-1:hover{
  --tw-translate-y: 0.25rem !important;
}

.hover\:translate-y-2:hover{
  --tw-translate-y: 0.5rem !important;
}

.hover\:translate-y-3:hover{
  --tw-translate-y: 0.75rem !important;
}

.hover\:translate-y-4:hover{
  --tw-translate-y: 1rem !important;
}

.hover\:translate-y-5:hover{
  --tw-translate-y: 1.25rem !important;
}

.hover\:translate-y-6:hover{
  --tw-translate-y: 1.5rem !important;
}

.hover\:translate-y-7:hover{
  --tw-translate-y: 1.75rem !important;
}

.hover\:translate-y-8:hover{
  --tw-translate-y: 2rem !important;
}

.hover\:translate-y-9:hover{
  --tw-translate-y: 2.25rem !important;
}

.hover\:translate-y-10:hover{
  --tw-translate-y: 2.5rem !important;
}

.hover\:translate-y-11:hover{
  --tw-translate-y: 2.75rem !important;
}

.hover\:translate-y-12:hover{
  --tw-translate-y: 3rem !important;
}

.hover\:translate-y-14:hover{
  --tw-translate-y: 3.5rem !important;
}

.hover\:translate-y-16:hover{
  --tw-translate-y: 4rem !important;
}

.hover\:translate-y-20:hover{
  --tw-translate-y: 5rem !important;
}

.hover\:translate-y-24:hover{
  --tw-translate-y: 6rem !important;
}

.hover\:translate-y-28:hover{
  --tw-translate-y: 7rem !important;
}

.hover\:translate-y-32:hover{
  --tw-translate-y: 8rem !important;
}

.hover\:translate-y-36:hover{
  --tw-translate-y: 9rem !important;
}

.hover\:translate-y-40:hover{
  --tw-translate-y: 10rem !important;
}

.hover\:translate-y-44:hover{
  --tw-translate-y: 11rem !important;
}

.hover\:translate-y-48:hover{
  --tw-translate-y: 12rem !important;
}

.hover\:translate-y-52:hover{
  --tw-translate-y: 13rem !important;
}

.hover\:translate-y-56:hover{
  --tw-translate-y: 14rem !important;
}

.hover\:translate-y-60:hover{
  --tw-translate-y: 15rem !important;
}

.hover\:translate-y-64:hover{
  --tw-translate-y: 16rem !important;
}

.hover\:translate-y-72:hover{
  --tw-translate-y: 18rem !important;
}

.hover\:translate-y-80:hover{
  --tw-translate-y: 20rem !important;
}

.hover\:translate-y-96:hover{
  --tw-translate-y: 24rem !important;
}

.hover\:translate-y-px:hover{
  --tw-translate-y: 1px !important;
}

.hover\:translate-y-0\.5:hover{
  --tw-translate-y: 0.125rem !important;
}

.hover\:translate-y-1\.5:hover{
  --tw-translate-y: 0.375rem !important;
}

.hover\:translate-y-2\.5:hover{
  --tw-translate-y: 0.625rem !important;
}

.hover\:translate-y-3\.5:hover{
  --tw-translate-y: 0.875rem !important;
}

.hover\:-translate-y-0:hover{
  --tw-translate-y: 0px !important;
}

.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem !important;
}

.hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem !important;
}

.hover\:-translate-y-3:hover{
  --tw-translate-y: -0.75rem !important;
}

.hover\:-translate-y-4:hover{
  --tw-translate-y: -1rem !important;
}

.hover\:-translate-y-5:hover{
  --tw-translate-y: -1.25rem !important;
}

.hover\:-translate-y-6:hover{
  --tw-translate-y: -1.5rem !important;
}

.hover\:-translate-y-7:hover{
  --tw-translate-y: -1.75rem !important;
}

.hover\:-translate-y-8:hover{
  --tw-translate-y: -2rem !important;
}

.hover\:-translate-y-9:hover{
  --tw-translate-y: -2.25rem !important;
}

.hover\:-translate-y-10:hover{
  --tw-translate-y: -2.5rem !important;
}

.hover\:-translate-y-11:hover{
  --tw-translate-y: -2.75rem !important;
}

.hover\:-translate-y-12:hover{
  --tw-translate-y: -3rem !important;
}

.hover\:-translate-y-14:hover{
  --tw-translate-y: -3.5rem !important;
}

.hover\:-translate-y-16:hover{
  --tw-translate-y: -4rem !important;
}

.hover\:-translate-y-20:hover{
  --tw-translate-y: -5rem !important;
}

.hover\:-translate-y-24:hover{
  --tw-translate-y: -6rem !important;
}

.hover\:-translate-y-28:hover{
  --tw-translate-y: -7rem !important;
}

.hover\:-translate-y-32:hover{
  --tw-translate-y: -8rem !important;
}

.hover\:-translate-y-36:hover{
  --tw-translate-y: -9rem !important;
}

.hover\:-translate-y-40:hover{
  --tw-translate-y: -10rem !important;
}

.hover\:-translate-y-44:hover{
  --tw-translate-y: -11rem !important;
}

.hover\:-translate-y-48:hover{
  --tw-translate-y: -12rem !important;
}

.hover\:-translate-y-52:hover{
  --tw-translate-y: -13rem !important;
}

.hover\:-translate-y-56:hover{
  --tw-translate-y: -14rem !important;
}

.hover\:-translate-y-60:hover{
  --tw-translate-y: -15rem !important;
}

.hover\:-translate-y-64:hover{
  --tw-translate-y: -16rem !important;
}

.hover\:-translate-y-72:hover{
  --tw-translate-y: -18rem !important;
}

.hover\:-translate-y-80:hover{
  --tw-translate-y: -20rem !important;
}

.hover\:-translate-y-96:hover{
  --tw-translate-y: -24rem !important;
}

.hover\:-translate-y-px:hover{
  --tw-translate-y: -1px !important;
}

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem !important;
}

.hover\:-translate-y-1\.5:hover{
  --tw-translate-y: -0.375rem !important;
}

.hover\:-translate-y-2\.5:hover{
  --tw-translate-y: -0.625rem !important;
}

.hover\:-translate-y-3\.5:hover{
  --tw-translate-y: -0.875rem !important;
}

.hover\:translate-y-1\/2:hover{
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-1\/3:hover{
  --tw-translate-y: 33.333333% !important;
}

.hover\:translate-y-2\/3:hover{
  --tw-translate-y: 66.666667% !important;
}

.hover\:translate-y-1\/4:hover{
  --tw-translate-y: 25% !important;
}

.hover\:translate-y-2\/4:hover{
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-3\/4:hover{
  --tw-translate-y: 75% !important;
}

.hover\:translate-y-full:hover{
  --tw-translate-y: 100% !important;
}

.hover\:-translate-y-1\/2:hover{
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-1\/3:hover{
  --tw-translate-y: -33.333333% !important;
}

.hover\:-translate-y-2\/3:hover{
  --tw-translate-y: -66.666667% !important;
}

.hover\:-translate-y-1\/4:hover{
  --tw-translate-y: -25% !important;
}

.hover\:-translate-y-2\/4:hover{
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-3\/4:hover{
  --tw-translate-y: -75% !important;
}

.hover\:-translate-y-full:hover{
  --tw-translate-y: -100% !important;
}

.focus\:translate-x-0:focus{
  --tw-translate-x: 0px !important;
}

.focus\:translate-x-1:focus{
  --tw-translate-x: 0.25rem !important;
}

.focus\:translate-x-2:focus{
  --tw-translate-x: 0.5rem !important;
}

.focus\:translate-x-3:focus{
  --tw-translate-x: 0.75rem !important;
}

.focus\:translate-x-4:focus{
  --tw-translate-x: 1rem !important;
}

.focus\:translate-x-5:focus{
  --tw-translate-x: 1.25rem !important;
}

.focus\:translate-x-6:focus{
  --tw-translate-x: 1.5rem !important;
}

.focus\:translate-x-7:focus{
  --tw-translate-x: 1.75rem !important;
}

.focus\:translate-x-8:focus{
  --tw-translate-x: 2rem !important;
}

.focus\:translate-x-9:focus{
  --tw-translate-x: 2.25rem !important;
}

.focus\:translate-x-10:focus{
  --tw-translate-x: 2.5rem !important;
}

.focus\:translate-x-11:focus{
  --tw-translate-x: 2.75rem !important;
}

.focus\:translate-x-12:focus{
  --tw-translate-x: 3rem !important;
}

.focus\:translate-x-14:focus{
  --tw-translate-x: 3.5rem !important;
}

.focus\:translate-x-16:focus{
  --tw-translate-x: 4rem !important;
}

.focus\:translate-x-20:focus{
  --tw-translate-x: 5rem !important;
}

.focus\:translate-x-24:focus{
  --tw-translate-x: 6rem !important;
}

.focus\:translate-x-28:focus{
  --tw-translate-x: 7rem !important;
}

.focus\:translate-x-32:focus{
  --tw-translate-x: 8rem !important;
}

.focus\:translate-x-36:focus{
  --tw-translate-x: 9rem !important;
}

.focus\:translate-x-40:focus{
  --tw-translate-x: 10rem !important;
}

.focus\:translate-x-44:focus{
  --tw-translate-x: 11rem !important;
}

.focus\:translate-x-48:focus{
  --tw-translate-x: 12rem !important;
}

.focus\:translate-x-52:focus{
  --tw-translate-x: 13rem !important;
}

.focus\:translate-x-56:focus{
  --tw-translate-x: 14rem !important;
}

.focus\:translate-x-60:focus{
  --tw-translate-x: 15rem !important;
}

.focus\:translate-x-64:focus{
  --tw-translate-x: 16rem !important;
}

.focus\:translate-x-72:focus{
  --tw-translate-x: 18rem !important;
}

.focus\:translate-x-80:focus{
  --tw-translate-x: 20rem !important;
}

.focus\:translate-x-96:focus{
  --tw-translate-x: 24rem !important;
}

.focus\:translate-x-px:focus{
  --tw-translate-x: 1px !important;
}

.focus\:translate-x-0\.5:focus{
  --tw-translate-x: 0.125rem !important;
}

.focus\:translate-x-1\.5:focus{
  --tw-translate-x: 0.375rem !important;
}

.focus\:translate-x-2\.5:focus{
  --tw-translate-x: 0.625rem !important;
}

.focus\:translate-x-3\.5:focus{
  --tw-translate-x: 0.875rem !important;
}

.focus\:-translate-x-0:focus{
  --tw-translate-x: 0px !important;
}

.focus\:-translate-x-1:focus{
  --tw-translate-x: -0.25rem !important;
}

.focus\:-translate-x-2:focus{
  --tw-translate-x: -0.5rem !important;
}

.focus\:-translate-x-3:focus{
  --tw-translate-x: -0.75rem !important;
}

.focus\:-translate-x-4:focus{
  --tw-translate-x: -1rem !important;
}

.focus\:-translate-x-5:focus{
  --tw-translate-x: -1.25rem !important;
}

.focus\:-translate-x-6:focus{
  --tw-translate-x: -1.5rem !important;
}

.focus\:-translate-x-7:focus{
  --tw-translate-x: -1.75rem !important;
}

.focus\:-translate-x-8:focus{
  --tw-translate-x: -2rem !important;
}

.focus\:-translate-x-9:focus{
  --tw-translate-x: -2.25rem !important;
}

.focus\:-translate-x-10:focus{
  --tw-translate-x: -2.5rem !important;
}

.focus\:-translate-x-11:focus{
  --tw-translate-x: -2.75rem !important;
}

.focus\:-translate-x-12:focus{
  --tw-translate-x: -3rem !important;
}

.focus\:-translate-x-14:focus{
  --tw-translate-x: -3.5rem !important;
}

.focus\:-translate-x-16:focus{
  --tw-translate-x: -4rem !important;
}

.focus\:-translate-x-20:focus{
  --tw-translate-x: -5rem !important;
}

.focus\:-translate-x-24:focus{
  --tw-translate-x: -6rem !important;
}

.focus\:-translate-x-28:focus{
  --tw-translate-x: -7rem !important;
}

.focus\:-translate-x-32:focus{
  --tw-translate-x: -8rem !important;
}

.focus\:-translate-x-36:focus{
  --tw-translate-x: -9rem !important;
}

.focus\:-translate-x-40:focus{
  --tw-translate-x: -10rem !important;
}

.focus\:-translate-x-44:focus{
  --tw-translate-x: -11rem !important;
}

.focus\:-translate-x-48:focus{
  --tw-translate-x: -12rem !important;
}

.focus\:-translate-x-52:focus{
  --tw-translate-x: -13rem !important;
}

.focus\:-translate-x-56:focus{
  --tw-translate-x: -14rem !important;
}

.focus\:-translate-x-60:focus{
  --tw-translate-x: -15rem !important;
}

.focus\:-translate-x-64:focus{
  --tw-translate-x: -16rem !important;
}

.focus\:-translate-x-72:focus{
  --tw-translate-x: -18rem !important;
}

.focus\:-translate-x-80:focus{
  --tw-translate-x: -20rem !important;
}

.focus\:-translate-x-96:focus{
  --tw-translate-x: -24rem !important;
}

.focus\:-translate-x-px:focus{
  --tw-translate-x: -1px !important;
}

.focus\:-translate-x-0\.5:focus{
  --tw-translate-x: -0.125rem !important;
}

.focus\:-translate-x-1\.5:focus{
  --tw-translate-x: -0.375rem !important;
}

.focus\:-translate-x-2\.5:focus{
  --tw-translate-x: -0.625rem !important;
}

.focus\:-translate-x-3\.5:focus{
  --tw-translate-x: -0.875rem !important;
}

.focus\:translate-x-1\/2:focus{
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-1\/3:focus{
  --tw-translate-x: 33.333333% !important;
}

.focus\:translate-x-2\/3:focus{
  --tw-translate-x: 66.666667% !important;
}

.focus\:translate-x-1\/4:focus{
  --tw-translate-x: 25% !important;
}

.focus\:translate-x-2\/4:focus{
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-3\/4:focus{
  --tw-translate-x: 75% !important;
}

.focus\:translate-x-full:focus{
  --tw-translate-x: 100% !important;
}

.focus\:-translate-x-1\/2:focus{
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-1\/3:focus{
  --tw-translate-x: -33.333333% !important;
}

.focus\:-translate-x-2\/3:focus{
  --tw-translate-x: -66.666667% !important;
}

.focus\:-translate-x-1\/4:focus{
  --tw-translate-x: -25% !important;
}

.focus\:-translate-x-2\/4:focus{
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-3\/4:focus{
  --tw-translate-x: -75% !important;
}

.focus\:-translate-x-full:focus{
  --tw-translate-x: -100% !important;
}

.focus\:translate-y-0:focus{
  --tw-translate-y: 0px !important;
}

.focus\:translate-y-1:focus{
  --tw-translate-y: 0.25rem !important;
}

.focus\:translate-y-2:focus{
  --tw-translate-y: 0.5rem !important;
}

.focus\:translate-y-3:focus{
  --tw-translate-y: 0.75rem !important;
}

.focus\:translate-y-4:focus{
  --tw-translate-y: 1rem !important;
}

.focus\:translate-y-5:focus{
  --tw-translate-y: 1.25rem !important;
}

.focus\:translate-y-6:focus{
  --tw-translate-y: 1.5rem !important;
}

.focus\:translate-y-7:focus{
  --tw-translate-y: 1.75rem !important;
}

.focus\:translate-y-8:focus{
  --tw-translate-y: 2rem !important;
}

.focus\:translate-y-9:focus{
  --tw-translate-y: 2.25rem !important;
}

.focus\:translate-y-10:focus{
  --tw-translate-y: 2.5rem !important;
}

.focus\:translate-y-11:focus{
  --tw-translate-y: 2.75rem !important;
}

.focus\:translate-y-12:focus{
  --tw-translate-y: 3rem !important;
}

.focus\:translate-y-14:focus{
  --tw-translate-y: 3.5rem !important;
}

.focus\:translate-y-16:focus{
  --tw-translate-y: 4rem !important;
}

.focus\:translate-y-20:focus{
  --tw-translate-y: 5rem !important;
}

.focus\:translate-y-24:focus{
  --tw-translate-y: 6rem !important;
}

.focus\:translate-y-28:focus{
  --tw-translate-y: 7rem !important;
}

.focus\:translate-y-32:focus{
  --tw-translate-y: 8rem !important;
}

.focus\:translate-y-36:focus{
  --tw-translate-y: 9rem !important;
}

.focus\:translate-y-40:focus{
  --tw-translate-y: 10rem !important;
}

.focus\:translate-y-44:focus{
  --tw-translate-y: 11rem !important;
}

.focus\:translate-y-48:focus{
  --tw-translate-y: 12rem !important;
}

.focus\:translate-y-52:focus{
  --tw-translate-y: 13rem !important;
}

.focus\:translate-y-56:focus{
  --tw-translate-y: 14rem !important;
}

.focus\:translate-y-60:focus{
  --tw-translate-y: 15rem !important;
}

.focus\:translate-y-64:focus{
  --tw-translate-y: 16rem !important;
}

.focus\:translate-y-72:focus{
  --tw-translate-y: 18rem !important;
}

.focus\:translate-y-80:focus{
  --tw-translate-y: 20rem !important;
}

.focus\:translate-y-96:focus{
  --tw-translate-y: 24rem !important;
}

.focus\:translate-y-px:focus{
  --tw-translate-y: 1px !important;
}

.focus\:translate-y-0\.5:focus{
  --tw-translate-y: 0.125rem !important;
}

.focus\:translate-y-1\.5:focus{
  --tw-translate-y: 0.375rem !important;
}

.focus\:translate-y-2\.5:focus{
  --tw-translate-y: 0.625rem !important;
}

.focus\:translate-y-3\.5:focus{
  --tw-translate-y: 0.875rem !important;
}

.focus\:-translate-y-0:focus{
  --tw-translate-y: 0px !important;
}

.focus\:-translate-y-1:focus{
  --tw-translate-y: -0.25rem !important;
}

.focus\:-translate-y-2:focus{
  --tw-translate-y: -0.5rem !important;
}

.focus\:-translate-y-3:focus{
  --tw-translate-y: -0.75rem !important;
}

.focus\:-translate-y-4:focus{
  --tw-translate-y: -1rem !important;
}

.focus\:-translate-y-5:focus{
  --tw-translate-y: -1.25rem !important;
}

.focus\:-translate-y-6:focus{
  --tw-translate-y: -1.5rem !important;
}

.focus\:-translate-y-7:focus{
  --tw-translate-y: -1.75rem !important;
}

.focus\:-translate-y-8:focus{
  --tw-translate-y: -2rem !important;
}

.focus\:-translate-y-9:focus{
  --tw-translate-y: -2.25rem !important;
}

.focus\:-translate-y-10:focus{
  --tw-translate-y: -2.5rem !important;
}

.focus\:-translate-y-11:focus{
  --tw-translate-y: -2.75rem !important;
}

.focus\:-translate-y-12:focus{
  --tw-translate-y: -3rem !important;
}

.focus\:-translate-y-14:focus{
  --tw-translate-y: -3.5rem !important;
}

.focus\:-translate-y-16:focus{
  --tw-translate-y: -4rem !important;
}

.focus\:-translate-y-20:focus{
  --tw-translate-y: -5rem !important;
}

.focus\:-translate-y-24:focus{
  --tw-translate-y: -6rem !important;
}

.focus\:-translate-y-28:focus{
  --tw-translate-y: -7rem !important;
}

.focus\:-translate-y-32:focus{
  --tw-translate-y: -8rem !important;
}

.focus\:-translate-y-36:focus{
  --tw-translate-y: -9rem !important;
}

.focus\:-translate-y-40:focus{
  --tw-translate-y: -10rem !important;
}

.focus\:-translate-y-44:focus{
  --tw-translate-y: -11rem !important;
}

.focus\:-translate-y-48:focus{
  --tw-translate-y: -12rem !important;
}

.focus\:-translate-y-52:focus{
  --tw-translate-y: -13rem !important;
}

.focus\:-translate-y-56:focus{
  --tw-translate-y: -14rem !important;
}

.focus\:-translate-y-60:focus{
  --tw-translate-y: -15rem !important;
}

.focus\:-translate-y-64:focus{
  --tw-translate-y: -16rem !important;
}

.focus\:-translate-y-72:focus{
  --tw-translate-y: -18rem !important;
}

.focus\:-translate-y-80:focus{
  --tw-translate-y: -20rem !important;
}

.focus\:-translate-y-96:focus{
  --tw-translate-y: -24rem !important;
}

.focus\:-translate-y-px:focus{
  --tw-translate-y: -1px !important;
}

.focus\:-translate-y-0\.5:focus{
  --tw-translate-y: -0.125rem !important;
}

.focus\:-translate-y-1\.5:focus{
  --tw-translate-y: -0.375rem !important;
}

.focus\:-translate-y-2\.5:focus{
  --tw-translate-y: -0.625rem !important;
}

.focus\:-translate-y-3\.5:focus{
  --tw-translate-y: -0.875rem !important;
}

.focus\:translate-y-1\/2:focus{
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-1\/3:focus{
  --tw-translate-y: 33.333333% !important;
}

.focus\:translate-y-2\/3:focus{
  --tw-translate-y: 66.666667% !important;
}

.focus\:translate-y-1\/4:focus{
  --tw-translate-y: 25% !important;
}

.focus\:translate-y-2\/4:focus{
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-3\/4:focus{
  --tw-translate-y: 75% !important;
}

.focus\:translate-y-full:focus{
  --tw-translate-y: 100% !important;
}

.focus\:-translate-y-1\/2:focus{
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-1\/3:focus{
  --tw-translate-y: -33.333333% !important;
}

.focus\:-translate-y-2\/3:focus{
  --tw-translate-y: -66.666667% !important;
}

.focus\:-translate-y-1\/4:focus{
  --tw-translate-y: -25% !important;
}

.focus\:-translate-y-2\/4:focus{
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-3\/4:focus{
  --tw-translate-y: -75% !important;
}

.focus\:-translate-y-full:focus{
  --tw-translate-y: -100% !important;
}

.rotate-0{
  --tw-rotate: 0deg !important;
}

.rotate-1{
  --tw-rotate: 1deg !important;
}

.rotate-2{
  --tw-rotate: 2deg !important;
}

.rotate-3{
  --tw-rotate: 3deg !important;
}

.rotate-6{
  --tw-rotate: 6deg !important;
}

.rotate-12{
  --tw-rotate: 12deg !important;
}

.rotate-45{
  --tw-rotate: 45deg !important;
}

.rotate-90{
  --tw-rotate: 90deg !important;
}

.rotate-180{
  --tw-rotate: 180deg !important;
}

.-rotate-180{
  --tw-rotate: -180deg !important;
}

.-rotate-90{
  --tw-rotate: -90deg !important;
}

.-rotate-45{
  --tw-rotate: -45deg !important;
}

.-rotate-12{
  --tw-rotate: -12deg !important;
}

.-rotate-6{
  --tw-rotate: -6deg !important;
}

.-rotate-3{
  --tw-rotate: -3deg !important;
}

.-rotate-2{
  --tw-rotate: -2deg !important;
}

.-rotate-1{
  --tw-rotate: -1deg !important;
}

.hover\:rotate-0:hover{
  --tw-rotate: 0deg !important;
}

.hover\:rotate-1:hover{
  --tw-rotate: 1deg !important;
}

.hover\:rotate-2:hover{
  --tw-rotate: 2deg !important;
}

.hover\:rotate-3:hover{
  --tw-rotate: 3deg !important;
}

.hover\:rotate-6:hover{
  --tw-rotate: 6deg !important;
}

.hover\:rotate-12:hover{
  --tw-rotate: 12deg !important;
}

.hover\:rotate-45:hover{
  --tw-rotate: 45deg !important;
}

.hover\:rotate-90:hover{
  --tw-rotate: 90deg !important;
}

.hover\:rotate-180:hover{
  --tw-rotate: 180deg !important;
}

.hover\:-rotate-180:hover{
  --tw-rotate: -180deg !important;
}

.hover\:-rotate-90:hover{
  --tw-rotate: -90deg !important;
}

.hover\:-rotate-45:hover{
  --tw-rotate: -45deg !important;
}

.hover\:-rotate-12:hover{
  --tw-rotate: -12deg !important;
}

.hover\:-rotate-6:hover{
  --tw-rotate: -6deg !important;
}

.hover\:-rotate-3:hover{
  --tw-rotate: -3deg !important;
}

.hover\:-rotate-2:hover{
  --tw-rotate: -2deg !important;
}

.hover\:-rotate-1:hover{
  --tw-rotate: -1deg !important;
}

.focus\:rotate-0:focus{
  --tw-rotate: 0deg !important;
}

.focus\:rotate-1:focus{
  --tw-rotate: 1deg !important;
}

.focus\:rotate-2:focus{
  --tw-rotate: 2deg !important;
}

.focus\:rotate-3:focus{
  --tw-rotate: 3deg !important;
}

.focus\:rotate-6:focus{
  --tw-rotate: 6deg !important;
}

.focus\:rotate-12:focus{
  --tw-rotate: 12deg !important;
}

.focus\:rotate-45:focus{
  --tw-rotate: 45deg !important;
}

.focus\:rotate-90:focus{
  --tw-rotate: 90deg !important;
}

.focus\:rotate-180:focus{
  --tw-rotate: 180deg !important;
}

.focus\:-rotate-180:focus{
  --tw-rotate: -180deg !important;
}

.focus\:-rotate-90:focus{
  --tw-rotate: -90deg !important;
}

.focus\:-rotate-45:focus{
  --tw-rotate: -45deg !important;
}

.focus\:-rotate-12:focus{
  --tw-rotate: -12deg !important;
}

.focus\:-rotate-6:focus{
  --tw-rotate: -6deg !important;
}

.focus\:-rotate-3:focus{
  --tw-rotate: -3deg !important;
}

.focus\:-rotate-2:focus{
  --tw-rotate: -2deg !important;
}

.focus\:-rotate-1:focus{
  --tw-rotate: -1deg !important;
}

.skew-x-0{
  --tw-skew-x: 0deg !important;
}

.skew-x-1{
  --tw-skew-x: 1deg !important;
}

.skew-x-2{
  --tw-skew-x: 2deg !important;
}

.skew-x-3{
  --tw-skew-x: 3deg !important;
}

.skew-x-6{
  --tw-skew-x: 6deg !important;
}

.skew-x-12{
  --tw-skew-x: 12deg !important;
}

.-skew-x-12{
  --tw-skew-x: -12deg !important;
}

.-skew-x-6{
  --tw-skew-x: -6deg !important;
}

.-skew-x-3{
  --tw-skew-x: -3deg !important;
}

.-skew-x-2{
  --tw-skew-x: -2deg !important;
}

.-skew-x-1{
  --tw-skew-x: -1deg !important;
}

.skew-y-0{
  --tw-skew-y: 0deg !important;
}

.skew-y-1{
  --tw-skew-y: 1deg !important;
}

.skew-y-2{
  --tw-skew-y: 2deg !important;
}

.skew-y-3{
  --tw-skew-y: 3deg !important;
}

.skew-y-6{
  --tw-skew-y: 6deg !important;
}

.skew-y-12{
  --tw-skew-y: 12deg !important;
}

.-skew-y-12{
  --tw-skew-y: -12deg !important;
}

.-skew-y-6{
  --tw-skew-y: -6deg !important;
}

.-skew-y-3{
  --tw-skew-y: -3deg !important;
}

.-skew-y-2{
  --tw-skew-y: -2deg !important;
}

.-skew-y-1{
  --tw-skew-y: -1deg !important;
}

.hover\:skew-x-0:hover{
  --tw-skew-x: 0deg !important;
}

.hover\:skew-x-1:hover{
  --tw-skew-x: 1deg !important;
}

.hover\:skew-x-2:hover{
  --tw-skew-x: 2deg !important;
}

.hover\:skew-x-3:hover{
  --tw-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover{
  --tw-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover{
  --tw-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover{
  --tw-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover{
  --tw-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover{
  --tw-skew-x: -3deg !important;
}

.hover\:-skew-x-2:hover{
  --tw-skew-x: -2deg !important;
}

.hover\:-skew-x-1:hover{
  --tw-skew-x: -1deg !important;
}

.hover\:skew-y-0:hover{
  --tw-skew-y: 0deg !important;
}

.hover\:skew-y-1:hover{
  --tw-skew-y: 1deg !important;
}

.hover\:skew-y-2:hover{
  --tw-skew-y: 2deg !important;
}

.hover\:skew-y-3:hover{
  --tw-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover{
  --tw-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover{
  --tw-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover{
  --tw-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover{
  --tw-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover{
  --tw-skew-y: -3deg !important;
}

.hover\:-skew-y-2:hover{
  --tw-skew-y: -2deg !important;
}

.hover\:-skew-y-1:hover{
  --tw-skew-y: -1deg !important;
}

.focus\:skew-x-0:focus{
  --tw-skew-x: 0deg !important;
}

.focus\:skew-x-1:focus{
  --tw-skew-x: 1deg !important;
}

.focus\:skew-x-2:focus{
  --tw-skew-x: 2deg !important;
}

.focus\:skew-x-3:focus{
  --tw-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus{
  --tw-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus{
  --tw-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus{
  --tw-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus{
  --tw-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus{
  --tw-skew-x: -3deg !important;
}

.focus\:-skew-x-2:focus{
  --tw-skew-x: -2deg !important;
}

.focus\:-skew-x-1:focus{
  --tw-skew-x: -1deg !important;
}

.focus\:skew-y-0:focus{
  --tw-skew-y: 0deg !important;
}

.focus\:skew-y-1:focus{
  --tw-skew-y: 1deg !important;
}

.focus\:skew-y-2:focus{
  --tw-skew-y: 2deg !important;
}

.focus\:skew-y-3:focus{
  --tw-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus{
  --tw-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus{
  --tw-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus{
  --tw-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus{
  --tw-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus{
  --tw-skew-y: -3deg !important;
}

.focus\:-skew-y-2:focus{
  --tw-skew-y: -2deg !important;
}

.focus\:-skew-y-1:focus{
  --tw-skew-y: -1deg !important;
}

.scale-0{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.scale-50{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.scale-75{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.scale-90{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.scale-95{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.scale-100{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.scale-105{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.scale-110{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.scale-125{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.scale-150{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-0:hover{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.hover\:scale-50:hover{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.hover\:scale-75:hover{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.hover\:scale-90:hover{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.hover\:scale-95:hover{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.hover\:scale-100:hover{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-125:hover{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-150:hover{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-0:focus{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.focus\:scale-50:focus{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.focus\:scale-75:focus{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.focus\:scale-90:focus{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.focus\:scale-95:focus{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.focus\:scale-100:focus{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.focus\:scale-105:focus{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-110:focus{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-125:focus{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-150:focus{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.scale-x-0{
  --tw-scale-x: 0 !important;
}

.scale-x-50{
  --tw-scale-x: .5 !important;
}

.scale-x-75{
  --tw-scale-x: .75 !important;
}

.scale-x-90{
  --tw-scale-x: .9 !important;
}

.scale-x-95{
  --tw-scale-x: .95 !important;
}

.scale-x-100{
  --tw-scale-x: 1 !important;
}

.scale-x-105{
  --tw-scale-x: 1.05 !important;
}

.scale-x-110{
  --tw-scale-x: 1.1 !important;
}

.scale-x-125{
  --tw-scale-x: 1.25 !important;
}

.scale-x-150{
  --tw-scale-x: 1.5 !important;
}

.scale-y-0{
  --tw-scale-y: 0 !important;
}

.scale-y-50{
  --tw-scale-y: .5 !important;
}

.scale-y-75{
  --tw-scale-y: .75 !important;
}

.scale-y-90{
  --tw-scale-y: .9 !important;
}

.scale-y-95{
  --tw-scale-y: .95 !important;
}

.scale-y-100{
  --tw-scale-y: 1 !important;
}

.scale-y-105{
  --tw-scale-y: 1.05 !important;
}

.scale-y-110{
  --tw-scale-y: 1.1 !important;
}

.scale-y-125{
  --tw-scale-y: 1.25 !important;
}

.scale-y-150{
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover{
  --tw-scale-x: 0 !important;
}

.hover\:scale-x-50:hover{
  --tw-scale-x: .5 !important;
}

.hover\:scale-x-75:hover{
  --tw-scale-x: .75 !important;
}

.hover\:scale-x-90:hover{
  --tw-scale-x: .9 !important;
}

.hover\:scale-x-95:hover{
  --tw-scale-x: .95 !important;
}

.hover\:scale-x-100:hover{
  --tw-scale-x: 1 !important;
}

.hover\:scale-x-105:hover{
  --tw-scale-x: 1.05 !important;
}

.hover\:scale-x-110:hover{
  --tw-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover{
  --tw-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover{
  --tw-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover{
  --tw-scale-y: 0 !important;
}

.hover\:scale-y-50:hover{
  --tw-scale-y: .5 !important;
}

.hover\:scale-y-75:hover{
  --tw-scale-y: .75 !important;
}

.hover\:scale-y-90:hover{
  --tw-scale-y: .9 !important;
}

.hover\:scale-y-95:hover{
  --tw-scale-y: .95 !important;
}

.hover\:scale-y-100:hover{
  --tw-scale-y: 1 !important;
}

.hover\:scale-y-105:hover{
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-y-110:hover{
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover{
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover{
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus{
  --tw-scale-x: 0 !important;
}

.focus\:scale-x-50:focus{
  --tw-scale-x: .5 !important;
}

.focus\:scale-x-75:focus{
  --tw-scale-x: .75 !important;
}

.focus\:scale-x-90:focus{
  --tw-scale-x: .9 !important;
}

.focus\:scale-x-95:focus{
  --tw-scale-x: .95 !important;
}

.focus\:scale-x-100:focus{
  --tw-scale-x: 1 !important;
}

.focus\:scale-x-105:focus{
  --tw-scale-x: 1.05 !important;
}

.focus\:scale-x-110:focus{
  --tw-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus{
  --tw-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus{
  --tw-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus{
  --tw-scale-y: 0 !important;
}

.focus\:scale-y-50:focus{
  --tw-scale-y: .5 !important;
}

.focus\:scale-y-75:focus{
  --tw-scale-y: .75 !important;
}

.focus\:scale-y-90:focus{
  --tw-scale-y: .9 !important;
}

.focus\:scale-y-95:focus{
  --tw-scale-y: .95 !important;
}

.focus\:scale-y-100:focus{
  --tw-scale-y: 1 !important;
}

.focus\:scale-y-105:focus{
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-y-110:focus{
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus{
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus{
  --tw-scale-y: 1.5 !important;
}

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

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

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

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

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

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

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

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

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

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

.animate-none{
  -webkit-animation: none !important;
          animation: none !important;
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite !important;
          animation: spin 1s linear infinite !important;
}

.animate-ping{
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.animate-pulse{
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.animate-bounce{
  -webkit-animation: bounce 1s infinite !important;
          animation: bounce 1s infinite !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-help{
  cursor: help !important;
}

.cursor-not-allowed{
  cursor: not-allowed !important;
}

.select-none{
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.select-text{
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-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;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.resize-none{
  resize: none !important;
}

.resize-y{
  resize: vertical !important;
}

.resize-x{
  resize: horizontal !important;
}

.resize{
  resize: both !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;
}

.appearance-none{
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.auto-cols-auto{
  grid-auto-columns: auto !important;
}

.auto-cols-min{
  grid-auto-columns: -webkit-min-content !important;
  grid-auto-columns: min-content !important;
}

.auto-cols-max{
  grid-auto-columns: -webkit-max-content !important;
  grid-auto-columns: max-content !important;
}

.auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr) !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;
}

.auto-rows-auto{
  grid-auto-rows: auto !important;
}

.auto-rows-min{
  grid-auto-rows: -webkit-min-content !important;
  grid-auto-rows: min-content !important;
}

.auto-rows-max{
  grid-auto-rows: -webkit-max-content !important;
  grid-auto-rows: max-content !important;
}

.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr) !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;
}

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

.flex-row{
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-row-reverse{
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-col{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-col-reverse{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

.flex-wrap-reverse{
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-nowrap{
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !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-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;
}

.content-center{
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.content-start{
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.content-end{
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.content-between{
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.content-around{
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.content-evenly{
  -ms-flex-line-pack: space-evenly !important;
      align-content: space-evenly !important;
}

.items-start{
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.items-end{
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.items-center{
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.items-baseline{
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.items-stretch{
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.justify-start{
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-end{
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-center{
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-between{
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-around{
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-evenly{
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !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;
}

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

.gap-1{
  gap: 0.25rem !important;
}

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

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

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

.gap-5{
  gap: 1.25rem !important;
}

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

.gap-7{
  gap: 1.75rem !important;
}

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

.gap-9{
  gap: 2.25rem !important;
}

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

.gap-11{
  gap: 2.75rem !important;
}

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

.gap-14{
  gap: 3.5rem !important;
}

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

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

.gap-24{
  gap: 6rem !important;
}

.gap-28{
  gap: 7rem !important;
}

.gap-32{
  gap: 8rem !important;
}

.gap-36{
  gap: 9rem !important;
}

.gap-40{
  gap: 10rem !important;
}

.gap-44{
  gap: 11rem !important;
}

.gap-48{
  gap: 12rem !important;
}

.gap-52{
  gap: 13rem !important;
}

.gap-56{
  gap: 14rem !important;
}

.gap-60{
  gap: 15rem !important;
}

.gap-64{
  gap: 16rem !important;
}

.gap-72{
  gap: 18rem !important;
}

.gap-80{
  gap: 20rem !important;
}

.gap-96{
  gap: 24rem !important;
}

.gap-px{
  gap: 1px !important;
}

.gap-0\.5{
  gap: 0.125rem !important;
}

.gap-1\.5{
  gap: 0.375rem !important;
}

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

.gap-3\.5{
  gap: 0.875rem !important;
}

.gap-x-0{
  -webkit-column-gap: 0px !important;
     -moz-column-gap: 0px !important;
          column-gap: 0px !important;
}

.gap-x-1{
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.gap-x-2{
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.gap-x-3{
  -webkit-column-gap: 0.75rem !important;
     -moz-column-gap: 0.75rem !important;
          column-gap: 0.75rem !important;
}

.gap-x-4{
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.gap-x-5{
  -webkit-column-gap: 1.25rem !important;
     -moz-column-gap: 1.25rem !important;
          column-gap: 1.25rem !important;
}

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

.gap-x-7{
  -webkit-column-gap: 1.75rem !important;
     -moz-column-gap: 1.75rem !important;
          column-gap: 1.75rem !important;
}

.gap-x-8{
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

.gap-x-9{
  -webkit-column-gap: 2.25rem !important;
     -moz-column-gap: 2.25rem !important;
          column-gap: 2.25rem !important;
}

.gap-x-10{
  -webkit-column-gap: 2.5rem !important;
     -moz-column-gap: 2.5rem !important;
          column-gap: 2.5rem !important;
}

.gap-x-11{
  -webkit-column-gap: 2.75rem !important;
     -moz-column-gap: 2.75rem !important;
          column-gap: 2.75rem !important;
}

.gap-x-12{
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.gap-x-14{
  -webkit-column-gap: 3.5rem !important;
     -moz-column-gap: 3.5rem !important;
          column-gap: 3.5rem !important;
}

.gap-x-16{
  -webkit-column-gap: 4rem !important;
     -moz-column-gap: 4rem !important;
          column-gap: 4rem !important;
}

.gap-x-20{
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.gap-x-24{
  -webkit-column-gap: 6rem !important;
     -moz-column-gap: 6rem !important;
          column-gap: 6rem !important;
}

.gap-x-28{
  -webkit-column-gap: 7rem !important;
     -moz-column-gap: 7rem !important;
          column-gap: 7rem !important;
}

.gap-x-32{
  -webkit-column-gap: 8rem !important;
     -moz-column-gap: 8rem !important;
          column-gap: 8rem !important;
}

.gap-x-36{
  -webkit-column-gap: 9rem !important;
     -moz-column-gap: 9rem !important;
          column-gap: 9rem !important;
}

.gap-x-40{
  -webkit-column-gap: 10rem !important;
     -moz-column-gap: 10rem !important;
          column-gap: 10rem !important;
}

.gap-x-44{
  -webkit-column-gap: 11rem !important;
     -moz-column-gap: 11rem !important;
          column-gap: 11rem !important;
}

.gap-x-48{
  -webkit-column-gap: 12rem !important;
     -moz-column-gap: 12rem !important;
          column-gap: 12rem !important;
}

.gap-x-52{
  -webkit-column-gap: 13rem !important;
     -moz-column-gap: 13rem !important;
          column-gap: 13rem !important;
}

.gap-x-56{
  -webkit-column-gap: 14rem !important;
     -moz-column-gap: 14rem !important;
          column-gap: 14rem !important;
}

.gap-x-60{
  -webkit-column-gap: 15rem !important;
     -moz-column-gap: 15rem !important;
          column-gap: 15rem !important;
}

.gap-x-64{
  -webkit-column-gap: 16rem !important;
     -moz-column-gap: 16rem !important;
          column-gap: 16rem !important;
}

.gap-x-72{
  -webkit-column-gap: 18rem !important;
     -moz-column-gap: 18rem !important;
          column-gap: 18rem !important;
}

.gap-x-80{
  -webkit-column-gap: 20rem !important;
     -moz-column-gap: 20rem !important;
          column-gap: 20rem !important;
}

.gap-x-96{
  -webkit-column-gap: 24rem !important;
     -moz-column-gap: 24rem !important;
          column-gap: 24rem !important;
}

.gap-x-px{
  -webkit-column-gap: 1px !important;
     -moz-column-gap: 1px !important;
          column-gap: 1px !important;
}

.gap-x-0\.5{
  -webkit-column-gap: 0.125rem !important;
     -moz-column-gap: 0.125rem !important;
          column-gap: 0.125rem !important;
}

.gap-x-1\.5{
  -webkit-column-gap: 0.375rem !important;
     -moz-column-gap: 0.375rem !important;
          column-gap: 0.375rem !important;
}

.gap-x-2\.5{
  -webkit-column-gap: 0.625rem !important;
     -moz-column-gap: 0.625rem !important;
          column-gap: 0.625rem !important;
}

.gap-x-3\.5{
  -webkit-column-gap: 0.875rem !important;
     -moz-column-gap: 0.875rem !important;
          column-gap: 0.875rem !important;
}

.gap-y-0{
  row-gap: 0px !important;
}

.gap-y-1{
  row-gap: 0.25rem !important;
}

.gap-y-2{
  row-gap: 0.5rem !important;
}

.gap-y-3{
  row-gap: 0.75rem !important;
}

.gap-y-4{
  row-gap: 1rem !important;
}

.gap-y-5{
  row-gap: 1.25rem !important;
}

.gap-y-6{
  row-gap: 1.5rem !important;
}

.gap-y-7{
  row-gap: 1.75rem !important;
}

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

.gap-y-9{
  row-gap: 2.25rem !important;
}

.gap-y-10{
  row-gap: 2.5rem !important;
}

.gap-y-11{
  row-gap: 2.75rem !important;
}

.gap-y-12{
  row-gap: 3rem !important;
}

.gap-y-14{
  row-gap: 3.5rem !important;
}

.gap-y-16{
  row-gap: 4rem !important;
}

.gap-y-20{
  row-gap: 5rem !important;
}

.gap-y-24{
  row-gap: 6rem !important;
}

.gap-y-28{
  row-gap: 7rem !important;
}

.gap-y-32{
  row-gap: 8rem !important;
}

.gap-y-36{
  row-gap: 9rem !important;
}

.gap-y-40{
  row-gap: 10rem !important;
}

.gap-y-44{
  row-gap: 11rem !important;
}

.gap-y-48{
  row-gap: 12rem !important;
}

.gap-y-52{
  row-gap: 13rem !important;
}

.gap-y-56{
  row-gap: 14rem !important;
}

.gap-y-60{
  row-gap: 15rem !important;
}

.gap-y-64{
  row-gap: 16rem !important;
}

.gap-y-72{
  row-gap: 18rem !important;
}

.gap-y-80{
  row-gap: 20rem !important;
}

.gap-y-96{
  row-gap: 24rem !important;
}

.gap-y-px{
  row-gap: 1px !important;
}

.gap-y-0\.5{
  row-gap: 0.125rem !important;
}

.gap-y-1\.5{
  row-gap: 0.375rem !important;
}

.gap-y-2\.5{
  row-gap: 0.625rem !important;
}

.gap-y-3\.5{
  row-gap: 0.875rem !important;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

.space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
}

.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
}

.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
}

.space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
}

.space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
}

.space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
}

.space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
}

.space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
}

.space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
}

.space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
}

.space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
}

.space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
}

.space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
}

.space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
}

.space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
}

.space-y-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
}

.space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1 !important;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1 !important;
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1 !important;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1 !important;
}

.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid !important;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed !important;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted !important;
}

.divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double !important;
}

.divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none !important;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]){
  border-color: var(--color-transparent) !important;
}

.divide-black > :not([hidden]) ~ :not([hidden]){
  border-color: var(--color-black) !important;
}

.divide-white > :not([hidden]) ~ :not([hidden]){
  border-color: var(--color-white) !important;
}

.divide-error > :not([hidden]) ~ :not([hidden]){
  border-color: var(--color-error) !important;
}

.divide-warning > :not([hidden]) ~ :not([hidden]){
  border-color: var(--color-warning) !important;
}

.divide-success > :not([hidden]) ~ :not([hidden]){
  border-color: var(--color-success) !important;
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0 !important;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.05 !important;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.1 !important;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.2 !important;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.25 !important;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.3 !important;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.4 !important;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.5 !important;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.6 !important;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.7 !important;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.75 !important;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.8 !important;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.9 !important;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.95 !important;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !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;
}

.self-auto{
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.self-start{
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.self-end{
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.self-center{
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.self-stretch{
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.self-baseline{
  -ms-flex-item-align: baseline !important;
      align-self: baseline !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;
}

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

.overscroll-auto{
  -ms-scroll-chaining: chained !important;
      overscroll-behavior: auto !important;
}

.overscroll-contain{
  -ms-scroll-chaining: none !important;
      overscroll-behavior: contain !important;
}

.overscroll-none{
  -ms-scroll-chaining: none !important;
      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;
}

.truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.overflow-ellipsis{
  text-overflow: ellipsis !important;
}

.overflow-clip{
  text-overflow: clip !important;
}

.whitespace-normal{
  white-space: normal !important;
}

.whitespace-nowrap{
  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{
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words{
  overflow-wrap: break-word !important;
}

.break-all{
  word-break: break-all !important;
}

.rounded-none{
  border-radius: 0px !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: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-t-sm{
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-t{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-t-2xl{
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-t-3xl{
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.rounded-t-full{
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-none{
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-r-sm{
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-r{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-r-xl{
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-r-2xl{
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-r-3xl{
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-r-full{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-none{
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-b-sm{
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-b{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-b-2xl{
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-b-full{
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-none{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-l-sm{
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-l{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-l-xl{
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-l-2xl{
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-l-3xl{
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-l-full{
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-none{
  border-top-left-radius: 0px !important;
}

.rounded-tl-sm{
  border-top-left-radius: 0.125rem !important;
}

.rounded-tl{
  border-top-left-radius: 0.25rem !important;
}

.rounded-tl-md{
  border-top-left-radius: 0.375rem !important;
}

.rounded-tl-lg{
  border-top-left-radius: 0.5rem !important;
}

.rounded-tl-xl{
  border-top-left-radius: 0.75rem !important;
}

.rounded-tl-2xl{
  border-top-left-radius: 1rem !important;
}

.rounded-tl-3xl{
  border-top-left-radius: 1.5rem !important;
}

.rounded-tl-full{
  border-top-left-radius: 9999px !important;
}

.rounded-tr-none{
  border-top-right-radius: 0px !important;
}

.rounded-tr-sm{
  border-top-right-radius: 0.125rem !important;
}

.rounded-tr{
  border-top-right-radius: 0.25rem !important;
}

.rounded-tr-md{
  border-top-right-radius: 0.375rem !important;
}

.rounded-tr-lg{
  border-top-right-radius: 0.5rem !important;
}

.rounded-tr-xl{
  border-top-right-radius: 0.75rem !important;
}

.rounded-tr-2xl{
  border-top-right-radius: 1rem !important;
}

.rounded-tr-3xl{
  border-top-right-radius: 1.5rem !important;
}

.rounded-tr-full{
  border-top-right-radius: 9999px !important;
}

.rounded-br-none{
  border-bottom-right-radius: 0px !important;
}

.rounded-br-sm{
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-br{
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-br-md{
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-br-lg{
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-br-xl{
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-br-2xl{
  border-bottom-right-radius: 1rem !important;
}

.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-br-full{
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-none{
  border-bottom-left-radius: 0px !important;
}

.rounded-bl-sm{
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-bl{
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-bl-xl{
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-bl-2xl{
  border-bottom-left-radius: 1rem !important;
}

.rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-bl-full{
  border-bottom-left-radius: 9999px !important;
}

.border-0{
  border-width: 0px !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: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-l{
  border-left-width: 1px !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-transparent{
  border-color: var(--color-transparent) !important;
}

.border-black{
  border-color: var(--color-black) !important;
}

.border-white{
  border-color: var(--color-white) !important;
}

.border-error{
  border-color: var(--color-error) !important;
}

.border-warning{
  border-color: var(--color-warning) !important;
}

.border-success{
  border-color: var(--color-success) !important;
}

.group:hover .group-hover\:border-transparent{
  border-color: var(--color-transparent) !important;
}

.group:hover .group-hover\:border-black{
  border-color: var(--color-black) !important;
}

.group:hover .group-hover\:border-white{
  border-color: var(--color-white) !important;
}

.group:hover .group-hover\:border-error{
  border-color: var(--color-error) !important;
}

.group:hover .group-hover\:border-warning{
  border-color: var(--color-warning) !important;
}

.group:hover .group-hover\:border-success{
  border-color: var(--color-success) !important;
}

.focus-within\:border-transparent:focus-within{
  border-color: var(--color-transparent) !important;
}

.focus-within\:border-black:focus-within{
  border-color: var(--color-black) !important;
}

.focus-within\:border-white:focus-within{
  border-color: var(--color-white) !important;
}

.focus-within\:border-error:focus-within{
  border-color: var(--color-error) !important;
}

.focus-within\:border-warning:focus-within{
  border-color: var(--color-warning) !important;
}

.focus-within\:border-success:focus-within{
  border-color: var(--color-success) !important;
}

.hover\:border-transparent:hover{
  border-color: var(--color-transparent) !important;
}

.hover\:border-black:hover{
  border-color: var(--color-black) !important;
}

.hover\:border-white:hover{
  border-color: var(--color-white) !important;
}

.hover\:border-error:hover{
  border-color: var(--color-error) !important;
}

.hover\:border-warning:hover{
  border-color: var(--color-warning) !important;
}

.hover\:border-success:hover{
  border-color: var(--color-success) !important;
}

.focus\:border-transparent:focus{
  border-color: var(--color-transparent) !important;
}

.focus\:border-black:focus{
  border-color: var(--color-black) !important;
}

.focus\:border-white:focus{
  border-color: var(--color-white) !important;
}

.focus\:border-error:focus{
  border-color: var(--color-error) !important;
}

.focus\:border-warning:focus{
  border-color: var(--color-warning) !important;
}

.focus\:border-success:focus{
  border-color: var(--color-success) !important;
}

.border-opacity-0{
  --tw-border-opacity: 0 !important;
}

.border-opacity-5{
  --tw-border-opacity: 0.05 !important;
}

.border-opacity-10{
  --tw-border-opacity: 0.1 !important;
}

.border-opacity-20{
  --tw-border-opacity: 0.2 !important;
}

.border-opacity-25{
  --tw-border-opacity: 0.25 !important;
}

.border-opacity-30{
  --tw-border-opacity: 0.3 !important;
}

.border-opacity-40{
  --tw-border-opacity: 0.4 !important;
}

.border-opacity-50{
  --tw-border-opacity: 0.5 !important;
}

.border-opacity-60{
  --tw-border-opacity: 0.6 !important;
}

.border-opacity-70{
  --tw-border-opacity: 0.7 !important;
}

.border-opacity-75{
  --tw-border-opacity: 0.75 !important;
}

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

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

.border-opacity-95{
  --tw-border-opacity: 0.95 !important;
}

.border-opacity-100{
  --tw-border-opacity: 1 !important;
}

.group:hover .group-hover\:border-opacity-0{
  --tw-border-opacity: 0 !important;
}

.group:hover .group-hover\:border-opacity-5{
  --tw-border-opacity: 0.05 !important;
}

.group:hover .group-hover\:border-opacity-10{
  --tw-border-opacity: 0.1 !important;
}

.group:hover .group-hover\:border-opacity-20{
  --tw-border-opacity: 0.2 !important;
}

.group:hover .group-hover\:border-opacity-25{
  --tw-border-opacity: 0.25 !important;
}

.group:hover .group-hover\:border-opacity-30{
  --tw-border-opacity: 0.3 !important;
}

.group:hover .group-hover\:border-opacity-40{
  --tw-border-opacity: 0.4 !important;
}

.group:hover .group-hover\:border-opacity-50{
  --tw-border-opacity: 0.5 !important;
}

.group:hover .group-hover\:border-opacity-60{
  --tw-border-opacity: 0.6 !important;
}

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

.group:hover .group-hover\:border-opacity-75{
  --tw-border-opacity: 0.75 !important;
}

.group:hover .group-hover\:border-opacity-80{
  --tw-border-opacity: 0.8 !important;
}

.group:hover .group-hover\:border-opacity-90{
  --tw-border-opacity: 0.9 !important;
}

.group:hover .group-hover\:border-opacity-95{
  --tw-border-opacity: 0.95 !important;
}

.group:hover .group-hover\:border-opacity-100{
  --tw-border-opacity: 1 !important;
}

.focus-within\:border-opacity-0:focus-within{
  --tw-border-opacity: 0 !important;
}

.focus-within\:border-opacity-5:focus-within{
  --tw-border-opacity: 0.05 !important;
}

.focus-within\:border-opacity-10:focus-within{
  --tw-border-opacity: 0.1 !important;
}

.focus-within\:border-opacity-20:focus-within{
  --tw-border-opacity: 0.2 !important;
}

.focus-within\:border-opacity-25:focus-within{
  --tw-border-opacity: 0.25 !important;
}

.focus-within\:border-opacity-30:focus-within{
  --tw-border-opacity: 0.3 !important;
}

.focus-within\:border-opacity-40:focus-within{
  --tw-border-opacity: 0.4 !important;
}

.focus-within\:border-opacity-50:focus-within{
  --tw-border-opacity: 0.5 !important;
}

.focus-within\:border-opacity-60:focus-within{
  --tw-border-opacity: 0.6 !important;
}

.focus-within\:border-opacity-70:focus-within{
  --tw-border-opacity: 0.7 !important;
}

.focus-within\:border-opacity-75:focus-within{
  --tw-border-opacity: 0.75 !important;
}

.focus-within\:border-opacity-80:focus-within{
  --tw-border-opacity: 0.8 !important;
}

.focus-within\:border-opacity-90:focus-within{
  --tw-border-opacity: 0.9 !important;
}

.focus-within\:border-opacity-95:focus-within{
  --tw-border-opacity: 0.95 !important;
}

.focus-within\:border-opacity-100:focus-within{
  --tw-border-opacity: 1 !important;
}

.hover\:border-opacity-0:hover{
  --tw-border-opacity: 0 !important;
}

.hover\:border-opacity-5:hover{
  --tw-border-opacity: 0.05 !important;
}

.hover\:border-opacity-10:hover{
  --tw-border-opacity: 0.1 !important;
}

.hover\:border-opacity-20:hover{
  --tw-border-opacity: 0.2 !important;
}

.hover\:border-opacity-25:hover{
  --tw-border-opacity: 0.25 !important;
}

.hover\:border-opacity-30:hover{
  --tw-border-opacity: 0.3 !important;
}

.hover\:border-opacity-40:hover{
  --tw-border-opacity: 0.4 !important;
}

.hover\:border-opacity-50:hover{
  --tw-border-opacity: 0.5 !important;
}

.hover\:border-opacity-60:hover{
  --tw-border-opacity: 0.6 !important;
}

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

.hover\:border-opacity-75:hover{
  --tw-border-opacity: 0.75 !important;
}

.hover\:border-opacity-80:hover{
  --tw-border-opacity: 0.8 !important;
}

.hover\:border-opacity-90:hover{
  --tw-border-opacity: 0.9 !important;
}

.hover\:border-opacity-95:hover{
  --tw-border-opacity: 0.95 !important;
}

.hover\:border-opacity-100:hover{
  --tw-border-opacity: 1 !important;
}

.focus\:border-opacity-0:focus{
  --tw-border-opacity: 0 !important;
}

.focus\:border-opacity-5:focus{
  --tw-border-opacity: 0.05 !important;
}

.focus\:border-opacity-10:focus{
  --tw-border-opacity: 0.1 !important;
}

.focus\:border-opacity-20:focus{
  --tw-border-opacity: 0.2 !important;
}

.focus\:border-opacity-25:focus{
  --tw-border-opacity: 0.25 !important;
}

.focus\:border-opacity-30:focus{
  --tw-border-opacity: 0.3 !important;
}

.focus\:border-opacity-40:focus{
  --tw-border-opacity: 0.4 !important;
}

.focus\:border-opacity-50:focus{
  --tw-border-opacity: 0.5 !important;
}

.focus\:border-opacity-60:focus{
  --tw-border-opacity: 0.6 !important;
}

.focus\:border-opacity-70:focus{
  --tw-border-opacity: 0.7 !important;
}

.focus\:border-opacity-75:focus{
  --tw-border-opacity: 0.75 !important;
}

.focus\:border-opacity-80:focus{
  --tw-border-opacity: 0.8 !important;
}

.focus\:border-opacity-90:focus{
  --tw-border-opacity: 0.9 !important;
}

.focus\:border-opacity-95:focus{
  --tw-border-opacity: 0.95 !important;
}

.focus\:border-opacity-100:focus{
  --tw-border-opacity: 1 !important;
}

.bg-transparent{
  background-color: var(--color-transparent) !important;
}

.bg-black{
  background-color: var(--color-black) !important;
}

.bg-white{
  background-color: var(--color-white) !important;
}

.bg-error{
  background-color: var(--color-error) !important;
}

.bg-warning{
  background-color: var(--color-warning) !important;
}

.bg-success{
  background-color: var(--color-success) !important;
}

.group:hover .group-hover\:bg-transparent{
  background-color: var(--color-transparent) !important;
}

.group:hover .group-hover\:bg-black{
  background-color: var(--color-black) !important;
}

.group:hover .group-hover\:bg-white{
  background-color: var(--color-white) !important;
}

.group:hover .group-hover\:bg-error{
  background-color: var(--color-error) !important;
}

.group:hover .group-hover\:bg-warning{
  background-color: var(--color-warning) !important;
}

.group:hover .group-hover\:bg-success{
  background-color: var(--color-success) !important;
}

.focus-within\:bg-transparent:focus-within{
  background-color: var(--color-transparent) !important;
}

.focus-within\:bg-black:focus-within{
  background-color: var(--color-black) !important;
}

.focus-within\:bg-white:focus-within{
  background-color: var(--color-white) !important;
}

.focus-within\:bg-error:focus-within{
  background-color: var(--color-error) !important;
}

.focus-within\:bg-warning:focus-within{
  background-color: var(--color-warning) !important;
}

.focus-within\:bg-success:focus-within{
  background-color: var(--color-success) !important;
}

.hover\:bg-transparent:hover{
  background-color: var(--color-transparent) !important;
}

.hover\:bg-black:hover{
  background-color: var(--color-black) !important;
}

.hover\:bg-white:hover{
  background-color: var(--color-white) !important;
}

.hover\:bg-error:hover{
  background-color: var(--color-error) !important;
}

.hover\:bg-warning:hover{
  background-color: var(--color-warning) !important;
}

.hover\:bg-success:hover{
  background-color: var(--color-success) !important;
}

.focus\:bg-transparent:focus{
  background-color: var(--color-transparent) !important;
}

.focus\:bg-black:focus{
  background-color: var(--color-black) !important;
}

.focus\:bg-white:focus{
  background-color: var(--color-white) !important;
}

.focus\:bg-error:focus{
  background-color: var(--color-error) !important;
}

.focus\:bg-warning:focus{
  background-color: var(--color-warning) !important;
}

.focus\:bg-success:focus{
  background-color: var(--color-success) !important;
}

.bg-opacity-0{
  --tw-bg-opacity: 0 !important;
}

.bg-opacity-5{
  --tw-bg-opacity: 0.05 !important;
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25 !important;
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3 !important;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4 !important;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6 !important;
}

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

.bg-opacity-75{
  --tw-bg-opacity: 0.75 !important;
}

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

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

.bg-opacity-95{
  --tw-bg-opacity: 0.95 !important;
}

.bg-opacity-100{
  --tw-bg-opacity: 1 !important;
}

.group:hover .group-hover\:bg-opacity-0{
  --tw-bg-opacity: 0 !important;
}

.group:hover .group-hover\:bg-opacity-5{
  --tw-bg-opacity: 0.05 !important;
}

.group:hover .group-hover\:bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}

.group:hover .group-hover\:bg-opacity-20{
  --tw-bg-opacity: 0.2 !important;
}

.group:hover .group-hover\:bg-opacity-25{
  --tw-bg-opacity: 0.25 !important;
}

.group:hover .group-hover\:bg-opacity-30{
  --tw-bg-opacity: 0.3 !important;
}

.group:hover .group-hover\:bg-opacity-40{
  --tw-bg-opacity: 0.4 !important;
}

.group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}

.group:hover .group-hover\:bg-opacity-60{
  --tw-bg-opacity: 0.6 !important;
}

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

.group:hover .group-hover\:bg-opacity-75{
  --tw-bg-opacity: 0.75 !important;
}

.group:hover .group-hover\:bg-opacity-80{
  --tw-bg-opacity: 0.8 !important;
}

.group:hover .group-hover\:bg-opacity-90{
  --tw-bg-opacity: 0.9 !important;
}

.group:hover .group-hover\:bg-opacity-95{
  --tw-bg-opacity: 0.95 !important;
}

.group:hover .group-hover\:bg-opacity-100{
  --tw-bg-opacity: 1 !important;
}

.focus-within\:bg-opacity-0:focus-within{
  --tw-bg-opacity: 0 !important;
}

.focus-within\:bg-opacity-5:focus-within{
  --tw-bg-opacity: 0.05 !important;
}

.focus-within\:bg-opacity-10:focus-within{
  --tw-bg-opacity: 0.1 !important;
}

.focus-within\:bg-opacity-20:focus-within{
  --tw-bg-opacity: 0.2 !important;
}

.focus-within\:bg-opacity-25:focus-within{
  --tw-bg-opacity: 0.25 !important;
}

.focus-within\:bg-opacity-30:focus-within{
  --tw-bg-opacity: 0.3 !important;
}

.focus-within\:bg-opacity-40:focus-within{
  --tw-bg-opacity: 0.4 !important;
}

.focus-within\:bg-opacity-50:focus-within{
  --tw-bg-opacity: 0.5 !important;
}

.focus-within\:bg-opacity-60:focus-within{
  --tw-bg-opacity: 0.6 !important;
}

.focus-within\:bg-opacity-70:focus-within{
  --tw-bg-opacity: 0.7 !important;
}

.focus-within\:bg-opacity-75:focus-within{
  --tw-bg-opacity: 0.75 !important;
}

.focus-within\:bg-opacity-80:focus-within{
  --tw-bg-opacity: 0.8 !important;
}

.focus-within\:bg-opacity-90:focus-within{
  --tw-bg-opacity: 0.9 !important;
}

.focus-within\:bg-opacity-95:focus-within{
  --tw-bg-opacity: 0.95 !important;
}

.focus-within\:bg-opacity-100:focus-within{
  --tw-bg-opacity: 1 !important;
}

.hover\:bg-opacity-0:hover{
  --tw-bg-opacity: 0 !important;
}

.hover\:bg-opacity-5:hover{
  --tw-bg-opacity: 0.05 !important;
}

.hover\:bg-opacity-10:hover{
  --tw-bg-opacity: 0.1 !important;
}

.hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2 !important;
}

.hover\:bg-opacity-25:hover{
  --tw-bg-opacity: 0.25 !important;
}

.hover\:bg-opacity-30:hover{
  --tw-bg-opacity: 0.3 !important;
}

.hover\:bg-opacity-40:hover{
  --tw-bg-opacity: 0.4 !important;
}

.hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5 !important;
}

.hover\:bg-opacity-60:hover{
  --tw-bg-opacity: 0.6 !important;
}

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

.hover\:bg-opacity-75:hover{
  --tw-bg-opacity: 0.75 !important;
}

.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8 !important;
}

.hover\:bg-opacity-90:hover{
  --tw-bg-opacity: 0.9 !important;
}

.hover\:bg-opacity-95:hover{
  --tw-bg-opacity: 0.95 !important;
}

.hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1 !important;
}

.focus\:bg-opacity-0:focus{
  --tw-bg-opacity: 0 !important;
}

.focus\:bg-opacity-5:focus{
  --tw-bg-opacity: 0.05 !important;
}

.focus\:bg-opacity-10:focus{
  --tw-bg-opacity: 0.1 !important;
}

.focus\:bg-opacity-20:focus{
  --tw-bg-opacity: 0.2 !important;
}

.focus\:bg-opacity-25:focus{
  --tw-bg-opacity: 0.25 !important;
}

.focus\:bg-opacity-30:focus{
  --tw-bg-opacity: 0.3 !important;
}

.focus\:bg-opacity-40:focus{
  --tw-bg-opacity: 0.4 !important;
}

.focus\:bg-opacity-50:focus{
  --tw-bg-opacity: 0.5 !important;
}

.focus\:bg-opacity-60:focus{
  --tw-bg-opacity: 0.6 !important;
}

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

.focus\:bg-opacity-75:focus{
  --tw-bg-opacity: 0.75 !important;
}

.focus\:bg-opacity-80:focus{
  --tw-bg-opacity: 0.8 !important;
}

.focus\:bg-opacity-90:focus{
  --tw-bg-opacity: 0.9 !important;
}

.focus\:bg-opacity-95:focus{
  --tw-bg-opacity: 0.95 !important;
}

.focus\:bg-opacity-100:focus{
  --tw-bg-opacity: 1 !important;
}

.bg-none{
  background-image: none !important;
}

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

.bg-gradient-to-tr{
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-r{
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-br{
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-b{
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-bl{
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-l{
  background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tl{
  background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

.from-transparent{
  --tw-gradient-from: var(--color-transparent) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-black{
  --tw-gradient-from: var(--color-black) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-white{
  --tw-gradient-from: var(--color-white) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-error{
  --tw-gradient-from: var(--color-error) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-warning{
  --tw-gradient-from: var(--color-warning) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-success{
  --tw-gradient-from: var(--color-success) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-transparent:hover{
  --tw-gradient-from: var(--color-transparent) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-black:hover{
  --tw-gradient-from: var(--color-black) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-white:hover{
  --tw-gradient-from: var(--color-white) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-error:hover{
  --tw-gradient-from: var(--color-error) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-warning:hover{
  --tw-gradient-from: var(--color-warning) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-success:hover{
  --tw-gradient-from: var(--color-success) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-transparent:focus{
  --tw-gradient-from: var(--color-transparent) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-black:focus{
  --tw-gradient-from: var(--color-black) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-white:focus{
  --tw-gradient-from: var(--color-white) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-error:focus{
  --tw-gradient-from: var(--color-error) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-warning:focus{
  --tw-gradient-from: var(--color-warning) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-success:focus{
  --tw-gradient-from: var(--color-success) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-black{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-white{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-error{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-warning{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-success{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-error:hover{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-warning:hover{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-success:hover{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-error:focus{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-warning:focus{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-success:focus{
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.to-transparent{
  --tw-gradient-to: var(--color-transparent) !important;
}

.to-black{
  --tw-gradient-to: var(--color-black) !important;
}

.to-white{
  --tw-gradient-to: var(--color-white) !important;
}

.to-error{
  --tw-gradient-to: var(--color-error) !important;
}

.to-warning{
  --tw-gradient-to: var(--color-warning) !important;
}

.to-success{
  --tw-gradient-to: var(--color-success) !important;
}

.hover\:to-transparent:hover{
  --tw-gradient-to: var(--color-transparent) !important;
}

.hover\:to-black:hover{
  --tw-gradient-to: var(--color-black) !important;
}

.hover\:to-white:hover{
  --tw-gradient-to: var(--color-white) !important;
}

.hover\:to-error:hover{
  --tw-gradient-to: var(--color-error) !important;
}

.hover\:to-warning:hover{
  --tw-gradient-to: var(--color-warning) !important;
}

.hover\:to-success:hover{
  --tw-gradient-to: var(--color-success) !important;
}

.focus\:to-transparent:focus{
  --tw-gradient-to: var(--color-transparent) !important;
}

.focus\:to-black:focus{
  --tw-gradient-to: var(--color-black) !important;
}

.focus\:to-white:focus{
  --tw-gradient-to: var(--color-white) !important;
}

.focus\:to-error:focus{
  --tw-gradient-to: var(--color-error) !important;
}

.focus\:to-warning:focus{
  --tw-gradient-to: var(--color-warning) !important;
}

.focus\:to-success:focus{
  --tw-gradient-to: var(--color-success) !important;
}

.decoration-slice{
  -webkit-box-decoration-break: slice !important;
          box-decoration-break: slice !important;
}

.decoration-clone{
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.bg-auto{
  background-size: auto !important;
}

.bg-cover{
  background-size: cover !important;
}

.bg-contain{
  background-size: contain !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-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-origin-border{
  background-origin: border-box !important;
}

.bg-origin-padding{
  background-origin: padding-box !important;
}

.bg-origin-content{
  background-origin: content-box !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;
}

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

.p-0{
  padding: 0px !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-7{
  padding: 1.75rem !important;
}

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

.p-9{
  padding: 2.25rem !important;
}

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

.p-11{
  padding: 2.75rem !important;
}

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

.p-14{
  padding: 3.5rem !important;
}

.p-16{
  padding: 4rem !important;
}

.p-20{
  padding: 5rem !important;
}

.p-24{
  padding: 6rem !important;
}

.p-28{
  padding: 7rem !important;
}

.p-32{
  padding: 8rem !important;
}

.p-36{
  padding: 9rem !important;
}

.p-40{
  padding: 10rem !important;
}

.p-44{
  padding: 11rem !important;
}

.p-48{
  padding: 12rem !important;
}

.p-52{
  padding: 13rem !important;
}

.p-56{
  padding: 14rem !important;
}

.p-60{
  padding: 15rem !important;
}

.p-64{
  padding: 16rem !important;
}

.p-72{
  padding: 18rem !important;
}

.p-80{
  padding: 20rem !important;
}

.p-96{
  padding: 24rem !important;
}

.p-px{
  padding: 1px !important;
}

.p-0\.5{
  padding: 0.125rem !important;
}

.p-1\.5{
  padding: 0.375rem !important;
}

.p-2\.5{
  padding: 0.625rem !important;
}

.p-3\.5{
  padding: 0.875rem !important;
}

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

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

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

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

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

.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

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

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

.px-9{
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-11{
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

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

.px-14{
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

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

.px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

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

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

.px-36{
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.px-44{
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

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

.px-52{
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.px-60{
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.px-72{
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

.px-80{
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.px-96{
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}

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

.px-0\.5{
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.px-1\.5{
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.px-2\.5{
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.px-3\.5{
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

.py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

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

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

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

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

.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

.py-7{
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

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

.py-9{
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

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

.py-11{
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

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

.py-14{
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

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

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

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

.py-28{
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

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

.py-36{
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

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

.py-44{
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

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

.py-52{
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-60{
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

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

.py-72{
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-80{
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

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

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

.py-0\.5{
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.py-1\.5{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-2\.5{
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-3\.5{
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.pt-0{
  padding-top: 0px !important;
}

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

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

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

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

.pt-5{
  padding-top: 1.25rem !important;
}

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

.pt-7{
  padding-top: 1.75rem !important;
}

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

.pt-9{
  padding-top: 2.25rem !important;
}

.pt-10{
  padding-top: 2.5rem !important;
}

.pt-11{
  padding-top: 2.75rem !important;
}

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

.pt-14{
  padding-top: 3.5rem !important;
}

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

.pt-20{
  padding-top: 5rem !important;
}

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

.pt-28{
  padding-top: 7rem !important;
}

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

.pt-36{
  padding-top: 9rem !important;
}

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

.pt-44{
  padding-top: 11rem !important;
}

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

.pt-52{
  padding-top: 13rem !important;
}

.pt-56{
  padding-top: 14rem !important;
}

.pt-60{
  padding-top: 15rem !important;
}

.pt-64{
  padding-top: 16rem !important;
}

.pt-72{
  padding-top: 18rem !important;
}

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

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

.pt-px{
  padding-top: 1px !important;
}

.pt-0\.5{
  padding-top: 0.125rem !important;
}

.pt-1\.5{
  padding-top: 0.375rem !important;
}

.pt-2\.5{
  padding-top: 0.625rem !important;
}

.pt-3\.5{
  padding-top: 0.875rem !important;
}

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

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

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

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

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

.pr-5{
  padding-right: 1.25rem !important;
}

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

.pr-7{
  padding-right: 1.75rem !important;
}

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

.pr-9{
  padding-right: 2.25rem !important;
}

.pr-10{
  padding-right: 2.5rem !important;
}

.pr-11{
  padding-right: 2.75rem !important;
}

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

.pr-14{
  padding-right: 3.5rem !important;
}

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

.pr-20{
  padding-right: 5rem !important;
}

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

.pr-28{
  padding-right: 7rem !important;
}

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

.pr-36{
  padding-right: 9rem !important;
}

.pr-40{
  padding-right: 10rem !important;
}

.pr-44{
  padding-right: 11rem !important;
}

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

.pr-52{
  padding-right: 13rem !important;
}

.pr-56{
  padding-right: 14rem !important;
}

.pr-60{
  padding-right: 15rem !important;
}

.pr-64{
  padding-right: 16rem !important;
}

.pr-72{
  padding-right: 18rem !important;
}

.pr-80{
  padding-right: 20rem !important;
}

.pr-96{
  padding-right: 24rem !important;
}

.pr-px{
  padding-right: 1px !important;
}

.pr-0\.5{
  padding-right: 0.125rem !important;
}

.pr-1\.5{
  padding-right: 0.375rem !important;
}

.pr-2\.5{
  padding-right: 0.625rem !important;
}

.pr-3\.5{
  padding-right: 0.875rem !important;
}

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

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

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

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

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

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

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

.pb-7{
  padding-bottom: 1.75rem !important;
}

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

.pb-9{
  padding-bottom: 2.25rem !important;
}

.pb-10{
  padding-bottom: 2.5rem !important;
}

.pb-11{
  padding-bottom: 2.75rem !important;
}

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

.pb-14{
  padding-bottom: 3.5rem !important;
}

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

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

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

.pb-28{
  padding-bottom: 7rem !important;
}

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

.pb-36{
  padding-bottom: 9rem !important;
}

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

.pb-44{
  padding-bottom: 11rem !important;
}

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

.pb-52{
  padding-bottom: 13rem !important;
}

.pb-56{
  padding-bottom: 14rem !important;
}

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

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

.pb-72{
  padding-bottom: 18rem !important;
}

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

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

.pb-px{
  padding-bottom: 1px !important;
}

.pb-0\.5{
  padding-bottom: 0.125rem !important;
}

.pb-1\.5{
  padding-bottom: 0.375rem !important;
}

.pb-2\.5{
  padding-bottom: 0.625rem !important;
}

.pb-3\.5{
  padding-bottom: 0.875rem !important;
}

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

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

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

.pl-3{
  padding-left: 0.75rem !important;
}

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

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

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

.pl-7{
  padding-left: 1.75rem !important;
}

.pl-8{
  padding-left: 2rem !important;
}

.pl-9{
  padding-left: 2.25rem !important;
}

.pl-10{
  padding-left: 2.5rem !important;
}

.pl-11{
  padding-left: 2.75rem !important;
}

.pl-12{
  padding-left: 3rem !important;
}

.pl-14{
  padding-left: 3.5rem !important;
}

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

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

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

.pl-28{
  padding-left: 7rem !important;
}

.pl-32{
  padding-left: 8rem !important;
}

.pl-36{
  padding-left: 9rem !important;
}

.pl-40{
  padding-left: 10rem !important;
}

.pl-44{
  padding-left: 11rem !important;
}

.pl-48{
  padding-left: 12rem !important;
}

.pl-52{
  padding-left: 13rem !important;
}

.pl-56{
  padding-left: 14rem !important;
}

.pl-60{
  padding-left: 15rem !important;
}

.pl-64{
  padding-left: 16rem !important;
}

.pl-72{
  padding-left: 18rem !important;
}

.pl-80{
  padding-left: 20rem !important;
}

.pl-96{
  padding-left: 24rem !important;
}

.pl-px{
  padding-left: 1px !important;
}

.pl-0\.5{
  padding-left: 0.125rem !important;
}

.pl-1\.5{
  padding-left: 0.375rem !important;
}

.pl-2\.5{
  padding-left: 0.625rem !important;
}

.pl-3\.5{
  padding-left: 0.875rem !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;
}

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

.font-body{
  font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
}

.font-heading{
  font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
}

.text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lowercase{
  text-transform: lowercase !important;
}

.capitalize{
  text-transform: capitalize !important;
}

.normal-case{
  text-transform: none !important;
}

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

.not-italic{
  font-style: normal !important;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.normal-nums{
  font-variant-numeric: normal !important;
}

.ordinal{
  --tw-ordinal: ordinal !important;
}

.slashed-zero{
  --tw-slashed-zero: slashed-zero !important;
}

.lining-nums{
  --tw-numeric-figure: lining-nums !important;
}

.oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums !important;
}

.proportional-nums{
  --tw-numeric-spacing: proportional-nums !important;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions{
  --tw-numeric-fraction: stacked-fractions !important;
}

.leading-tight{
  line-height: 1 !important;
}

.leading-regular{
  line-height: 1.5 !important;
}

.tracking-tighter{
  letter-spacing: -0.05em !important;
}

.tracking-tight{
  letter-spacing: -0.025em !important;
}

.tracking-normal{
  letter-spacing: 0em !important;
}

.tracking-wide{
  letter-spacing: 0.025em !important;
}

.tracking-wider{
  letter-spacing: 0.05em !important;
}

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

.text-transparent{
  color: var(--color-transparent) !important;
}

.text-black{
  color: var(--color-black) !important;
}

.text-white{
  color: var(--color-white) !important;
}

.text-error{
  color: var(--color-error) !important;
}

.text-warning{
  color: var(--color-warning) !important;
}

.text-success{
  color: var(--color-success) !important;
}

.group:hover .group-hover\:text-transparent{
  color: var(--color-transparent) !important;
}

.group:hover .group-hover\:text-black{
  color: var(--color-black) !important;
}

.group:hover .group-hover\:text-white{
  color: var(--color-white) !important;
}

.group:hover .group-hover\:text-error{
  color: var(--color-error) !important;
}

.group:hover .group-hover\:text-warning{
  color: var(--color-warning) !important;
}

.group:hover .group-hover\:text-success{
  color: var(--color-success) !important;
}

.focus-within\:text-transparent:focus-within{
  color: var(--color-transparent) !important;
}

.focus-within\:text-black:focus-within{
  color: var(--color-black) !important;
}

.focus-within\:text-white:focus-within{
  color: var(--color-white) !important;
}

.focus-within\:text-error:focus-within{
  color: var(--color-error) !important;
}

.focus-within\:text-warning:focus-within{
  color: var(--color-warning) !important;
}

.focus-within\:text-success:focus-within{
  color: var(--color-success) !important;
}

.hover\:text-transparent:hover{
  color: var(--color-transparent) !important;
}

.hover\:text-black:hover{
  color: var(--color-black) !important;
}

.hover\:text-white:hover{
  color: var(--color-white) !important;
}

.hover\:text-error:hover{
  color: var(--color-error) !important;
}

.hover\:text-warning:hover{
  color: var(--color-warning) !important;
}

.hover\:text-success:hover{
  color: var(--color-success) !important;
}

.focus\:text-transparent:focus{
  color: var(--color-transparent) !important;
}

.focus\:text-black:focus{
  color: var(--color-black) !important;
}

.focus\:text-white:focus{
  color: var(--color-white) !important;
}

.focus\:text-error:focus{
  color: var(--color-error) !important;
}

.focus\:text-warning:focus{
  color: var(--color-warning) !important;
}

.focus\:text-success:focus{
  color: var(--color-success) !important;
}

.text-opacity-0{
  --tw-text-opacity: 0 !important;
}

.text-opacity-5{
  --tw-text-opacity: 0.05 !important;
}

.text-opacity-10{
  --tw-text-opacity: 0.1 !important;
}

.text-opacity-20{
  --tw-text-opacity: 0.2 !important;
}

.text-opacity-25{
  --tw-text-opacity: 0.25 !important;
}

.text-opacity-30{
  --tw-text-opacity: 0.3 !important;
}

.text-opacity-40{
  --tw-text-opacity: 0.4 !important;
}

.text-opacity-50{
  --tw-text-opacity: 0.5 !important;
}

.text-opacity-60{
  --tw-text-opacity: 0.6 !important;
}

.text-opacity-70{
  --tw-text-opacity: 0.7 !important;
}

.text-opacity-75{
  --tw-text-opacity: 0.75 !important;
}

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

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

.text-opacity-95{
  --tw-text-opacity: 0.95 !important;
}

.text-opacity-100{
  --tw-text-opacity: 1 !important;
}

.group:hover .group-hover\:text-opacity-0{
  --tw-text-opacity: 0 !important;
}

.group:hover .group-hover\:text-opacity-5{
  --tw-text-opacity: 0.05 !important;
}

.group:hover .group-hover\:text-opacity-10{
  --tw-text-opacity: 0.1 !important;
}

.group:hover .group-hover\:text-opacity-20{
  --tw-text-opacity: 0.2 !important;
}

.group:hover .group-hover\:text-opacity-25{
  --tw-text-opacity: 0.25 !important;
}

.group:hover .group-hover\:text-opacity-30{
  --tw-text-opacity: 0.3 !important;
}

.group:hover .group-hover\:text-opacity-40{
  --tw-text-opacity: 0.4 !important;
}

.group:hover .group-hover\:text-opacity-50{
  --tw-text-opacity: 0.5 !important;
}

.group:hover .group-hover\:text-opacity-60{
  --tw-text-opacity: 0.6 !important;
}

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

.group:hover .group-hover\:text-opacity-75{
  --tw-text-opacity: 0.75 !important;
}

.group:hover .group-hover\:text-opacity-80{
  --tw-text-opacity: 0.8 !important;
}

.group:hover .group-hover\:text-opacity-90{
  --tw-text-opacity: 0.9 !important;
}

.group:hover .group-hover\:text-opacity-95{
  --tw-text-opacity: 0.95 !important;
}

.group:hover .group-hover\:text-opacity-100{
  --tw-text-opacity: 1 !important;
}

.focus-within\:text-opacity-0:focus-within{
  --tw-text-opacity: 0 !important;
}

.focus-within\:text-opacity-5:focus-within{
  --tw-text-opacity: 0.05 !important;
}

.focus-within\:text-opacity-10:focus-within{
  --tw-text-opacity: 0.1 !important;
}

.focus-within\:text-opacity-20:focus-within{
  --tw-text-opacity: 0.2 !important;
}

.focus-within\:text-opacity-25:focus-within{
  --tw-text-opacity: 0.25 !important;
}

.focus-within\:text-opacity-30:focus-within{
  --tw-text-opacity: 0.3 !important;
}

.focus-within\:text-opacity-40:focus-within{
  --tw-text-opacity: 0.4 !important;
}

.focus-within\:text-opacity-50:focus-within{
  --tw-text-opacity: 0.5 !important;
}

.focus-within\:text-opacity-60:focus-within{
  --tw-text-opacity: 0.6 !important;
}

.focus-within\:text-opacity-70:focus-within{
  --tw-text-opacity: 0.7 !important;
}

.focus-within\:text-opacity-75:focus-within{
  --tw-text-opacity: 0.75 !important;
}

.focus-within\:text-opacity-80:focus-within{
  --tw-text-opacity: 0.8 !important;
}

.focus-within\:text-opacity-90:focus-within{
  --tw-text-opacity: 0.9 !important;
}

.focus-within\:text-opacity-95:focus-within{
  --tw-text-opacity: 0.95 !important;
}

.focus-within\:text-opacity-100:focus-within{
  --tw-text-opacity: 1 !important;
}

.hover\:text-opacity-0:hover{
  --tw-text-opacity: 0 !important;
}

.hover\:text-opacity-5:hover{
  --tw-text-opacity: 0.05 !important;
}

.hover\:text-opacity-10:hover{
  --tw-text-opacity: 0.1 !important;
}

.hover\:text-opacity-20:hover{
  --tw-text-opacity: 0.2 !important;
}

.hover\:text-opacity-25:hover{
  --tw-text-opacity: 0.25 !important;
}

.hover\:text-opacity-30:hover{
  --tw-text-opacity: 0.3 !important;
}

.hover\:text-opacity-40:hover{
  --tw-text-opacity: 0.4 !important;
}

.hover\:text-opacity-50:hover{
  --tw-text-opacity: 0.5 !important;
}

.hover\:text-opacity-60:hover{
  --tw-text-opacity: 0.6 !important;
}

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

.hover\:text-opacity-75:hover{
  --tw-text-opacity: 0.75 !important;
}

.hover\:text-opacity-80:hover{
  --tw-text-opacity: 0.8 !important;
}

.hover\:text-opacity-90:hover{
  --tw-text-opacity: 0.9 !important;
}

.hover\:text-opacity-95:hover{
  --tw-text-opacity: 0.95 !important;
}

.hover\:text-opacity-100:hover{
  --tw-text-opacity: 1 !important;
}

.focus\:text-opacity-0:focus{
  --tw-text-opacity: 0 !important;
}

.focus\:text-opacity-5:focus{
  --tw-text-opacity: 0.05 !important;
}

.focus\:text-opacity-10:focus{
  --tw-text-opacity: 0.1 !important;
}

.focus\:text-opacity-20:focus{
  --tw-text-opacity: 0.2 !important;
}

.focus\:text-opacity-25:focus{
  --tw-text-opacity: 0.25 !important;
}

.focus\:text-opacity-30:focus{
  --tw-text-opacity: 0.3 !important;
}

.focus\:text-opacity-40:focus{
  --tw-text-opacity: 0.4 !important;
}

.focus\:text-opacity-50:focus{
  --tw-text-opacity: 0.5 !important;
}

.focus\:text-opacity-60:focus{
  --tw-text-opacity: 0.6 !important;
}

.focus\:text-opacity-70:focus{
  --tw-text-opacity: 0.7 !important;
}

.focus\:text-opacity-75:focus{
  --tw-text-opacity: 0.75 !important;
}

.focus\:text-opacity-80:focus{
  --tw-text-opacity: 0.8 !important;
}

.focus\:text-opacity-90:focus{
  --tw-text-opacity: 0.9 !important;
}

.focus\:text-opacity-95:focus{
  --tw-text-opacity: 0.95 !important;
}

.focus\:text-opacity-100:focus{
  --tw-text-opacity: 1 !important;
}

.underline{
  text-decoration: underline !important;
}

.line-through{
  text-decoration: line-through !important;
}

.no-underline{
  text-decoration: none !important;
}

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

.group:hover .group-hover\:line-through{
  text-decoration: line-through !important;
}

.group:hover .group-hover\:no-underline{
  text-decoration: none !important;
}

.focus-within\:underline:focus-within{
  text-decoration: underline !important;
}

.focus-within\:line-through:focus-within{
  text-decoration: line-through !important;
}

.focus-within\:no-underline:focus-within{
  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;
}

.placeholder-transparent::-webkit-input-placeholder{
  color: var(--color-transparent) !important;
}

.placeholder-transparent::-moz-placeholder{
  color: var(--color-transparent) !important;
}

.placeholder-transparent:-ms-input-placeholder{
  color: var(--color-transparent) !important;
}

.placeholder-transparent::-ms-input-placeholder{
  color: var(--color-transparent) !important;
}

.placeholder-transparent::placeholder{
  color: var(--color-transparent) !important;
}

.placeholder-black::-webkit-input-placeholder{
  color: var(--color-black) !important;
}

.placeholder-black::-moz-placeholder{
  color: var(--color-black) !important;
}

.placeholder-black:-ms-input-placeholder{
  color: var(--color-black) !important;
}

.placeholder-black::-ms-input-placeholder{
  color: var(--color-black) !important;
}

.placeholder-black::placeholder{
  color: var(--color-black) !important;
}

.placeholder-white::-webkit-input-placeholder{
  color: var(--color-white) !important;
}

.placeholder-white::-moz-placeholder{
  color: var(--color-white) !important;
}

.placeholder-white:-ms-input-placeholder{
  color: var(--color-white) !important;
}

.placeholder-white::-ms-input-placeholder{
  color: var(--color-white) !important;
}

.placeholder-white::placeholder{
  color: var(--color-white) !important;
}

.placeholder-error::-webkit-input-placeholder{
  color: var(--color-error) !important;
}

.placeholder-error::-moz-placeholder{
  color: var(--color-error) !important;
}

.placeholder-error:-ms-input-placeholder{
  color: var(--color-error) !important;
}

.placeholder-error::-ms-input-placeholder{
  color: var(--color-error) !important;
}

.placeholder-error::placeholder{
  color: var(--color-error) !important;
}

.placeholder-warning::-webkit-input-placeholder{
  color: var(--color-warning) !important;
}

.placeholder-warning::-moz-placeholder{
  color: var(--color-warning) !important;
}

.placeholder-warning:-ms-input-placeholder{
  color: var(--color-warning) !important;
}

.placeholder-warning::-ms-input-placeholder{
  color: var(--color-warning) !important;
}

.placeholder-warning::placeholder{
  color: var(--color-warning) !important;
}

.placeholder-success::-webkit-input-placeholder{
  color: var(--color-success) !important;
}

.placeholder-success::-moz-placeholder{
  color: var(--color-success) !important;
}

.placeholder-success:-ms-input-placeholder{
  color: var(--color-success) !important;
}

.placeholder-success::-ms-input-placeholder{
  color: var(--color-success) !important;
}

.placeholder-success::placeholder{
  color: var(--color-success) !important;
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder{
  color: var(--color-transparent) !important;
}

.focus\:placeholder-transparent:focus::-moz-placeholder{
  color: var(--color-transparent) !important;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder{
  color: var(--color-transparent) !important;
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder{
  color: var(--color-transparent) !important;
}

.focus\:placeholder-transparent:focus::placeholder{
  color: var(--color-transparent) !important;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder{
  color: var(--color-black) !important;
}

.focus\:placeholder-black:focus::-moz-placeholder{
  color: var(--color-black) !important;
}

.focus\:placeholder-black:focus:-ms-input-placeholder{
  color: var(--color-black) !important;
}

.focus\:placeholder-black:focus::-ms-input-placeholder{
  color: var(--color-black) !important;
}

.focus\:placeholder-black:focus::placeholder{
  color: var(--color-black) !important;
}

.focus\:placeholder-white:focus::-webkit-input-placeholder{
  color: var(--color-white) !important;
}

.focus\:placeholder-white:focus::-moz-placeholder{
  color: var(--color-white) !important;
}

.focus\:placeholder-white:focus:-ms-input-placeholder{
  color: var(--color-white) !important;
}

.focus\:placeholder-white:focus::-ms-input-placeholder{
  color: var(--color-white) !important;
}

.focus\:placeholder-white:focus::placeholder{
  color: var(--color-white) !important;
}

.focus\:placeholder-error:focus::-webkit-input-placeholder{
  color: var(--color-error) !important;
}

.focus\:placeholder-error:focus::-moz-placeholder{
  color: var(--color-error) !important;
}

.focus\:placeholder-error:focus:-ms-input-placeholder{
  color: var(--color-error) !important;
}

.focus\:placeholder-error:focus::-ms-input-placeholder{
  color: var(--color-error) !important;
}

.focus\:placeholder-error:focus::placeholder{
  color: var(--color-error) !important;
}

.focus\:placeholder-warning:focus::-webkit-input-placeholder{
  color: var(--color-warning) !important;
}

.focus\:placeholder-warning:focus::-moz-placeholder{
  color: var(--color-warning) !important;
}

.focus\:placeholder-warning:focus:-ms-input-placeholder{
  color: var(--color-warning) !important;
}

.focus\:placeholder-warning:focus::-ms-input-placeholder{
  color: var(--color-warning) !important;
}

.focus\:placeholder-warning:focus::placeholder{
  color: var(--color-warning) !important;
}

.focus\:placeholder-success:focus::-webkit-input-placeholder{
  color: var(--color-success) !important;
}

.focus\:placeholder-success:focus::-moz-placeholder{
  color: var(--color-success) !important;
}

.focus\:placeholder-success:focus:-ms-input-placeholder{
  color: var(--color-success) !important;
}

.focus\:placeholder-success:focus::-ms-input-placeholder{
  color: var(--color-success) !important;
}

.focus\:placeholder-success:focus::placeholder{
  color: var(--color-success) !important;
}

.placeholder-opacity-0::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0:-ms-input-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::-ms-input-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-5::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5::-moz-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-10::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10::-moz-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-20::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20::-moz-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-25::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::-moz-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-30::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30::-moz-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-40::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40::-moz-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-50::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-60::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60::-moz-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-70::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70::-moz-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-75::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::-moz-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-80::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80::-moz-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

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

.placeholder-opacity-90::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90::-moz-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

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

.placeholder-opacity-95::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95::-moz-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-100::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus::placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-10:focus::placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus::placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus::placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus::placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus::placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus::placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus::placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus::placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus::placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.opacity-0{
  opacity: 0 !important;
}

.opacity-5{
  opacity: 0.05 !important;
}

.opacity-10{
  opacity: 0.1 !important;
}

.opacity-20{
  opacity: 0.2 !important;
}

.opacity-25{
  opacity: 0.25 !important;
}

.opacity-30{
  opacity: 0.3 !important;
}

.opacity-40{
  opacity: 0.4 !important;
}

.opacity-50{
  opacity: 0.5 !important;
}

.opacity-60{
  opacity: 0.6 !important;
}

.opacity-70{
  opacity: 0.7 !important;
}

.opacity-75{
  opacity: 0.75 !important;
}

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

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

.opacity-95{
  opacity: 0.95 !important;
}

.opacity-100{
  opacity: 1 !important;
}

.group:hover .group-hover\:opacity-0{
  opacity: 0 !important;
}

.group:hover .group-hover\:opacity-5{
  opacity: 0.05 !important;
}

.group:hover .group-hover\:opacity-10{
  opacity: 0.1 !important;
}

.group:hover .group-hover\:opacity-20{
  opacity: 0.2 !important;
}

.group:hover .group-hover\:opacity-25{
  opacity: 0.25 !important;
}

.group:hover .group-hover\:opacity-30{
  opacity: 0.3 !important;
}

.group:hover .group-hover\:opacity-40{
  opacity: 0.4 !important;
}

.group:hover .group-hover\:opacity-50{
  opacity: 0.5 !important;
}

.group:hover .group-hover\:opacity-60{
  opacity: 0.6 !important;
}

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

.group:hover .group-hover\:opacity-75{
  opacity: 0.75 !important;
}

.group:hover .group-hover\:opacity-80{
  opacity: 0.8 !important;
}

.group:hover .group-hover\:opacity-90{
  opacity: 0.9 !important;
}

.group:hover .group-hover\:opacity-95{
  opacity: 0.95 !important;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1 !important;
}

.focus-within\:opacity-0:focus-within{
  opacity: 0 !important;
}

.focus-within\:opacity-5:focus-within{
  opacity: 0.05 !important;
}

.focus-within\:opacity-10:focus-within{
  opacity: 0.1 !important;
}

.focus-within\:opacity-20:focus-within{
  opacity: 0.2 !important;
}

.focus-within\:opacity-25:focus-within{
  opacity: 0.25 !important;
}

.focus-within\:opacity-30:focus-within{
  opacity: 0.3 !important;
}

.focus-within\:opacity-40:focus-within{
  opacity: 0.4 !important;
}

.focus-within\:opacity-50:focus-within{
  opacity: 0.5 !important;
}

.focus-within\:opacity-60:focus-within{
  opacity: 0.6 !important;
}

.focus-within\:opacity-70:focus-within{
  opacity: 0.7 !important;
}

.focus-within\:opacity-75:focus-within{
  opacity: 0.75 !important;
}

.focus-within\:opacity-80:focus-within{
  opacity: 0.8 !important;
}

.focus-within\:opacity-90:focus-within{
  opacity: 0.9 !important;
}

.focus-within\:opacity-95:focus-within{
  opacity: 0.95 !important;
}

.focus-within\:opacity-100:focus-within{
  opacity: 1 !important;
}

.hover\:opacity-0:hover{
  opacity: 0 !important;
}

.hover\:opacity-5:hover{
  opacity: 0.05 !important;
}

.hover\:opacity-10:hover{
  opacity: 0.1 !important;
}

.hover\:opacity-20:hover{
  opacity: 0.2 !important;
}

.hover\:opacity-25:hover{
  opacity: 0.25 !important;
}

.hover\:opacity-30:hover{
  opacity: 0.3 !important;
}

.hover\:opacity-40:hover{
  opacity: 0.4 !important;
}

.hover\:opacity-50:hover{
  opacity: 0.5 !important;
}

.hover\:opacity-60:hover{
  opacity: 0.6 !important;
}

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

.hover\:opacity-75:hover{
  opacity: 0.75 !important;
}

.hover\:opacity-80:hover{
  opacity: 0.8 !important;
}

.hover\:opacity-90:hover{
  opacity: 0.9 !important;
}

.hover\:opacity-95:hover{
  opacity: 0.95 !important;
}

.hover\:opacity-100:hover{
  opacity: 1 !important;
}

.focus\:opacity-0:focus{
  opacity: 0 !important;
}

.focus\:opacity-5:focus{
  opacity: 0.05 !important;
}

.focus\:opacity-10:focus{
  opacity: 0.1 !important;
}

.focus\:opacity-20:focus{
  opacity: 0.2 !important;
}

.focus\:opacity-25:focus{
  opacity: 0.25 !important;
}

.focus\:opacity-30:focus{
  opacity: 0.3 !important;
}

.focus\:opacity-40:focus{
  opacity: 0.4 !important;
}

.focus\:opacity-50:focus{
  opacity: 0.5 !important;
}

.focus\:opacity-60:focus{
  opacity: 0.6 !important;
}

.focus\:opacity-70:focus{
  opacity: 0.7 !important;
}

.focus\:opacity-75:focus{
  opacity: 0.75 !important;
}

.focus\:opacity-80:focus{
  opacity: 0.8 !important;
}

.focus\:opacity-90:focus{
  opacity: 0.9 !important;
}

.focus\:opacity-95:focus{
  opacity: 0.95 !important;
}

.focus\:opacity-100:focus{
  opacity: 1 !important;
}

.bg-blend-normal{
  background-blend-mode: normal !important;
}

.bg-blend-multiply{
  background-blend-mode: multiply !important;
}

.bg-blend-screen{
  background-blend-mode: screen !important;
}

.bg-blend-overlay{
  background-blend-mode: overlay !important;
}

.bg-blend-darken{
  background-blend-mode: darken !important;
}

.bg-blend-lighten{
  background-blend-mode: lighten !important;
}

.bg-blend-color-dodge{
  background-blend-mode: color-dodge !important;
}

.bg-blend-color-burn{
  background-blend-mode: color-burn !important;
}

.bg-blend-hard-light{
  background-blend-mode: hard-light !important;
}

.bg-blend-soft-light{
  background-blend-mode: soft-light !important;
}

.bg-blend-difference{
  background-blend-mode: difference !important;
}

.bg-blend-exclusion{
  background-blend-mode: exclusion !important;
}

.bg-blend-hue{
  background-blend-mode: hue !important;
}

.bg-blend-saturation{
  background-blend-mode: saturation !important;
}

.bg-blend-color{
  background-blend-mode: color !important;
}

.bg-blend-luminosity{
  background-blend-mode: luminosity !important;
}

.mix-blend-normal{
  mix-blend-mode: normal !important;
}

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

.mix-blend-screen{
  mix-blend-mode: screen !important;
}

.mix-blend-overlay{
  mix-blend-mode: overlay !important;
}

.mix-blend-darken{
  mix-blend-mode: darken !important;
}

.mix-blend-lighten{
  mix-blend-mode: lighten !important;
}

.mix-blend-color-dodge{
  mix-blend-mode: color-dodge !important;
}

.mix-blend-color-burn{
  mix-blend-mode: color-burn !important;
}

.mix-blend-hard-light{
  mix-blend-mode: hard-light !important;
}

.mix-blend-soft-light{
  mix-blend-mode: soft-light !important;
}

.mix-blend-difference{
  mix-blend-mode: difference !important;
}

.mix-blend-exclusion{
  mix-blend-mode: exclusion !important;
}

.mix-blend-hue{
  mix-blend-mode: hue !important;
}

.mix-blend-saturation{
  mix-blend-mode: saturation !important;
}

.mix-blend-color{
  mix-blend-mode: color !important;
}

.mix-blend-luminosity{
  mix-blend-mode: luminosity !important;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-sm:focus-within{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow:focus-within{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-md:focus-within{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-lg:focus-within{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-xl:focus-within{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-2xl:focus-within{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-inner:focus-within{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-none:focus-within{
  --tw-shadow: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow:hover{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-sm:focus{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow:focus{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-md:focus{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-lg:focus{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-xl:focus{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-2xl:focus{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-inner:focus{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !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-within\:outline-none:focus-within{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-white:focus-within{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-black:focus-within{
  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;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ring-inset{
  --tw-ring-inset: inset !important;
}

.focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset !important;
}

.focus\:ring-inset:focus{
  --tw-ring-inset: inset !important;
}

.ring-transparent{
  --tw-ring-color: var(--color-transparent) !important;
}

.ring-black{
  --tw-ring-color: var(--color-black) !important;
}

.ring-white{
  --tw-ring-color: var(--color-white) !important;
}

.ring-error{
  --tw-ring-color: var(--color-error) !important;
}

.ring-warning{
  --tw-ring-color: var(--color-warning) !important;
}

.ring-success{
  --tw-ring-color: var(--color-success) !important;
}

.focus-within\:ring-transparent:focus-within{
  --tw-ring-color: var(--color-transparent) !important;
}

.focus-within\:ring-black:focus-within{
  --tw-ring-color: var(--color-black) !important;
}

.focus-within\:ring-white:focus-within{
  --tw-ring-color: var(--color-white) !important;
}

.focus-within\:ring-error:focus-within{
  --tw-ring-color: var(--color-error) !important;
}

.focus-within\:ring-warning:focus-within{
  --tw-ring-color: var(--color-warning) !important;
}

.focus-within\:ring-success:focus-within{
  --tw-ring-color: var(--color-success) !important;
}

.focus\:ring-transparent:focus{
  --tw-ring-color: var(--color-transparent) !important;
}

.focus\:ring-black:focus{
  --tw-ring-color: var(--color-black) !important;
}

.focus\:ring-white:focus{
  --tw-ring-color: var(--color-white) !important;
}

.focus\:ring-error:focus{
  --tw-ring-color: var(--color-error) !important;
}

.focus\:ring-warning:focus{
  --tw-ring-color: var(--color-warning) !important;
}

.focus\:ring-success:focus{
  --tw-ring-color: var(--color-success) !important;
}

.ring-opacity-0{
  --tw-ring-opacity: 0 !important;
}

.ring-opacity-5{
  --tw-ring-opacity: 0.05 !important;
}

.ring-opacity-10{
  --tw-ring-opacity: 0.1 !important;
}

.ring-opacity-20{
  --tw-ring-opacity: 0.2 !important;
}

.ring-opacity-25{
  --tw-ring-opacity: 0.25 !important;
}

.ring-opacity-30{
  --tw-ring-opacity: 0.3 !important;
}

.ring-opacity-40{
  --tw-ring-opacity: 0.4 !important;
}

.ring-opacity-50{
  --tw-ring-opacity: 0.5 !important;
}

.ring-opacity-60{
  --tw-ring-opacity: 0.6 !important;
}

.ring-opacity-70{
  --tw-ring-opacity: 0.7 !important;
}

.ring-opacity-75{
  --tw-ring-opacity: 0.75 !important;
}

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

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

.ring-opacity-95{
  --tw-ring-opacity: 0.95 !important;
}

.ring-opacity-100{
  --tw-ring-opacity: 1 !important;
}

.focus-within\:ring-opacity-0:focus-within{
  --tw-ring-opacity: 0 !important;
}

.focus-within\:ring-opacity-5:focus-within{
  --tw-ring-opacity: 0.05 !important;
}

.focus-within\:ring-opacity-10:focus-within{
  --tw-ring-opacity: 0.1 !important;
}

.focus-within\:ring-opacity-20:focus-within{
  --tw-ring-opacity: 0.2 !important;
}

.focus-within\:ring-opacity-25:focus-within{
  --tw-ring-opacity: 0.25 !important;
}

.focus-within\:ring-opacity-30:focus-within{
  --tw-ring-opacity: 0.3 !important;
}

.focus-within\:ring-opacity-40:focus-within{
  --tw-ring-opacity: 0.4 !important;
}

.focus-within\:ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5 !important;
}

.focus-within\:ring-opacity-60:focus-within{
  --tw-ring-opacity: 0.6 !important;
}

.focus-within\:ring-opacity-70:focus-within{
  --tw-ring-opacity: 0.7 !important;
}

.focus-within\:ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75 !important;
}

.focus-within\:ring-opacity-80:focus-within{
  --tw-ring-opacity: 0.8 !important;
}

.focus-within\:ring-opacity-90:focus-within{
  --tw-ring-opacity: 0.9 !important;
}

.focus-within\:ring-opacity-95:focus-within{
  --tw-ring-opacity: 0.95 !important;
}

.focus-within\:ring-opacity-100:focus-within{
  --tw-ring-opacity: 1 !important;
}

.focus\:ring-opacity-0:focus{
  --tw-ring-opacity: 0 !important;
}

.focus\:ring-opacity-5:focus{
  --tw-ring-opacity: 0.05 !important;
}

.focus\:ring-opacity-10:focus{
  --tw-ring-opacity: 0.1 !important;
}

.focus\:ring-opacity-20:focus{
  --tw-ring-opacity: 0.2 !important;
}

.focus\:ring-opacity-25:focus{
  --tw-ring-opacity: 0.25 !important;
}

.focus\:ring-opacity-30:focus{
  --tw-ring-opacity: 0.3 !important;
}

.focus\:ring-opacity-40:focus{
  --tw-ring-opacity: 0.4 !important;
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5 !important;
}

.focus\:ring-opacity-60:focus{
  --tw-ring-opacity: 0.6 !important;
}

.focus\:ring-opacity-70:focus{
  --tw-ring-opacity: 0.7 !important;
}

.focus\:ring-opacity-75:focus{
  --tw-ring-opacity: 0.75 !important;
}

.focus\:ring-opacity-80:focus{
  --tw-ring-opacity: 0.8 !important;
}

.focus\:ring-opacity-90:focus{
  --tw-ring-opacity: 0.9 !important;
}

.focus\:ring-opacity-95:focus{
  --tw-ring-opacity: 0.95 !important;
}

.focus\:ring-opacity-100:focus{
  --tw-ring-opacity: 1 !important;
}

.ring-offset-0{
  --tw-ring-offset-width: 0px !important;
}

.ring-offset-1{
  --tw-ring-offset-width: 1px !important;
}

.ring-offset-2{
  --tw-ring-offset-width: 2px !important;
}

.ring-offset-4{
  --tw-ring-offset-width: 4px !important;
}

.ring-offset-8{
  --tw-ring-offset-width: 8px !important;
}

.focus-within\:ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px !important;
}

.focus-within\:ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px !important;
}

.focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px !important;
}

.focus-within\:ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px !important;
}

.focus-within\:ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px !important;
}

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px !important;
}

.focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px !important;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px !important;
}

.focus\:ring-offset-4:focus{
  --tw-ring-offset-width: 4px !important;
}

.focus\:ring-offset-8:focus{
  --tw-ring-offset-width: 8px !important;
}

.ring-offset-transparent{
  --tw-ring-offset-color: var(--color-transparent) !important;
}

.ring-offset-black{
  --tw-ring-offset-color: var(--color-black) !important;
}

.ring-offset-white{
  --tw-ring-offset-color: var(--color-white) !important;
}

.ring-offset-error{
  --tw-ring-offset-color: var(--color-error) !important;
}

.ring-offset-warning{
  --tw-ring-offset-color: var(--color-warning) !important;
}

.ring-offset-success{
  --tw-ring-offset-color: var(--color-success) !important;
}

.focus-within\:ring-offset-transparent:focus-within{
  --tw-ring-offset-color: var(--color-transparent) !important;
}

.focus-within\:ring-offset-black:focus-within{
  --tw-ring-offset-color: var(--color-black) !important;
}

.focus-within\:ring-offset-white:focus-within{
  --tw-ring-offset-color: var(--color-white) !important;
}

.focus-within\:ring-offset-error:focus-within{
  --tw-ring-offset-color: var(--color-error) !important;
}

.focus-within\:ring-offset-warning:focus-within{
  --tw-ring-offset-color: var(--color-warning) !important;
}

.focus-within\:ring-offset-success:focus-within{
  --tw-ring-offset-color: var(--color-success) !important;
}

.focus\:ring-offset-transparent:focus{
  --tw-ring-offset-color: var(--color-transparent) !important;
}

.focus\:ring-offset-black:focus{
  --tw-ring-offset-color: var(--color-black) !important;
}

.focus\:ring-offset-white:focus{
  --tw-ring-offset-color: var(--color-white) !important;
}

.focus\:ring-offset-error:focus{
  --tw-ring-offset-color: var(--color-error) !important;
}

.focus\:ring-offset-warning:focus{
  --tw-ring-offset-color: var(--color-warning) !important;
}

.focus\:ring-offset-success:focus{
  --tw-ring-offset-color: var(--color-success) !important;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter-none{
  -webkit-filter: none !important;
          filter: none !important;
}

.blur-0{
  --tw-blur: blur(0) !important;
}

.blur-none{
  --tw-blur: blur(0) !important;
}

.blur-sm{
  --tw-blur: blur(4px) !important;
}

.blur{
  --tw-blur: blur(8px) !important;
}

.blur-md{
  --tw-blur: blur(12px) !important;
}

.blur-lg{
  --tw-blur: blur(16px) !important;
}

.blur-xl{
  --tw-blur: blur(24px) !important;
}

.blur-2xl{
  --tw-blur: blur(40px) !important;
}

.blur-3xl{
  --tw-blur: blur(64px) !important;
}

.brightness-0{
  --tw-brightness: brightness(0) !important;
}

.brightness-50{
  --tw-brightness: brightness(.5) !important;
}

.brightness-75{
  --tw-brightness: brightness(.75) !important;
}

.brightness-90{
  --tw-brightness: brightness(.9) !important;
}

.brightness-95{
  --tw-brightness: brightness(.95) !important;
}

.brightness-100{
  --tw-brightness: brightness(1) !important;
}

.brightness-105{
  --tw-brightness: brightness(1.05) !important;
}

.brightness-110{
  --tw-brightness: brightness(1.1) !important;
}

.brightness-125{
  --tw-brightness: brightness(1.25) !important;
}

.brightness-150{
  --tw-brightness: brightness(1.5) !important;
}

.brightness-200{
  --tw-brightness: brightness(2) !important;
}

.contrast-0{
  --tw-contrast: contrast(0) !important;
}

.contrast-50{
  --tw-contrast: contrast(.5) !important;
}

.contrast-75{
  --tw-contrast: contrast(.75) !important;
}

.contrast-100{
  --tw-contrast: contrast(1) !important;
}

.contrast-125{
  --tw-contrast: contrast(1.25) !important;
}

.contrast-150{
  --tw-contrast: contrast(1.5) !important;
}

.contrast-200{
  --tw-contrast: contrast(2) !important;
}

.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
}

.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
}

.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
}

.drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
}

.grayscale-0{
  --tw-grayscale: grayscale(0) !important;
}

.grayscale{
  --tw-grayscale: grayscale(100%) !important;
}

.hue-rotate-0{
  --tw-hue-rotate: hue-rotate(0deg) !important;
}

.hue-rotate-15{
  --tw-hue-rotate: hue-rotate(15deg) !important;
}

.hue-rotate-30{
  --tw-hue-rotate: hue-rotate(30deg) !important;
}

.hue-rotate-60{
  --tw-hue-rotate: hue-rotate(60deg) !important;
}

.hue-rotate-90{
  --tw-hue-rotate: hue-rotate(90deg) !important;
}

.hue-rotate-180{
  --tw-hue-rotate: hue-rotate(180deg) !important;
}

.-hue-rotate-180{
  --tw-hue-rotate: hue-rotate(-180deg) !important;
}

.-hue-rotate-90{
  --tw-hue-rotate: hue-rotate(-90deg) !important;
}

.-hue-rotate-60{
  --tw-hue-rotate: hue-rotate(-60deg) !important;
}

.-hue-rotate-30{
  --tw-hue-rotate: hue-rotate(-30deg) !important;
}

.-hue-rotate-15{
  --tw-hue-rotate: hue-rotate(-15deg) !important;
}

.invert-0{
  --tw-invert: invert(0) !important;
}

.invert{
  --tw-invert: invert(100%) !important;
}

.saturate-0{
  --tw-saturate: saturate(0) !important;
}

.saturate-50{
  --tw-saturate: saturate(.5) !important;
}

.saturate-100{
  --tw-saturate: saturate(1) !important;
}

.saturate-150{
  --tw-saturate: saturate(1.5) !important;
}

.saturate-200{
  --tw-saturate: saturate(2) !important;
}

.sepia-0{
  --tw-sepia: sepia(0) !important;
}

.sepia{
  --tw-sepia: sepia(100%) !important;
}

.backdrop-filter{
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-filter-none{
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.backdrop-blur-0{
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-none{
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px) !important;
}

.backdrop-blur{
  --tw-backdrop-blur: blur(8px) !important;
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px) !important;
}

.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px) !important;
}

.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px) !important;
}

.backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px) !important;
}

.backdrop-blur-3xl{
  --tw-backdrop-blur: blur(64px) !important;
}

.backdrop-brightness-0{
  --tw-backdrop-brightness: brightness(0) !important;
}

.backdrop-brightness-50{
  --tw-backdrop-brightness: brightness(.5) !important;
}

.backdrop-brightness-75{
  --tw-backdrop-brightness: brightness(.75) !important;
}

.backdrop-brightness-90{
  --tw-backdrop-brightness: brightness(.9) !important;
}

.backdrop-brightness-95{
  --tw-backdrop-brightness: brightness(.95) !important;
}

.backdrop-brightness-100{
  --tw-backdrop-brightness: brightness(1) !important;
}

.backdrop-brightness-105{
  --tw-backdrop-brightness: brightness(1.05) !important;
}

.backdrop-brightness-110{
  --tw-backdrop-brightness: brightness(1.1) !important;
}

.backdrop-brightness-125{
  --tw-backdrop-brightness: brightness(1.25) !important;
}

.backdrop-brightness-150{
  --tw-backdrop-brightness: brightness(1.5) !important;
}

.backdrop-brightness-200{
  --tw-backdrop-brightness: brightness(2) !important;
}

.backdrop-contrast-0{
  --tw-backdrop-contrast: contrast(0) !important;
}

.backdrop-contrast-50{
  --tw-backdrop-contrast: contrast(.5) !important;
}

.backdrop-contrast-75{
  --tw-backdrop-contrast: contrast(.75) !important;
}

.backdrop-contrast-100{
  --tw-backdrop-contrast: contrast(1) !important;
}

.backdrop-contrast-125{
  --tw-backdrop-contrast: contrast(1.25) !important;
}

.backdrop-contrast-150{
  --tw-backdrop-contrast: contrast(1.5) !important;
}

.backdrop-contrast-200{
  --tw-backdrop-contrast: contrast(2) !important;
}

.backdrop-grayscale-0{
  --tw-backdrop-grayscale: grayscale(0) !important;
}

.backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%) !important;
}

.backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
}

.backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
}

.backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
}

.backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
}

.backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
}

.backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
}

.-backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
}

.-backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
}

.-backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
}

.-backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
}

.-backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
}

.backdrop-invert-0{
  --tw-backdrop-invert: invert(0) !important;
}

.backdrop-invert{
  --tw-backdrop-invert: invert(100%) !important;
}

.backdrop-opacity-0{
  --tw-backdrop-opacity: opacity(0) !important;
}

.backdrop-opacity-5{
  --tw-backdrop-opacity: opacity(0.05) !important;
}

.backdrop-opacity-10{
  --tw-backdrop-opacity: opacity(0.1) !important;
}

.backdrop-opacity-20{
  --tw-backdrop-opacity: opacity(0.2) !important;
}

.backdrop-opacity-25{
  --tw-backdrop-opacity: opacity(0.25) !important;
}

.backdrop-opacity-30{
  --tw-backdrop-opacity: opacity(0.3) !important;
}

.backdrop-opacity-40{
  --tw-backdrop-opacity: opacity(0.4) !important;
}

.backdrop-opacity-50{
  --tw-backdrop-opacity: opacity(0.5) !important;
}

.backdrop-opacity-60{
  --tw-backdrop-opacity: opacity(0.6) !important;
}

.backdrop-opacity-70{
  --tw-backdrop-opacity: opacity(0.7) !important;
}

.backdrop-opacity-75{
  --tw-backdrop-opacity: opacity(0.75) !important;
}

.backdrop-opacity-80{
  --tw-backdrop-opacity: opacity(0.8) !important;
}

.backdrop-opacity-90{
  --tw-backdrop-opacity: opacity(0.9) !important;
}

.backdrop-opacity-95{
  --tw-backdrop-opacity: opacity(0.95) !important;
}

.backdrop-opacity-100{
  --tw-backdrop-opacity: opacity(1) !important;
}

.backdrop-saturate-0{
  --tw-backdrop-saturate: saturate(0) !important;
}

.backdrop-saturate-50{
  --tw-backdrop-saturate: saturate(.5) !important;
}

.backdrop-saturate-100{
  --tw-backdrop-saturate: saturate(1) !important;
}

.backdrop-saturate-150{
  --tw-backdrop-saturate: saturate(1.5) !important;
}

.backdrop-saturate-200{
  --tw-backdrop-saturate: saturate(2) !important;
}

.backdrop-sepia-0{
  --tw-backdrop-sepia: sepia(0) !important;
}

.backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%) !important;
}

.transition-none{
  -webkit-transition-property: none !important;
  transition-property: none !important;
}

.transition-all{
  -webkit-transition-property: all !important;
  transition-property: all !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

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

.transition-colors{
  -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.transition-opacity{
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.transition-shadow{
  -webkit-transition-property: -webkit-box-shadow !important;
  transition-property: -webkit-box-shadow !important;
  transition-property: box-shadow !important;
  transition-property: box-shadow, -webkit-box-shadow !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.transition-transform{
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.delay-75{
  -webkit-transition-delay: 75ms !important;
          transition-delay: 75ms !important;
}

.delay-100{
  -webkit-transition-delay: 100ms !important;
          transition-delay: 100ms !important;
}

.delay-150{
  -webkit-transition-delay: 150ms !important;
          transition-delay: 150ms !important;
}

.delay-200{
  -webkit-transition-delay: 200ms !important;
          transition-delay: 200ms !important;
}

.delay-300{
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.delay-500{
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important;
}

.delay-700{
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.delay-1000{
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important;
}

.duration-75{
  -webkit-transition-duration: 75ms !important;
          transition-duration: 75ms !important;
}

.duration-100{
  -webkit-transition-duration: 100ms !important;
          transition-duration: 100ms !important;
}

.duration-150{
  -webkit-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.duration-200{
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
}

.duration-300{
  -webkit-transition-duration: 300ms !important;
          transition-duration: 300ms !important;
}

.duration-500{
  -webkit-transition-duration: 500ms !important;
          transition-duration: 500ms !important;
}

.duration-700{
  -webkit-transition-duration: 700ms !important;
          transition-duration: 700ms !important;
}

.duration-1000{
  -webkit-transition-duration: 1000ms !important;
          transition-duration: 1000ms !important;
}

.ease-linear{
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease-in{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out{
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@property --fill-percent {
  syntax: "<percentage>";

  inherits: true;

  initial-value: 0%;
}

:root {
  --c-base: var(--wp--preset--color--base);
  --c-contrast: var(--wp--preset--color--contrast);
  --c-grey-accent: var(--wp--preset--color--grey-accent);
  --c-primary: var(--wp--preset--color--primary);
  --c-primary-accent: var(--wp--preset--color--primary-accent);
  --c-secondary: var(--wp--preset--color--secondary);
  --slick-arrows-color: #ffffff;
  --slick-dots-color: #ffffff;
  --slick-dots-active-color: var(--wp--preset--color--primary-accent);
  --slick-dot-size: 15px;
  --wrapper-width: 1170px;
  --wrapper-gutter: 1rem;
  --header-margin: 2rem;
}

@media only screen and ( min-width: 48em ) {
  :root {
    --wrapper-gutter: 2rem;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body,
h1, h2, h3, h4,
p,
ul[class],
ol[class],
li,
figure, figcaption,
blockquote,
dl, dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

/**
 * 1. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 2. Ensure the page always fills at least the entire height of the viewport.
 * 3. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: calc(100vh - var(--header-margin));
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

a,
button {
  cursor: pointer;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
button,
textarea,
select {
  font: inherit;
}

template,
[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  background-color: var(--c-base);
  scroll-behavior: smooth;
}

html.menu-is-open {
  overflow-y: scroll;
}

body {
  font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  line-height: 1.5;
  color: var(--c-contrast);
}

main:focus {
  outline: none;
}

[id] {
  scroll-margin-block-start: 5rem;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.99);
  color: #FFFFFF;
}

::selection {
  background: rgba(0, 0, 0, 0.99);
  color: #FFFFFF;
}

img::-moz-selection {
  background: rgba(0, 0, 0, 0.75);
}

img::selection {
  background: rgba(0, 0, 0, 0.75);
}

/**
 * Heading styles.
 * Class version can be used to style a h1 as a h2 for semantic purposes.
 */

h1, h2, h3, h4, .h1, .h2, .h3, .h4{
  font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 700;
}

h1, .h1 {
  font-size: 3.375rem;
}

h2, .h2 {
  font-size: 2.25rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

p {
  text-wrap: pretty;
}

a {
  color: inherit;
}

a:not([class]):visited {
  opacity: 0.8;
}

figcaption {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  font-size: 0.9em;
  font-style: italic;
}

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

table th,
table td {
  padding: 0.25em 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.4);
  text-align: left;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 1rem 1rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: currentColor;
}

.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: currentColor;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Slider Reverse
 */

.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(4.2857142857px, -5px, 0);
          transform: rotate(45deg) translate3d(4.2857142857px, -5px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(90deg);
          transform: translate3d(0, -16px, 0) rotate(90deg);
}

.hamburger {
  padding: 1rem 1rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: currentColor;
}

.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: currentColor;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Slider Reverse
 */

.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(4.2857142857px, -5px, 0);
          transform: rotate(45deg) translate3d(4.2857142857px, -5px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(90deg);
          transform: translate3d(0, -16px, 0) rotate(90deg);
}

.slick-slider {
  --_slick-arrows-color: var(--slick-arrows-color, var(--slider-accent-color));
  --_slick-dots-color: var(--slick-dots-color, currentColor);
  --_slick-dots-active-color: var(--slick-dots-active-color, var(--slider-accent-color));
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  translate: 0 -50%;
  padding: 1rem 0.5rem;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: var(--_slick-arrows-color);
}

.slick-arrow svg {
  display: block;
  width: 2rem;
  height: 4rem;
}

.slick-arrow.slick-prev {
  left: 0;
  -webkit-padding-end: 2rem;
          padding-inline-end: 2rem;
}

.slick-arrow.slick-prev svg {
  rotate: 180deg;
}

.slick-arrow.slick-next {
  right: 0;
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
}

ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

ul.slick-dots li {
  list-style-type: none;
}

ul.slick-dots button {
  --_size: var(--slick-dot-size, 10px);
  display: block;
  width: var(--_size);
  height: var(--_size);
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--_slick-dots-color, currentColor);
  font-size: 0;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

ul.slick-dots .slick-active button {
  background-color: var(--_slick-dots-active-color, currentColor);
  scale: 1.25;
  border: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-list.draggable {
  cursor: -webkit-grab;
  cursor: grab;
}

.slick-list.draggable:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.ratio {
  position: relative;
  display: block;
}

.ratio:before {
  content: "";
  display: block;
  width: 100%;
  -webkit-padding-before: 100%;
          padding-block-start: 100%;
}

.ratio > .ratio__content,
.ratio > iframe,
.ratio > embed,
.ratio > object {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ratio > iframe[src*=vimeo] {
  -o-object-fit: unset;
     object-fit: unset;
}

.ratio--16-9:before {
  -webkit-padding-before: 56.25%;
          padding-block-start: 56.25%;
}

.ratio--4-3:before {
  -webkit-padding-before: 75%;
          padding-block-start: 75%;
}

.info-cards-autofill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-columns.is-layout-flex.are-vertically-aligned-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and ( max-width: 61.9375em ) {
  .wp-block-columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }

  .wp-block-columns .wp-block-column img.wp-block-image,
  .wp-block-columns .wp-block-column .wp-block-image img {
    max-height: 60vw;
  }
}

@media only screen and ( max-width: 48em ) {
  body .wp-block-columns {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

.inner-wrapper {
  max-width: var(--wrapper-width);
  margin-inline: auto;
}

.text-wrapper {
  max-width: var(--text-wrapper-width, 800px);
  margin-inline: auto;
}

.text-wrapper + .text-wrapper:has(h1) {
  -webkit-margin-before: 3.375em !important;
          margin-block-start: 3.375em !important;
}

.text-wrapper + .text-wrapper:has(h2) {
  -webkit-margin-before: 2.25em !important;
          margin-block-start: 2.25em !important;
}

.text-wrapper + .text-wrapper:has(h3) {
  -webkit-margin-before: 1.5em !important;
          margin-block-start: 1.5em !important;
}

.wrapper,
section.wp-block-group {
  --_col: calc( var(--wrapper-width) / 2 );
  --_gutter-l: var(--wrapper-gutter);
  --_gutter-r: var(--wrapper-gutter);
  display: grid;
  grid-template-columns: [screen-start breakout-l-start screen-l-start] var(--_gutter-l, var(--wrapper-gutter)) [gutter-start] 1fr [inner-start inner-l-start breakout-r-start] minmax(50px, var(--_col)) [inner-l-end screen-l-end screen-r-start inner-r-start] minmax(50px, var(--_col)) [inner-r-end inner-end breakout-l-end] 1fr [gutter-end] var(--_gutter-r, var(--wrapper-gutter)) [screen-end breakout-r-end screen-r-end];
  gap: 0px;
}

@media only screen and ( min-width: 48em ) and ( max-width: 84.375em ) {
  .wrapper,
  section.wp-block-group {
    --_gutter-l: 3.7rem;
  }
}

.wrapper > *,
section.wp-block-group > * {
  grid-column: inner;
}

.wrapper .wrapper,
.wrapper section.wp-block-group,
section.wp-block-group .wrapper,
section.wp-block-group section.wp-block-group {
  grid-template-columns: [screen-start breakout-l-start screen-l-start] 0px [gutter-start] 1fr [inner-start inner-l-start breakout-r-start] minmax(50px, var(--_col)) [inner-l-end screen-l-end screen-r-start inner-r-start] minmax(50px, var(--_col)) [inner-r-end inner-end breakout-l-end] 1fr [gutter-end] 0px [screen-end breakout-r-end screen-r-end];
}

.wrapper:has(.wrapper .featured-section__motif),
section.wp-block-group:has(.wrapper .featured-section__motif) {
  overflow: hidden;
}

@media only screen and ( max-width: 47.9375em ) {
  .wrapper,
  section.wp-block-group {
    grid-template-columns: [screen-start breakout-l-start screen-l-start] var(--_gutter-l) [gutter-start inner-start inner-l-start inner-r-start breakout-r-start] 1fr [inner-l-end inner-r-end inner-end breakout-l-end gutter-end] var(--_gutter-r) [screen-end screen-l-end screen-r-start screen-r-end breakout-r-end];
  }
}

.col-inner {
  grid-column: inner !important;
}

.col-inner-l {
  grid-column: inner-l !important;
}

.col-inner-r {
  grid-column: inner-r !important;
}

.col-breakout-l {
  grid-column: breakout-l !important;
}

.col-breakout-r {
  grid-column: breakout-r !important;
}

.col-screen-l {
  grid-column: screen-l !important;
}

.col-screen-r {
  grid-column: screen-r !important;
}

.col-screen {
  grid-column: screen !important;
}

.col-gutter {
  grid-column: gutter !important;
}

@media ((min-width: 576px)) {
  .sm\:col-inner {
    grid-column: inner !important;
  }

  .sm\:col-inner-l {
    grid-column: inner-l !important;
  }

  .sm\:col-inner-r {
    grid-column: inner-r !important;
  }

  .sm\:col-screen-l {
    grid-column: screen-l !important;
  }

  .sm\:col-screen-r {
    grid-column: screen-r !important;
  }

  .sm\:col-breakout-l {
    grid-column: breakout-l !important;
  }

  .sm\:col-breakout-r {
    grid-column: breakout-r !important;
  }

  .sm\:col-screen {
    grid-column: screen !important;
  }

  .sm\:col-gutter {
    grid-column: gutter !important;
  }
}

@media ((min-width: 768px)) {
  .md\:col-inner {
    grid-column: inner !important;
  }

  .md\:col-inner-l {
    grid-column: inner-l !important;
  }

  .md\:col-inner-r {
    grid-column: inner-r !important;
  }

  .md\:col-screen-l {
    grid-column: screen-l !important;
  }

  .md\:col-screen-r {
    grid-column: screen-r !important;
  }

  .md\:col-breakout-l {
    grid-column: breakout-l !important;
  }

  .md\:col-breakout-r {
    grid-column: breakout-r !important;
  }

  .md\:col-screen {
    grid-column: screen !important;
  }

  .md\:col-gutter {
    grid-column: gutter !important;
  }
}

@media ((min-width: 992px)) {
  .mdlg\:col-inner {
    grid-column: inner !important;
  }

  .mdlg\:col-inner-l {
    grid-column: inner-l !important;
  }

  .mdlg\:col-inner-r {
    grid-column: inner-r !important;
  }

  .mdlg\:col-screen-l {
    grid-column: screen-l !important;
  }

  .mdlg\:col-screen-r {
    grid-column: screen-r !important;
  }

  .mdlg\:col-breakout-l {
    grid-column: breakout-l !important;
  }

  .mdlg\:col-breakout-r {
    grid-column: breakout-r !important;
  }

  .mdlg\:col-screen {
    grid-column: screen !important;
  }

  .mdlg\:col-gutter {
    grid-column: gutter !important;
  }
}

@media ((min-width: 1024px)) {
  .lg\:col-inner {
    grid-column: inner !important;
  }

  .lg\:col-inner-l {
    grid-column: inner-l !important;
  }

  .lg\:col-inner-r {
    grid-column: inner-r !important;
  }

  .lg\:col-screen-l {
    grid-column: screen-l !important;
  }

  .lg\:col-screen-r {
    grid-column: screen-r !important;
  }

  .lg\:col-breakout-l {
    grid-column: breakout-l !important;
  }

  .lg\:col-breakout-r {
    grid-column: breakout-r !important;
  }

  .lg\:col-screen {
    grid-column: screen !important;
  }

  .lg\:col-gutter {
    grid-column: gutter !important;
  }
}

@media ((min-width: 1351px)) {
  .xl\:col-inner {
    grid-column: inner !important;
  }

  .xl\:col-inner-l {
    grid-column: inner-l !important;
  }

  .xl\:col-inner-r {
    grid-column: inner-r !important;
  }

  .xl\:col-screen-l {
    grid-column: screen-l !important;
  }

  .xl\:col-screen-r {
    grid-column: screen-r !important;
  }

  .xl\:col-breakout-l {
    grid-column: breakout-l !important;
  }

  .xl\:col-breakout-r {
    grid-column: breakout-r !important;
  }

  .xl\:col-screen {
    grid-column: screen !important;
  }

  .xl\:col-gutter {
    grid-column: gutter !important;
  }
}

@media ((min-width: 1530px)) {
  .\32 xl\:col-inner {
    grid-column: inner !important;
  }

  .\32 xl\:col-inner-l {
    grid-column: inner-l !important;
  }

  .\32 xl\:col-inner-r {
    grid-column: inner-r !important;
  }

  .\32 xl\:col-screen-l {
    grid-column: screen-l !important;
  }

  .\32 xl\:col-screen-r {
    grid-column: screen-r !important;
  }

  .\32 xl\:col-breakout-l {
    grid-column: breakout-l !important;
  }

  .\32 xl\:col-breakout-r {
    grid-column: breakout-r !important;
  }

  .\32 xl\:col-screen {
    grid-column: screen !important;
  }

  .\32 xl\:col-gutter {
    grid-column: gutter !important;
  }
}

.accordion-wrap {
  max-width: 1050px;
  margin-inline: auto;
}

.accordion {
  margin-block: 0.75rem;
  border-radius: 1rem;
  background-color: var(--accordion-item-color);
  color: var(--accordion-text-color);
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

@media only screen and ( max-width: 47.9375em ) {
  .accordion-trigger {
    font-size: 1.5em;
  }
}

@media only screen and ( max-width: 31.25em ) {
  .accordion-trigger {
    font-size: 1.3em;
  }
}

.accordion-trigger:not(:has(button)), .accordion-trigger button {
  padding: 1.5rem 2rem;
}

@media only screen and ( max-width: 31.25em ) {
  .accordion-trigger:not(:has(button)), .accordion-trigger button {
    padding-inline: 1rem;
  }
}

.accordion-trigger button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  width: 100%;
}

.accordion-trigger button:after {
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.458 18.605'%3E%3Cpath fill='%23000000' d='M0 2A2 2 0 0 1 3.385.557l13 12.473L29.061.574a2 2 0 1 1 2.8 2.853L16.415 18.606.615 3.444A1.994 1.994 0 0 1 0 2Z' /%3E%3C/svg%3E");
  content: "";
  width: 30px;
  height: 15px;
  -webkit-mask: var(--arrow) center/contain no-repeat;
  mask: var(--arrow) center/contain no-repeat;
  background-color: var(--accordion-text-color, --color-black);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.accordion-trigger button[aria-expanded=true]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-content > div {
  padding: 2rem;
  padding-top: 0;
}

@media only screen and ( max-width: 31.25em ) {
  .accordion-content > div {
    padding: 1rem;
    padding-top: 0;
  }
}

.accordion-content > div > * {
  max-width: 80ch;
}

/* only hide once we've confirmed JS is available  */

html.js .accordion-content {
  display: none;
}

html.js .accordion[data-open-onload] .accordion-content {
  display: block;
}

.wpcf7-form .wpcf7-form-control-wrap:has(input[type=file]) + .label,
.button {
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  padding: 0.9em 2em;
  border: none;
  border-radius: 0.5rem;
  background-color: var(--button-bg-color, var(--c-contrast));
  color: var(--button-text-color, var(--c-base));
  font-size: 0.95em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.wpcf7-form .wpcf7-form-control-wrap:has(input[type=file]) + .label:before,
.button:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgb(from var(--button-text-color, var(--c-base)) r g b/15%);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.wpcf7-form .wpcf7-form-control-wrap:has(input[type=file]) + .label:focus:not([disabled]):before, .wpcf7-form .wpcf7-form-control-wrap:has(input[type=file]) + .label:hover:not([disabled]):before,
.button:focus:not([disabled]):before,
.button:hover:not([disabled]):before {
  opacity: 1;
}

.wpcf7-form .wpcf7-form-control-wrap:has(input[type=file]) + .label span,
.button span {
  will-change: transform;
}

.wpcf7-form .wpcf7-form-control-wrap:has(input[type=file]) + .label svg,
.button svg {
  display: block;
  width: 1em;
  height: 1em;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.button--primary {
  --button-bg-color: var(--c-primary);
}

.button--primary-accent {
  --button-bg-color: var(--c-primary-accent);
}

.button--secondary {
  --button-bg-color: var(--c-secondary);
  --button-text-color: var(--c-contrast);
}

.button--sm {
  font-size: 0.75em;
}

.shortcode-button {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  color: var(--button-text-color);
}

.shortcode-button:has(+ .shortcode-button) {
  -webkit-margin-end: 1em;
          margin-inline-end: 1em;
}

.wpcf7-form {
  --field-gap: 1rem;
  --_input-bg-color: var( --input-bg-color, var(--c-base, white) );
  --_input-border-color: var( --input-border-color, var(--c-contrast, black) );
  --_input-text-color: var( --input-text-color, var(--c-contrast, black) );
  --_error-text-color: var( --error-text-color, var(--color-warning, black) );
  --_button-bg-color: var( --button-bg-color, var(--c-primary, black) );
  --_button-text-color: var( --button-text-color, var(--c-base, white) );
  --_checkbox-box-color: var( --checkbox-box-color, var(--c-primary, black) );
  --_checkbox-icon-color: var( --checkbox-icon-color, var(--c-base, white) );
  max-width: 800px;
  margin-inline: auto;
}

.wpcf7-form > p,
.wpcf7-form > .form-group {
  position: relative;
  z-index: 0;
  -webkit-margin-before: var(--field-gap);
          margin-block-start: var(--field-gap);
}

.wpcf7-form > p:first-child,
.wpcf7-form > .form-group:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.wpcf7-form > p br,
.wpcf7-form > .form-group br {
  display: none !important;
}

.wpcf7-form input:not(:is([type=checkbox], [type=radio])),
.wpcf7-form textarea,
.wpcf7-form select {
  display: block;
  width: 100%;
  height: calc(3.5rem + 2px);
  padding: 1rem;
  border: 1px solid var(--_input-border-color);
  border-radius: 0.5rem;
  outline-color: var(--c-primary);
  font: inherit;
  font-size: 1rem;
  line-height: 1.25;
  background-color: var(--_input-bg-color);
  color: var(--_input-text-color);
}

.wpcf7-form input[type=password] {
  letter-spacing: 1px;
}

.wpcf7-form input:not(:is([type=checkbox], [type=radio])):not(:-moz-placeholder-shown), .wpcf7-form select:not(:-moz-placeholder-shown) {
  padding-block: 1.625rem 0.625rem;
}

.wpcf7-form input:not(:is([type=checkbox], [type=radio])):not(:-ms-input-placeholder), .wpcf7-form select:not(:-ms-input-placeholder) {
  padding-block: 1.625rem 0.625rem;
}

.wpcf7-form input:not(:is([type=checkbox], [type=radio])):focus, .wpcf7-form input:not(:is([type=checkbox], [type=radio])):not(:placeholder-shown),
.wpcf7-form select:focus,
.wpcf7-form select:not(:placeholder-shown) {
  padding-block: 1.625rem 0.625rem;
}

.wpcf7-form textarea {
  height: calc(10.5rem + 2px);
  line-height: 1.3;
}

.wpcf7-form textarea:not(:-moz-placeholder-shown) {
  padding-block: 2.1rem 0.625rem;
}

.wpcf7-form textarea:not(:-ms-input-placeholder) {
  padding-block: 2.1rem 0.625rem;
}

.wpcf7-form textarea:focus, .wpcf7-form textarea:not(:placeholder-shown) {
  padding-block: 2.1rem 0.625rem;
}

.wpcf7-form select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23283C45' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.wpcf7-form .label {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem;
  border: 1px solid transparent;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  color: rgb(from var(--_input-text-color) r g b/60%);
  pointer-events: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.wpcf7-form .label:has(~ .wpcf7-form-control-wrap .wpcf7-checkbox,
~ .wpcf7-form-control-wrap .wpcf7-radio,
~ .wpcf7-form-control-wrap .wpcf7-acceptance) {
  position: relative;
  padding: 0 0 0.25em;
  color: inherit;
  -webkit-transform: none !important;
          transform: none !important;
}

.wpcf7-form > p:has(textarea) .label,
.wpcf7-form > .form-group:has(textarea) .label {
  bottom: auto;
  height: auto;
  padding-block: 0.5rem;
  border-radius: 12px;
  background-color: var(--_input-background);
}

.wpcf7-form > p:has(.wpcf7-checkbox,
.wpcf7-radio,
.wpcf7-acceptance),
.wpcf7-form > .form-group:has(.wpcf7-checkbox,
.wpcf7-radio,
.wpcf7-acceptance) {
  margin-block: 1.5rem;
}

.wpcf7-form .label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wpcf7-form .label.floating {
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.wpcf7-form p *:has(input:not(:is([type=checkbox], [type=radio])):not(:-moz-placeholder-shown)) .label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.wpcf7-form p *:has(input:not(:is([type=checkbox], [type=radio])):not(:-ms-input-placeholder)) .label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.wpcf7-form p *:has(input:not(:is([type=checkbox], [type=radio])):focus) .label,
.wpcf7-form p *:has(input:not(:is([type=checkbox], [type=radio])):not(:placeholder-shown)) .label {
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.wpcf7-form p *:has(textarea:not(:-moz-placeholder-shown)) .label {
  transform: scale(0.85) translateY(1px) translateX(0.15rem);
}

.wpcf7-form p *:has(textarea:not(:-ms-input-placeholder)) .label {
  transform: scale(0.85) translateY(1px) translateX(0.15rem);
}

.wpcf7-form p *:has(textarea:focus) .label,
.wpcf7-form p *:has(textarea:not(:placeholder-shown)) .label {
  -webkit-transform: scale(0.85) translateY(1px) translateX(0.15rem);
          transform: scale(0.85) translateY(1px) translateX(0.15rem);
}

.wpcf7-form p *:has(select:not(:-moz-placeholder-shown)) .label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) translateX(1px);
}

.wpcf7-form p *:has(select:not(:-ms-input-placeholder)) .label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) translateX(1px);
}

.wpcf7-form p *:has(select:focus) .label,
.wpcf7-form p *:has(select:not(:placeholder-shown)) .label {
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) translateX(1px);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) translateX(1px);
}

.wpcf7-form p *:has(input:not(:is([type=checkbox], [type=radio])):not(:-moz-placeholder-shown)) .label, .wpcf7-form p *:has(textarea:not(:-moz-placeholder-shown)) .label, .wpcf7-form p *:has(select:not(:-moz-placeholder-shown)) .label {
  color: inherit;
}

.wpcf7-form p *:has(input:not(:is([type=checkbox], [type=radio])):not(:-ms-input-placeholder)) .label, .wpcf7-form p *:has(textarea:not(:-ms-input-placeholder)) .label, .wpcf7-form p *:has(select:not(:-ms-input-placeholder)) .label {
  color: inherit;
}

.wpcf7-form p *:has(input:not(:is([type=checkbox], [type=radio])):not(:placeholder-shown)) .label,
.wpcf7-form p *:has(textarea:not(:placeholder-shown)) .label,
.wpcf7-form p *:has(select:not(:placeholder-shown)) .label {
  color: inherit;
}

.wpcf7-form label:has(input[type=file]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.wpcf7-form input[type=file] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.wpcf7-form .wpcf7-form-control-wrap:has(input[type=file]) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.wpcf7-form .wpcf7-form-control-wrap:has(input[type=file]) + .label {
  position: relative;
  width: auto;
  min-width: 150px;
  -webkit-transform: none !important;
          transform: none !important;
  pointer-events: auto;
  background-color: var(--_button-bg-color, var(--c-base));
  color: var(--_button-text-color, var(--c-base));
}

.wpcf7-form .wpcf7-form-control-wrap:has(input[type=file]) + .label:before {
  background-color: rgb(from var(--_button-text-color) r g b/15%);
}

.wpcf7-form input:is([type=checkbox], [type=radio]) {
  --_size: 1.25rem;
  position: relative;
  z-index: 0;
  width: var(--_size);
  height: var(--_size);
  padding: 0;
  border: 2px solid var(--_checkbox-box-color);
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.wpcf7-form input:is([type=checkbox], [type=radio]):checked {
  background-color: var(--_checkbox-box-color);
}

.wpcf7-form input:is([type=checkbox], [type=radio]):checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--_checkbox-icon-color);
}

.wpcf7-form input[type=checkbox]:checked:after {
  width: calc(var(--_size) - 0.4rem);
  height: calc(var(--_size) - 0.4rem);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84.72 66.33'%3E%3Cpath d='M84.71 7.33c-.1-2.1-1.1-4-2.6-5.4s-3.5-2.1-5.6-1.9c-2.1.1-4 1.1-5.3 2.6l-40 45.01-18.3-16.61c-1.5-1.4-3.5-2.1-5.6-2-2.1.1-4 1-5.3 2.5-1.4 1.5-2.1 3.5-2.01 5.6.1 2.1 1 4 2.5 5.3l24.1 21.9c1.4 1.3 3.3 2 5.2 2h.5c2-.1 3.9-1 5.4-2.6l45.21-50.9c1.2-1.5 1.9-3.5 1.8-5.5Z'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84.72 66.33'%3E%3Cpath d='M84.71 7.33c-.1-2.1-1.1-4-2.6-5.4s-3.5-2.1-5.6-1.9c-2.1.1-4 1.1-5.3 2.6l-40 45.01-18.3-16.61c-1.5-1.4-3.5-2.1-5.6-2-2.1.1-4 1-5.3 2.5-1.4 1.5-2.1 3.5-2.01 5.6.1 2.1 1 4 2.5 5.3l24.1 21.9c1.4 1.3 3.3 2 5.2 2h.5c2-.1 3.9-1 5.4-2.6l45.21-50.9c1.2-1.5 1.9-3.5 1.8-5.5Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.wpcf7-form input[type=radio] {
  border-radius: 50%;
}

.wpcf7-form input[type=radio]:checked:after {
  width: calc(var(--_size) - 0.75rem);
  height: calc(var(--_size) - 0.75rem);
  border-radius: 50%;
}

.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  line-height: 1;
  cursor: pointer;
}

.wpcf7-form .wpcf7-submit {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  background-color: var(--_button-bg-color, var(--c-contrast));
  color: var(--_button-text-color, var(--c-base));
}

.wpcf7-form .wpcf7-submit:before {
  background-color: rgb(from var(--_button-text-color) r g b/15%);
}

.wpcf7-form .wpcf7-submit[disabled] {
  background-color: rgb(from var(--_button-bg-color, var(--c-contrast)) r g b/65%);
}

.wpcf7-form .wpcf7-not-valid-tip {
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
  color: var(--_error-text-color);
  font-size: 0.9em;
  font-weight: 600;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  border-color: var(--_error-text-color);
  border-radius: 0.5rem;
}

.wpcf7-form.invalid .wpcf7-response-output {
  border-color: var(--_error-text-color);
}

#email_sign_up_form.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#email_sign_up_form.wpcf7-form > p:first-of-type {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#email_sign_up_form.wpcf7-form > p:first-of-type input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#email_sign_up_form.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}

#email_sign_up_form.wpcf7-form .wpcf7-submit {
  --overlap-input-amount: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: calc(150px + var(--overlap-input-amount));
  height: calc(3.5rem + 2px);
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-start: calc(0px - var(--overlap-input-amount));
          margin-inline-start: calc(0px - var(--overlap-input-amount));
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

.contact-item svg {
  --_size: 1.2em;
  display: block;
  width: var(--_size);
  height: var(--_size);
  -webkit-margin-before: 0.2rem;
          margin-block-start: 0.2rem;
}

.contact-media + .contact-media {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

.contact-media__icon {
  display: block;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}

.contact-media__text {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

.contact-media__text a {
  text-decoration: none;
}

.contact-media__text a:focus, .contact-media__text a:hover {
  text-decoration: underline;
}

.contact-media__text :is(h1, h2, h3) {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  font-weight: 500;
}

.contact-media__text :has(strong) {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.content-carousel {
  --slider-accent-color: var(--c-secondary);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) calc(400px + 2rem);
  grid-template-areas: "image text";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 8rem;
  overflow: visible;
}

@media only screen and ( max-width: 75em ) {
  .content-carousel {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}

@media only screen and ( max-width: 61.9375em ) {
  .content-carousel {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "image" "text" !important;
  }
}

.content-carousel .slick-arrow {
  --translate-y-offset: -100%;
  top: var(--arrow-top-offset, auto);
  bottom: var(--arrow-bottom-offset, 2.5rem);
  padding: 1rem;
  translate: 0 var(--translate-y-offset);
  color: var(--arrow-colour, --_slick-arrows-color);
}

@media only screen and ( max-width: 75em ) {
  .content-carousel .slick-arrow {
    top: 100%;
    bottom: auto;
  }
}

@media only screen and ( max-width: 63.9375em ) {
  .content-carousel .slick-arrow {
    display: none !important;
  }
}

.content-carousel .slick-arrow svg {
  width: 2.5rem;
  height: 2.5rem;
}

.content-carousel .slick-prev {
  left: auto;
  right: 0;
  translate: -75% calc(var(--translate-y-offset) + 1px);
}

.content-carousel .slick-dots {
  position: absolute;
  bottom: -3rem;
  left: 0;
  z-index: 2;
  width: calc(100vw - 1rem);
}

@media only screen and ( max-width: 61.9375em ) {
  .content-carousel .slick-dots {
    width: 100%;
  }
}

.content-carousel .slick-dots li {
  padding: 0 0.5rem;
}

.content-carousel .slick-dots li button {
  border: 1px solid var(--wp--preset--color--contrast);
}

.content-carousel .slick-dots li.slick-active button {
  border: 0;
  scale: 2;
}

.content-carousel.no-dots .slick-dots {
  display: none !important;
}

.content-carousel--image-right {
  grid-template-columns: calc(400px + 2rem) minmax(0, 1fr);
  grid-template-areas: "text image";
}

.content-carousel__text:not(.slick-initialized) > .content-carousel__slide:not(:first-child),
.content-carousel__images:not(.slick-initialized) > .content-carousel__slide:not(:first-child) {
  display: none !important;
}

.content-carousel__text {
  position: static;
  grid-area: text;
}

@media only screen and ( max-width: 61.9375em ) {
  .content-carousel__text {
    max-width: 500px;
    margin-inline: auto;
  }
}

@media only screen and ( max-width: 34.375em ) {
  .content-carousel__text {
    margin-inline: 0;
  }
}

.content-carousel__text .content-carousel__slide {
  padding-inline: 1rem;
}

@media only screen and ( max-width: 47.9375em ) {
  .content-carousel__text .content-carousel__slide {
    padding-inline: 0;
  }
}

.content-carousel__text .button {
  display: block;
  width: 100%;
  color: var(--button-text-color);
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

.content-carousel__images {
  grid-area: image;
}

.content-carousel__images .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-carousel__images .slick-slide {
  height: auto;
}

.content-carousel__images .slick-slide > div,
.content-carousel__images .content-carousel__slide {
  height: 100%;
}

.content-carousel__images img {
  height: 100%;
  max-height: 850px;
}

@media only screen and ( max-width: 61.9375em ) {
  .content-carousel__images img {
    aspect-ratio: 4/2;
  }
}

@media only screen and ( max-width: 47.9375em ) {
  .content-carousel__images img {
    aspect-ratio: 4/3;
  }
}

.faq-slider {
  /* only hide once we've confirmed JS is available  */
}

.faq-slider .accordion {
  background: transparent !important;
}

.faq-slider .accordion-item {
  position: relative;
  margin-block: 0.75rem;
  border-radius: 1rem;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  background: transparent;
  border: 0;
  color: inherit;
  z-index: 1;
}

.faq-slider .accordion-item > summary.accordion-header {
  position: relative;
  cursor: pointer;
}

.faq-slider .accordion-item > summary.accordion-header::marker {
  list-style: none;
  position: absolute;
  inset: 0;
  cursor: pointer;
  content: "";
}

.faq-slider .accordion-item .accordion-button {
  background: transparent;
  color: inherit;
  padding: 0.75rem 2rem 1.25rem 1rem;
  border: 0;
  font-size: 1.2rem;
  font-weight: 600;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: left;
}

@media (max-width: 768px) {
  .faq-slider .accordion-item .accordion-button {
    -webkit-padding-end: 3rem;
            padding-inline-end: 3rem;
  }
}

.faq-slider .accordion-item .accordion-button:not(.clickable) {
  pointer-events: none;
}

.faq-slider .accordion-item .accordion-button::after {
  display: none;
  content: "";
}

.faq-slider .accordion-item .accordion-button svg {
  position: absolute;
  right: 2rem;
  top: 1rem;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  height: 22px;
  width: 22px;
  fill: transparent;
}

@media (max-width: 768px) {
  .faq-slider .accordion-item .accordion-button svg {
    right: 1rem;
  }
}

.faq-slider .accordion-item[open] svg, .faq-slider .accordion-item:hover svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-slider .accordion-item::before, .faq-slider .accordion-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0 0.25rem 0.5rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding: 0 6px 5px 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.faq-slider .accordion-item::before {
  background: linear-gradient(230deg, var(--c-primary, var(--c-primary-accent)) 1%, var(--c-primary-accent, var(--c-primary-accent)) 4%, var(--c-primary-accent, var(--c-primary-accent)) 40%, var(--c-primary-accent, var(--c-primary-accent)) 70%, var(--c-primary, var(--c-primary-accent)) 80.9%);
  opacity: 1;
}

.faq-slider .accordion-item::after {
  background: linear-gradient(230deg, var(--c-primary-accent, var(--c-primary-accent)) 1%, var(--c-primary, var(--c-primary-accent)) 4%, var(--c-primary, var(--c-primary-accent)) 40%, var(--c-primary-accent, var(--c-primary-accent)) 70%, var(--c-primary-accent, var(--c-primary-accent)) 80.9%);
  opacity: 0;
}

.faq-slider .accordion-item[data-is-open=true]::before, .faq-slider .accordion-item:hover::before {
  opacity: 0;
}

.faq-slider .accordion-item[data-is-open=true]::after, .faq-slider .accordion-item:hover::after {
  opacity: 1;
}

.faq-slider .accordion-trigger > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  padding: 1rem 3rem 1rem 0px;
  cursor: pointer;
}

@media only screen and ( max-width: 48em ) {
  .faq-slider .accordion-trigger > span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.5rem !important;
  }
}

.faq-slider .accordion-trigger > span svg {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

.faq-slider .accordion-trigger > span:is(:hover, [aria-expanded=true]) svg, .faq-slider .accordion-trigger > span:has([aria-expanded=true]) svg {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.faq-slider .accordion-trigger > span:is(:hover, [aria-expanded=true]) .tagline, .faq-slider .accordion-trigger > span:has([aria-expanded=true]) .tagline {
  color: var(--c-primary);
}

.faq-slider .accordion-body {
  padding: 0 1rem 1.5rem;
  list-style-type: disclosure-open;
}

.faq-slider .accordion-body p {
  font-weight: 400;
}

@media only screen and ( min-width: 48em ) {
  .faq-slider [data-block=process-accordion] .accordion-trigger > span {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.25rem !important;
  }
}

.faq-slider [data-block=process-accordion] .accordion-trigger > span > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faq-slider [data-block=process-accordion] .accordion-content h4 {
  margin-bottom: 1rem;
}

.faq-slider html.js .accordion-content {
  display: none;
}

.faq-slider html.js .accordion[data-open-onload] .accordion-content {
  display: block;
}

.featured-items-grid {
  display: grid;
  gap: 1rem;
}

.featured-items-grid[data-count="1"] .featured-items-grid__image img,
.featured-items-grid[data-count="1"] img.featured-items-grid__image {
  aspect-ratio: 4/3;
}

.featured-items-grid[data-count="2"] {
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: 80px 165px 165px;
  grid-template-areas: "first ." "first second" ".     second";
}

.featured-items-grid[data-count="3"] {
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: 80px 165px 165px 125px;
  grid-template-areas: "first ." "first third" "second third" "second .";
}

.featured-items-grid[data-count="4"] {
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: 80px 165px 165px 125px 80px;
  grid-template-areas: "first  ." "first  third" "second third" "second fourth" ".      fourth";
}

.featured-items-grid.-layout-alt[data-count="2"] {
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  grid-template-rows: 320px 80px;
  grid-template-areas: "first  second" "first  .";
}

.featured-items-grid.-layout-alt[data-count="3"] {
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  grid-template-rows: 320px 80px 80px;
  grid-template-areas: "first  second" "first  third" ".      third";
}

.featured-items-grid.-layout-alt[data-count="4"] {
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  grid-template-rows: 320px 80px 160px;
  grid-template-areas: "first  second" "first  fourth" "third  fourth";
}

.featured-items-grid.-layout-alt[data-count="4"] .featured-items-grid__item:nth-child(3) {
  max-width: 160px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  aspect-ratio: 1/1;
}

.featured-items-grid.-layout-alt .featured-items-grid__item:nth-child(2) {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.featured-items-grid:has(.featured-items-grid__quote)[data-count="1"] {
  grid-template-columns: 100px minmax(0, 1fr);
  grid-template-rows: -webkit-max-content 2rem;
  grid-template-rows: max-content 2rem;
  grid-template-areas: ".     first" "quote .";
}

.featured-items-grid:has(.featured-items-grid__quote)[data-count="1"] .featured-items-grid__quote .featured-quote {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 335px;
}

.featured-items-grid:has(.featured-items-grid__quote)[data-count="2"] {
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  grid-template-rows: 320px 80px;
  grid-template-areas: "first  second" "first  quote";
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
}

.featured-items-grid:has(.featured-items-grid__quote)[data-count="2"] .featured-items-grid__quote .featured-quote {
  position: absolute;
  bottom: -2rem;
  right: 2rem;
  z-index: 1;
  width: 335px;
}

.featured-items-grid:has(.featured-items-grid__quote)[data-count="3"] {
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  grid-template-rows: 320px 80px 80px 80px;
  grid-template-areas: "first  second" "first  third" "quote  third" "quote  .";
}

.featured-items-grid:has(.featured-items-grid__quote)[data-count="4"] .featured-items-grid__quote {
  grid-area: third;
}

.featured-items-grid:has(.featured-items-grid__quote)[data-count="4"] .featured-items-grid__quote .featured-quote {
  position: absolute;
  bottom: 2rem;
  right: calc(160px + 2rem);
  z-index: 1;
  width: 335px;
}

.featured-items-grid:has(.featured-items-grid__quote) .featured-items-grid__quote {
  grid-area: quote;
  position: relative;
  z-index: 0;
}

.featured-items-grid:has(.featured-items-grid__quote) .featured-items-grid__quote .featured-quote {
  z-index: 1;
}

.featured-items-grid__item:nth-child(1) {
  grid-area: first;
}

.featured-items-grid__item:nth-child(2) {
  grid-area: second;
}

.featured-items-grid__item:nth-child(3) {
  grid-area: third;
}

.featured-items-grid__item:nth-child(4) {
  grid-area: fourth;
}

.featured-items-grid__image img,
img.featured-items-grid__image {
  display: block;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}

.featured-post-container {
  background: var(--header-bg-color);
  color: var(--header-color);
}

.featured-post {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "image text";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 3rem;
  padding-block: 3rem;
}

@media only screen and ( max-width: 56.25em ) {
  .featured-post {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "image" "text";
  }
}

.featured-post__text {
  grid-area: text;
}

.featured-post__image {
  grid-area: image;
  border-radius: 0.25rem;
  overflow: hidden;
}

.featured-post__image img {
  aspect-ratio: 4/2;
}

@media only screen and ( min-width: 56.3125em ) {
  .featured-post__image img {
    aspect-ratio: 1/1;
  }
}

@media only screen and ( max-width: 34.375em ) {
  .featured-post__image img {
    aspect-ratio: 4/2.5;
  }
}

.featured-post__pretitle {
  font-weight: 700;
}

.featured-post__date {
  font-weight: 700;
}

.featured-quote {
  position: relative;
  z-index: 0;
  padding: 1.5rem;
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
  border-radius: 1rem;
  background-color: var(--quote-bg-color, var(--c-contrast));
  color: var(--quote-text-color, var(--c-base));
  font-size: 0.9em;
}

.featured-quote:before {
  content: open-quote;
  quotes: "“" "”";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  translate: -40% -40%;
  display: block;
  height: 40px;
  color: var(--quote-accent-color, currentColor);
  font-size: 140px;
  line-height: 100px;
}

.featured-quote__text {
  font-weight: 500;
  font-style: italic;
}

.featured-quote__cite {
  display: block;
  color: var(--quote-accent-color);
}

.featured-quote__cite span:first-of-type {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}

.featured-section {
  display: grid;
  gap: 2rem 4rem;
}

@media only screen and ( min-width: 62em ) {
  .featured-section {
    grid-template-columns: 530px minmax(0, 1fr);
    grid-template-areas: "text image";
  }
}

.featured-section__text {
  grid-area: text;
}

.featured-section__image {
  position: relative;
  z-index: 0;
  grid-area: image;
}

.featured-section__motif {
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: -1;
  translate: -1.5rem -50%;
}

.hero {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 3rem;
}

@media only screen and ( min-width: 62em ) {
  .hero {
    grid-template-columns: minmax(0, 1fr) 400px;
  }
}

.hero__content > p {
  font-size: 1.125rem;
}

@media only screen and ( min-width: 62em ) {
  .hero__content > p {
    max-width: 450px;
  }
}

.hero__headline span {
  display: block;
  line-height: 1.1;
}

.hero__headline-first {
  font-size: 2.8rem;
  font-weight: normal;
}

.hero__headline-second {
  font-size: 4.2rem;
}

.info-card {
  padding: 2rem 1rem;
  border-radius: 2rem;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.13);
          box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.13);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 280px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.info-card[style*="--card-bg-color:"] {
  background-color: var(--card-bg-color, white);
}

.info-card[style*="--card-text-color:"] {
  color: var(--card-text-color, inherit);
}

.info-card h4 {
  color: var(--title-color);
}

.info-card p {
  text-align: left;
  font-size: 1.2rem;
}

.info-cards-autofill-grid__col:hover .info-card {
  translate: 0 -20px;
}

.info-card__image {
  aspect-ratio: 1/1;
  height: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-block: 0.2rem !important;
}

.info-card__image:is(picture) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner-hero {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 3rem;
}

@media only screen and ( min-width: 64em ) {
  .inner-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.inner-hero__breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9375rem;
}

.inner-hero__breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}

.inner-hero__breadcrumb-item a {
  color: var(--breadcrumb-link-color, #ff3b60);
  text-decoration: none;
}

.inner-hero__breadcrumb-item a:hover {
  text-decoration: underline;
}

.inner-hero__breadcrumb-item.-current {
  color: var(--breadcrumb-current-color, #ff3b60);
}

.inner-hero__breadcrumb-separator {
  color: var(--breadcrumb-separator-color, #ff3b60);
}

.inner-hero__content > p {
  font-size: 1.125rem;
}

.inner-hero__headline span {
  display: block;
}

.inner-hero__pretitle {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.1;
}

.inner-hero__title {
  font-size: 3rem;
  line-height: 1;
}

.inner-hero__image {
  --motif-offset-x: 3rem;
  --motif-offset-y: 1.5rem;
  position: relative;
  z-index: 0;
}

.inner-hero__image:has(.inner-hero__motif.-top_left) {
  -webkit-padding-before: var(--motif-offset-y);
          padding-block-start: var(--motif-offset-y);
  -webkit-padding-start: var(--motif-offset-x);
          padding-inline-start: var(--motif-offset-x);
}

.inner-hero__image:has(.inner-hero__motif.-top_right) {
  -webkit-padding-before: var(--motif-offset-y);
          padding-block-start: var(--motif-offset-y);
  -webkit-padding-end: var(--motif-offset-x);
          padding-inline-end: var(--motif-offset-x);
}

.inner-hero__image:has(.inner-hero__motif.-bottom_left) {
  -webkit-padding-after: var(--motif-offset-y);
          padding-block-end: var(--motif-offset-y);
  -webkit-padding-start: var(--motif-offset-x);
          padding-inline-start: var(--motif-offset-x);
}

.inner-hero__image:has(.inner-hero__motif.-bottom_right) {
  -webkit-padding-after: var(--motif-offset-y);
          padding-block-end: var(--motif-offset-y);
  -webkit-padding-end: var(--motif-offset-x);
          padding-inline-end: var(--motif-offset-x);
}

.inner-hero__motif {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: auto;
}

.inner-hero__motif.-top_left {
  top: 0;
  left: 0;
}

.inner-hero__motif.-top_right {
  top: 0;
  right: 0;
}

.inner-hero__motif.-bottom_left {
  bottom: 0;
  left: 0;
}

.inner-hero__motif.-bottom_right {
  bottom: 0;
  right: 0;
}

@media only screen and ( max-width: 63.9375em ) {
  .inner-hero__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .inner-hero__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.post-grid {
  --corner-radius: 0.5rem;
  --min-item-width: 320px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--min-item-width), 1fr));
  gap: 4rem 3rem;
}

@media only screen and ( max-width: 68.75em ) {
  .post-grid {
    --min-item-width: 300px;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}

@media only screen and ( max-width: 47.9375em ) {
  .post-grid {
    --min-item-width: 250px;
    row-gap: 3rem;
  }
}

.post-grid-motif {
  position: absolute;
  top: -3rem;
  right: -2rem;
  z-index: -1;
  max-height: 120%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and ( max-width: 79.375em ) {
  .post-grid-motif {
    right: 0;
  }
}

@media only screen and ( max-width: 47.9375em ) {
  .post-grid-motif {
    top: 0;
    width: 75%;
  }
}

.post-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and ( min-width: 48em ) {
  .post-grid-item:hover {
    translate: 0 -15px;
  }
}

.post-grid-item__text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 1rem;
  -webkit-box-shadow: 0px 15px 20px rgba(118, 130, 183, 0.18);
          box-shadow: 0px 15px 20px rgba(118, 130, 183, 0.18);
  border-radius: 0 0 var(--corner-radius) var(--corner-radius);
  color: var(--card_text_color);
  background: var(--card_background, #fff);
}

.post-grid-item__image {
  -webkit-margin-after: -2rem;
          margin-block-end: -2rem;
  border-radius: var(--corner-radius);
  overflow: hidden;
}

.post-grid-item__image img {
  aspect-ratio: 361/267;
}

.post-grid-item__title {
  color: var(--card_heading_color, --card_text_color);
}

.post-grid-item__date,
.post-grid-item__excerpt {
  font-size: 0.9em;
}

.post-grid-item__separator {
  height: 3px;
  width: 100%;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}

.post-grid-item__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  color: var(--read-more-color, --card_text_color);
  font-weight: 500;
  text-decoration: none;
}

.post-grid-item__link svg {
  display: block;
  width: 1em;
  height: 1em;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.post-grid-item__link:hover svg, .post-grid-item:hover .post-grid-item__link svg {
  translate: 0.5rem 0;
}

.pricing-card {
  max-width: 350px;
  padding: 4rem 2.5rem;
  border-radius: 1.5rem;
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
}

@media only screen and ( max-width: 61.9375em ) {
  .pricing-card {
    max-width: none;
  }
}

@media only screen and ( max-width: 47.9375em ) {
  .pricing-card {
    padding-block: 2rem;
  }
}

.progress-pie {
  --pie-highlight-width: 3px;
  aspect-ratio: 1/1;
  padding: 2rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 15px 20px rgb(from var(--pie-text-color) r g b/6%);
          box-shadow: 0 15px 20px rgb(from var(--pie-text-color) r g b/6%);
  background-color: var(--pie-bg-color, var(--c-base));
  color: var(--pie-text-color, currentColor);
  text-align: center;
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
}

.progress-pie__stat {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: conic-gradient(var(--pie-accent-color, var(--c-primary)) var(--fill-percent, 0%), transparent 0);
}

.anim-fill-pie .progress-pie__stat {
  -webkit-animation: fill-pie 1s var(--anim-delay, 0s) ease both;
          animation: fill-pie 1s var(--anim-delay, 0s) ease both;
}

.progress-pie__stat span {
  position: relative;
  z-index: 3;
  font-weight: 700;
  line-height: 1.1;
}

.progress-pie__stat:before, .progress-pie__stat:after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.progress-pie__stat:before {
  content: "";
  position: absolute;
  inset: var(--pie-highlight-width);
  z-index: 1;
  background-color: rgb(from var(--pie-accent-color, var(--c-primary)) r g b/20%);
  border-radius: inherit;
}

.progress-pie__stat:after {
  content: "";
  position: absolute;
  inset: calc(2 * var(--pie-highlight-width));
  z-index: 2;
  border-radius: inherit;
  background-color: var(--pie-bg-color, var(--c-base));
}

@-webkit-keyframes fill-pie {
  0% {
    --fill-percent: 0%;
  }

  100% {
    --fill-percent: var(--percent);
  }
}

@keyframes fill-pie {
  0% {
    --fill-percent: 0%;
  }

  100% {
    --fill-percent: var(--percent);
  }
}

.progress-pie__number {
  font-size: 2.5rem;
}

.progress-pie__desc {
  font-size: clamp(0.8rem, 12px, 1rem);
  text-transform: uppercase;
}

.progress-grid--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.progress-grid--center > .progress-pie {
  margin-inline: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media only screen and ( min-width: 48em ) {
  .progress-grid--center > .progress-pie {
    -ms-flex-preferred-size: calc((100% - 2rem) / 2 - 1px);
        flex-basis: calc((100% - 2rem) / 2 - 1px);
  }
}

@media only screen and ( min-width: 64em ) {
  .progress-grid--center > .progress-pie {
    -ms-flex-preferred-size: calc((100% - 6rem) / 4 - 1px);
        flex-basis: calc((100% - 6rem) / 4 - 1px);
  }
}

.quotes-carousel {
  max-width: 800px;
  margin-inline: auto;
}

.quotes-carousel:not(.slick-initialized) .quotes-carousel__slide:not(:first-child) {
  display: none;
}

.quotes-carousel .slick-prev {
  left: -4rem;
}

.quotes-carousel .slick-next {
  right: -4rem;
}

@media only screen and ( max-width: 63.9375em ) {
  .quotes-carousel .slick-arrow {
    display: none !important;
  }
}

.quote-carousel {
  text-align: center;
}

.quote-carousel:before {
  content: open-quote;
  quotes: "“" "”";
  display: block;
  height: 60px;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
  color: var(--slider-accent-color, currentColor);
  font-size: 200px;
  line-height: 140px;
}

.quote-carousel__text {
  font-weight: 700;
}

.quote-carousel__cite {
  display: block;
  font-style: normal;
}

.quote-carousel__cite span {
  display: block;
}

.quote-carousel__cite span:first-of-type {
  margin-top: 0.75rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
}

.quote-carousel__photo img,
img.quote-carousel__photo {
  width: 90px;
  aspect-ratio: 1/1;
  border: 4px solid var(--slider-accent-color, transparent);
  border-radius: 50%;
}

.quote-carousel__logo img,
img.quote-carousel__logo {
  width: auto;
  height: 90px;
}

.services-grid {
  --corner-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem 3rem;
}

.services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(var(--lg-width) - 2.25rem);
  padding: 2rem;
  -webkit-box-shadow: 0px 10px 20px rgba(126, 118, 249, 0.1);
          box-shadow: 0px 10px 20px rgba(126, 118, 249, 0.1);
  border-radius: 1rem;
  background-color: var(--bg-color, transparent);
  color: var(--text-color, currentColor);
}

@media only screen and ( max-width: 75em ) {
  .services-item {
    width: calc(33% - 2.25rem);
  }
}

@media only screen and ( max-width: 62em ) {
  .services-item {
    width: calc(50% - 2.25rem);
  }
}

@media only screen and ( max-width: 48em ) {
  .services-item {
    width: 100%;
  }
}

.services-item__image {
  display: block;
  width: auto;
  height: 90px;
  margin-inline: auto;
}

.services-item__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.services-item__text {
  font-size: 0.9em;
}

[data-block=services-slider] {
  position: relative;
  overflow: hidden;
  padding-top: 3.5rem;
}

@media only screen and ( min-width: 62em ) {
  [data-block=services-slider] {
    padding-top: 6rem;
  }
}

[data-block=services-slider] .service {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75vw;
}

@media only screen and ( min-width: 48em ) {
  [data-block=services-slider] .service {
    width: 65vw;
  }
}

@media only screen and ( min-width: 62em ) {
  [data-block=services-slider] .service {
    width: 30vw;
  }
}

@media only screen and ( min-width: 75em ) {
  [data-block=services-slider] .service {
    width: 22vw;
  }
}

[data-block=services-slider] .service > div {
  width: 100%;
  background-color: var(--bg-colour, #fff);
  color: #000;
  position: relative;
  z-index: 1;
  border-bottom-right-radius: 0.75rem;
}

[data-block=services-slider] .service p.service__text {
  font-size: 0.9em;
}

[data-block=services-slider] .service .cta-inner {
  font-weight: 600;
}

[data-block=services-slider] .service .service__image {
  width: auto !important;
  max-width: 100%;
}

[data-block=services-slider] .service::before, [data-block=services-slider] .service::after {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 7px);
  left: 1px;
  top: 8px;
  border-radius: 0.75rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

[data-block=services-slider] .service::before {
  background: #FF3B60;
  opacity: 1;
}

[data-block=services-slider] .service::after {
  background: #FF3B60;
  opacity: 0;
}

[data-block=services-slider] .service .cta-inner {
  position: relative;
  z-index: 2;
}

[data-block=services-slider] .service .cta-inner svg {
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  fill: none;
}

[data-block=services-slider] .service svg {
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

[data-block=services-slider] .service:hover::before {
  opacity: 0;
}

[data-block=services-slider] .service:hover::after {
  opacity: 1;
}

[data-block=services-slider] .service:hover svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

[data-block=services-slider].is-static {
  overflow: visible;
}

[data-block=services-slider].is-static .services--row {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media only screen and ( min-width: 37.5em ) {
  [data-block=services-slider].is-static .services--row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and ( min-width: 62em ) {
  [data-block=services-slider].is-static .services--row {
    grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
    gap: 3rem;
  }
}

[data-block=services-slider].is-static .service {
  width: auto;
  margin-bottom: 0;
}

[data-block=services-slider].is-arrows {
  overflow: visible;
}

[data-block=services-slider].is-arrows .services-slider--arrows {
  position: relative;
}

[data-block=services-slider].is-arrows .services-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-block: 0.5rem 1rem;
}

[data-block=services-slider].is-arrows .services-scroll::-webkit-scrollbar {
  display: none;
}

[data-block=services-slider].is-arrows .services {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-inline: clamp(3rem, 6vw, 5rem);
}

[data-block=services-slider] .services-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ff3b60;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  -webkit-transition: opacity 0.25s ease, background 0.25s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.25s ease, background 0.25s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.25s ease, transform 0.2s ease, background 0.25s ease;
  transition: opacity 0.25s ease, transform 0.2s ease, background 0.25s ease, -webkit-transform 0.2s ease;
}

[data-block=services-slider] .services-arrow.-prev {
  left: 2.5rem;
}

[data-block=services-slider] .services-arrow.-next {
  right: 2.5rem;
}

[data-block=services-slider] .services-arrow:hover {
  background: #c21b60;
}

[data-block=services-slider] .services-arrow:focus-visible {
  outline: 2px solid #881e7f;
  outline-offset: 2px;
}

[data-block=services-slider] .services-arrow svg {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  fill: none;
}

[data-block=services-slider] .services-arrow.-disabled {
  opacity: 0;
  pointer-events: none;
}

@media (hover: none) {
  [data-block=services-slider] .services-arrow {
    display: none;
  }
}

.simple-image-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 280px;
}

@media only screen and ( max-width: 47.9375em ) {
  .simple-image-grid {
    grid-auto-rows: 26vw;
  }
}

.simple-image-grid__item:first-child {
  grid-row: span 2;
}

.simple-image-grid__image img,
img.simple-image-grid__image {
  display: block;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 16px rgba(118, 130, 183, 0.13);
          box-shadow: 0px 8px 16px rgba(118, 130, 183, 0.13);
}

.single-post-thumbnail img,
img.single-post-thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 16/4.5;
}

.single-post__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-post__meta .sep {
  display: block;
  margin-inline: 1em;
}

.single-post__content .wp-block-image.is-resized picture {
  display: block;
}

.single-post__content .wp-block-image.is-resized img {
  display: block;
  width: 100%;
  height: 100%;
}

.category-case-study .single-post__content {
  background: var(--c-primary);
  color: var(--c-base);
}

.single-post__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media only screen and ( max-width: 37.5em ) {
  .single-post__nav {
    grid-template-columns: minmax(0, 1fr);
  }
}

.single-post__nav .single-post__nav-item:only-child {
  grid-column: 1/-1;
}

.single-post__nav-item {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.5rem;
  height: 290px;
  color: white;
}

@media only screen and ( max-width: 37.5em ) {
  .single-post__nav-item {
    height: 56vw;
    max-height: 220px;
  }
}

.single-post__nav-item:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(38, 34, 34, 0.59);
}

.single-post__nav-item > picture,
.single-post__nav-item > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
}

.single-post__nav-item > picture img {
  width: 100%;
  height: 100%;
}

.site-footer {
  position: relative;
  z-index: 15;
  padding-block: 6rem 4rem;
  -webkit-margin-before: var(--footer-margin, 4rem);
          margin-block-start: var(--footer-margin, 4rem);
  background-color: var(--footer-bg-color, var(--c-contrast));
  color: var(--footer-color, var(--c-base));
}

@media only screen and ( max-width: 63.9375em ) {
  .site-footer {
    padding-block: 3rem;
  }
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, -webkit-max-content);
  grid-template-columns: repeat(4, max-content);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 3rem;
}

@media only screen and ( min-width: 48em ) and ( max-width: 63.9375em ) {
  .site-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer__grid .site-footer__column--1 {
    grid-column: 1/-1;
  }
}

@media only screen and ( max-width: 47.9375em ) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and ( max-width: 36.875em ) {
  .site-footer__grid {
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.site-footer-logo {
  width: 225px;
  margin-inline: auto;
}

.site-footer__column h1, .site-footer__column h2, .site-footer__column h3, .site-footer__column h4, .site-footer__column h5, .site-footer__column h6 {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}

.site-footer__column table th,
.site-footer__column table td {
  border-color: transparent;
}

.site-footer__column table td:first-child {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.site-footer__column table td:last-child {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

.site-footer__column .wp-block-social-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  list-style: none;
}

.site-footer__column .wp-block-social-links svg {
  width: 24px;
  height: 24px;
}

.site-footer__column .wp-block-social-links .wp-block-social-link-label {
  display: none !important;
}

.site-footer__column ul.menu {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.site-footer__column ul.menu > li {
  list-style-type: none;
}

.site-footer__column ul.menu > li + li {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}

.site-footer__column ul.menu a {
  text-decoration: none;
}

.site-footer__column ul.menu a:hover {
  text-decoration: underline;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  margin-block: var(--header-margin);
  padding-block: 1rem;
  color: var(--header-color);
}

.site-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--header-bg-color);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.site-header .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.site-header-logo {
  width: 225px;
}

@media only screen and ( max-width: 31.25em ) {
  .site-header-logo {
    width: 180px;
  }
}

.site-header-logo svg {
  -o-object-fit: contain;
     object-fit: contain;
}

.site-header-social {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 10;
  translate: 0 -50%;
  padding-inline: 1.5rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

@media only screen and ( max-width: 84.375em ) {
  .site-header-social {
    padding-inline: 0.5rem;
  }
}

@media only screen and ( max-width: 47.9375em ) {
  .site-header-social {
    display: none !important;
  }
}

.site-header-social.fade-out {
  opacity: 0;
  pointer-events: none;
}

.site-header-social:after {
  content: "";
  display: block;
  width: 0.25rem;
  height: 4rem;
  translate: -50% 0;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  margin-inline: auto;
  background-color: var(--_accent-color, var(--c-secondary, black));
}

.site-header-social ul {
  display: block;
}

.site-header-social li + li {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}

.menu-primary-menu-container {
  --submenu-top-offset: 0.5rem;
}

.site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

@media only screen and ( min-width: 64em ) and ( max-width: 68.75em ) {
  .site-nav {
    font-size: 0.9em;
  }
}

.site-nav .site-nav__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.site-nav ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  font-weight: 600;
}

.site-nav ul.menu > li {
  position: relative;
  z-index: 0;
  list-style-type: none;
}

.site-nav ul.menu > li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(var(--submenu-top-offset) + 10px);
}

.site-nav ul.menu > li:hover > .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* in transition */
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  pointer-events: auto;
}

@media only screen and ( min-width: 64em ) {
  .site-nav ul.menu > li:hover > .sub-menu > li {
    position: relative;
  }

  .site-nav ul.menu > li:hover > .sub-menu > li .sub-menu {
    display: none;
  }

  .site-nav ul.menu > li:hover > .sub-menu > li:hover > .sub-menu, .site-nav ul.menu > li:hover > .sub-menu > li.open > .sub-menu {
    pointer-events: auto;
    top: 1rem;
    left: 100%;
    opacity: 1;
    visibility: visible;
    display: block;
  }
}

.site-nav ul.menu > li > a {
  text-decoration: none;
}

@media only screen and ( min-width: 64em ) {
  .site-nav ul.sub-menu {
    --_bg-color: var(--nav-submenu-bg-color, var(--c-primary));
    --_color: var(--nav-submenu-color, var(--c-base));
    position: absolute;
    top: calc(100% + var(--submenu-top-offset));
    left: 0;
    z-index: 1;
    min-width: 160px;
    padding: 0;
    border-radius: 6px;
    background-color: var(--_bg-color);
    color: var(--_color);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    pointer-events: none;
    /* out transition */
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }

  .site-nav ul.sub-menu > li {
    list-style-type: none;
  }

  .site-nav ul.sub-menu > li:not(:last-child) {
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  }

  .site-nav ul.sub-menu > li > a {
    display: block;
    width: 100%;
    padding: 1em 1.5em;
    white-space: nowrap;
    text-decoration: none !important;
    -webkit-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
    text-align: center;
  }

  .site-nav ul.sub-menu > li > a:hover, .site-nav ul.sub-menu > li.current-menu-item > a {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

@media only screen and ( min-width: 64em ) {
  .site-nav .site-nav-toggle {
    display: none !important;
  }
}

@media only screen and ( max-width: 63.9375em ) {
  .site-nav .site-nav__nav-items {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 300px;
    height: 100%;
    padding: 5rem 2rem 2rem;
    -webkit-box-shadow: -2px 0px 15px rgba(0, 0, 0, 0.2);
            box-shadow: -2px 0px 15px rgba(0, 0, 0, 0.2);
    background-color: var(--header-bg-color);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    font-size: 1.15em;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: hidden;
    -webkit-transition: visibility 0s 0.15s, -webkit-transform 0.15s;
    transition: visibility 0s 0.15s, -webkit-transform 0.15s;
    transition: transform 0.15s, visibility 0s 0.15s;
    transition: transform 0.15s, visibility 0s 0.15s, -webkit-transform 0.15s;
  }

  .site-nav .site-nav__nav-items .menu-primary-menu-container {
    position: relative;
    overflow: hidden;
    height: calc(100svh - 7rem);
  }

  html.menu-is-open .site-nav .site-nav__nav-items {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
    overflow: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .site-nav ul.menu {
    display: block;
  }

  .site-nav ul.menu > li > a {
    display: block;
    padding-block: 0.5rem;
  }

  .site-nav ul.sub-menu {
    -webkit-padding-start: 2rem;
            padding-inline-start: 2rem;
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
    font-size: 1rem;
  }

  .site-nav ul.sub-menu > li {
    list-style-type: none;
  }

  .site-nav ul.sub-menu > li a {
    display: block;
    padding-block: 0.25rem;
    text-decoration: none;
  }

  .site-nav ul.sub-menu > li a:hover {
    text-decoration: underline;
  }

  .site-nav .site-nav-content-shade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-animation: fade-in 0.2s ease both;
            animation: fade-in 0.2s ease both;
  }

  html.menu-is-open .site-nav .site-nav-content-shade {
    display: block;
  }

  .site-nav .site-nav-toggle {
    position: relative;
    z-index: 20;
  }
}

@media only screen and ( max-width: 47.9375em ) {
  .site-nav ul.menu {
    font-size: 1em;
  }
}

.site-nav__button {
  padding-inline: 1em;
}

@media only screen and ( max-width: 63.9375em ) {
  .site-nav__button {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    font-size: 0.9em;
  }
}

.site-nav__nav-items #menu-primary-menu > .current-menu-parent > a,
.site-nav__nav-items #menu-primary-menu > .current-menu-item > a {
  color: var(--c-primary-accent);
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.wp-block-social-links {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.wp-block-social-link {
  display: block;
  border-radius: 50%;
  list-style-type: none;
  will-change: transform;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

.wp-block-social-link:hover {
  scale: 1.1;
}

.wp-block-social-link:not([style*="background-color:"]) {
  color: white;
}

.wp-block-social-link:not([style*="background-color:"]).wp-social-link-facebook {
  background-color: #1877f2;
}

.wp-block-social-link:not([style*="background-color:"]).wp-social-link-x {
  background-color: #14171a;
}

.wp-block-social-link:not([style*="background-color:"]).wp-social-link-instagram {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#ffdc80), color-stop(#e1306c), to(#833ab4));
  background-image: linear-gradient(to top right, #ffdc80, #e1306c, #833ab4);
}

.wp-block-social-link:not([style*="background-color:"]).wp-social-link-linkedin {
  background-color: #0a66c2;
}

.wp-block-social-link-anchor {
  --_size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: var(--_size);
  height: var(--_size);
  border-radius: 50%;
}

.has-large-icon-size .wp-block-social-link-anchor {
  --_size: 2.8rem;
}

svg {
  display: block;
  width: 70%;
  height: 70%;
  fill: currentColor;
}

[style*="--margin-block-start:"] {
  -webkit-margin-before: var(--margin-block-start) !important;
          margin-block-start: var(--margin-block-start) !important;
}

[style*="--margin-block-end:"] {
  -webkit-margin-after: var(--margin-block-end) !important;
          margin-block-end: var(--margin-block-end) !important;
}

[style*="--padding-block-start:"] {
  -webkit-padding-before: var(--padding-block-start) !important;
          padding-block-start: var(--padding-block-start) !important;
}

[style*="--padding-block-end:"] {
  -webkit-padding-after: var(--padding-block-end) !important;
          padding-block-end: var(--padding-block-end) !important;
}

.fz-50 {
  font-size: 3.375rem;
  line-height: 1.1;
}

.fz-36 {
  font-size: 2.25rem;
  line-height: 1.1;
}

.fz-24 {
  font-size: 1.5rem;
  line-height: 1.1;
}

.fz-18 {
  font-size: 1.125rem;
  line-height: 1.5;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.text-wrap-balance {
  text-wrap: balance !important;
}

.overflow-x-clip {
  overflow-x: clip !important;
}

.contact-form-motif {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  translate: -50% -50%;
  width: 130%;
  height: auto;
}

*:has(> .contact-form-motif) {
  position: relative;
  z-index: 0;
}

.fancy-underline {
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: middle;
}

.fancy-underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  translate: -50% 50%;
  display: block;
  width: var(--underline-width, 100%);
  height: 0.75em;
  border-radius: 4em;
  background-color: rgb(from var(--underline-color, var(--c-primary)) r g b/15%);
}

.fancy-underline--half {
  --underline-width: 50%;
}

.not-fancy .fancy-underline:after {
  display: none;
}

.flow > * + * {
  -webkit-margin-before: var(--flow-space, 1em);
          margin-block-start: var(--flow-space, 1em);
}

.flow :is(h1, h2, h3, h4) {
  --flow-space: 1.5em;
}

.flow :is(h1, h2, h3, h4) + * {
  --flow-space: 1.5em;
}

.flow figure,
.flow figure + * {
  --flow-space: 3em;
}

.flow table,
.flow table + * {
  --flow-space: 2em;
}

/**
 * Extend a link to fill it's parent target.
 * Useful for cards when the title should be linked for a11y
 * but you want the whole card to be clickable.
 */

[data-proxy-links=target] {
  position: relative;
}

[data-proxy-links=link] {
  text-decoration: none;
}

[data-proxy-links=link]:after {
  content: "";
  position: absolute;
  inset: 0;
}

.reset-button {
  padding: 0;
  border: none;
  margin: 0;
  background: none;
  color: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-align: left;
}

@media (min-width: 400px){
  .xs\:container{
    width: 100%;
  }

  @media (min-width: 400px){
    .xs\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 576px){
    .xs\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .xs\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .xs\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1024px){
    .xs\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1200px){
    .xs\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1351px){
    .xs\:container{
      max-width: 1351px;
    }
  }

  @media (min-width: 1530px){
    .xs\:container{
      max-width: 1530px;
    }
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:focus-within\:sr-only:focus-within{
    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;
  }

  .xs\:focus-within\:not-sr-only:focus-within{
    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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:pointer-events-none{
    pointer-events: none !important;
  }

  .xs\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .xs\:visible{
    visibility: visible !important;
  }

  .xs\:invisible{
    visibility: hidden !important;
  }

  .xs\:static{
    position: static !important;
  }

  .xs\:fixed{
    position: fixed !important;
  }

  .xs\:absolute{
    position: absolute !important;
  }

  .xs\:relative{
    position: relative !important;
  }

  .xs\:sticky{
    position: sticky !important;
  }

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

  .xs\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xs\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xs\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xs\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xs\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xs\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xs\:inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .xs\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xs\:inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .xs\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xs\:inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .xs\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .xs\:inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .xs\:inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .xs\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xs\:inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .xs\:inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .xs\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .xs\:inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .xs\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .xs\:inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .xs\:inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .xs\:inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .xs\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .xs\:inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .xs\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .xs\:inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .xs\:inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .xs\:inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .xs\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xs\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xs\:inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .xs\:inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .xs\:inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .xs\:inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

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

  .xs\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xs\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xs\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xs\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .xs\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xs\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xs\:-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .xs\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .xs\:-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .xs\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xs\:-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .xs\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .xs\:-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .xs\:-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .xs\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .xs\:-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .xs\:-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .xs\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .xs\:-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .xs\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .xs\:-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .xs\:-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .xs\:-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .xs\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .xs\:-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .xs\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .xs\:-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .xs\:-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .xs\:-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .xs\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xs\:-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .xs\:-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .xs\:-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .xs\:-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .xs\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xs\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xs\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xs\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xs\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xs\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xs\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xs\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xs\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xs\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xs\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xs\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xs\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xs\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

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

  .xs\:inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .xs\:inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .xs\:inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .xs\:inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .xs\:inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .xs\:inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .xs\:inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .xs\:inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .xs\:inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .xs\:inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .xs\:inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .xs\:inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .xs\:inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .xs\:inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .xs\:inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .xs\:inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .xs\:inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .xs\:inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .xs\:inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .xs\:inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .xs\:inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .xs\:inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .xs\:inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .xs\:inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .xs\:inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .xs\:inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .xs\:inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .xs\:inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .xs\:inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .xs\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .xs\:inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .xs\:inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .xs\:inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .xs\:inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .xs\:inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

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

  .xs\:-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .xs\:-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .xs\:-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .xs\:-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .xs\:-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .xs\:-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .xs\:-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .xs\:-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .xs\:-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .xs\:-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .xs\:-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .xs\:-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .xs\:-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .xs\:-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .xs\:-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .xs\:-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .xs\:-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .xs\:-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .xs\:-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .xs\:-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .xs\:-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .xs\:-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .xs\:-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .xs\:-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .xs\:-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .xs\:-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .xs\:-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .xs\:-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .xs\:-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .xs\:-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .xs\:-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .xs\:-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .xs\:-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .xs\:-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .xs\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .xs\:inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .xs\:inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .xs\:inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .xs\:inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .xs\:inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .xs\:inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .xs\:-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .xs\:-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .xs\:-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .xs\:-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .xs\:-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .xs\:-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .xs\:-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

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

  .xs\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .xs\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .xs\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .xs\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xs\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .xs\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .xs\:inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .xs\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xs\:inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .xs\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .xs\:inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .xs\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .xs\:inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .xs\:inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .xs\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xs\:inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .xs\:inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .xs\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .xs\:inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .xs\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .xs\:inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .xs\:inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .xs\:inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .xs\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .xs\:inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .xs\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .xs\:inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .xs\:inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .xs\:inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .xs\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xs\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .xs\:inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .xs\:inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .xs\:inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .xs\:inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

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

  .xs\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .xs\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .xs\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .xs\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .xs\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .xs\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .xs\:-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .xs\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .xs\:-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .xs\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .xs\:-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .xs\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .xs\:-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .xs\:-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .xs\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .xs\:-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .xs\:-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .xs\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .xs\:-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .xs\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .xs\:-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .xs\:-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .xs\:-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .xs\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .xs\:-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .xs\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .xs\:-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .xs\:-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .xs\:-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .xs\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .xs\:-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .xs\:-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .xs\:-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .xs\:-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .xs\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xs\:inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xs\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xs\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .xs\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xs\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .xs\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .xs\:-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .xs\:-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xs\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xs\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .xs\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .xs\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .xs\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .xs\:top-0{
    top: 0px !important;
  }

  .xs\:top-1{
    top: 0.25rem !important;
  }

  .xs\:top-2{
    top: 0.5rem !important;
  }

  .xs\:top-3{
    top: 0.75rem !important;
  }

  .xs\:top-4{
    top: 1rem !important;
  }

  .xs\:top-5{
    top: 1.25rem !important;
  }

  .xs\:top-6{
    top: 1.5rem !important;
  }

  .xs\:top-7{
    top: 1.75rem !important;
  }

  .xs\:top-8{
    top: 2rem !important;
  }

  .xs\:top-9{
    top: 2.25rem !important;
  }

  .xs\:top-10{
    top: 2.5rem !important;
  }

  .xs\:top-11{
    top: 2.75rem !important;
  }

  .xs\:top-12{
    top: 3rem !important;
  }

  .xs\:top-14{
    top: 3.5rem !important;
  }

  .xs\:top-16{
    top: 4rem !important;
  }

  .xs\:top-20{
    top: 5rem !important;
  }

  .xs\:top-24{
    top: 6rem !important;
  }

  .xs\:top-28{
    top: 7rem !important;
  }

  .xs\:top-32{
    top: 8rem !important;
  }

  .xs\:top-36{
    top: 9rem !important;
  }

  .xs\:top-40{
    top: 10rem !important;
  }

  .xs\:top-44{
    top: 11rem !important;
  }

  .xs\:top-48{
    top: 12rem !important;
  }

  .xs\:top-52{
    top: 13rem !important;
  }

  .xs\:top-56{
    top: 14rem !important;
  }

  .xs\:top-60{
    top: 15rem !important;
  }

  .xs\:top-64{
    top: 16rem !important;
  }

  .xs\:top-72{
    top: 18rem !important;
  }

  .xs\:top-80{
    top: 20rem !important;
  }

  .xs\:top-96{
    top: 24rem !important;
  }

  .xs\:top-auto{
    top: auto !important;
  }

  .xs\:top-px{
    top: 1px !important;
  }

  .xs\:top-0\.5{
    top: 0.125rem !important;
  }

  .xs\:top-1\.5{
    top: 0.375rem !important;
  }

  .xs\:top-2\.5{
    top: 0.625rem !important;
  }

  .xs\:top-3\.5{
    top: 0.875rem !important;
  }

  .xs\:-top-0{
    top: 0px !important;
  }

  .xs\:-top-1{
    top: -0.25rem !important;
  }

  .xs\:-top-2{
    top: -0.5rem !important;
  }

  .xs\:-top-3{
    top: -0.75rem !important;
  }

  .xs\:-top-4{
    top: -1rem !important;
  }

  .xs\:-top-5{
    top: -1.25rem !important;
  }

  .xs\:-top-6{
    top: -1.5rem !important;
  }

  .xs\:-top-7{
    top: -1.75rem !important;
  }

  .xs\:-top-8{
    top: -2rem !important;
  }

  .xs\:-top-9{
    top: -2.25rem !important;
  }

  .xs\:-top-10{
    top: -2.5rem !important;
  }

  .xs\:-top-11{
    top: -2.75rem !important;
  }

  .xs\:-top-12{
    top: -3rem !important;
  }

  .xs\:-top-14{
    top: -3.5rem !important;
  }

  .xs\:-top-16{
    top: -4rem !important;
  }

  .xs\:-top-20{
    top: -5rem !important;
  }

  .xs\:-top-24{
    top: -6rem !important;
  }

  .xs\:-top-28{
    top: -7rem !important;
  }

  .xs\:-top-32{
    top: -8rem !important;
  }

  .xs\:-top-36{
    top: -9rem !important;
  }

  .xs\:-top-40{
    top: -10rem !important;
  }

  .xs\:-top-44{
    top: -11rem !important;
  }

  .xs\:-top-48{
    top: -12rem !important;
  }

  .xs\:-top-52{
    top: -13rem !important;
  }

  .xs\:-top-56{
    top: -14rem !important;
  }

  .xs\:-top-60{
    top: -15rem !important;
  }

  .xs\:-top-64{
    top: -16rem !important;
  }

  .xs\:-top-72{
    top: -18rem !important;
  }

  .xs\:-top-80{
    top: -20rem !important;
  }

  .xs\:-top-96{
    top: -24rem !important;
  }

  .xs\:-top-px{
    top: -1px !important;
  }

  .xs\:-top-0\.5{
    top: -0.125rem !important;
  }

  .xs\:-top-1\.5{
    top: -0.375rem !important;
  }

  .xs\:-top-2\.5{
    top: -0.625rem !important;
  }

  .xs\:-top-3\.5{
    top: -0.875rem !important;
  }

  .xs\:top-1\/2{
    top: 50% !important;
  }

  .xs\:top-1\/3{
    top: 33.333333% !important;
  }

  .xs\:top-2\/3{
    top: 66.666667% !important;
  }

  .xs\:top-1\/4{
    top: 25% !important;
  }

  .xs\:top-2\/4{
    top: 50% !important;
  }

  .xs\:top-3\/4{
    top: 75% !important;
  }

  .xs\:top-full{
    top: 100% !important;
  }

  .xs\:-top-1\/2{
    top: -50% !important;
  }

  .xs\:-top-1\/3{
    top: -33.333333% !important;
  }

  .xs\:-top-2\/3{
    top: -66.666667% !important;
  }

  .xs\:-top-1\/4{
    top: -25% !important;
  }

  .xs\:-top-2\/4{
    top: -50% !important;
  }

  .xs\:-top-3\/4{
    top: -75% !important;
  }

  .xs\:-top-full{
    top: -100% !important;
  }

  .xs\:right-0{
    right: 0px !important;
  }

  .xs\:right-1{
    right: 0.25rem !important;
  }

  .xs\:right-2{
    right: 0.5rem !important;
  }

  .xs\:right-3{
    right: 0.75rem !important;
  }

  .xs\:right-4{
    right: 1rem !important;
  }

  .xs\:right-5{
    right: 1.25rem !important;
  }

  .xs\:right-6{
    right: 1.5rem !important;
  }

  .xs\:right-7{
    right: 1.75rem !important;
  }

  .xs\:right-8{
    right: 2rem !important;
  }

  .xs\:right-9{
    right: 2.25rem !important;
  }

  .xs\:right-10{
    right: 2.5rem !important;
  }

  .xs\:right-11{
    right: 2.75rem !important;
  }

  .xs\:right-12{
    right: 3rem !important;
  }

  .xs\:right-14{
    right: 3.5rem !important;
  }

  .xs\:right-16{
    right: 4rem !important;
  }

  .xs\:right-20{
    right: 5rem !important;
  }

  .xs\:right-24{
    right: 6rem !important;
  }

  .xs\:right-28{
    right: 7rem !important;
  }

  .xs\:right-32{
    right: 8rem !important;
  }

  .xs\:right-36{
    right: 9rem !important;
  }

  .xs\:right-40{
    right: 10rem !important;
  }

  .xs\:right-44{
    right: 11rem !important;
  }

  .xs\:right-48{
    right: 12rem !important;
  }

  .xs\:right-52{
    right: 13rem !important;
  }

  .xs\:right-56{
    right: 14rem !important;
  }

  .xs\:right-60{
    right: 15rem !important;
  }

  .xs\:right-64{
    right: 16rem !important;
  }

  .xs\:right-72{
    right: 18rem !important;
  }

  .xs\:right-80{
    right: 20rem !important;
  }

  .xs\:right-96{
    right: 24rem !important;
  }

  .xs\:right-auto{
    right: auto !important;
  }

  .xs\:right-px{
    right: 1px !important;
  }

  .xs\:right-0\.5{
    right: 0.125rem !important;
  }

  .xs\:right-1\.5{
    right: 0.375rem !important;
  }

  .xs\:right-2\.5{
    right: 0.625rem !important;
  }

  .xs\:right-3\.5{
    right: 0.875rem !important;
  }

  .xs\:-right-0{
    right: 0px !important;
  }

  .xs\:-right-1{
    right: -0.25rem !important;
  }

  .xs\:-right-2{
    right: -0.5rem !important;
  }

  .xs\:-right-3{
    right: -0.75rem !important;
  }

  .xs\:-right-4{
    right: -1rem !important;
  }

  .xs\:-right-5{
    right: -1.25rem !important;
  }

  .xs\:-right-6{
    right: -1.5rem !important;
  }

  .xs\:-right-7{
    right: -1.75rem !important;
  }

  .xs\:-right-8{
    right: -2rem !important;
  }

  .xs\:-right-9{
    right: -2.25rem !important;
  }

  .xs\:-right-10{
    right: -2.5rem !important;
  }

  .xs\:-right-11{
    right: -2.75rem !important;
  }

  .xs\:-right-12{
    right: -3rem !important;
  }

  .xs\:-right-14{
    right: -3.5rem !important;
  }

  .xs\:-right-16{
    right: -4rem !important;
  }

  .xs\:-right-20{
    right: -5rem !important;
  }

  .xs\:-right-24{
    right: -6rem !important;
  }

  .xs\:-right-28{
    right: -7rem !important;
  }

  .xs\:-right-32{
    right: -8rem !important;
  }

  .xs\:-right-36{
    right: -9rem !important;
  }

  .xs\:-right-40{
    right: -10rem !important;
  }

  .xs\:-right-44{
    right: -11rem !important;
  }

  .xs\:-right-48{
    right: -12rem !important;
  }

  .xs\:-right-52{
    right: -13rem !important;
  }

  .xs\:-right-56{
    right: -14rem !important;
  }

  .xs\:-right-60{
    right: -15rem !important;
  }

  .xs\:-right-64{
    right: -16rem !important;
  }

  .xs\:-right-72{
    right: -18rem !important;
  }

  .xs\:-right-80{
    right: -20rem !important;
  }

  .xs\:-right-96{
    right: -24rem !important;
  }

  .xs\:-right-px{
    right: -1px !important;
  }

  .xs\:-right-0\.5{
    right: -0.125rem !important;
  }

  .xs\:-right-1\.5{
    right: -0.375rem !important;
  }

  .xs\:-right-2\.5{
    right: -0.625rem !important;
  }

  .xs\:-right-3\.5{
    right: -0.875rem !important;
  }

  .xs\:right-1\/2{
    right: 50% !important;
  }

  .xs\:right-1\/3{
    right: 33.333333% !important;
  }

  .xs\:right-2\/3{
    right: 66.666667% !important;
  }

  .xs\:right-1\/4{
    right: 25% !important;
  }

  .xs\:right-2\/4{
    right: 50% !important;
  }

  .xs\:right-3\/4{
    right: 75% !important;
  }

  .xs\:right-full{
    right: 100% !important;
  }

  .xs\:-right-1\/2{
    right: -50% !important;
  }

  .xs\:-right-1\/3{
    right: -33.333333% !important;
  }

  .xs\:-right-2\/3{
    right: -66.666667% !important;
  }

  .xs\:-right-1\/4{
    right: -25% !important;
  }

  .xs\:-right-2\/4{
    right: -50% !important;
  }

  .xs\:-right-3\/4{
    right: -75% !important;
  }

  .xs\:-right-full{
    right: -100% !important;
  }

  .xs\:bottom-0{
    bottom: 0px !important;
  }

  .xs\:bottom-1{
    bottom: 0.25rem !important;
  }

  .xs\:bottom-2{
    bottom: 0.5rem !important;
  }

  .xs\:bottom-3{
    bottom: 0.75rem !important;
  }

  .xs\:bottom-4{
    bottom: 1rem !important;
  }

  .xs\:bottom-5{
    bottom: 1.25rem !important;
  }

  .xs\:bottom-6{
    bottom: 1.5rem !important;
  }

  .xs\:bottom-7{
    bottom: 1.75rem !important;
  }

  .xs\:bottom-8{
    bottom: 2rem !important;
  }

  .xs\:bottom-9{
    bottom: 2.25rem !important;
  }

  .xs\:bottom-10{
    bottom: 2.5rem !important;
  }

  .xs\:bottom-11{
    bottom: 2.75rem !important;
  }

  .xs\:bottom-12{
    bottom: 3rem !important;
  }

  .xs\:bottom-14{
    bottom: 3.5rem !important;
  }

  .xs\:bottom-16{
    bottom: 4rem !important;
  }

  .xs\:bottom-20{
    bottom: 5rem !important;
  }

  .xs\:bottom-24{
    bottom: 6rem !important;
  }

  .xs\:bottom-28{
    bottom: 7rem !important;
  }

  .xs\:bottom-32{
    bottom: 8rem !important;
  }

  .xs\:bottom-36{
    bottom: 9rem !important;
  }

  .xs\:bottom-40{
    bottom: 10rem !important;
  }

  .xs\:bottom-44{
    bottom: 11rem !important;
  }

  .xs\:bottom-48{
    bottom: 12rem !important;
  }

  .xs\:bottom-52{
    bottom: 13rem !important;
  }

  .xs\:bottom-56{
    bottom: 14rem !important;
  }

  .xs\:bottom-60{
    bottom: 15rem !important;
  }

  .xs\:bottom-64{
    bottom: 16rem !important;
  }

  .xs\:bottom-72{
    bottom: 18rem !important;
  }

  .xs\:bottom-80{
    bottom: 20rem !important;
  }

  .xs\:bottom-96{
    bottom: 24rem !important;
  }

  .xs\:bottom-auto{
    bottom: auto !important;
  }

  .xs\:bottom-px{
    bottom: 1px !important;
  }

  .xs\:bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .xs\:bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .xs\:bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .xs\:bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .xs\:-bottom-0{
    bottom: 0px !important;
  }

  .xs\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .xs\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .xs\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .xs\:-bottom-4{
    bottom: -1rem !important;
  }

  .xs\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .xs\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .xs\:-bottom-7{
    bottom: -1.75rem !important;
  }

  .xs\:-bottom-8{
    bottom: -2rem !important;
  }

  .xs\:-bottom-9{
    bottom: -2.25rem !important;
  }

  .xs\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .xs\:-bottom-11{
    bottom: -2.75rem !important;
  }

  .xs\:-bottom-12{
    bottom: -3rem !important;
  }

  .xs\:-bottom-14{
    bottom: -3.5rem !important;
  }

  .xs\:-bottom-16{
    bottom: -4rem !important;
  }

  .xs\:-bottom-20{
    bottom: -5rem !important;
  }

  .xs\:-bottom-24{
    bottom: -6rem !important;
  }

  .xs\:-bottom-28{
    bottom: -7rem !important;
  }

  .xs\:-bottom-32{
    bottom: -8rem !important;
  }

  .xs\:-bottom-36{
    bottom: -9rem !important;
  }

  .xs\:-bottom-40{
    bottom: -10rem !important;
  }

  .xs\:-bottom-44{
    bottom: -11rem !important;
  }

  .xs\:-bottom-48{
    bottom: -12rem !important;
  }

  .xs\:-bottom-52{
    bottom: -13rem !important;
  }

  .xs\:-bottom-56{
    bottom: -14rem !important;
  }

  .xs\:-bottom-60{
    bottom: -15rem !important;
  }

  .xs\:-bottom-64{
    bottom: -16rem !important;
  }

  .xs\:-bottom-72{
    bottom: -18rem !important;
  }

  .xs\:-bottom-80{
    bottom: -20rem !important;
  }

  .xs\:-bottom-96{
    bottom: -24rem !important;
  }

  .xs\:-bottom-px{
    bottom: -1px !important;
  }

  .xs\:-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .xs\:-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .xs\:-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .xs\:-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .xs\:bottom-1\/2{
    bottom: 50% !important;
  }

  .xs\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .xs\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .xs\:bottom-1\/4{
    bottom: 25% !important;
  }

  .xs\:bottom-2\/4{
    bottom: 50% !important;
  }

  .xs\:bottom-3\/4{
    bottom: 75% !important;
  }

  .xs\:bottom-full{
    bottom: 100% !important;
  }

  .xs\:-bottom-1\/2{
    bottom: -50% !important;
  }

  .xs\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .xs\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .xs\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .xs\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .xs\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .xs\:-bottom-full{
    bottom: -100% !important;
  }

  .xs\:left-0{
    left: 0px !important;
  }

  .xs\:left-1{
    left: 0.25rem !important;
  }

  .xs\:left-2{
    left: 0.5rem !important;
  }

  .xs\:left-3{
    left: 0.75rem !important;
  }

  .xs\:left-4{
    left: 1rem !important;
  }

  .xs\:left-5{
    left: 1.25rem !important;
  }

  .xs\:left-6{
    left: 1.5rem !important;
  }

  .xs\:left-7{
    left: 1.75rem !important;
  }

  .xs\:left-8{
    left: 2rem !important;
  }

  .xs\:left-9{
    left: 2.25rem !important;
  }

  .xs\:left-10{
    left: 2.5rem !important;
  }

  .xs\:left-11{
    left: 2.75rem !important;
  }

  .xs\:left-12{
    left: 3rem !important;
  }

  .xs\:left-14{
    left: 3.5rem !important;
  }

  .xs\:left-16{
    left: 4rem !important;
  }

  .xs\:left-20{
    left: 5rem !important;
  }

  .xs\:left-24{
    left: 6rem !important;
  }

  .xs\:left-28{
    left: 7rem !important;
  }

  .xs\:left-32{
    left: 8rem !important;
  }

  .xs\:left-36{
    left: 9rem !important;
  }

  .xs\:left-40{
    left: 10rem !important;
  }

  .xs\:left-44{
    left: 11rem !important;
  }

  .xs\:left-48{
    left: 12rem !important;
  }

  .xs\:left-52{
    left: 13rem !important;
  }

  .xs\:left-56{
    left: 14rem !important;
  }

  .xs\:left-60{
    left: 15rem !important;
  }

  .xs\:left-64{
    left: 16rem !important;
  }

  .xs\:left-72{
    left: 18rem !important;
  }

  .xs\:left-80{
    left: 20rem !important;
  }

  .xs\:left-96{
    left: 24rem !important;
  }

  .xs\:left-auto{
    left: auto !important;
  }

  .xs\:left-px{
    left: 1px !important;
  }

  .xs\:left-0\.5{
    left: 0.125rem !important;
  }

  .xs\:left-1\.5{
    left: 0.375rem !important;
  }

  .xs\:left-2\.5{
    left: 0.625rem !important;
  }

  .xs\:left-3\.5{
    left: 0.875rem !important;
  }

  .xs\:-left-0{
    left: 0px !important;
  }

  .xs\:-left-1{
    left: -0.25rem !important;
  }

  .xs\:-left-2{
    left: -0.5rem !important;
  }

  .xs\:-left-3{
    left: -0.75rem !important;
  }

  .xs\:-left-4{
    left: -1rem !important;
  }

  .xs\:-left-5{
    left: -1.25rem !important;
  }

  .xs\:-left-6{
    left: -1.5rem !important;
  }

  .xs\:-left-7{
    left: -1.75rem !important;
  }

  .xs\:-left-8{
    left: -2rem !important;
  }

  .xs\:-left-9{
    left: -2.25rem !important;
  }

  .xs\:-left-10{
    left: -2.5rem !important;
  }

  .xs\:-left-11{
    left: -2.75rem !important;
  }

  .xs\:-left-12{
    left: -3rem !important;
  }

  .xs\:-left-14{
    left: -3.5rem !important;
  }

  .xs\:-left-16{
    left: -4rem !important;
  }

  .xs\:-left-20{
    left: -5rem !important;
  }

  .xs\:-left-24{
    left: -6rem !important;
  }

  .xs\:-left-28{
    left: -7rem !important;
  }

  .xs\:-left-32{
    left: -8rem !important;
  }

  .xs\:-left-36{
    left: -9rem !important;
  }

  .xs\:-left-40{
    left: -10rem !important;
  }

  .xs\:-left-44{
    left: -11rem !important;
  }

  .xs\:-left-48{
    left: -12rem !important;
  }

  .xs\:-left-52{
    left: -13rem !important;
  }

  .xs\:-left-56{
    left: -14rem !important;
  }

  .xs\:-left-60{
    left: -15rem !important;
  }

  .xs\:-left-64{
    left: -16rem !important;
  }

  .xs\:-left-72{
    left: -18rem !important;
  }

  .xs\:-left-80{
    left: -20rem !important;
  }

  .xs\:-left-96{
    left: -24rem !important;
  }

  .xs\:-left-px{
    left: -1px !important;
  }

  .xs\:-left-0\.5{
    left: -0.125rem !important;
  }

  .xs\:-left-1\.5{
    left: -0.375rem !important;
  }

  .xs\:-left-2\.5{
    left: -0.625rem !important;
  }

  .xs\:-left-3\.5{
    left: -0.875rem !important;
  }

  .xs\:left-1\/2{
    left: 50% !important;
  }

  .xs\:left-1\/3{
    left: 33.333333% !important;
  }

  .xs\:left-2\/3{
    left: 66.666667% !important;
  }

  .xs\:left-1\/4{
    left: 25% !important;
  }

  .xs\:left-2\/4{
    left: 50% !important;
  }

  .xs\:left-3\/4{
    left: 75% !important;
  }

  .xs\:left-full{
    left: 100% !important;
  }

  .xs\:-left-1\/2{
    left: -50% !important;
  }

  .xs\:-left-1\/3{
    left: -33.333333% !important;
  }

  .xs\:-left-2\/3{
    left: -66.666667% !important;
  }

  .xs\:-left-1\/4{
    left: -25% !important;
  }

  .xs\:-left-2\/4{
    left: -50% !important;
  }

  .xs\:-left-3\/4{
    left: -75% !important;
  }

  .xs\:-left-full{
    left: -100% !important;
  }

  .xs\:isolate{
    isolation: isolate !important;
  }

  .xs\:isolation-auto{
    isolation: auto !important;
  }

  .xs\:z-0{
    z-index: 0 !important;
  }

  .xs\:z-10{
    z-index: 10 !important;
  }

  .xs\:z-20{
    z-index: 20 !important;
  }

  .xs\:z-30{
    z-index: 30 !important;
  }

  .xs\:z-40{
    z-index: 40 !important;
  }

  .xs\:z-50{
    z-index: 50 !important;
  }

  .xs\:z-auto{
    z-index: auto !important;
  }

  .xs\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .xs\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .xs\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .xs\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .xs\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .xs\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .xs\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .xs\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .xs\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .xs\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .xs\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .xs\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .xs\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .xs\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .xs\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .xs\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .xs\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .xs\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .xs\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .xs\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .xs\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .xs\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .xs\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .xs\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .xs\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .xs\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .xs\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .xs\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .xs\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .xs\:col-auto{
    grid-column: auto !important;
  }

  .xs\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .xs\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .xs\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .xs\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .xs\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .xs\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .xs\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .xs\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .xs\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .xs\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .xs\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .xs\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .xs\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .xs\:col-start-1{
    grid-column-start: 1 !important;
  }

  .xs\:col-start-2{
    grid-column-start: 2 !important;
  }

  .xs\:col-start-3{
    grid-column-start: 3 !important;
  }

  .xs\:col-start-4{
    grid-column-start: 4 !important;
  }

  .xs\:col-start-5{
    grid-column-start: 5 !important;
  }

  .xs\:col-start-6{
    grid-column-start: 6 !important;
  }

  .xs\:col-start-7{
    grid-column-start: 7 !important;
  }

  .xs\:col-start-8{
    grid-column-start: 8 !important;
  }

  .xs\:col-start-9{
    grid-column-start: 9 !important;
  }

  .xs\:col-start-10{
    grid-column-start: 10 !important;
  }

  .xs\:col-start-11{
    grid-column-start: 11 !important;
  }

  .xs\:col-start-12{
    grid-column-start: 12 !important;
  }

  .xs\:col-start-13{
    grid-column-start: 13 !important;
  }

  .xs\:col-start-auto{
    grid-column-start: auto !important;
  }

  .xs\:col-end-1{
    grid-column-end: 1 !important;
  }

  .xs\:col-end-2{
    grid-column-end: 2 !important;
  }

  .xs\:col-end-3{
    grid-column-end: 3 !important;
  }

  .xs\:col-end-4{
    grid-column-end: 4 !important;
  }

  .xs\:col-end-5{
    grid-column-end: 5 !important;
  }

  .xs\:col-end-6{
    grid-column-end: 6 !important;
  }

  .xs\:col-end-7{
    grid-column-end: 7 !important;
  }

  .xs\:col-end-8{
    grid-column-end: 8 !important;
  }

  .xs\:col-end-9{
    grid-column-end: 9 !important;
  }

  .xs\:col-end-10{
    grid-column-end: 10 !important;
  }

  .xs\:col-end-11{
    grid-column-end: 11 !important;
  }

  .xs\:col-end-12{
    grid-column-end: 12 !important;
  }

  .xs\:col-end-13{
    grid-column-end: 13 !important;
  }

  .xs\:col-end-auto{
    grid-column-end: auto !important;
  }

  .xs\:row-auto{
    grid-row: auto !important;
  }

  .xs\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .xs\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .xs\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .xs\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .xs\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .xs\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .xs\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .xs\:row-start-1{
    grid-row-start: 1 !important;
  }

  .xs\:row-start-2{
    grid-row-start: 2 !important;
  }

  .xs\:row-start-3{
    grid-row-start: 3 !important;
  }

  .xs\:row-start-4{
    grid-row-start: 4 !important;
  }

  .xs\:row-start-5{
    grid-row-start: 5 !important;
  }

  .xs\:row-start-6{
    grid-row-start: 6 !important;
  }

  .xs\:row-start-7{
    grid-row-start: 7 !important;
  }

  .xs\:row-start-auto{
    grid-row-start: auto !important;
  }

  .xs\:row-end-1{
    grid-row-end: 1 !important;
  }

  .xs\:row-end-2{
    grid-row-end: 2 !important;
  }

  .xs\:row-end-3{
    grid-row-end: 3 !important;
  }

  .xs\:row-end-4{
    grid-row-end: 4 !important;
  }

  .xs\:row-end-5{
    grid-row-end: 5 !important;
  }

  .xs\:row-end-6{
    grid-row-end: 6 !important;
  }

  .xs\:row-end-7{
    grid-row-end: 7 !important;
  }

  .xs\:row-end-auto{
    grid-row-end: auto !important;
  }

  .xs\:float-right{
    float: right !important;
  }

  .xs\:float-left{
    float: left !important;
  }

  .xs\:float-none{
    float: none !important;
  }

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

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

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

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

  .xs\:m-0{
    margin: 0px !important;
  }

  .xs\:m-1{
    margin: 0.25rem !important;
  }

  .xs\:m-2{
    margin: 0.5rem !important;
  }

  .xs\:m-3{
    margin: 0.75rem !important;
  }

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

  .xs\:m-5{
    margin: 1.25rem !important;
  }

  .xs\:m-6{
    margin: 1.5rem !important;
  }

  .xs\:m-7{
    margin: 1.75rem !important;
  }

  .xs\:m-8{
    margin: 2rem !important;
  }

  .xs\:m-9{
    margin: 2.25rem !important;
  }

  .xs\:m-10{
    margin: 2.5rem !important;
  }

  .xs\:m-11{
    margin: 2.75rem !important;
  }

  .xs\:m-12{
    margin: 3rem !important;
  }

  .xs\:m-14{
    margin: 3.5rem !important;
  }

  .xs\:m-16{
    margin: 4rem !important;
  }

  .xs\:m-20{
    margin: 5rem !important;
  }

  .xs\:m-24{
    margin: 6rem !important;
  }

  .xs\:m-28{
    margin: 7rem !important;
  }

  .xs\:m-32{
    margin: 8rem !important;
  }

  .xs\:m-36{
    margin: 9rem !important;
  }

  .xs\:m-40{
    margin: 10rem !important;
  }

  .xs\:m-44{
    margin: 11rem !important;
  }

  .xs\:m-48{
    margin: 12rem !important;
  }

  .xs\:m-52{
    margin: 13rem !important;
  }

  .xs\:m-56{
    margin: 14rem !important;
  }

  .xs\:m-60{
    margin: 15rem !important;
  }

  .xs\:m-64{
    margin: 16rem !important;
  }

  .xs\:m-72{
    margin: 18rem !important;
  }

  .xs\:m-80{
    margin: 20rem !important;
  }

  .xs\:m-96{
    margin: 24rem !important;
  }

  .xs\:m-auto{
    margin: auto !important;
  }

  .xs\:m-px{
    margin: 1px !important;
  }

  .xs\:m-0\.5{
    margin: 0.125rem !important;
  }

  .xs\:m-1\.5{
    margin: 0.375rem !important;
  }

  .xs\:m-2\.5{
    margin: 0.625rem !important;
  }

  .xs\:m-3\.5{
    margin: 0.875rem !important;
  }

  .xs\:-m-0{
    margin: 0px !important;
  }

  .xs\:-m-1{
    margin: -0.25rem !important;
  }

  .xs\:-m-2{
    margin: -0.5rem !important;
  }

  .xs\:-m-3{
    margin: -0.75rem !important;
  }

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

  .xs\:-m-5{
    margin: -1.25rem !important;
  }

  .xs\:-m-6{
    margin: -1.5rem !important;
  }

  .xs\:-m-7{
    margin: -1.75rem !important;
  }

  .xs\:-m-8{
    margin: -2rem !important;
  }

  .xs\:-m-9{
    margin: -2.25rem !important;
  }

  .xs\:-m-10{
    margin: -2.5rem !important;
  }

  .xs\:-m-11{
    margin: -2.75rem !important;
  }

  .xs\:-m-12{
    margin: -3rem !important;
  }

  .xs\:-m-14{
    margin: -3.5rem !important;
  }

  .xs\:-m-16{
    margin: -4rem !important;
  }

  .xs\:-m-20{
    margin: -5rem !important;
  }

  .xs\:-m-24{
    margin: -6rem !important;
  }

  .xs\:-m-28{
    margin: -7rem !important;
  }

  .xs\:-m-32{
    margin: -8rem !important;
  }

  .xs\:-m-36{
    margin: -9rem !important;
  }

  .xs\:-m-40{
    margin: -10rem !important;
  }

  .xs\:-m-44{
    margin: -11rem !important;
  }

  .xs\:-m-48{
    margin: -12rem !important;
  }

  .xs\:-m-52{
    margin: -13rem !important;
  }

  .xs\:-m-56{
    margin: -14rem !important;
  }

  .xs\:-m-60{
    margin: -15rem !important;
  }

  .xs\:-m-64{
    margin: -16rem !important;
  }

  .xs\:-m-72{
    margin: -18rem !important;
  }

  .xs\:-m-80{
    margin: -20rem !important;
  }

  .xs\:-m-96{
    margin: -24rem !important;
  }

  .xs\:-m-px{
    margin: -1px !important;
  }

  .xs\:-m-0\.5{
    margin: -0.125rem !important;
  }

  .xs\:-m-1\.5{
    margin: -0.375rem !important;
  }

  .xs\:-m-2\.5{
    margin: -0.625rem !important;
  }

  .xs\:-m-3\.5{
    margin: -0.875rem !important;
  }

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

  .xs\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

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

  .xs\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

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

  .xs\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xs\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xs\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .xs\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xs\:mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .xs\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xs\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .xs\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xs\:mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xs\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xs\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xs\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xs\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xs\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xs\:mx-36{
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .xs\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xs\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .xs\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xs\:mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .xs\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xs\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xs\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xs\:mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .xs\:mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .xs\:mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

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

  .xs\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xs\:mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .xs\:mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .xs\:mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .xs\:mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

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

  .xs\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

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

  .xs\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

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

  .xs\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xs\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xs\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .xs\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xs\:-mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .xs\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xs\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .xs\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xs\:-mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .xs\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xs\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xs\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xs\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xs\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xs\:-mx-36{
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .xs\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xs\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .xs\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xs\:-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .xs\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xs\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .xs\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xs\:-mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .xs\:-mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .xs\:-mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .xs\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xs\:-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .xs\:-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .xs\:-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .xs\:-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

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

  .xs\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xs\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xs\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

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

  .xs\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xs\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xs\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .xs\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xs\:my-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .xs\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xs\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .xs\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xs\:my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xs\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xs\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xs\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xs\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xs\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xs\:my-36{
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .xs\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xs\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .xs\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xs\:my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .xs\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xs\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xs\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xs\:my-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .xs\:my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .xs\:my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .xs\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xs\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xs\:my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .xs\:my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .xs\:my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .xs\:my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

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

  .xs\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xs\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xs\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

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

  .xs\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xs\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xs\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .xs\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xs\:-my-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .xs\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xs\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .xs\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xs\:-my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xs\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xs\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xs\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xs\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xs\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xs\:-my-36{
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .xs\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xs\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .xs\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xs\:-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .xs\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xs\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xs\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xs\:-my-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .xs\:-my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .xs\:-my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .xs\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xs\:-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .xs\:-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .xs\:-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .xs\:-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .xs\:mt-0{
    margin-top: 0px !important;
  }

  .xs\:mt-1{
    margin-top: 0.25rem !important;
  }

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

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

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

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

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

  .xs\:mt-7{
    margin-top: 1.75rem !important;
  }

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

  .xs\:mt-9{
    margin-top: 2.25rem !important;
  }

  .xs\:mt-10{
    margin-top: 2.5rem !important;
  }

  .xs\:mt-11{
    margin-top: 2.75rem !important;
  }

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

  .xs\:mt-14{
    margin-top: 3.5rem !important;
  }

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

  .xs\:mt-20{
    margin-top: 5rem !important;
  }

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

  .xs\:mt-28{
    margin-top: 7rem !important;
  }

  .xs\:mt-32{
    margin-top: 8rem !important;
  }

  .xs\:mt-36{
    margin-top: 9rem !important;
  }

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

  .xs\:mt-44{
    margin-top: 11rem !important;
  }

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

  .xs\:mt-52{
    margin-top: 13rem !important;
  }

  .xs\:mt-56{
    margin-top: 14rem !important;
  }

  .xs\:mt-60{
    margin-top: 15rem !important;
  }

  .xs\:mt-64{
    margin-top: 16rem !important;
  }

  .xs\:mt-72{
    margin-top: 18rem !important;
  }

  .xs\:mt-80{
    margin-top: 20rem !important;
  }

  .xs\:mt-96{
    margin-top: 24rem !important;
  }

  .xs\:mt-auto{
    margin-top: auto !important;
  }

  .xs\:mt-px{
    margin-top: 1px !important;
  }

  .xs\:mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .xs\:mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .xs\:mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .xs\:mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .xs\:-mt-0{
    margin-top: 0px !important;
  }

  .xs\:-mt-1{
    margin-top: -0.25rem !important;
  }

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

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

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

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

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

  .xs\:-mt-7{
    margin-top: -1.75rem !important;
  }

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

  .xs\:-mt-9{
    margin-top: -2.25rem !important;
  }

  .xs\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .xs\:-mt-11{
    margin-top: -2.75rem !important;
  }

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

  .xs\:-mt-14{
    margin-top: -3.5rem !important;
  }

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

  .xs\:-mt-20{
    margin-top: -5rem !important;
  }

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

  .xs\:-mt-28{
    margin-top: -7rem !important;
  }

  .xs\:-mt-32{
    margin-top: -8rem !important;
  }

  .xs\:-mt-36{
    margin-top: -9rem !important;
  }

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

  .xs\:-mt-44{
    margin-top: -11rem !important;
  }

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

  .xs\:-mt-52{
    margin-top: -13rem !important;
  }

  .xs\:-mt-56{
    margin-top: -14rem !important;
  }

  .xs\:-mt-60{
    margin-top: -15rem !important;
  }

  .xs\:-mt-64{
    margin-top: -16rem !important;
  }

  .xs\:-mt-72{
    margin-top: -18rem !important;
  }

  .xs\:-mt-80{
    margin-top: -20rem !important;
  }

  .xs\:-mt-96{
    margin-top: -24rem !important;
  }

  .xs\:-mt-px{
    margin-top: -1px !important;
  }

  .xs\:-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .xs\:-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .xs\:-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .xs\:-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .xs\:mr-0{
    margin-right: 0px !important;
  }

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

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

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

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

  .xs\:mr-5{
    margin-right: 1.25rem !important;
  }

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

  .xs\:mr-7{
    margin-right: 1.75rem !important;
  }

  .xs\:mr-8{
    margin-right: 2rem !important;
  }

  .xs\:mr-9{
    margin-right: 2.25rem !important;
  }

  .xs\:mr-10{
    margin-right: 2.5rem !important;
  }

  .xs\:mr-11{
    margin-right: 2.75rem !important;
  }

  .xs\:mr-12{
    margin-right: 3rem !important;
  }

  .xs\:mr-14{
    margin-right: 3.5rem !important;
  }

  .xs\:mr-16{
    margin-right: 4rem !important;
  }

  .xs\:mr-20{
    margin-right: 5rem !important;
  }

  .xs\:mr-24{
    margin-right: 6rem !important;
  }

  .xs\:mr-28{
    margin-right: 7rem !important;
  }

  .xs\:mr-32{
    margin-right: 8rem !important;
  }

  .xs\:mr-36{
    margin-right: 9rem !important;
  }

  .xs\:mr-40{
    margin-right: 10rem !important;
  }

  .xs\:mr-44{
    margin-right: 11rem !important;
  }

  .xs\:mr-48{
    margin-right: 12rem !important;
  }

  .xs\:mr-52{
    margin-right: 13rem !important;
  }

  .xs\:mr-56{
    margin-right: 14rem !important;
  }

  .xs\:mr-60{
    margin-right: 15rem !important;
  }

  .xs\:mr-64{
    margin-right: 16rem !important;
  }

  .xs\:mr-72{
    margin-right: 18rem !important;
  }

  .xs\:mr-80{
    margin-right: 20rem !important;
  }

  .xs\:mr-96{
    margin-right: 24rem !important;
  }

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

  .xs\:mr-px{
    margin-right: 1px !important;
  }

  .xs\:mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .xs\:mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .xs\:mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .xs\:mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .xs\:-mr-0{
    margin-right: 0px !important;
  }

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

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

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

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

  .xs\:-mr-5{
    margin-right: -1.25rem !important;
  }

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

  .xs\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .xs\:-mr-8{
    margin-right: -2rem !important;
  }

  .xs\:-mr-9{
    margin-right: -2.25rem !important;
  }

  .xs\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .xs\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .xs\:-mr-12{
    margin-right: -3rem !important;
  }

  .xs\:-mr-14{
    margin-right: -3.5rem !important;
  }

  .xs\:-mr-16{
    margin-right: -4rem !important;
  }

  .xs\:-mr-20{
    margin-right: -5rem !important;
  }

  .xs\:-mr-24{
    margin-right: -6rem !important;
  }

  .xs\:-mr-28{
    margin-right: -7rem !important;
  }

  .xs\:-mr-32{
    margin-right: -8rem !important;
  }

  .xs\:-mr-36{
    margin-right: -9rem !important;
  }

  .xs\:-mr-40{
    margin-right: -10rem !important;
  }

  .xs\:-mr-44{
    margin-right: -11rem !important;
  }

  .xs\:-mr-48{
    margin-right: -12rem !important;
  }

  .xs\:-mr-52{
    margin-right: -13rem !important;
  }

  .xs\:-mr-56{
    margin-right: -14rem !important;
  }

  .xs\:-mr-60{
    margin-right: -15rem !important;
  }

  .xs\:-mr-64{
    margin-right: -16rem !important;
  }

  .xs\:-mr-72{
    margin-right: -18rem !important;
  }

  .xs\:-mr-80{
    margin-right: -20rem !important;
  }

  .xs\:-mr-96{
    margin-right: -24rem !important;
  }

  .xs\:-mr-px{
    margin-right: -1px !important;
  }

  .xs\:-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .xs\:-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .xs\:-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .xs\:-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .xs\:mb-0{
    margin-bottom: 0px !important;
  }

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

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

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

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

  .xs\:mb-5{
    margin-bottom: 1.25rem !important;
  }

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

  .xs\:mb-7{
    margin-bottom: 1.75rem !important;
  }

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

  .xs\:mb-9{
    margin-bottom: 2.25rem !important;
  }

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

  .xs\:mb-11{
    margin-bottom: 2.75rem !important;
  }

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

  .xs\:mb-14{
    margin-bottom: 3.5rem !important;
  }

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

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

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

  .xs\:mb-28{
    margin-bottom: 7rem !important;
  }

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

  .xs\:mb-36{
    margin-bottom: 9rem !important;
  }

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

  .xs\:mb-44{
    margin-bottom: 11rem !important;
  }

  .xs\:mb-48{
    margin-bottom: 12rem !important;
  }

  .xs\:mb-52{
    margin-bottom: 13rem !important;
  }

  .xs\:mb-56{
    margin-bottom: 14rem !important;
  }

  .xs\:mb-60{
    margin-bottom: 15rem !important;
  }

  .xs\:mb-64{
    margin-bottom: 16rem !important;
  }

  .xs\:mb-72{
    margin-bottom: 18rem !important;
  }

  .xs\:mb-80{
    margin-bottom: 20rem !important;
  }

  .xs\:mb-96{
    margin-bottom: 24rem !important;
  }

  .xs\:mb-auto{
    margin-bottom: auto !important;
  }

  .xs\:mb-px{
    margin-bottom: 1px !important;
  }

  .xs\:mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .xs\:mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .xs\:mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .xs\:mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .xs\:-mb-0{
    margin-bottom: 0px !important;
  }

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

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

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

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

  .xs\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

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

  .xs\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

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

  .xs\:-mb-9{
    margin-bottom: -2.25rem !important;
  }

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

  .xs\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

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

  .xs\:-mb-14{
    margin-bottom: -3.5rem !important;
  }

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

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

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

  .xs\:-mb-28{
    margin-bottom: -7rem !important;
  }

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

  .xs\:-mb-36{
    margin-bottom: -9rem !important;
  }

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

  .xs\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .xs\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .xs\:-mb-52{
    margin-bottom: -13rem !important;
  }

  .xs\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .xs\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .xs\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .xs\:-mb-72{
    margin-bottom: -18rem !important;
  }

  .xs\:-mb-80{
    margin-bottom: -20rem !important;
  }

  .xs\:-mb-96{
    margin-bottom: -24rem !important;
  }

  .xs\:-mb-px{
    margin-bottom: -1px !important;
  }

  .xs\:-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .xs\:-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .xs\:-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .xs\:-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .xs\:ml-0{
    margin-left: 0px !important;
  }

  .xs\:ml-1{
    margin-left: 0.25rem !important;
  }

  .xs\:ml-2{
    margin-left: 0.5rem !important;
  }

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

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

  .xs\:ml-5{
    margin-left: 1.25rem !important;
  }

  .xs\:ml-6{
    margin-left: 1.5rem !important;
  }

  .xs\:ml-7{
    margin-left: 1.75rem !important;
  }

  .xs\:ml-8{
    margin-left: 2rem !important;
  }

  .xs\:ml-9{
    margin-left: 2.25rem !important;
  }

  .xs\:ml-10{
    margin-left: 2.5rem !important;
  }

  .xs\:ml-11{
    margin-left: 2.75rem !important;
  }

  .xs\:ml-12{
    margin-left: 3rem !important;
  }

  .xs\:ml-14{
    margin-left: 3.5rem !important;
  }

  .xs\:ml-16{
    margin-left: 4rem !important;
  }

  .xs\:ml-20{
    margin-left: 5rem !important;
  }

  .xs\:ml-24{
    margin-left: 6rem !important;
  }

  .xs\:ml-28{
    margin-left: 7rem !important;
  }

  .xs\:ml-32{
    margin-left: 8rem !important;
  }

  .xs\:ml-36{
    margin-left: 9rem !important;
  }

  .xs\:ml-40{
    margin-left: 10rem !important;
  }

  .xs\:ml-44{
    margin-left: 11rem !important;
  }

  .xs\:ml-48{
    margin-left: 12rem !important;
  }

  .xs\:ml-52{
    margin-left: 13rem !important;
  }

  .xs\:ml-56{
    margin-left: 14rem !important;
  }

  .xs\:ml-60{
    margin-left: 15rem !important;
  }

  .xs\:ml-64{
    margin-left: 16rem !important;
  }

  .xs\:ml-72{
    margin-left: 18rem !important;
  }

  .xs\:ml-80{
    margin-left: 20rem !important;
  }

  .xs\:ml-96{
    margin-left: 24rem !important;
  }

  .xs\:ml-auto{
    margin-left: auto !important;
  }

  .xs\:ml-px{
    margin-left: 1px !important;
  }

  .xs\:ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .xs\:ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .xs\:ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .xs\:ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .xs\:-ml-0{
    margin-left: 0px !important;
  }

  .xs\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .xs\:-ml-2{
    margin-left: -0.5rem !important;
  }

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

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

  .xs\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .xs\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .xs\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .xs\:-ml-8{
    margin-left: -2rem !important;
  }

  .xs\:-ml-9{
    margin-left: -2.25rem !important;
  }

  .xs\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .xs\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .xs\:-ml-12{
    margin-left: -3rem !important;
  }

  .xs\:-ml-14{
    margin-left: -3.5rem !important;
  }

  .xs\:-ml-16{
    margin-left: -4rem !important;
  }

  .xs\:-ml-20{
    margin-left: -5rem !important;
  }

  .xs\:-ml-24{
    margin-left: -6rem !important;
  }

  .xs\:-ml-28{
    margin-left: -7rem !important;
  }

  .xs\:-ml-32{
    margin-left: -8rem !important;
  }

  .xs\:-ml-36{
    margin-left: -9rem !important;
  }

  .xs\:-ml-40{
    margin-left: -10rem !important;
  }

  .xs\:-ml-44{
    margin-left: -11rem !important;
  }

  .xs\:-ml-48{
    margin-left: -12rem !important;
  }

  .xs\:-ml-52{
    margin-left: -13rem !important;
  }

  .xs\:-ml-56{
    margin-left: -14rem !important;
  }

  .xs\:-ml-60{
    margin-left: -15rem !important;
  }

  .xs\:-ml-64{
    margin-left: -16rem !important;
  }

  .xs\:-ml-72{
    margin-left: -18rem !important;
  }

  .xs\:-ml-80{
    margin-left: -20rem !important;
  }

  .xs\:-ml-96{
    margin-left: -24rem !important;
  }

  .xs\:-ml-px{
    margin-left: -1px !important;
  }

  .xs\:-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .xs\:-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .xs\:-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .xs\:-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .xs\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .xs\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .xs\:block{
    display: block !important;
  }

  .xs\:inline-block{
    display: inline-block !important;
  }

  .xs\:inline{
    display: inline !important;
  }

  .xs\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .xs\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .xs\:table{
    display: table !important;
  }

  .xs\:inline-table{
    display: inline-table !important;
  }

  .xs\:table-caption{
    display: table-caption !important;
  }

  .xs\:table-cell{
    display: table-cell !important;
  }

  .xs\:table-column{
    display: table-column !important;
  }

  .xs\:table-column-group{
    display: table-column-group !important;
  }

  .xs\:table-footer-group{
    display: table-footer-group !important;
  }

  .xs\:table-header-group{
    display: table-header-group !important;
  }

  .xs\:table-row-group{
    display: table-row-group !important;
  }

  .xs\:table-row{
    display: table-row !important;
  }

  .xs\:flow-root{
    display: flow-root !important;
  }

  .xs\:grid{
    display: grid !important;
  }

  .xs\:inline-grid{
    display: inline-grid !important;
  }

  .xs\:contents{
    display: contents !important;
  }

  .xs\:list-item{
    display: list-item !important;
  }

  .xs\:hidden{
    display: none !important;
  }

  .xs\:h-0{
    height: 0px !important;
  }

  .xs\:h-1{
    height: 0.25rem !important;
  }

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

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

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

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

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

  .xs\:h-7{
    height: 1.75rem !important;
  }

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

  .xs\:h-9{
    height: 2.25rem !important;
  }

  .xs\:h-10{
    height: 2.5rem !important;
  }

  .xs\:h-11{
    height: 2.75rem !important;
  }

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

  .xs\:h-14{
    height: 3.5rem !important;
  }

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

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

  .xs\:h-24{
    height: 6rem !important;
  }

  .xs\:h-28{
    height: 7rem !important;
  }

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

  .xs\:h-36{
    height: 9rem !important;
  }

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

  .xs\:h-44{
    height: 11rem !important;
  }

  .xs\:h-48{
    height: 12rem !important;
  }

  .xs\:h-52{
    height: 13rem !important;
  }

  .xs\:h-56{
    height: 14rem !important;
  }

  .xs\:h-60{
    height: 15rem !important;
  }

  .xs\:h-64{
    height: 16rem !important;
  }

  .xs\:h-72{
    height: 18rem !important;
  }

  .xs\:h-80{
    height: 20rem !important;
  }

  .xs\:h-96{
    height: 24rem !important;
  }

  .xs\:h-auto{
    height: auto !important;
  }

  .xs\:h-px{
    height: 1px !important;
  }

  .xs\:h-0\.5{
    height: 0.125rem !important;
  }

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

  .xs\:h-2\.5{
    height: 0.625rem !important;
  }

  .xs\:h-3\.5{
    height: 0.875rem !important;
  }

  .xs\:h-1\/2{
    height: 50% !important;
  }

  .xs\:h-1\/3{
    height: 33.333333% !important;
  }

  .xs\:h-2\/3{
    height: 66.666667% !important;
  }

  .xs\:h-1\/4{
    height: 25% !important;
  }

  .xs\:h-2\/4{
    height: 50% !important;
  }

  .xs\:h-3\/4{
    height: 75% !important;
  }

  .xs\:h-1\/5{
    height: 20% !important;
  }

  .xs\:h-2\/5{
    height: 40% !important;
  }

  .xs\:h-3\/5{
    height: 60% !important;
  }

  .xs\:h-4\/5{
    height: 80% !important;
  }

  .xs\:h-1\/6{
    height: 16.666667% !important;
  }

  .xs\:h-2\/6{
    height: 33.333333% !important;
  }

  .xs\:h-3\/6{
    height: 50% !important;
  }

  .xs\:h-4\/6{
    height: 66.666667% !important;
  }

  .xs\:h-5\/6{
    height: 83.333333% !important;
  }

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

  .xs\:h-screen{
    height: 100vh !important;
  }

  .xs\:max-h-0{
    max-height: 0px !important;
  }

  .xs\:max-h-1{
    max-height: 0.25rem !important;
  }

  .xs\:max-h-2{
    max-height: 0.5rem !important;
  }

  .xs\:max-h-3{
    max-height: 0.75rem !important;
  }

  .xs\:max-h-4{
    max-height: 1rem !important;
  }

  .xs\:max-h-5{
    max-height: 1.25rem !important;
  }

  .xs\:max-h-6{
    max-height: 1.5rem !important;
  }

  .xs\:max-h-7{
    max-height: 1.75rem !important;
  }

  .xs\:max-h-8{
    max-height: 2rem !important;
  }

  .xs\:max-h-9{
    max-height: 2.25rem !important;
  }

  .xs\:max-h-10{
    max-height: 2.5rem !important;
  }

  .xs\:max-h-11{
    max-height: 2.75rem !important;
  }

  .xs\:max-h-12{
    max-height: 3rem !important;
  }

  .xs\:max-h-14{
    max-height: 3.5rem !important;
  }

  .xs\:max-h-16{
    max-height: 4rem !important;
  }

  .xs\:max-h-20{
    max-height: 5rem !important;
  }

  .xs\:max-h-24{
    max-height: 6rem !important;
  }

  .xs\:max-h-28{
    max-height: 7rem !important;
  }

  .xs\:max-h-32{
    max-height: 8rem !important;
  }

  .xs\:max-h-36{
    max-height: 9rem !important;
  }

  .xs\:max-h-40{
    max-height: 10rem !important;
  }

  .xs\:max-h-44{
    max-height: 11rem !important;
  }

  .xs\:max-h-48{
    max-height: 12rem !important;
  }

  .xs\:max-h-52{
    max-height: 13rem !important;
  }

  .xs\:max-h-56{
    max-height: 14rem !important;
  }

  .xs\:max-h-60{
    max-height: 15rem !important;
  }

  .xs\:max-h-64{
    max-height: 16rem !important;
  }

  .xs\:max-h-72{
    max-height: 18rem !important;
  }

  .xs\:max-h-80{
    max-height: 20rem !important;
  }

  .xs\:max-h-96{
    max-height: 24rem !important;
  }

  .xs\:max-h-px{
    max-height: 1px !important;
  }

  .xs\:max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .xs\:max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .xs\:max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .xs\:max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .xs\:max-h-full{
    max-height: 100% !important;
  }

  .xs\:max-h-screen{
    max-height: 100vh !important;
  }

  .xs\:min-h-0{
    min-height: 0px !important;
  }

  .xs\:min-h-full{
    min-height: 100% !important;
  }

  .xs\:min-h-screen{
    min-height: 100vh !important;
  }

  .xs\:w-0{
    width: 0px !important;
  }

  .xs\:w-1{
    width: 0.25rem !important;
  }

  .xs\:w-2{
    width: 0.5rem !important;
  }

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

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

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

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

  .xs\:w-7{
    width: 1.75rem !important;
  }

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

  .xs\:w-9{
    width: 2.25rem !important;
  }

  .xs\:w-10{
    width: 2.5rem !important;
  }

  .xs\:w-11{
    width: 2.75rem !important;
  }

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

  .xs\:w-14{
    width: 3.5rem !important;
  }

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

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

  .xs\:w-24{
    width: 6rem !important;
  }

  .xs\:w-28{
    width: 7rem !important;
  }

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

  .xs\:w-36{
    width: 9rem !important;
  }

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

  .xs\:w-44{
    width: 11rem !important;
  }

  .xs\:w-48{
    width: 12rem !important;
  }

  .xs\:w-52{
    width: 13rem !important;
  }

  .xs\:w-56{
    width: 14rem !important;
  }

  .xs\:w-60{
    width: 15rem !important;
  }

  .xs\:w-64{
    width: 16rem !important;
  }

  .xs\:w-72{
    width: 18rem !important;
  }

  .xs\:w-80{
    width: 20rem !important;
  }

  .xs\:w-96{
    width: 24rem !important;
  }

  .xs\:w-auto{
    width: auto !important;
  }

  .xs\:w-px{
    width: 1px !important;
  }

  .xs\:w-0\.5{
    width: 0.125rem !important;
  }

  .xs\:w-1\.5{
    width: 0.375rem !important;
  }

  .xs\:w-2\.5{
    width: 0.625rem !important;
  }

  .xs\:w-3\.5{
    width: 0.875rem !important;
  }

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

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

  .xs\:w-2\/3{
    width: 66.666667% !important;
  }

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

  .xs\:w-2\/4{
    width: 50% !important;
  }

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

  .xs\:w-1\/5{
    width: 20% !important;
  }

  .xs\:w-2\/5{
    width: 40% !important;
  }

  .xs\:w-3\/5{
    width: 60% !important;
  }

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

  .xs\:w-1\/6{
    width: 16.666667% !important;
  }

  .xs\:w-2\/6{
    width: 33.333333% !important;
  }

  .xs\:w-3\/6{
    width: 50% !important;
  }

  .xs\:w-4\/6{
    width: 66.666667% !important;
  }

  .xs\:w-5\/6{
    width: 83.333333% !important;
  }

  .xs\:w-1\/12{
    width: 8.333333% !important;
  }

  .xs\:w-2\/12{
    width: 16.666667% !important;
  }

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

  .xs\:w-4\/12{
    width: 33.333333% !important;
  }

  .xs\:w-5\/12{
    width: 41.666667% !important;
  }

  .xs\:w-6\/12{
    width: 50% !important;
  }

  .xs\:w-7\/12{
    width: 58.333333% !important;
  }

  .xs\:w-8\/12{
    width: 66.666667% !important;
  }

  .xs\:w-9\/12{
    width: 75% !important;
  }

  .xs\:w-10\/12{
    width: 83.333333% !important;
  }

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

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

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

  .xs\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xs\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xs\:min-w-0{
    min-width: 0px !important;
  }

  .xs\:min-w-full{
    min-width: 100% !important;
  }

  .xs\:min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xs\:min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .xs\:max-w-0{
    max-width: 0rem !important;
  }

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

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

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

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

  .xs\:max-w-lg{
    max-width: 32rem !important;
  }

  .xs\:max-w-xl{
    max-width: 36rem !important;
  }

  .xs\:max-w-2xl{
    max-width: 42rem !important;
  }

  .xs\:max-w-3xl{
    max-width: 48rem !important;
  }

  .xs\:max-w-4xl{
    max-width: 56rem !important;
  }

  .xs\:max-w-5xl{
    max-width: 64rem !important;
  }

  .xs\:max-w-6xl{
    max-width: 72rem !important;
  }

  .xs\:max-w-7xl{
    max-width: 80rem !important;
  }

  .xs\:max-w-full{
    max-width: 100% !important;
  }

  .xs\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xs\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xs\:max-w-prose{
    max-width: 65ch !important;
  }

  .xs\:max-w-screen-xs{
    max-width: 400px !important;
  }

  .xs\:max-w-screen-sm{
    max-width: 576px !important;
  }

  .xs\:max-w-screen-md{
    max-width: 768px !important;
  }

  .xs\:max-w-screen-mdlg{
    max-width: 992px !important;
  }

  .xs\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xs\:max-w-screen-lgxl{
    max-width: 1200px !important;
  }

  .xs\:max-w-screen-xl{
    max-width: 1351px !important;
  }

  .xs\:max-w-screen-2xl{
    max-width: 1530px !important;
  }

  .xs\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .xs\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .xs\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .xs\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .xs\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .xs\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .xs\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .xs\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .xs\:table-auto{
    table-layout: auto !important;
  }

  .xs\:table-fixed{
    table-layout: fixed !important;
  }

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

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

  .xs\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .xs\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .xs\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .xs\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .xs\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .xs\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .xs\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .xs\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .xs\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

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

  .xs\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xs\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .xs\:translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .xs\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .xs\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .xs\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .xs\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .xs\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .xs\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .xs\:translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .xs\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .xs\:translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .xs\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .xs\:translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .xs\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .xs\:translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .xs\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .xs\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .xs\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .xs\:translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .xs\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .xs\:translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .xs\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .xs\:translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .xs\:translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .xs\:translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .xs\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .xs\:translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .xs\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .xs\:translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .xs\:translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .xs\:translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .xs\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .xs\:translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .xs\:translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .xs\:translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .xs\:translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .xs\:-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .xs\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .xs\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .xs\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .xs\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .xs\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .xs\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .xs\:-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .xs\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .xs\:-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .xs\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .xs\:-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .xs\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .xs\:-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .xs\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .xs\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .xs\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .xs\:-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .xs\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .xs\:-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .xs\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .xs\:-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .xs\:-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .xs\:-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .xs\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .xs\:-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .xs\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .xs\:-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .xs\:-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .xs\:-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .xs\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .xs\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .xs\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .xs\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .xs\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .xs\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .xs\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .xs\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .xs\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .xs\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .xs\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .xs\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .xs\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .xs\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .xs\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .xs\:translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .xs\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .xs\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .xs\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .xs\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .xs\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .xs\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .xs\:translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .xs\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .xs\:translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .xs\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .xs\:translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .xs\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .xs\:translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .xs\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .xs\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .xs\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .xs\:translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .xs\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .xs\:translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .xs\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .xs\:translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .xs\:translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .xs\:translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .xs\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .xs\:translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .xs\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .xs\:translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .xs\:translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .xs\:translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .xs\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .xs\:translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .xs\:translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .xs\:translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .xs\:translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .xs\:-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .xs\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .xs\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .xs\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .xs\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .xs\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .xs\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .xs\:-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .xs\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .xs\:-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .xs\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .xs\:-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .xs\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .xs\:-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .xs\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .xs\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .xs\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .xs\:-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .xs\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .xs\:-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .xs\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .xs\:-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .xs\:-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .xs\:-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .xs\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .xs\:-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .xs\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .xs\:-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .xs\:-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .xs\:-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .xs\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .xs\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .xs\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .xs\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .xs\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .xs\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .xs\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .xs\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .xs\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .xs\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .xs\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .xs\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .xs\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .xs\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .xs\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .xs\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .xs\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .xs\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .xs\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .xs\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .xs\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .xs\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .xs\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .xs\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .xs\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .xs\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .xs\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .xs\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .xs\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .xs\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .xs\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .xs\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .xs\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .xs\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .xs\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .xs\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .xs\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .xs\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .xs\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .xs\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .xs\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .xs\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .xs\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .xs\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .xs\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .xs\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .xs\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .xs\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .xs\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .xs\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .xs\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .xs\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .xs\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .xs\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .xs\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .xs\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .xs\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .xs\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .xs\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .xs\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .xs\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .xs\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .xs\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .xs\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .xs\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .xs\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .xs\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .xs\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .xs\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .xs\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .xs\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .xs\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .xs\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .xs\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .xs\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .xs\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .xs\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .xs\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .xs\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .xs\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .xs\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .xs\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .xs\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .xs\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .xs\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .xs\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .xs\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .xs\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .xs\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .xs\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .xs\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .xs\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .xs\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .xs\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .xs\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .xs\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .xs\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .xs\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .xs\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .xs\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .xs\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .xs\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .xs\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .xs\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .xs\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .xs\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .xs\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .xs\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .xs\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .xs\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .xs\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .xs\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .xs\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .xs\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .xs\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .xs\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .xs\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .xs\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .xs\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .xs\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .xs\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .xs\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .xs\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .xs\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .xs\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .xs\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .xs\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .xs\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .xs\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .xs\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .xs\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .xs\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .xs\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .xs\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .xs\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .xs\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .xs\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .xs\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .xs\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .xs\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .xs\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .xs\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .xs\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .xs\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .xs\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .xs\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .xs\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .xs\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .xs\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .xs\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .xs\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .xs\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .xs\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .xs\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .xs\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .xs\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .xs\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .xs\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .xs\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .xs\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .xs\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .xs\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .xs\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .xs\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .xs\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .xs\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .xs\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .xs\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .xs\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .xs\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .xs\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .xs\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .xs\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .xs\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .xs\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .xs\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .xs\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .xs\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .xs\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .xs\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .xs\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .xs\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .xs\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .xs\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .xs\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .xs\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .xs\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .xs\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .xs\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .xs\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .xs\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .xs\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .xs\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .xs\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .xs\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .xs\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .xs\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .xs\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .xs\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .xs\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .xs\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .xs\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .xs\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .xs\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .xs\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .xs\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .xs\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .xs\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .xs\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .xs\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .xs\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .xs\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .xs\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .xs\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .xs\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .xs\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .xs\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .xs\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .xs\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .xs\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .xs\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .xs\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .xs\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .xs\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .xs\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .xs\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .xs\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .xs\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .xs\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .xs\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .xs\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .xs\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .xs\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .xs\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .xs\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .xs\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .xs\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .xs\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .xs\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .xs\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .xs\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .xs\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .xs\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .xs\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .xs\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .xs\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .xs\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .xs\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .xs\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .xs\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .xs\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .xs\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .xs\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .xs\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .xs\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .xs\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .xs\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .xs\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .xs\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .xs\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .xs\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .xs\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .xs\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .xs\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .xs\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .xs\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .xs\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .xs\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .xs\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .xs\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .xs\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .xs\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .xs\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .xs\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .xs\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .xs\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .xs\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .xs\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .xs\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .xs\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .xs\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .xs\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .xs\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .xs\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .xs\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .xs\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .xs\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .xs\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .xs\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .xs\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .xs\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .xs\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .xs\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .xs\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .xs\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .xs\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .xs\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .xs\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .xs\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .xs\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .xs\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .xs\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .xs\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .xs\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .xs\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .xs\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .xs\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .xs\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .xs\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .xs\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .xs\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .xs\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .xs\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .xs\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .xs\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .xs\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .xs\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .xs\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .xs\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .xs\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .xs\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .xs\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .xs\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .xs\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .xs\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .xs\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .xs\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .xs\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .xs\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .xs\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .xs\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .xs\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .xs\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .xs\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .xs\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .xs\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .xs\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .xs\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .xs\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .xs\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .xs\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .xs\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .xs\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .xs\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .xs\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .xs\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .xs\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .xs\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .xs\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .xs\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .xs\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .xs\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .xs\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .xs\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .xs\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .xs\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .xs\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .xs\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .xs\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .xs\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .xs\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .xs\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .xs\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .xs\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .xs\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .xs\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .xs\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .xs\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .xs\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .xs\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .xs\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .xs\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .xs\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .xs\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .xs\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .xs\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .xs\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .xs\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .xs\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .xs\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .xs\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .xs\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .xs\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .xs\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .xs\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .xs\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .xs\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .xs\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .xs\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .xs\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .xs\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .xs\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .xs\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .xs\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .xs\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .xs\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .xs\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .xs\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .xs\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .xs\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .xs\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .xs\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .xs\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .xs\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .xs\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .xs\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .xs\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .xs\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .xs\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .xs\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .xs\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .xs\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .xs\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .xs\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .xs\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .xs\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .xs\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .xs\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .xs\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .xs\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .xs\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .xs\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .xs\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .xs\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .xs\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .xs\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .xs\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .xs\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .xs\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .xs\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .xs\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .xs\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .xs\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .xs\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .xs\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .xs\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .xs\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .xs\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .xs\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .xs\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .xs\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .xs\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .xs\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .xs\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .xs\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .xs\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .xs\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .xs\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .xs\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .xs\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .xs\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .xs\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .xs\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .xs\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .xs\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .xs\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .xs\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .xs\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .xs\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .xs\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .xs\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .xs\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .xs\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .xs\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .xs\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .xs\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .xs\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .xs\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .xs\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .xs\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .xs\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .xs\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .xs\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .xs\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .xs\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .xs\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .xs\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .xs\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .xs\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .xs\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .xs\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .xs\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .xs\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .xs\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .xs\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .xs\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .xs\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .xs\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .xs\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .xs\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .xs\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .xs\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .xs\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .xs\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .xs\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .xs\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .xs\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .xs\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .xs\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .xs\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .xs\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .xs\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .xs\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .xs\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .xs\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .xs\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .xs\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .xs\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .xs\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .xs\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .xs\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .xs\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .xs\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xs\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .xs\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xs\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xs\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .xs\:cursor-auto{
    cursor: auto !important;
  }

  .xs\:cursor-default{
    cursor: default !important;
  }

  .xs\:cursor-pointer{
    cursor: pointer !important;
  }

  .xs\:cursor-wait{
    cursor: wait !important;
  }

  .xs\:cursor-text{
    cursor: text !important;
  }

  .xs\:cursor-move{
    cursor: move !important;
  }

  .xs\:cursor-help{
    cursor: help !important;
  }

  .xs\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .xs\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xs\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xs\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xs\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xs\:resize-none{
    resize: none !important;
  }

  .xs\:resize-y{
    resize: vertical !important;
  }

  .xs\:resize-x{
    resize: horizontal !important;
  }

  .xs\:resize{
    resize: both !important;
  }

  .xs\:list-inside{
    list-style-position: inside !important;
  }

  .xs\:list-outside{
    list-style-position: outside !important;
  }

  .xs\:list-none{
    list-style-type: none !important;
  }

  .xs\:list-disc{
    list-style-type: disc !important;
  }

  .xs\:list-decimal{
    list-style-type: decimal !important;
  }

  .xs\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xs\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xs\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xs\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xs\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xs\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .xs\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .xs\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .xs\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .xs\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xs\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xs\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xs\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

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

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

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

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

  .xs\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .xs\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .xs\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .xs\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .xs\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .xs\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .xs\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .xs\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .xs\:flex-nowrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .xs\:place-content-center{
    place-content: center !important;
  }

  .xs\:place-content-start{
    place-content: start !important;
  }

  .xs\:place-content-end{
    place-content: end !important;
  }

  .xs\:place-content-between{
    place-content: space-between !important;
  }

  .xs\:place-content-around{
    place-content: space-around !important;
  }

  .xs\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .xs\:place-content-stretch{
    place-content: stretch !important;
  }

  .xs\:place-items-start{
    place-items: start !important;
  }

  .xs\:place-items-end{
    place-items: end !important;
  }

  .xs\:place-items-center{
    place-items: center !important;
  }

  .xs\:place-items-stretch{
    place-items: stretch !important;
  }

  .xs\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .xs\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .xs\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .xs\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .xs\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .xs\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .xs\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .xs\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .xs\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .xs\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .xs\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .xs\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .xs\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .xs\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .xs\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .xs\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .xs\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .xs\:justify-items-start{
    justify-items: start !important;
  }

  .xs\:justify-items-end{
    justify-items: end !important;
  }

  .xs\:justify-items-center{
    justify-items: center !important;
  }

  .xs\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .xs\:gap-0{
    gap: 0px !important;
  }

  .xs\:gap-1{
    gap: 0.25rem !important;
  }

  .xs\:gap-2{
    gap: 0.5rem !important;
  }

  .xs\:gap-3{
    gap: 0.75rem !important;
  }

  .xs\:gap-4{
    gap: 1rem !important;
  }

  .xs\:gap-5{
    gap: 1.25rem !important;
  }

  .xs\:gap-6{
    gap: 1.5rem !important;
  }

  .xs\:gap-7{
    gap: 1.75rem !important;
  }

  .xs\:gap-8{
    gap: 2rem !important;
  }

  .xs\:gap-9{
    gap: 2.25rem !important;
  }

  .xs\:gap-10{
    gap: 2.5rem !important;
  }

  .xs\:gap-11{
    gap: 2.75rem !important;
  }

  .xs\:gap-12{
    gap: 3rem !important;
  }

  .xs\:gap-14{
    gap: 3.5rem !important;
  }

  .xs\:gap-16{
    gap: 4rem !important;
  }

  .xs\:gap-20{
    gap: 5rem !important;
  }

  .xs\:gap-24{
    gap: 6rem !important;
  }

  .xs\:gap-28{
    gap: 7rem !important;
  }

  .xs\:gap-32{
    gap: 8rem !important;
  }

  .xs\:gap-36{
    gap: 9rem !important;
  }

  .xs\:gap-40{
    gap: 10rem !important;
  }

  .xs\:gap-44{
    gap: 11rem !important;
  }

  .xs\:gap-48{
    gap: 12rem !important;
  }

  .xs\:gap-52{
    gap: 13rem !important;
  }

  .xs\:gap-56{
    gap: 14rem !important;
  }

  .xs\:gap-60{
    gap: 15rem !important;
  }

  .xs\:gap-64{
    gap: 16rem !important;
  }

  .xs\:gap-72{
    gap: 18rem !important;
  }

  .xs\:gap-80{
    gap: 20rem !important;
  }

  .xs\:gap-96{
    gap: 24rem !important;
  }

  .xs\:gap-px{
    gap: 1px !important;
  }

  .xs\:gap-0\.5{
    gap: 0.125rem !important;
  }

  .xs\:gap-1\.5{
    gap: 0.375rem !important;
  }

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

  .xs\:gap-3\.5{
    gap: 0.875rem !important;
  }

  .xs\:gap-x-0{
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }

  .xs\:gap-x-1{
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .xs\:gap-x-2{
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .xs\:gap-x-3{
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .xs\:gap-x-4{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .xs\:gap-x-5{
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .xs\:gap-x-6{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .xs\:gap-x-7{
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .xs\:gap-x-8{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .xs\:gap-x-9{
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

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

  .xs\:gap-x-11{
    -webkit-column-gap: 2.75rem !important;
       -moz-column-gap: 2.75rem !important;
            column-gap: 2.75rem !important;
  }

  .xs\:gap-x-12{
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .xs\:gap-x-14{
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .xs\:gap-x-16{
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .xs\:gap-x-20{
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .xs\:gap-x-24{
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .xs\:gap-x-28{
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .xs\:gap-x-32{
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .xs\:gap-x-36{
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }

  .xs\:gap-x-40{
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .xs\:gap-x-44{
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .xs\:gap-x-48{
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .xs\:gap-x-52{
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .xs\:gap-x-56{
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .xs\:gap-x-60{
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .xs\:gap-x-64{
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .xs\:gap-x-72{
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .xs\:gap-x-80{
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !important;
  }

  .xs\:gap-x-96{
    -webkit-column-gap: 24rem !important;
       -moz-column-gap: 24rem !important;
            column-gap: 24rem !important;
  }

  .xs\:gap-x-px{
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .xs\:gap-x-0\.5{
    -webkit-column-gap: 0.125rem !important;
       -moz-column-gap: 0.125rem !important;
            column-gap: 0.125rem !important;
  }

  .xs\:gap-x-1\.5{
    -webkit-column-gap: 0.375rem !important;
       -moz-column-gap: 0.375rem !important;
            column-gap: 0.375rem !important;
  }

  .xs\:gap-x-2\.5{
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .xs\:gap-x-3\.5{
    -webkit-column-gap: 0.875rem !important;
       -moz-column-gap: 0.875rem !important;
            column-gap: 0.875rem !important;
  }

  .xs\:gap-y-0{
    row-gap: 0px !important;
  }

  .xs\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .xs\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .xs\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .xs\:gap-y-4{
    row-gap: 1rem !important;
  }

  .xs\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .xs\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .xs\:gap-y-7{
    row-gap: 1.75rem !important;
  }

  .xs\:gap-y-8{
    row-gap: 2rem !important;
  }

  .xs\:gap-y-9{
    row-gap: 2.25rem !important;
  }

  .xs\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .xs\:gap-y-11{
    row-gap: 2.75rem !important;
  }

  .xs\:gap-y-12{
    row-gap: 3rem !important;
  }

  .xs\:gap-y-14{
    row-gap: 3.5rem !important;
  }

  .xs\:gap-y-16{
    row-gap: 4rem !important;
  }

  .xs\:gap-y-20{
    row-gap: 5rem !important;
  }

  .xs\:gap-y-24{
    row-gap: 6rem !important;
  }

  .xs\:gap-y-28{
    row-gap: 7rem !important;
  }

  .xs\:gap-y-32{
    row-gap: 8rem !important;
  }

  .xs\:gap-y-36{
    row-gap: 9rem !important;
  }

  .xs\:gap-y-40{
    row-gap: 10rem !important;
  }

  .xs\:gap-y-44{
    row-gap: 11rem !important;
  }

  .xs\:gap-y-48{
    row-gap: 12rem !important;
  }

  .xs\:gap-y-52{
    row-gap: 13rem !important;
  }

  .xs\:gap-y-56{
    row-gap: 14rem !important;
  }

  .xs\:gap-y-60{
    row-gap: 15rem !important;
  }

  .xs\:gap-y-64{
    row-gap: 16rem !important;
  }

  .xs\:gap-y-72{
    row-gap: 18rem !important;
  }

  .xs\:gap-y-80{
    row-gap: 20rem !important;
  }

  .xs\:gap-y-96{
    row-gap: 24rem !important;
  }

  .xs\:gap-y-px{
    row-gap: 1px !important;
  }

  .xs\:gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .xs\:gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .xs\:gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .xs\:gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .xs\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .xs\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .xs\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .xs\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .xs\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .xs\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .xs\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .xs\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .xs\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .xs\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-transparent) !important;
  }

  .xs\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-black) !important;
  }

  .xs\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-white) !important;
  }

  .xs\:divide-error > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-error) !important;
  }

  .xs\:divide-warning > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-warning) !important;
  }

  .xs\:divide-success > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-success) !important;
  }

  .xs\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .xs\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .xs\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .xs\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .xs\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .xs\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .xs\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .xs\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .xs\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .xs\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .xs\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .xs\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .xs\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .xs\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .xs\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .xs\:place-self-auto{
    place-self: auto !important;
  }

  .xs\:place-self-start{
    place-self: start !important;
  }

  .xs\:place-self-end{
    place-self: end !important;
  }

  .xs\:place-self-center{
    place-self: center !important;
  }

  .xs\:place-self-stretch{
    place-self: stretch !important;
  }

  .xs\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .xs\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .xs\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .xs\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .xs\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .xs\:self-baseline{
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .xs\:justify-self-auto{
    justify-self: auto !important;
  }

  .xs\:justify-self-start{
    justify-self: start !important;
  }

  .xs\:justify-self-end{
    justify-self: end !important;
  }

  .xs\:justify-self-center{
    justify-self: center !important;
  }

  .xs\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .xs\:overflow-auto{
    overflow: auto !important;
  }

  .xs\:overflow-hidden{
    overflow: hidden !important;
  }

  .xs\:overflow-visible{
    overflow: visible !important;
  }

  .xs\:overflow-scroll{
    overflow: scroll !important;
  }

  .xs\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .xs\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .xs\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xs\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xs\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .xs\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .xs\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xs\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xs\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xs\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xs\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xs\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .xs\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .xs\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .xs\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .xs\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .xs\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .xs\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xs\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .xs\:overflow-clip{
    text-overflow: clip !important;
  }

  .xs\:whitespace-normal{
    white-space: normal !important;
  }

  .xs\:whitespace-nowrap{
    white-space: nowrap !important;
  }

  .xs\:whitespace-pre{
    white-space: pre !important;
  }

  .xs\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xs\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xs\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xs\:break-words{
    overflow-wrap: break-word !important;
  }

  .xs\:break-all{
    word-break: break-all !important;
  }

  .xs\:rounded-none{
    border-radius: 0px !important;
  }

  .xs\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xs\:rounded{
    border-radius: 0.25rem !important;
  }

  .xs\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .xs\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xs\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .xs\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .xs\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

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

  .xs\:rounded-t-none{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .xs\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xs\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xs\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xs\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xs\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xs\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xs\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xs\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xs\:rounded-r-none{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .xs\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xs\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xs\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xs\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xs\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xs\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xs\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xs\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xs\:rounded-b-none{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xs\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xs\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:rounded-l-none{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xs\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xs\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:rounded-tl-none{
    border-top-left-radius: 0px !important;
  }

  .xs\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xs\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xs\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xs\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xs\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .xs\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .xs\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .xs\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xs\:rounded-tr-none{
    border-top-right-radius: 0px !important;
  }

  .xs\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xs\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xs\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xs\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xs\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .xs\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .xs\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .xs\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xs\:rounded-br-none{
    border-bottom-right-radius: 0px !important;
  }

  .xs\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xs\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xs\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xs\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xs\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .xs\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .xs\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .xs\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xs\:rounded-bl-none{
    border-bottom-left-radius: 0px !important;
  }

  .xs\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .xs\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:border-transparent{
    border-color: var(--color-transparent) !important;
  }

  .xs\:border-black{
    border-color: var(--color-black) !important;
  }

  .xs\:border-white{
    border-color: var(--color-white) !important;
  }

  .xs\:border-error{
    border-color: var(--color-error) !important;
  }

  .xs\:border-warning{
    border-color: var(--color-warning) !important;
  }

  .xs\:border-success{
    border-color: var(--color-success) !important;
  }

  .group:hover .xs\:group-hover\:border-transparent{
    border-color: var(--color-transparent) !important;
  }

  .group:hover .xs\:group-hover\:border-black{
    border-color: var(--color-black) !important;
  }

  .group:hover .xs\:group-hover\:border-white{
    border-color: var(--color-white) !important;
  }

  .group:hover .xs\:group-hover\:border-error{
    border-color: var(--color-error) !important;
  }

  .group:hover .xs\:group-hover\:border-warning{
    border-color: var(--color-warning) !important;
  }

  .group:hover .xs\:group-hover\:border-success{
    border-color: var(--color-success) !important;
  }

  .xs\:focus-within\:border-transparent:focus-within{
    border-color: var(--color-transparent) !important;
  }

  .xs\:focus-within\:border-black:focus-within{
    border-color: var(--color-black) !important;
  }

  .xs\:focus-within\:border-white:focus-within{
    border-color: var(--color-white) !important;
  }

  .xs\:focus-within\:border-error:focus-within{
    border-color: var(--color-error) !important;
  }

  .xs\:focus-within\:border-warning:focus-within{
    border-color: var(--color-warning) !important;
  }

  .xs\:focus-within\:border-success:focus-within{
    border-color: var(--color-success) !important;
  }

  .xs\:hover\:border-transparent:hover{
    border-color: var(--color-transparent) !important;
  }

  .xs\:hover\:border-black:hover{
    border-color: var(--color-black) !important;
  }

  .xs\:hover\:border-white:hover{
    border-color: var(--color-white) !important;
  }

  .xs\:hover\:border-error:hover{
    border-color: var(--color-error) !important;
  }

  .xs\:hover\:border-warning:hover{
    border-color: var(--color-warning) !important;
  }

  .xs\:hover\:border-success:hover{
    border-color: var(--color-success) !important;
  }

  .xs\:focus\:border-transparent:focus{
    border-color: var(--color-transparent) !important;
  }

  .xs\:focus\:border-black:focus{
    border-color: var(--color-black) !important;
  }

  .xs\:focus\:border-white:focus{
    border-color: var(--color-white) !important;
  }

  .xs\:focus\:border-error:focus{
    border-color: var(--color-error) !important;
  }

  .xs\:focus\:border-warning:focus{
    border-color: var(--color-warning) !important;
  }

  .xs\:focus\:border-success:focus{
    border-color: var(--color-success) !important;
  }

  .xs\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

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

  .group:hover .xs\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .xs\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .xs\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .xs\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .xs\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .xs\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .xs\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .xs\:bg-transparent{
    background-color: var(--color-transparent) !important;
  }

  .xs\:bg-black{
    background-color: var(--color-black) !important;
  }

  .xs\:bg-white{
    background-color: var(--color-white) !important;
  }

  .xs\:bg-error{
    background-color: var(--color-error) !important;
  }

  .xs\:bg-warning{
    background-color: var(--color-warning) !important;
  }

  .xs\:bg-success{
    background-color: var(--color-success) !important;
  }

  .group:hover .xs\:group-hover\:bg-transparent{
    background-color: var(--color-transparent) !important;
  }

  .group:hover .xs\:group-hover\:bg-black{
    background-color: var(--color-black) !important;
  }

  .group:hover .xs\:group-hover\:bg-white{
    background-color: var(--color-white) !important;
  }

  .group:hover .xs\:group-hover\:bg-error{
    background-color: var(--color-error) !important;
  }

  .group:hover .xs\:group-hover\:bg-warning{
    background-color: var(--color-warning) !important;
  }

  .group:hover .xs\:group-hover\:bg-success{
    background-color: var(--color-success) !important;
  }

  .xs\:focus-within\:bg-transparent:focus-within{
    background-color: var(--color-transparent) !important;
  }

  .xs\:focus-within\:bg-black:focus-within{
    background-color: var(--color-black) !important;
  }

  .xs\:focus-within\:bg-white:focus-within{
    background-color: var(--color-white) !important;
  }

  .xs\:focus-within\:bg-error:focus-within{
    background-color: var(--color-error) !important;
  }

  .xs\:focus-within\:bg-warning:focus-within{
    background-color: var(--color-warning) !important;
  }

  .xs\:focus-within\:bg-success:focus-within{
    background-color: var(--color-success) !important;
  }

  .xs\:hover\:bg-transparent:hover{
    background-color: var(--color-transparent) !important;
  }

  .xs\:hover\:bg-black:hover{
    background-color: var(--color-black) !important;
  }

  .xs\:hover\:bg-white:hover{
    background-color: var(--color-white) !important;
  }

  .xs\:hover\:bg-error:hover{
    background-color: var(--color-error) !important;
  }

  .xs\:hover\:bg-warning:hover{
    background-color: var(--color-warning) !important;
  }

  .xs\:hover\:bg-success:hover{
    background-color: var(--color-success) !important;
  }

  .xs\:focus\:bg-transparent:focus{
    background-color: var(--color-transparent) !important;
  }

  .xs\:focus\:bg-black:focus{
    background-color: var(--color-black) !important;
  }

  .xs\:focus\:bg-white:focus{
    background-color: var(--color-white) !important;
  }

  .xs\:focus\:bg-error:focus{
    background-color: var(--color-error) !important;
  }

  .xs\:focus\:bg-warning:focus{
    background-color: var(--color-warning) !important;
  }

  .xs\:focus\:bg-success:focus{
    background-color: var(--color-success) !important;
  }

  .xs\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

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

  .group:hover .xs\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .xs\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .xs\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .xs\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .xs\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .xs\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .xs\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

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

  .xs\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xs\:from-transparent{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-black{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-white{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-error{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-warning{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-success{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-transparent:hover{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-black:hover{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-white:hover{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-error:hover{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-warning:hover{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-success:hover{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-transparent:focus{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-black:focus{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-white:focus{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-error:focus{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-warning:focus{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-success:focus{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-warning{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-success{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-warning:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-success:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-warning:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-success:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:to-transparent{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .xs\:to-black{
    --tw-gradient-to: var(--color-black) !important;
  }

  .xs\:to-white{
    --tw-gradient-to: var(--color-white) !important;
  }

  .xs\:to-error{
    --tw-gradient-to: var(--color-error) !important;
  }

  .xs\:to-warning{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .xs\:to-success{
    --tw-gradient-to: var(--color-success) !important;
  }

  .xs\:hover\:to-transparent:hover{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .xs\:hover\:to-black:hover{
    --tw-gradient-to: var(--color-black) !important;
  }

  .xs\:hover\:to-white:hover{
    --tw-gradient-to: var(--color-white) !important;
  }

  .xs\:hover\:to-error:hover{
    --tw-gradient-to: var(--color-error) !important;
  }

  .xs\:hover\:to-warning:hover{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .xs\:hover\:to-success:hover{
    --tw-gradient-to: var(--color-success) !important;
  }

  .xs\:focus\:to-transparent:focus{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .xs\:focus\:to-black:focus{
    --tw-gradient-to: var(--color-black) !important;
  }

  .xs\:focus\:to-white:focus{
    --tw-gradient-to: var(--color-white) !important;
  }

  .xs\:focus\:to-error:focus{
    --tw-gradient-to: var(--color-error) !important;
  }

  .xs\:focus\:to-warning:focus{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .xs\:focus\:to-success:focus{
    --tw-gradient-to: var(--color-success) !important;
  }

  .xs\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .xs\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .xs\:bg-auto{
    background-size: auto !important;
  }

  .xs\:bg-cover{
    background-size: cover !important;
  }

  .xs\:bg-contain{
    background-size: contain !important;
  }

  .xs\:bg-fixed{
    background-attachment: fixed !important;
  }

  .xs\:bg-local{
    background-attachment: local !important;
  }

  .xs\:bg-scroll{
    background-attachment: scroll !important;
  }

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

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

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

  .xs\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xs\:bg-bottom{
    background-position: bottom !important;
  }

  .xs\:bg-center{
    background-position: center !important;
  }

  .xs\:bg-left{
    background-position: left !important;
  }

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

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

  .xs\:bg-right{
    background-position: right !important;
  }

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

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

  .xs\:bg-top{
    background-position: top !important;
  }

  .xs\:bg-repeat{
    background-repeat: repeat !important;
  }

  .xs\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .xs\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .xs\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .xs\:bg-repeat-round{
    background-repeat: round !important;
  }

  .xs\:bg-repeat-space{
    background-repeat: space !important;
  }

  .xs\:bg-origin-border{
    background-origin: border-box !important;
  }

  .xs\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .xs\:bg-origin-content{
    background-origin: content-box !important;
  }

  .xs\:fill-current{
    fill: currentColor !important;
  }

  .xs\:stroke-current{
    stroke: currentColor !important;
  }

  .xs\:stroke-0{
    stroke-width: 0 !important;
  }

  .xs\:stroke-1{
    stroke-width: 1 !important;
  }

  .xs\:stroke-2{
    stroke-width: 2 !important;
  }

  .xs\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

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

  .xs\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xs\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xs\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xs\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

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

  .xs\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xs\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xs\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xs\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xs\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xs\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xs\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xs\:p-0{
    padding: 0px !important;
  }

  .xs\:p-1{
    padding: 0.25rem !important;
  }

  .xs\:p-2{
    padding: 0.5rem !important;
  }

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

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

  .xs\:p-5{
    padding: 1.25rem !important;
  }

  .xs\:p-6{
    padding: 1.5rem !important;
  }

  .xs\:p-7{
    padding: 1.75rem !important;
  }

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

  .xs\:p-9{
    padding: 2.25rem !important;
  }

  .xs\:p-10{
    padding: 2.5rem !important;
  }

  .xs\:p-11{
    padding: 2.75rem !important;
  }

  .xs\:p-12{
    padding: 3rem !important;
  }

  .xs\:p-14{
    padding: 3.5rem !important;
  }

  .xs\:p-16{
    padding: 4rem !important;
  }

  .xs\:p-20{
    padding: 5rem !important;
  }

  .xs\:p-24{
    padding: 6rem !important;
  }

  .xs\:p-28{
    padding: 7rem !important;
  }

  .xs\:p-32{
    padding: 8rem !important;
  }

  .xs\:p-36{
    padding: 9rem !important;
  }

  .xs\:p-40{
    padding: 10rem !important;
  }

  .xs\:p-44{
    padding: 11rem !important;
  }

  .xs\:p-48{
    padding: 12rem !important;
  }

  .xs\:p-52{
    padding: 13rem !important;
  }

  .xs\:p-56{
    padding: 14rem !important;
  }

  .xs\:p-60{
    padding: 15rem !important;
  }

  .xs\:p-64{
    padding: 16rem !important;
  }

  .xs\:p-72{
    padding: 18rem !important;
  }

  .xs\:p-80{
    padding: 20rem !important;
  }

  .xs\:p-96{
    padding: 24rem !important;
  }

  .xs\:p-px{
    padding: 1px !important;
  }

  .xs\:p-0\.5{
    padding: 0.125rem !important;
  }

  .xs\:p-1\.5{
    padding: 0.375rem !important;
  }

  .xs\:p-2\.5{
    padding: 0.625rem !important;
  }

  .xs\:p-3\.5{
    padding: 0.875rem !important;
  }

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

  .xs\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

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

  .xs\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

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

  .xs\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xs\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

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

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

  .xs\:px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .xs\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xs\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

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

  .xs\:px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

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

  .xs\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xs\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xs\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xs\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xs\:px-36{
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .xs\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xs\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xs\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xs\:px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .xs\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xs\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xs\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xs\:px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .xs\:px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .xs\:px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .xs\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xs\:px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xs\:px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .xs\:px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .xs\:px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .xs\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xs\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

  .xs\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

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

  .xs\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

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

  .xs\:py-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

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

  .xs\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

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

  .xs\:py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

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

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

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

  .xs\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xs\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xs\:py-36{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

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

  .xs\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .xs\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xs\:py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .xs\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xs\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xs\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xs\:py-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .xs\:py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .xs\:py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .xs\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xs\:py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .xs\:py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .xs\:py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .xs\:py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .xs\:pt-0{
    padding-top: 0px !important;
  }

  .xs\:pt-1{
    padding-top: 0.25rem !important;
  }

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

  .xs\:pt-3{
    padding-top: 0.75rem !important;
  }

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

  .xs\:pt-5{
    padding-top: 1.25rem !important;
  }

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

  .xs\:pt-7{
    padding-top: 1.75rem !important;
  }

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

  .xs\:pt-9{
    padding-top: 2.25rem !important;
  }

  .xs\:pt-10{
    padding-top: 2.5rem !important;
  }

  .xs\:pt-11{
    padding-top: 2.75rem !important;
  }

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

  .xs\:pt-14{
    padding-top: 3.5rem !important;
  }

  .xs\:pt-16{
    padding-top: 4rem !important;
  }

  .xs\:pt-20{
    padding-top: 5rem !important;
  }

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

  .xs\:pt-28{
    padding-top: 7rem !important;
  }

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

  .xs\:pt-36{
    padding-top: 9rem !important;
  }

  .xs\:pt-40{
    padding-top: 10rem !important;
  }

  .xs\:pt-44{
    padding-top: 11rem !important;
  }

  .xs\:pt-48{
    padding-top: 12rem !important;
  }

  .xs\:pt-52{
    padding-top: 13rem !important;
  }

  .xs\:pt-56{
    padding-top: 14rem !important;
  }

  .xs\:pt-60{
    padding-top: 15rem !important;
  }

  .xs\:pt-64{
    padding-top: 16rem !important;
  }

  .xs\:pt-72{
    padding-top: 18rem !important;
  }

  .xs\:pt-80{
    padding-top: 20rem !important;
  }

  .xs\:pt-96{
    padding-top: 24rem !important;
  }

  .xs\:pt-px{
    padding-top: 1px !important;
  }

  .xs\:pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .xs\:pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .xs\:pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .xs\:pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .xs\:pr-0{
    padding-right: 0px !important;
  }

  .xs\:pr-1{
    padding-right: 0.25rem !important;
  }

  .xs\:pr-2{
    padding-right: 0.5rem !important;
  }

  .xs\:pr-3{
    padding-right: 0.75rem !important;
  }

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

  .xs\:pr-5{
    padding-right: 1.25rem !important;
  }

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

  .xs\:pr-7{
    padding-right: 1.75rem !important;
  }

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

  .xs\:pr-9{
    padding-right: 2.25rem !important;
  }

  .xs\:pr-10{
    padding-right: 2.5rem !important;
  }

  .xs\:pr-11{
    padding-right: 2.75rem !important;
  }

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

  .xs\:pr-14{
    padding-right: 3.5rem !important;
  }

  .xs\:pr-16{
    padding-right: 4rem !important;
  }

  .xs\:pr-20{
    padding-right: 5rem !important;
  }

  .xs\:pr-24{
    padding-right: 6rem !important;
  }

  .xs\:pr-28{
    padding-right: 7rem !important;
  }

  .xs\:pr-32{
    padding-right: 8rem !important;
  }

  .xs\:pr-36{
    padding-right: 9rem !important;
  }

  .xs\:pr-40{
    padding-right: 10rem !important;
  }

  .xs\:pr-44{
    padding-right: 11rem !important;
  }

  .xs\:pr-48{
    padding-right: 12rem !important;
  }

  .xs\:pr-52{
    padding-right: 13rem !important;
  }

  .xs\:pr-56{
    padding-right: 14rem !important;
  }

  .xs\:pr-60{
    padding-right: 15rem !important;
  }

  .xs\:pr-64{
    padding-right: 16rem !important;
  }

  .xs\:pr-72{
    padding-right: 18rem !important;
  }

  .xs\:pr-80{
    padding-right: 20rem !important;
  }

  .xs\:pr-96{
    padding-right: 24rem !important;
  }

  .xs\:pr-px{
    padding-right: 1px !important;
  }

  .xs\:pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .xs\:pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .xs\:pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .xs\:pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .xs\:pb-0{
    padding-bottom: 0px !important;
  }

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

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

  .xs\:pb-3{
    padding-bottom: 0.75rem !important;
  }

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

  .xs\:pb-5{
    padding-bottom: 1.25rem !important;
  }

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

  .xs\:pb-7{
    padding-bottom: 1.75rem !important;
  }

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

  .xs\:pb-9{
    padding-bottom: 2.25rem !important;
  }

  .xs\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .xs\:pb-11{
    padding-bottom: 2.75rem !important;
  }

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

  .xs\:pb-14{
    padding-bottom: 3.5rem !important;
  }

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

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

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

  .xs\:pb-28{
    padding-bottom: 7rem !important;
  }

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

  .xs\:pb-36{
    padding-bottom: 9rem !important;
  }

  .xs\:pb-40{
    padding-bottom: 10rem !important;
  }

  .xs\:pb-44{
    padding-bottom: 11rem !important;
  }

  .xs\:pb-48{
    padding-bottom: 12rem !important;
  }

  .xs\:pb-52{
    padding-bottom: 13rem !important;
  }

  .xs\:pb-56{
    padding-bottom: 14rem !important;
  }

  .xs\:pb-60{
    padding-bottom: 15rem !important;
  }

  .xs\:pb-64{
    padding-bottom: 16rem !important;
  }

  .xs\:pb-72{
    padding-bottom: 18rem !important;
  }

  .xs\:pb-80{
    padding-bottom: 20rem !important;
  }

  .xs\:pb-96{
    padding-bottom: 24rem !important;
  }

  .xs\:pb-px{
    padding-bottom: 1px !important;
  }

  .xs\:pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .xs\:pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .xs\:pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .xs\:pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .xs\:pl-0{
    padding-left: 0px !important;
  }

  .xs\:pl-1{
    padding-left: 0.25rem !important;
  }

  .xs\:pl-2{
    padding-left: 0.5rem !important;
  }

  .xs\:pl-3{
    padding-left: 0.75rem !important;
  }

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

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

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

  .xs\:pl-7{
    padding-left: 1.75rem !important;
  }

  .xs\:pl-8{
    padding-left: 2rem !important;
  }

  .xs\:pl-9{
    padding-left: 2.25rem !important;
  }

  .xs\:pl-10{
    padding-left: 2.5rem !important;
  }

  .xs\:pl-11{
    padding-left: 2.75rem !important;
  }

  .xs\:pl-12{
    padding-left: 3rem !important;
  }

  .xs\:pl-14{
    padding-left: 3.5rem !important;
  }

  .xs\:pl-16{
    padding-left: 4rem !important;
  }

  .xs\:pl-20{
    padding-left: 5rem !important;
  }

  .xs\:pl-24{
    padding-left: 6rem !important;
  }

  .xs\:pl-28{
    padding-left: 7rem !important;
  }

  .xs\:pl-32{
    padding-left: 8rem !important;
  }

  .xs\:pl-36{
    padding-left: 9rem !important;
  }

  .xs\:pl-40{
    padding-left: 10rem !important;
  }

  .xs\:pl-44{
    padding-left: 11rem !important;
  }

  .xs\:pl-48{
    padding-left: 12rem !important;
  }

  .xs\:pl-52{
    padding-left: 13rem !important;
  }

  .xs\:pl-56{
    padding-left: 14rem !important;
  }

  .xs\:pl-60{
    padding-left: 15rem !important;
  }

  .xs\:pl-64{
    padding-left: 16rem !important;
  }

  .xs\:pl-72{
    padding-left: 18rem !important;
  }

  .xs\:pl-80{
    padding-left: 20rem !important;
  }

  .xs\:pl-96{
    padding-left: 24rem !important;
  }

  .xs\:pl-px{
    padding-left: 1px !important;
  }

  .xs\:pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .xs\:pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .xs\:pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .xs\:pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .xs\:text-left{
    text-align: left !important;
  }

  .xs\:text-center{
    text-align: center !important;
  }

  .xs\:text-right{
    text-align: right !important;
  }

  .xs\:text-justify{
    text-align: justify !important;
  }

  .xs\:align-baseline{
    vertical-align: baseline !important;
  }

  .xs\:align-top{
    vertical-align: top !important;
  }

  .xs\:align-middle{
    vertical-align: middle !important;
  }

  .xs\:align-bottom{
    vertical-align: bottom !important;
  }

  .xs\:align-text-top{
    vertical-align: text-top !important;
  }

  .xs\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .xs\:font-body{
    font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  }

  .xs\:font-heading{
    font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  }

  .xs\:text-xs{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:font-normal{
    font-weight: 400 !important;
  }

  .xs\:font-bold{
    font-weight: 700 !important;
  }

  .xs\:uppercase{
    text-transform: uppercase !important;
  }

  .xs\:lowercase{
    text-transform: lowercase !important;
  }

  .xs\:capitalize{
    text-transform: capitalize !important;
  }

  .xs\:normal-case{
    text-transform: none !important;
  }

  .xs\:italic{
    font-style: italic !important;
  }

  .xs\:not-italic{
    font-style: normal !important;
  }

  .xs\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .xs\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xs\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xs\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .xs\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .xs\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .xs\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xs\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xs\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xs\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xs\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xs\:leading-tight{
    line-height: 1 !important;
  }

  .xs\:leading-regular{
    line-height: 1.5 !important;
  }

  .xs\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xs\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xs\:tracking-normal{
    letter-spacing: 0em !important;
  }

  .xs\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xs\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xs\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xs\:text-transparent{
    color: var(--color-transparent) !important;
  }

  .xs\:text-black{
    color: var(--color-black) !important;
  }

  .xs\:text-white{
    color: var(--color-white) !important;
  }

  .xs\:text-error{
    color: var(--color-error) !important;
  }

  .xs\:text-warning{
    color: var(--color-warning) !important;
  }

  .xs\:text-success{
    color: var(--color-success) !important;
  }

  .group:hover .xs\:group-hover\:text-transparent{
    color: var(--color-transparent) !important;
  }

  .group:hover .xs\:group-hover\:text-black{
    color: var(--color-black) !important;
  }

  .group:hover .xs\:group-hover\:text-white{
    color: var(--color-white) !important;
  }

  .group:hover .xs\:group-hover\:text-error{
    color: var(--color-error) !important;
  }

  .group:hover .xs\:group-hover\:text-warning{
    color: var(--color-warning) !important;
  }

  .group:hover .xs\:group-hover\:text-success{
    color: var(--color-success) !important;
  }

  .xs\:focus-within\:text-transparent:focus-within{
    color: var(--color-transparent) !important;
  }

  .xs\:focus-within\:text-black:focus-within{
    color: var(--color-black) !important;
  }

  .xs\:focus-within\:text-white:focus-within{
    color: var(--color-white) !important;
  }

  .xs\:focus-within\:text-error:focus-within{
    color: var(--color-error) !important;
  }

  .xs\:focus-within\:text-warning:focus-within{
    color: var(--color-warning) !important;
  }

  .xs\:focus-within\:text-success:focus-within{
    color: var(--color-success) !important;
  }

  .xs\:hover\:text-transparent:hover{
    color: var(--color-transparent) !important;
  }

  .xs\:hover\:text-black:hover{
    color: var(--color-black) !important;
  }

  .xs\:hover\:text-white:hover{
    color: var(--color-white) !important;
  }

  .xs\:hover\:text-error:hover{
    color: var(--color-error) !important;
  }

  .xs\:hover\:text-warning:hover{
    color: var(--color-warning) !important;
  }

  .xs\:hover\:text-success:hover{
    color: var(--color-success) !important;
  }

  .xs\:focus\:text-transparent:focus{
    color: var(--color-transparent) !important;
  }

  .xs\:focus\:text-black:focus{
    color: var(--color-black) !important;
  }

  .xs\:focus\:text-white:focus{
    color: var(--color-white) !important;
  }

  .xs\:focus\:text-error:focus{
    color: var(--color-error) !important;
  }

  .xs\:focus\:text-warning:focus{
    color: var(--color-warning) !important;
  }

  .xs\:focus\:text-success:focus{
    color: var(--color-success) !important;
  }

  .xs\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .xs\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

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

  .group:hover .xs\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .xs\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .xs\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .xs\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .xs\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .xs\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .xs\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .xs\:underline{
    text-decoration: underline !important;
  }

  .xs\:line-through{
    text-decoration: line-through !important;
  }

  .xs\:no-underline{
    text-decoration: none !important;
  }

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

  .group:hover .xs\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .xs\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .xs\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .xs\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .xs\:focus-within\:no-underline:focus-within{
    text-decoration: none !important;
  }

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

  .xs\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .xs\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .xs\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .xs\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .xs\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .xs\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xs\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xs\:placeholder-transparent::-webkit-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .xs\:placeholder-transparent::-moz-placeholder{
    color: var(--color-transparent) !important;
  }

  .xs\:placeholder-transparent:-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .xs\:placeholder-transparent::-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .xs\:placeholder-transparent::placeholder{
    color: var(--color-transparent) !important;
  }

  .xs\:placeholder-black::-webkit-input-placeholder{
    color: var(--color-black) !important;
  }

  .xs\:placeholder-black::-moz-placeholder{
    color: var(--color-black) !important;
  }

  .xs\:placeholder-black:-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .xs\:placeholder-black::-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .xs\:placeholder-black::placeholder{
    color: var(--color-black) !important;
  }

  .xs\:placeholder-white::-webkit-input-placeholder{
    color: var(--color-white) !important;
  }

  .xs\:placeholder-white::-moz-placeholder{
    color: var(--color-white) !important;
  }

  .xs\:placeholder-white:-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .xs\:placeholder-white::-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .xs\:placeholder-white::placeholder{
    color: var(--color-white) !important;
  }

  .xs\:placeholder-error::-webkit-input-placeholder{
    color: var(--color-error) !important;
  }

  .xs\:placeholder-error::-moz-placeholder{
    color: var(--color-error) !important;
  }

  .xs\:placeholder-error:-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .xs\:placeholder-error::-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .xs\:placeholder-error::placeholder{
    color: var(--color-error) !important;
  }

  .xs\:placeholder-warning::-webkit-input-placeholder{
    color: var(--color-warning) !important;
  }

  .xs\:placeholder-warning::-moz-placeholder{
    color: var(--color-warning) !important;
  }

  .xs\:placeholder-warning:-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .xs\:placeholder-warning::-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .xs\:placeholder-warning::placeholder{
    color: var(--color-warning) !important;
  }

  .xs\:placeholder-success::-webkit-input-placeholder{
    color: var(--color-success) !important;
  }

  .xs\:placeholder-success::-moz-placeholder{
    color: var(--color-success) !important;
  }

  .xs\:placeholder-success:-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .xs\:placeholder-success::-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .xs\:placeholder-success::placeholder{
    color: var(--color-success) !important;
  }

  .xs\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: var(--color-transparent) !important;
  }

  .xs\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .xs\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder{
    color: var(--color-transparent) !important;
  }

  .xs\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: var(--color-black) !important;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--color-black) !important;
  }

  .xs\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .xs\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .xs\:focus\:placeholder-black:focus::placeholder{
    color: var(--color-black) !important;
  }

  .xs\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: var(--color-white) !important;
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--color-white) !important;
  }

  .xs\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .xs\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .xs\:focus\:placeholder-white:focus::placeholder{
    color: var(--color-white) !important;
  }

  .xs\:focus\:placeholder-error:focus::-webkit-input-placeholder{
    color: var(--color-error) !important;
  }

  .xs\:focus\:placeholder-error:focus::-moz-placeholder{
    color: var(--color-error) !important;
  }

  .xs\:focus\:placeholder-error:focus:-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .xs\:focus\:placeholder-error:focus::-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .xs\:focus\:placeholder-error:focus::placeholder{
    color: var(--color-error) !important;
  }

  .xs\:focus\:placeholder-warning:focus::-webkit-input-placeholder{
    color: var(--color-warning) !important;
  }

  .xs\:focus\:placeholder-warning:focus::-moz-placeholder{
    color: var(--color-warning) !important;
  }

  .xs\:focus\:placeholder-warning:focus:-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .xs\:focus\:placeholder-warning:focus::-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .xs\:focus\:placeholder-warning:focus::placeholder{
    color: var(--color-warning) !important;
  }

  .xs\:focus\:placeholder-success:focus::-webkit-input-placeholder{
    color: var(--color-success) !important;
  }

  .xs\:focus\:placeholder-success:focus::-moz-placeholder{
    color: var(--color-success) !important;
  }

  .xs\:focus\:placeholder-success:focus:-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .xs\:focus\:placeholder-success:focus::-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .xs\:focus\:placeholder-success:focus::placeholder{
    color: var(--color-success) !important;
  }

  .xs\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:opacity-0{
    opacity: 0 !important;
  }

  .xs\:opacity-5{
    opacity: 0.05 !important;
  }

  .xs\:opacity-10{
    opacity: 0.1 !important;
  }

  .xs\:opacity-20{
    opacity: 0.2 !important;
  }

  .xs\:opacity-25{
    opacity: 0.25 !important;
  }

  .xs\:opacity-30{
    opacity: 0.3 !important;
  }

  .xs\:opacity-40{
    opacity: 0.4 !important;
  }

  .xs\:opacity-50{
    opacity: 0.5 !important;
  }

  .xs\:opacity-60{
    opacity: 0.6 !important;
  }

  .xs\:opacity-70{
    opacity: 0.7 !important;
  }

  .xs\:opacity-75{
    opacity: 0.75 !important;
  }

  .xs\:opacity-80{
    opacity: 0.8 !important;
  }

  .xs\:opacity-90{
    opacity: 0.9 !important;
  }

  .xs\:opacity-95{
    opacity: 0.95 !important;
  }

  .xs\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .xs\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

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

  .group:hover .xs\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .xs\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .xs\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .xs\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .xs\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .xs\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .xs\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .xs\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .xs\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .xs\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .xs\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .xs\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .xs\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .xs\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .xs\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .xs\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .xs\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xs\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .xs\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .xs\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .xs\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xs\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .xs\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .xs\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xs\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .xs\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .xs\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xs\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .xs\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .xs\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .xs\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xs\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xs\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .xs\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .xs\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .xs\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xs\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .xs\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .xs\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xs\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .xs\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .xs\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xs\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .xs\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .xs\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .xs\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .xs\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .xs\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .xs\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .xs\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .xs\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .xs\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .xs\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .xs\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .xs\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .xs\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .xs\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .xs\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .xs\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .xs\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .xs\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .xs\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .xs\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .xs\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .xs\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .xs\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .xs\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .xs\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .xs\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .xs\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .xs\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .xs\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .xs\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .xs\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .xs\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .xs\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .xs\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .xs\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .xs\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

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

  .xs\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

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

  .xs\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

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

  .xs\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .xs\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .xs\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .xs\:ring-transparent{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .xs\:ring-black{
    --tw-ring-color: var(--color-black) !important;
  }

  .xs\:ring-white{
    --tw-ring-color: var(--color-white) !important;
  }

  .xs\:ring-error{
    --tw-ring-color: var(--color-error) !important;
  }

  .xs\:ring-warning{
    --tw-ring-color: var(--color-warning) !important;
  }

  .xs\:ring-success{
    --tw-ring-color: var(--color-success) !important;
  }

  .xs\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .xs\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--color-black) !important;
  }

  .xs\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--color-white) !important;
  }

  .xs\:focus-within\:ring-error:focus-within{
    --tw-ring-color: var(--color-error) !important;
  }

  .xs\:focus-within\:ring-warning:focus-within{
    --tw-ring-color: var(--color-warning) !important;
  }

  .xs\:focus-within\:ring-success:focus-within{
    --tw-ring-color: var(--color-success) !important;
  }

  .xs\:focus\:ring-transparent:focus{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .xs\:focus\:ring-black:focus{
    --tw-ring-color: var(--color-black) !important;
  }

  .xs\:focus\:ring-white:focus{
    --tw-ring-color: var(--color-white) !important;
  }

  .xs\:focus\:ring-error:focus{
    --tw-ring-color: var(--color-error) !important;
  }

  .xs\:focus\:ring-warning:focus{
    --tw-ring-color: var(--color-warning) !important;
  }

  .xs\:focus\:ring-success:focus{
    --tw-ring-color: var(--color-success) !important;
  }

  .xs\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .xs\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .xs\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .xs\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .xs\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .xs\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .xs\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .xs\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .xs\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .xs\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:ring-offset-transparent{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .xs\:ring-offset-black{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .xs\:ring-offset-white{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .xs\:ring-offset-error{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .xs\:ring-offset-warning{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .xs\:ring-offset-success{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .xs\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .xs\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .xs\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .xs\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .xs\:focus-within\:ring-offset-warning:focus-within{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .xs\:focus-within\:ring-offset-success:focus-within{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .xs\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .xs\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .xs\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .xs\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .xs\:focus\:ring-offset-warning:focus{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .xs\:focus\:ring-offset-success:focus{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .xs\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
            filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xs\:filter-none{
    -webkit-filter: none !important;
            filter: none !important;
  }

  .xs\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .xs\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .xs\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .xs\:blur{
    --tw-blur: blur(8px) !important;
  }

  .xs\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .xs\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .xs\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .xs\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .xs\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .xs\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .xs\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .xs\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .xs\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .xs\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .xs\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .xs\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .xs\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .xs\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .xs\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .xs\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .xs\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .xs\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .xs\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .xs\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .xs\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .xs\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .xs\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .xs\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .xs\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .xs\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .xs\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .xs\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .xs\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .xs\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .xs\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .xs\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .xs\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .xs\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .xs\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .xs\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .xs\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .xs\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .xs\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xs\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xs\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xs\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xs\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xs\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .xs\:invert{
    --tw-invert: invert(100%) !important;
  }

  .xs\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .xs\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .xs\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .xs\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .xs\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .xs\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .xs\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .xs\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .xs\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .xs\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .xs\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .xs\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .xs\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .xs\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .xs\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .xs\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .xs\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .xs\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .xs\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .xs\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .xs\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .xs\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .xs\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .xs\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .xs\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .xs\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .xs\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .xs\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .xs\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .xs\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .xs\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .xs\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .xs\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .xs\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .xs\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .xs\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .xs\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .xs\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .xs\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .xs\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .xs\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .xs\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .xs\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .xs\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .xs\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xs\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xs\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xs\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xs\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xs\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .xs\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .xs\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .xs\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .xs\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .xs\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .xs\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .xs\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .xs\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .xs\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .xs\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .xs\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .xs\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .xs\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .xs\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .xs\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .xs\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .xs\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .xs\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .xs\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .xs\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .xs\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .xs\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .xs\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .xs\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .xs\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

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

  .xs\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xs\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xs\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xs\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xs\:delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .xs\:delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .xs\:delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .xs\:delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .xs\:delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .xs\:delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .xs\:delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .xs\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .xs\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .xs\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .xs\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xs\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .xs\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .xs\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .xs\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .xs\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .xs\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .xs\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xs\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xs\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 576px){
  .sm\:container{
    width: 100%;
  }

  @media (min-width: 400px){
    .sm\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 576px){
    .sm\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .sm\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1200px){
    .sm\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1351px){
    .sm\:container{
      max-width: 1351px;
    }
  }

  @media (min-width: 1530px){
    .sm\:container{
      max-width: 1530px;
    }
  }

  .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-within\:sr-only:focus-within{
    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-within\:not-sr-only:focus-within{
    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\:pointer-events-none{
    pointer-events: none !important;
  }

  .sm\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .sm\:visible{
    visibility: visible !important;
  }

  .sm\:invisible{
    visibility: hidden !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: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .sm\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .sm\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .sm\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .sm\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .sm\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .sm\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .sm\:inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .sm\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .sm\:inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .sm\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .sm\:inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .sm\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .sm\:inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .sm\:inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .sm\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .sm\:inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .sm\:inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .sm\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .sm\:inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .sm\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .sm\:inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .sm\:inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .sm\:inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .sm\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .sm\:inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .sm\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .sm\:inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .sm\:inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .sm\:inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .sm\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .sm\:inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .sm\:inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .sm\:inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .sm\:inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

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

  .sm\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .sm\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .sm\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .sm\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .sm\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .sm\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .sm\:-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .sm\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .sm\:-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .sm\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .sm\:-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .sm\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .sm\:-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .sm\:-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .sm\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .sm\:-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .sm\:-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .sm\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .sm\:-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .sm\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .sm\:-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .sm\:-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .sm\:-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .sm\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .sm\:-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .sm\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .sm\:-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .sm\:-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .sm\:-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .sm\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .sm\:-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .sm\:-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .sm\:-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .sm\:-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .sm\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .sm\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .sm\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .sm\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .sm\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .sm\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .sm\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .sm\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

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

  .sm\:inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .sm\:inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .sm\:inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .sm\:inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .sm\:inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .sm\:inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .sm\:inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .sm\:inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .sm\:inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .sm\:inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .sm\:inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .sm\:inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .sm\:inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .sm\:inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .sm\:inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .sm\:inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .sm\:inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .sm\:inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .sm\:inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .sm\:inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .sm\:inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .sm\:inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .sm\:inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .sm\:inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .sm\:inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .sm\:inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .sm\:inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .sm\:inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .sm\:inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .sm\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .sm\:inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .sm\:inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .sm\:inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .sm\:inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .sm\:inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

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

  .sm\:-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .sm\:-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .sm\:-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .sm\:-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .sm\:-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .sm\:-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .sm\:-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .sm\:-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .sm\:-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .sm\:-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .sm\:-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .sm\:-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .sm\:-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .sm\:-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .sm\:-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .sm\:-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .sm\:-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .sm\:-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .sm\:-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .sm\:-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .sm\:-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .sm\:-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .sm\:-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .sm\:-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .sm\:-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .sm\:-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .sm\:-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .sm\:-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .sm\:-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .sm\:-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .sm\:-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .sm\:-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .sm\:-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .sm\:-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .sm\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .sm\:inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .sm\:inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .sm\:inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .sm\:inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .sm\:inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .sm\:inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .sm\:-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .sm\:-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .sm\:-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .sm\:-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .sm\:-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .sm\:-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .sm\:-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

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

  .sm\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .sm\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .sm\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .sm\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .sm\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .sm\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .sm\:inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .sm\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .sm\:inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .sm\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .sm\:inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .sm\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .sm\:inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .sm\:inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .sm\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .sm\:inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .sm\:inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .sm\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .sm\:inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .sm\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .sm\:inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .sm\:inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .sm\:inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .sm\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .sm\:inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .sm\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .sm\:inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .sm\:inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .sm\:inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .sm\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .sm\:inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .sm\:inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .sm\:inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .sm\:inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

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

  .sm\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .sm\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .sm\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .sm\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .sm\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .sm\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .sm\:-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .sm\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .sm\:-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .sm\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .sm\:-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .sm\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .sm\:-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .sm\:-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .sm\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .sm\:-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .sm\:-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .sm\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .sm\:-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .sm\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .sm\:-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .sm\:-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .sm\:-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .sm\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .sm\:-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .sm\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .sm\:-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .sm\:-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .sm\:-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .sm\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .sm\:-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .sm\:-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .sm\:-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .sm\:-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .sm\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .sm\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .sm\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .sm\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .sm\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .sm\:-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm\:-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .sm\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .sm\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .sm\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .sm\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .sm\:top-0{
    top: 0px !important;
  }

  .sm\:top-1{
    top: 0.25rem !important;
  }

  .sm\:top-2{
    top: 0.5rem !important;
  }

  .sm\:top-3{
    top: 0.75rem !important;
  }

  .sm\:top-4{
    top: 1rem !important;
  }

  .sm\:top-5{
    top: 1.25rem !important;
  }

  .sm\:top-6{
    top: 1.5rem !important;
  }

  .sm\:top-7{
    top: 1.75rem !important;
  }

  .sm\:top-8{
    top: 2rem !important;
  }

  .sm\:top-9{
    top: 2.25rem !important;
  }

  .sm\:top-10{
    top: 2.5rem !important;
  }

  .sm\:top-11{
    top: 2.75rem !important;
  }

  .sm\:top-12{
    top: 3rem !important;
  }

  .sm\:top-14{
    top: 3.5rem !important;
  }

  .sm\:top-16{
    top: 4rem !important;
  }

  .sm\:top-20{
    top: 5rem !important;
  }

  .sm\:top-24{
    top: 6rem !important;
  }

  .sm\:top-28{
    top: 7rem !important;
  }

  .sm\:top-32{
    top: 8rem !important;
  }

  .sm\:top-36{
    top: 9rem !important;
  }

  .sm\:top-40{
    top: 10rem !important;
  }

  .sm\:top-44{
    top: 11rem !important;
  }

  .sm\:top-48{
    top: 12rem !important;
  }

  .sm\:top-52{
    top: 13rem !important;
  }

  .sm\:top-56{
    top: 14rem !important;
  }

  .sm\:top-60{
    top: 15rem !important;
  }

  .sm\:top-64{
    top: 16rem !important;
  }

  .sm\:top-72{
    top: 18rem !important;
  }

  .sm\:top-80{
    top: 20rem !important;
  }

  .sm\:top-96{
    top: 24rem !important;
  }

  .sm\:top-auto{
    top: auto !important;
  }

  .sm\:top-px{
    top: 1px !important;
  }

  .sm\:top-0\.5{
    top: 0.125rem !important;
  }

  .sm\:top-1\.5{
    top: 0.375rem !important;
  }

  .sm\:top-2\.5{
    top: 0.625rem !important;
  }

  .sm\:top-3\.5{
    top: 0.875rem !important;
  }

  .sm\:-top-0{
    top: 0px !important;
  }

  .sm\:-top-1{
    top: -0.25rem !important;
  }

  .sm\:-top-2{
    top: -0.5rem !important;
  }

  .sm\:-top-3{
    top: -0.75rem !important;
  }

  .sm\:-top-4{
    top: -1rem !important;
  }

  .sm\:-top-5{
    top: -1.25rem !important;
  }

  .sm\:-top-6{
    top: -1.5rem !important;
  }

  .sm\:-top-7{
    top: -1.75rem !important;
  }

  .sm\:-top-8{
    top: -2rem !important;
  }

  .sm\:-top-9{
    top: -2.25rem !important;
  }

  .sm\:-top-10{
    top: -2.5rem !important;
  }

  .sm\:-top-11{
    top: -2.75rem !important;
  }

  .sm\:-top-12{
    top: -3rem !important;
  }

  .sm\:-top-14{
    top: -3.5rem !important;
  }

  .sm\:-top-16{
    top: -4rem !important;
  }

  .sm\:-top-20{
    top: -5rem !important;
  }

  .sm\:-top-24{
    top: -6rem !important;
  }

  .sm\:-top-28{
    top: -7rem !important;
  }

  .sm\:-top-32{
    top: -8rem !important;
  }

  .sm\:-top-36{
    top: -9rem !important;
  }

  .sm\:-top-40{
    top: -10rem !important;
  }

  .sm\:-top-44{
    top: -11rem !important;
  }

  .sm\:-top-48{
    top: -12rem !important;
  }

  .sm\:-top-52{
    top: -13rem !important;
  }

  .sm\:-top-56{
    top: -14rem !important;
  }

  .sm\:-top-60{
    top: -15rem !important;
  }

  .sm\:-top-64{
    top: -16rem !important;
  }

  .sm\:-top-72{
    top: -18rem !important;
  }

  .sm\:-top-80{
    top: -20rem !important;
  }

  .sm\:-top-96{
    top: -24rem !important;
  }

  .sm\:-top-px{
    top: -1px !important;
  }

  .sm\:-top-0\.5{
    top: -0.125rem !important;
  }

  .sm\:-top-1\.5{
    top: -0.375rem !important;
  }

  .sm\:-top-2\.5{
    top: -0.625rem !important;
  }

  .sm\:-top-3\.5{
    top: -0.875rem !important;
  }

  .sm\:top-1\/2{
    top: 50% !important;
  }

  .sm\:top-1\/3{
    top: 33.333333% !important;
  }

  .sm\:top-2\/3{
    top: 66.666667% !important;
  }

  .sm\:top-1\/4{
    top: 25% !important;
  }

  .sm\:top-2\/4{
    top: 50% !important;
  }

  .sm\:top-3\/4{
    top: 75% !important;
  }

  .sm\:top-full{
    top: 100% !important;
  }

  .sm\:-top-1\/2{
    top: -50% !important;
  }

  .sm\:-top-1\/3{
    top: -33.333333% !important;
  }

  .sm\:-top-2\/3{
    top: -66.666667% !important;
  }

  .sm\:-top-1\/4{
    top: -25% !important;
  }

  .sm\:-top-2\/4{
    top: -50% !important;
  }

  .sm\:-top-3\/4{
    top: -75% !important;
  }

  .sm\:-top-full{
    top: -100% !important;
  }

  .sm\:right-0{
    right: 0px !important;
  }

  .sm\:right-1{
    right: 0.25rem !important;
  }

  .sm\:right-2{
    right: 0.5rem !important;
  }

  .sm\:right-3{
    right: 0.75rem !important;
  }

  .sm\:right-4{
    right: 1rem !important;
  }

  .sm\:right-5{
    right: 1.25rem !important;
  }

  .sm\:right-6{
    right: 1.5rem !important;
  }

  .sm\:right-7{
    right: 1.75rem !important;
  }

  .sm\:right-8{
    right: 2rem !important;
  }

  .sm\:right-9{
    right: 2.25rem !important;
  }

  .sm\:right-10{
    right: 2.5rem !important;
  }

  .sm\:right-11{
    right: 2.75rem !important;
  }

  .sm\:right-12{
    right: 3rem !important;
  }

  .sm\:right-14{
    right: 3.5rem !important;
  }

  .sm\:right-16{
    right: 4rem !important;
  }

  .sm\:right-20{
    right: 5rem !important;
  }

  .sm\:right-24{
    right: 6rem !important;
  }

  .sm\:right-28{
    right: 7rem !important;
  }

  .sm\:right-32{
    right: 8rem !important;
  }

  .sm\:right-36{
    right: 9rem !important;
  }

  .sm\:right-40{
    right: 10rem !important;
  }

  .sm\:right-44{
    right: 11rem !important;
  }

  .sm\:right-48{
    right: 12rem !important;
  }

  .sm\:right-52{
    right: 13rem !important;
  }

  .sm\:right-56{
    right: 14rem !important;
  }

  .sm\:right-60{
    right: 15rem !important;
  }

  .sm\:right-64{
    right: 16rem !important;
  }

  .sm\:right-72{
    right: 18rem !important;
  }

  .sm\:right-80{
    right: 20rem !important;
  }

  .sm\:right-96{
    right: 24rem !important;
  }

  .sm\:right-auto{
    right: auto !important;
  }

  .sm\:right-px{
    right: 1px !important;
  }

  .sm\:right-0\.5{
    right: 0.125rem !important;
  }

  .sm\:right-1\.5{
    right: 0.375rem !important;
  }

  .sm\:right-2\.5{
    right: 0.625rem !important;
  }

  .sm\:right-3\.5{
    right: 0.875rem !important;
  }

  .sm\:-right-0{
    right: 0px !important;
  }

  .sm\:-right-1{
    right: -0.25rem !important;
  }

  .sm\:-right-2{
    right: -0.5rem !important;
  }

  .sm\:-right-3{
    right: -0.75rem !important;
  }

  .sm\:-right-4{
    right: -1rem !important;
  }

  .sm\:-right-5{
    right: -1.25rem !important;
  }

  .sm\:-right-6{
    right: -1.5rem !important;
  }

  .sm\:-right-7{
    right: -1.75rem !important;
  }

  .sm\:-right-8{
    right: -2rem !important;
  }

  .sm\:-right-9{
    right: -2.25rem !important;
  }

  .sm\:-right-10{
    right: -2.5rem !important;
  }

  .sm\:-right-11{
    right: -2.75rem !important;
  }

  .sm\:-right-12{
    right: -3rem !important;
  }

  .sm\:-right-14{
    right: -3.5rem !important;
  }

  .sm\:-right-16{
    right: -4rem !important;
  }

  .sm\:-right-20{
    right: -5rem !important;
  }

  .sm\:-right-24{
    right: -6rem !important;
  }

  .sm\:-right-28{
    right: -7rem !important;
  }

  .sm\:-right-32{
    right: -8rem !important;
  }

  .sm\:-right-36{
    right: -9rem !important;
  }

  .sm\:-right-40{
    right: -10rem !important;
  }

  .sm\:-right-44{
    right: -11rem !important;
  }

  .sm\:-right-48{
    right: -12rem !important;
  }

  .sm\:-right-52{
    right: -13rem !important;
  }

  .sm\:-right-56{
    right: -14rem !important;
  }

  .sm\:-right-60{
    right: -15rem !important;
  }

  .sm\:-right-64{
    right: -16rem !important;
  }

  .sm\:-right-72{
    right: -18rem !important;
  }

  .sm\:-right-80{
    right: -20rem !important;
  }

  .sm\:-right-96{
    right: -24rem !important;
  }

  .sm\:-right-px{
    right: -1px !important;
  }

  .sm\:-right-0\.5{
    right: -0.125rem !important;
  }

  .sm\:-right-1\.5{
    right: -0.375rem !important;
  }

  .sm\:-right-2\.5{
    right: -0.625rem !important;
  }

  .sm\:-right-3\.5{
    right: -0.875rem !important;
  }

  .sm\:right-1\/2{
    right: 50% !important;
  }

  .sm\:right-1\/3{
    right: 33.333333% !important;
  }

  .sm\:right-2\/3{
    right: 66.666667% !important;
  }

  .sm\:right-1\/4{
    right: 25% !important;
  }

  .sm\:right-2\/4{
    right: 50% !important;
  }

  .sm\:right-3\/4{
    right: 75% !important;
  }

  .sm\:right-full{
    right: 100% !important;
  }

  .sm\:-right-1\/2{
    right: -50% !important;
  }

  .sm\:-right-1\/3{
    right: -33.333333% !important;
  }

  .sm\:-right-2\/3{
    right: -66.666667% !important;
  }

  .sm\:-right-1\/4{
    right: -25% !important;
  }

  .sm\:-right-2\/4{
    right: -50% !important;
  }

  .sm\:-right-3\/4{
    right: -75% !important;
  }

  .sm\:-right-full{
    right: -100% !important;
  }

  .sm\:bottom-0{
    bottom: 0px !important;
  }

  .sm\:bottom-1{
    bottom: 0.25rem !important;
  }

  .sm\:bottom-2{
    bottom: 0.5rem !important;
  }

  .sm\:bottom-3{
    bottom: 0.75rem !important;
  }

  .sm\:bottom-4{
    bottom: 1rem !important;
  }

  .sm\:bottom-5{
    bottom: 1.25rem !important;
  }

  .sm\:bottom-6{
    bottom: 1.5rem !important;
  }

  .sm\:bottom-7{
    bottom: 1.75rem !important;
  }

  .sm\:bottom-8{
    bottom: 2rem !important;
  }

  .sm\:bottom-9{
    bottom: 2.25rem !important;
  }

  .sm\:bottom-10{
    bottom: 2.5rem !important;
  }

  .sm\:bottom-11{
    bottom: 2.75rem !important;
  }

  .sm\:bottom-12{
    bottom: 3rem !important;
  }

  .sm\:bottom-14{
    bottom: 3.5rem !important;
  }

  .sm\:bottom-16{
    bottom: 4rem !important;
  }

  .sm\:bottom-20{
    bottom: 5rem !important;
  }

  .sm\:bottom-24{
    bottom: 6rem !important;
  }

  .sm\:bottom-28{
    bottom: 7rem !important;
  }

  .sm\:bottom-32{
    bottom: 8rem !important;
  }

  .sm\:bottom-36{
    bottom: 9rem !important;
  }

  .sm\:bottom-40{
    bottom: 10rem !important;
  }

  .sm\:bottom-44{
    bottom: 11rem !important;
  }

  .sm\:bottom-48{
    bottom: 12rem !important;
  }

  .sm\:bottom-52{
    bottom: 13rem !important;
  }

  .sm\:bottom-56{
    bottom: 14rem !important;
  }

  .sm\:bottom-60{
    bottom: 15rem !important;
  }

  .sm\:bottom-64{
    bottom: 16rem !important;
  }

  .sm\:bottom-72{
    bottom: 18rem !important;
  }

  .sm\:bottom-80{
    bottom: 20rem !important;
  }

  .sm\:bottom-96{
    bottom: 24rem !important;
  }

  .sm\:bottom-auto{
    bottom: auto !important;
  }

  .sm\:bottom-px{
    bottom: 1px !important;
  }

  .sm\:bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .sm\:bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .sm\:bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .sm\:bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .sm\:-bottom-0{
    bottom: 0px !important;
  }

  .sm\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .sm\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .sm\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .sm\:-bottom-4{
    bottom: -1rem !important;
  }

  .sm\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .sm\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .sm\:-bottom-7{
    bottom: -1.75rem !important;
  }

  .sm\:-bottom-8{
    bottom: -2rem !important;
  }

  .sm\:-bottom-9{
    bottom: -2.25rem !important;
  }

  .sm\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .sm\:-bottom-11{
    bottom: -2.75rem !important;
  }

  .sm\:-bottom-12{
    bottom: -3rem !important;
  }

  .sm\:-bottom-14{
    bottom: -3.5rem !important;
  }

  .sm\:-bottom-16{
    bottom: -4rem !important;
  }

  .sm\:-bottom-20{
    bottom: -5rem !important;
  }

  .sm\:-bottom-24{
    bottom: -6rem !important;
  }

  .sm\:-bottom-28{
    bottom: -7rem !important;
  }

  .sm\:-bottom-32{
    bottom: -8rem !important;
  }

  .sm\:-bottom-36{
    bottom: -9rem !important;
  }

  .sm\:-bottom-40{
    bottom: -10rem !important;
  }

  .sm\:-bottom-44{
    bottom: -11rem !important;
  }

  .sm\:-bottom-48{
    bottom: -12rem !important;
  }

  .sm\:-bottom-52{
    bottom: -13rem !important;
  }

  .sm\:-bottom-56{
    bottom: -14rem !important;
  }

  .sm\:-bottom-60{
    bottom: -15rem !important;
  }

  .sm\:-bottom-64{
    bottom: -16rem !important;
  }

  .sm\:-bottom-72{
    bottom: -18rem !important;
  }

  .sm\:-bottom-80{
    bottom: -20rem !important;
  }

  .sm\:-bottom-96{
    bottom: -24rem !important;
  }

  .sm\:-bottom-px{
    bottom: -1px !important;
  }

  .sm\:-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .sm\:-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .sm\:-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .sm\:-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .sm\:bottom-1\/2{
    bottom: 50% !important;
  }

  .sm\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .sm\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .sm\:bottom-1\/4{
    bottom: 25% !important;
  }

  .sm\:bottom-2\/4{
    bottom: 50% !important;
  }

  .sm\:bottom-3\/4{
    bottom: 75% !important;
  }

  .sm\:bottom-full{
    bottom: 100% !important;
  }

  .sm\:-bottom-1\/2{
    bottom: -50% !important;
  }

  .sm\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .sm\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .sm\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .sm\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .sm\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .sm\:-bottom-full{
    bottom: -100% !important;
  }

  .sm\:left-0{
    left: 0px !important;
  }

  .sm\:left-1{
    left: 0.25rem !important;
  }

  .sm\:left-2{
    left: 0.5rem !important;
  }

  .sm\:left-3{
    left: 0.75rem !important;
  }

  .sm\:left-4{
    left: 1rem !important;
  }

  .sm\:left-5{
    left: 1.25rem !important;
  }

  .sm\:left-6{
    left: 1.5rem !important;
  }

  .sm\:left-7{
    left: 1.75rem !important;
  }

  .sm\:left-8{
    left: 2rem !important;
  }

  .sm\:left-9{
    left: 2.25rem !important;
  }

  .sm\:left-10{
    left: 2.5rem !important;
  }

  .sm\:left-11{
    left: 2.75rem !important;
  }

  .sm\:left-12{
    left: 3rem !important;
  }

  .sm\:left-14{
    left: 3.5rem !important;
  }

  .sm\:left-16{
    left: 4rem !important;
  }

  .sm\:left-20{
    left: 5rem !important;
  }

  .sm\:left-24{
    left: 6rem !important;
  }

  .sm\:left-28{
    left: 7rem !important;
  }

  .sm\:left-32{
    left: 8rem !important;
  }

  .sm\:left-36{
    left: 9rem !important;
  }

  .sm\:left-40{
    left: 10rem !important;
  }

  .sm\:left-44{
    left: 11rem !important;
  }

  .sm\:left-48{
    left: 12rem !important;
  }

  .sm\:left-52{
    left: 13rem !important;
  }

  .sm\:left-56{
    left: 14rem !important;
  }

  .sm\:left-60{
    left: 15rem !important;
  }

  .sm\:left-64{
    left: 16rem !important;
  }

  .sm\:left-72{
    left: 18rem !important;
  }

  .sm\:left-80{
    left: 20rem !important;
  }

  .sm\:left-96{
    left: 24rem !important;
  }

  .sm\:left-auto{
    left: auto !important;
  }

  .sm\:left-px{
    left: 1px !important;
  }

  .sm\:left-0\.5{
    left: 0.125rem !important;
  }

  .sm\:left-1\.5{
    left: 0.375rem !important;
  }

  .sm\:left-2\.5{
    left: 0.625rem !important;
  }

  .sm\:left-3\.5{
    left: 0.875rem !important;
  }

  .sm\:-left-0{
    left: 0px !important;
  }

  .sm\:-left-1{
    left: -0.25rem !important;
  }

  .sm\:-left-2{
    left: -0.5rem !important;
  }

  .sm\:-left-3{
    left: -0.75rem !important;
  }

  .sm\:-left-4{
    left: -1rem !important;
  }

  .sm\:-left-5{
    left: -1.25rem !important;
  }

  .sm\:-left-6{
    left: -1.5rem !important;
  }

  .sm\:-left-7{
    left: -1.75rem !important;
  }

  .sm\:-left-8{
    left: -2rem !important;
  }

  .sm\:-left-9{
    left: -2.25rem !important;
  }

  .sm\:-left-10{
    left: -2.5rem !important;
  }

  .sm\:-left-11{
    left: -2.75rem !important;
  }

  .sm\:-left-12{
    left: -3rem !important;
  }

  .sm\:-left-14{
    left: -3.5rem !important;
  }

  .sm\:-left-16{
    left: -4rem !important;
  }

  .sm\:-left-20{
    left: -5rem !important;
  }

  .sm\:-left-24{
    left: -6rem !important;
  }

  .sm\:-left-28{
    left: -7rem !important;
  }

  .sm\:-left-32{
    left: -8rem !important;
  }

  .sm\:-left-36{
    left: -9rem !important;
  }

  .sm\:-left-40{
    left: -10rem !important;
  }

  .sm\:-left-44{
    left: -11rem !important;
  }

  .sm\:-left-48{
    left: -12rem !important;
  }

  .sm\:-left-52{
    left: -13rem !important;
  }

  .sm\:-left-56{
    left: -14rem !important;
  }

  .sm\:-left-60{
    left: -15rem !important;
  }

  .sm\:-left-64{
    left: -16rem !important;
  }

  .sm\:-left-72{
    left: -18rem !important;
  }

  .sm\:-left-80{
    left: -20rem !important;
  }

  .sm\:-left-96{
    left: -24rem !important;
  }

  .sm\:-left-px{
    left: -1px !important;
  }

  .sm\:-left-0\.5{
    left: -0.125rem !important;
  }

  .sm\:-left-1\.5{
    left: -0.375rem !important;
  }

  .sm\:-left-2\.5{
    left: -0.625rem !important;
  }

  .sm\:-left-3\.5{
    left: -0.875rem !important;
  }

  .sm\:left-1\/2{
    left: 50% !important;
  }

  .sm\:left-1\/3{
    left: 33.333333% !important;
  }

  .sm\:left-2\/3{
    left: 66.666667% !important;
  }

  .sm\:left-1\/4{
    left: 25% !important;
  }

  .sm\:left-2\/4{
    left: 50% !important;
  }

  .sm\:left-3\/4{
    left: 75% !important;
  }

  .sm\:left-full{
    left: 100% !important;
  }

  .sm\:-left-1\/2{
    left: -50% !important;
  }

  .sm\:-left-1\/3{
    left: -33.333333% !important;
  }

  .sm\:-left-2\/3{
    left: -66.666667% !important;
  }

  .sm\:-left-1\/4{
    left: -25% !important;
  }

  .sm\:-left-2\/4{
    left: -50% !important;
  }

  .sm\:-left-3\/4{
    left: -75% !important;
  }

  .sm\:-left-full{
    left: -100% !important;
  }

  .sm\:isolate{
    isolation: isolate !important;
  }

  .sm\:isolation-auto{
    isolation: auto !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\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .sm\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .sm\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .sm\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .sm\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .sm\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .sm\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .sm\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .sm\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .sm\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .sm\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .sm\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .sm\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .sm\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .sm\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .sm\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .sm\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .sm\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .sm\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .sm\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .sm\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .sm\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .sm\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .sm\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .sm\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .sm\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .sm\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .sm\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .sm\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !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\: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\:float-right{
    float: right !important;
  }

  .sm\:float-left{
    float: left !important;
  }

  .sm\:float-none{
    float: none !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\:m-0{
    margin: 0px !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-7{
    margin: 1.75rem !important;
  }

  .sm\:m-8{
    margin: 2rem !important;
  }

  .sm\:m-9{
    margin: 2.25rem !important;
  }

  .sm\:m-10{
    margin: 2.5rem !important;
  }

  .sm\:m-11{
    margin: 2.75rem !important;
  }

  .sm\:m-12{
    margin: 3rem !important;
  }

  .sm\:m-14{
    margin: 3.5rem !important;
  }

  .sm\:m-16{
    margin: 4rem !important;
  }

  .sm\:m-20{
    margin: 5rem !important;
  }

  .sm\:m-24{
    margin: 6rem !important;
  }

  .sm\:m-28{
    margin: 7rem !important;
  }

  .sm\:m-32{
    margin: 8rem !important;
  }

  .sm\:m-36{
    margin: 9rem !important;
  }

  .sm\:m-40{
    margin: 10rem !important;
  }

  .sm\:m-44{
    margin: 11rem !important;
  }

  .sm\:m-48{
    margin: 12rem !important;
  }

  .sm\:m-52{
    margin: 13rem !important;
  }

  .sm\:m-56{
    margin: 14rem !important;
  }

  .sm\:m-60{
    margin: 15rem !important;
  }

  .sm\:m-64{
    margin: 16rem !important;
  }

  .sm\:m-72{
    margin: 18rem !important;
  }

  .sm\:m-80{
    margin: 20rem !important;
  }

  .sm\:m-96{
    margin: 24rem !important;
  }

  .sm\:m-auto{
    margin: auto !important;
  }

  .sm\:m-px{
    margin: 1px !important;
  }

  .sm\:m-0\.5{
    margin: 0.125rem !important;
  }

  .sm\:m-1\.5{
    margin: 0.375rem !important;
  }

  .sm\:m-2\.5{
    margin: 0.625rem !important;
  }

  .sm\:m-3\.5{
    margin: 0.875rem !important;
  }

  .sm\:-m-0{
    margin: 0px !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-7{
    margin: -1.75rem !important;
  }

  .sm\:-m-8{
    margin: -2rem !important;
  }

  .sm\:-m-9{
    margin: -2.25rem !important;
  }

  .sm\:-m-10{
    margin: -2.5rem !important;
  }

  .sm\:-m-11{
    margin: -2.75rem !important;
  }

  .sm\:-m-12{
    margin: -3rem !important;
  }

  .sm\:-m-14{
    margin: -3.5rem !important;
  }

  .sm\:-m-16{
    margin: -4rem !important;
  }

  .sm\:-m-20{
    margin: -5rem !important;
  }

  .sm\:-m-24{
    margin: -6rem !important;
  }

  .sm\:-m-28{
    margin: -7rem !important;
  }

  .sm\:-m-32{
    margin: -8rem !important;
  }

  .sm\:-m-36{
    margin: -9rem !important;
  }

  .sm\:-m-40{
    margin: -10rem !important;
  }

  .sm\:-m-44{
    margin: -11rem !important;
  }

  .sm\:-m-48{
    margin: -12rem !important;
  }

  .sm\:-m-52{
    margin: -13rem !important;
  }

  .sm\:-m-56{
    margin: -14rem !important;
  }

  .sm\:-m-60{
    margin: -15rem !important;
  }

  .sm\:-m-64{
    margin: -16rem !important;
  }

  .sm\:-m-72{
    margin: -18rem !important;
  }

  .sm\:-m-80{
    margin: -20rem !important;
  }

  .sm\:-m-96{
    margin: -24rem !important;
  }

  .sm\:-m-px{
    margin: -1px !important;
  }

  .sm\:-m-0\.5{
    margin: -0.125rem !important;
  }

  .sm\:-m-1\.5{
    margin: -0.375rem !important;
  }

  .sm\:-m-2\.5{
    margin: -0.625rem !important;
  }

  .sm\:-m-3\.5{
    margin: -0.875rem !important;
  }

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

  .sm\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

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

  .sm\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

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

  .sm\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .sm\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .sm\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .sm\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .sm\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .sm\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:mx-36{
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .sm\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .sm\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .sm\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .sm\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .sm\:mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .sm\:mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

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

  .sm\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .sm\:mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .sm\:mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .sm\:mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

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

  .sm\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

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

  .sm\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

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

  .sm\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .sm\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:-mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .sm\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .sm\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:-mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .sm\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .sm\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:-mx-36{
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .sm\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .sm\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .sm\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .sm\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:-mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .sm\:-mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .sm\:-mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .sm\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .sm\:-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .sm\:-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .sm\:-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

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

  .sm\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

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

  .sm\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .sm\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:my-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .sm\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .sm\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .sm\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .sm\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:my-36{
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .sm\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .sm\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .sm\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .sm\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:my-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .sm\:my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .sm\:my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .sm\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .sm\:my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .sm\:my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .sm\:my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

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

  .sm\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

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

  .sm\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .sm\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:-my-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .sm\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .sm\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:-my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .sm\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .sm\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:-my-36{
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .sm\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .sm\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .sm\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .sm\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:-my-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .sm\:-my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .sm\:-my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .sm\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .sm\:-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .sm\:-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .sm\:-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .sm\:mt-0{
    margin-top: 0px !important;
  }

  .sm\:mt-1{
    margin-top: 0.25rem !important;
  }

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

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

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

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

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

  .sm\:mt-7{
    margin-top: 1.75rem !important;
  }

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

  .sm\:mt-9{
    margin-top: 2.25rem !important;
  }

  .sm\:mt-10{
    margin-top: 2.5rem !important;
  }

  .sm\:mt-11{
    margin-top: 2.75rem !important;
  }

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

  .sm\:mt-14{
    margin-top: 3.5rem !important;
  }

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

  .sm\:mt-20{
    margin-top: 5rem !important;
  }

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

  .sm\:mt-28{
    margin-top: 7rem !important;
  }

  .sm\:mt-32{
    margin-top: 8rem !important;
  }

  .sm\:mt-36{
    margin-top: 9rem !important;
  }

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

  .sm\:mt-44{
    margin-top: 11rem !important;
  }

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

  .sm\:mt-52{
    margin-top: 13rem !important;
  }

  .sm\:mt-56{
    margin-top: 14rem !important;
  }

  .sm\:mt-60{
    margin-top: 15rem !important;
  }

  .sm\:mt-64{
    margin-top: 16rem !important;
  }

  .sm\:mt-72{
    margin-top: 18rem !important;
  }

  .sm\:mt-80{
    margin-top: 20rem !important;
  }

  .sm\:mt-96{
    margin-top: 24rem !important;
  }

  .sm\:mt-auto{
    margin-top: auto !important;
  }

  .sm\:mt-px{
    margin-top: 1px !important;
  }

  .sm\:mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .sm\:mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .sm\:mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .sm\:mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .sm\:-mt-0{
    margin-top: 0px !important;
  }

  .sm\:-mt-1{
    margin-top: -0.25rem !important;
  }

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

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

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

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

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

  .sm\:-mt-7{
    margin-top: -1.75rem !important;
  }

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

  .sm\:-mt-9{
    margin-top: -2.25rem !important;
  }

  .sm\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .sm\:-mt-11{
    margin-top: -2.75rem !important;
  }

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

  .sm\:-mt-14{
    margin-top: -3.5rem !important;
  }

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

  .sm\:-mt-20{
    margin-top: -5rem !important;
  }

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

  .sm\:-mt-28{
    margin-top: -7rem !important;
  }

  .sm\:-mt-32{
    margin-top: -8rem !important;
  }

  .sm\:-mt-36{
    margin-top: -9rem !important;
  }

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

  .sm\:-mt-44{
    margin-top: -11rem !important;
  }

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

  .sm\:-mt-52{
    margin-top: -13rem !important;
  }

  .sm\:-mt-56{
    margin-top: -14rem !important;
  }

  .sm\:-mt-60{
    margin-top: -15rem !important;
  }

  .sm\:-mt-64{
    margin-top: -16rem !important;
  }

  .sm\:-mt-72{
    margin-top: -18rem !important;
  }

  .sm\:-mt-80{
    margin-top: -20rem !important;
  }

  .sm\:-mt-96{
    margin-top: -24rem !important;
  }

  .sm\:-mt-px{
    margin-top: -1px !important;
  }

  .sm\:-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .sm\:-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .sm\:-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .sm\:-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .sm\:mr-0{
    margin-right: 0px !important;
  }

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

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

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

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

  .sm\:mr-5{
    margin-right: 1.25rem !important;
  }

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

  .sm\:mr-7{
    margin-right: 1.75rem !important;
  }

  .sm\:mr-8{
    margin-right: 2rem !important;
  }

  .sm\:mr-9{
    margin-right: 2.25rem !important;
  }

  .sm\:mr-10{
    margin-right: 2.5rem !important;
  }

  .sm\:mr-11{
    margin-right: 2.75rem !important;
  }

  .sm\:mr-12{
    margin-right: 3rem !important;
  }

  .sm\:mr-14{
    margin-right: 3.5rem !important;
  }

  .sm\:mr-16{
    margin-right: 4rem !important;
  }

  .sm\:mr-20{
    margin-right: 5rem !important;
  }

  .sm\:mr-24{
    margin-right: 6rem !important;
  }

  .sm\:mr-28{
    margin-right: 7rem !important;
  }

  .sm\:mr-32{
    margin-right: 8rem !important;
  }

  .sm\:mr-36{
    margin-right: 9rem !important;
  }

  .sm\:mr-40{
    margin-right: 10rem !important;
  }

  .sm\:mr-44{
    margin-right: 11rem !important;
  }

  .sm\:mr-48{
    margin-right: 12rem !important;
  }

  .sm\:mr-52{
    margin-right: 13rem !important;
  }

  .sm\:mr-56{
    margin-right: 14rem !important;
  }

  .sm\:mr-60{
    margin-right: 15rem !important;
  }

  .sm\:mr-64{
    margin-right: 16rem !important;
  }

  .sm\:mr-72{
    margin-right: 18rem !important;
  }

  .sm\:mr-80{
    margin-right: 20rem !important;
  }

  .sm\:mr-96{
    margin-right: 24rem !important;
  }

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

  .sm\:mr-px{
    margin-right: 1px !important;
  }

  .sm\:mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .sm\:mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .sm\:mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .sm\:mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .sm\:-mr-0{
    margin-right: 0px !important;
  }

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

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

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

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

  .sm\:-mr-5{
    margin-right: -1.25rem !important;
  }

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

  .sm\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .sm\:-mr-8{
    margin-right: -2rem !important;
  }

  .sm\:-mr-9{
    margin-right: -2.25rem !important;
  }

  .sm\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .sm\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .sm\:-mr-12{
    margin-right: -3rem !important;
  }

  .sm\:-mr-14{
    margin-right: -3.5rem !important;
  }

  .sm\:-mr-16{
    margin-right: -4rem !important;
  }

  .sm\:-mr-20{
    margin-right: -5rem !important;
  }

  .sm\:-mr-24{
    margin-right: -6rem !important;
  }

  .sm\:-mr-28{
    margin-right: -7rem !important;
  }

  .sm\:-mr-32{
    margin-right: -8rem !important;
  }

  .sm\:-mr-36{
    margin-right: -9rem !important;
  }

  .sm\:-mr-40{
    margin-right: -10rem !important;
  }

  .sm\:-mr-44{
    margin-right: -11rem !important;
  }

  .sm\:-mr-48{
    margin-right: -12rem !important;
  }

  .sm\:-mr-52{
    margin-right: -13rem !important;
  }

  .sm\:-mr-56{
    margin-right: -14rem !important;
  }

  .sm\:-mr-60{
    margin-right: -15rem !important;
  }

  .sm\:-mr-64{
    margin-right: -16rem !important;
  }

  .sm\:-mr-72{
    margin-right: -18rem !important;
  }

  .sm\:-mr-80{
    margin-right: -20rem !important;
  }

  .sm\:-mr-96{
    margin-right: -24rem !important;
  }

  .sm\:-mr-px{
    margin-right: -1px !important;
  }

  .sm\:-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .sm\:-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .sm\:-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .sm\:-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .sm\:mb-0{
    margin-bottom: 0px !important;
  }

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

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

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

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

  .sm\:mb-5{
    margin-bottom: 1.25rem !important;
  }

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

  .sm\:mb-7{
    margin-bottom: 1.75rem !important;
  }

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

  .sm\:mb-9{
    margin-bottom: 2.25rem !important;
  }

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

  .sm\:mb-11{
    margin-bottom: 2.75rem !important;
  }

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

  .sm\:mb-14{
    margin-bottom: 3.5rem !important;
  }

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

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

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

  .sm\:mb-28{
    margin-bottom: 7rem !important;
  }

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

  .sm\:mb-36{
    margin-bottom: 9rem !important;
  }

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

  .sm\:mb-44{
    margin-bottom: 11rem !important;
  }

  .sm\:mb-48{
    margin-bottom: 12rem !important;
  }

  .sm\:mb-52{
    margin-bottom: 13rem !important;
  }

  .sm\:mb-56{
    margin-bottom: 14rem !important;
  }

  .sm\:mb-60{
    margin-bottom: 15rem !important;
  }

  .sm\:mb-64{
    margin-bottom: 16rem !important;
  }

  .sm\:mb-72{
    margin-bottom: 18rem !important;
  }

  .sm\:mb-80{
    margin-bottom: 20rem !important;
  }

  .sm\:mb-96{
    margin-bottom: 24rem !important;
  }

  .sm\:mb-auto{
    margin-bottom: auto !important;
  }

  .sm\:mb-px{
    margin-bottom: 1px !important;
  }

  .sm\:mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .sm\:mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .sm\:mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .sm\:mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .sm\:-mb-0{
    margin-bottom: 0px !important;
  }

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

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

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

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

  .sm\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

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

  .sm\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

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

  .sm\:-mb-9{
    margin-bottom: -2.25rem !important;
  }

  .sm\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .sm\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .sm\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .sm\:-mb-14{
    margin-bottom: -3.5rem !important;
  }

  .sm\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .sm\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .sm\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .sm\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .sm\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .sm\:-mb-36{
    margin-bottom: -9rem !important;
  }

  .sm\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .sm\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .sm\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .sm\:-mb-52{
    margin-bottom: -13rem !important;
  }

  .sm\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .sm\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .sm\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .sm\:-mb-72{
    margin-bottom: -18rem !important;
  }

  .sm\:-mb-80{
    margin-bottom: -20rem !important;
  }

  .sm\:-mb-96{
    margin-bottom: -24rem !important;
  }

  .sm\:-mb-px{
    margin-bottom: -1px !important;
  }

  .sm\:-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .sm\:-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .sm\:-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .sm\:-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .sm\:ml-0{
    margin-left: 0px !important;
  }

  .sm\:ml-1{
    margin-left: 0.25rem !important;
  }

  .sm\:ml-2{
    margin-left: 0.5rem !important;
  }

  .sm\:ml-3{
    margin-left: 0.75rem !important;
  }

  .sm\:ml-4{
    margin-left: 1rem !important;
  }

  .sm\:ml-5{
    margin-left: 1.25rem !important;
  }

  .sm\:ml-6{
    margin-left: 1.5rem !important;
  }

  .sm\:ml-7{
    margin-left: 1.75rem !important;
  }

  .sm\:ml-8{
    margin-left: 2rem !important;
  }

  .sm\:ml-9{
    margin-left: 2.25rem !important;
  }

  .sm\:ml-10{
    margin-left: 2.5rem !important;
  }

  .sm\:ml-11{
    margin-left: 2.75rem !important;
  }

  .sm\:ml-12{
    margin-left: 3rem !important;
  }

  .sm\:ml-14{
    margin-left: 3.5rem !important;
  }

  .sm\:ml-16{
    margin-left: 4rem !important;
  }

  .sm\:ml-20{
    margin-left: 5rem !important;
  }

  .sm\:ml-24{
    margin-left: 6rem !important;
  }

  .sm\:ml-28{
    margin-left: 7rem !important;
  }

  .sm\:ml-32{
    margin-left: 8rem !important;
  }

  .sm\:ml-36{
    margin-left: 9rem !important;
  }

  .sm\:ml-40{
    margin-left: 10rem !important;
  }

  .sm\:ml-44{
    margin-left: 11rem !important;
  }

  .sm\:ml-48{
    margin-left: 12rem !important;
  }

  .sm\:ml-52{
    margin-left: 13rem !important;
  }

  .sm\:ml-56{
    margin-left: 14rem !important;
  }

  .sm\:ml-60{
    margin-left: 15rem !important;
  }

  .sm\:ml-64{
    margin-left: 16rem !important;
  }

  .sm\:ml-72{
    margin-left: 18rem !important;
  }

  .sm\:ml-80{
    margin-left: 20rem !important;
  }

  .sm\:ml-96{
    margin-left: 24rem !important;
  }

  .sm\:ml-auto{
    margin-left: auto !important;
  }

  .sm\:ml-px{
    margin-left: 1px !important;
  }

  .sm\:ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .sm\:ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .sm\:ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .sm\:ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .sm\:-ml-0{
    margin-left: 0px !important;
  }

  .sm\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .sm\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .sm\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .sm\:-ml-4{
    margin-left: -1rem !important;
  }

  .sm\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .sm\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .sm\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .sm\:-ml-8{
    margin-left: -2rem !important;
  }

  .sm\:-ml-9{
    margin-left: -2.25rem !important;
  }

  .sm\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .sm\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .sm\:-ml-12{
    margin-left: -3rem !important;
  }

  .sm\:-ml-14{
    margin-left: -3.5rem !important;
  }

  .sm\:-ml-16{
    margin-left: -4rem !important;
  }

  .sm\:-ml-20{
    margin-left: -5rem !important;
  }

  .sm\:-ml-24{
    margin-left: -6rem !important;
  }

  .sm\:-ml-28{
    margin-left: -7rem !important;
  }

  .sm\:-ml-32{
    margin-left: -8rem !important;
  }

  .sm\:-ml-36{
    margin-left: -9rem !important;
  }

  .sm\:-ml-40{
    margin-left: -10rem !important;
  }

  .sm\:-ml-44{
    margin-left: -11rem !important;
  }

  .sm\:-ml-48{
    margin-left: -12rem !important;
  }

  .sm\:-ml-52{
    margin-left: -13rem !important;
  }

  .sm\:-ml-56{
    margin-left: -14rem !important;
  }

  .sm\:-ml-60{
    margin-left: -15rem !important;
  }

  .sm\:-ml-64{
    margin-left: -16rem !important;
  }

  .sm\:-ml-72{
    margin-left: -18rem !important;
  }

  .sm\:-ml-80{
    margin-left: -20rem !important;
  }

  .sm\:-ml-96{
    margin-left: -24rem !important;
  }

  .sm\:-ml-px{
    margin-left: -1px !important;
  }

  .sm\:-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .sm\:-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .sm\:-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .sm\:-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .sm\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .sm\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .sm\:block{
    display: block !important;
  }

  .sm\:inline-block{
    display: inline-block !important;
  }

  .sm\:inline{
    display: inline !important;
  }

  .sm\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .sm\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .sm\:table{
    display: table !important;
  }

  .sm\:inline-table{
    display: inline-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\:list-item{
    display: list-item !important;
  }

  .sm\:hidden{
    display: none !important;
  }

  .sm\:h-0{
    height: 0px !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-7{
    height: 1.75rem !important;
  }

  .sm\:h-8{
    height: 2rem !important;
  }

  .sm\:h-9{
    height: 2.25rem !important;
  }

  .sm\:h-10{
    height: 2.5rem !important;
  }

  .sm\:h-11{
    height: 2.75rem !important;
  }

  .sm\:h-12{
    height: 3rem !important;
  }

  .sm\:h-14{
    height: 3.5rem !important;
  }

  .sm\:h-16{
    height: 4rem !important;
  }

  .sm\:h-20{
    height: 5rem !important;
  }

  .sm\:h-24{
    height: 6rem !important;
  }

  .sm\:h-28{
    height: 7rem !important;
  }

  .sm\:h-32{
    height: 8rem !important;
  }

  .sm\:h-36{
    height: 9rem !important;
  }

  .sm\:h-40{
    height: 10rem !important;
  }

  .sm\:h-44{
    height: 11rem !important;
  }

  .sm\:h-48{
    height: 12rem !important;
  }

  .sm\:h-52{
    height: 13rem !important;
  }

  .sm\:h-56{
    height: 14rem !important;
  }

  .sm\:h-60{
    height: 15rem !important;
  }

  .sm\:h-64{
    height: 16rem !important;
  }

  .sm\:h-72{
    height: 18rem !important;
  }

  .sm\:h-80{
    height: 20rem !important;
  }

  .sm\:h-96{
    height: 24rem !important;
  }

  .sm\:h-auto{
    height: auto !important;
  }

  .sm\:h-px{
    height: 1px !important;
  }

  .sm\:h-0\.5{
    height: 0.125rem !important;
  }

  .sm\:h-1\.5{
    height: 0.375rem !important;
  }

  .sm\:h-2\.5{
    height: 0.625rem !important;
  }

  .sm\:h-3\.5{
    height: 0.875rem !important;
  }

  .sm\:h-1\/2{
    height: 50% !important;
  }

  .sm\:h-1\/3{
    height: 33.333333% !important;
  }

  .sm\:h-2\/3{
    height: 66.666667% !important;
  }

  .sm\:h-1\/4{
    height: 25% !important;
  }

  .sm\:h-2\/4{
    height: 50% !important;
  }

  .sm\:h-3\/4{
    height: 75% !important;
  }

  .sm\:h-1\/5{
    height: 20% !important;
  }

  .sm\:h-2\/5{
    height: 40% !important;
  }

  .sm\:h-3\/5{
    height: 60% !important;
  }

  .sm\:h-4\/5{
    height: 80% !important;
  }

  .sm\:h-1\/6{
    height: 16.666667% !important;
  }

  .sm\:h-2\/6{
    height: 33.333333% !important;
  }

  .sm\:h-3\/6{
    height: 50% !important;
  }

  .sm\:h-4\/6{
    height: 66.666667% !important;
  }

  .sm\:h-5\/6{
    height: 83.333333% !important;
  }

  .sm\:h-full{
    height: 100% !important;
  }

  .sm\:h-screen{
    height: 100vh !important;
  }

  .sm\:max-h-0{
    max-height: 0px !important;
  }

  .sm\:max-h-1{
    max-height: 0.25rem !important;
  }

  .sm\:max-h-2{
    max-height: 0.5rem !important;
  }

  .sm\:max-h-3{
    max-height: 0.75rem !important;
  }

  .sm\:max-h-4{
    max-height: 1rem !important;
  }

  .sm\:max-h-5{
    max-height: 1.25rem !important;
  }

  .sm\:max-h-6{
    max-height: 1.5rem !important;
  }

  .sm\:max-h-7{
    max-height: 1.75rem !important;
  }

  .sm\:max-h-8{
    max-height: 2rem !important;
  }

  .sm\:max-h-9{
    max-height: 2.25rem !important;
  }

  .sm\:max-h-10{
    max-height: 2.5rem !important;
  }

  .sm\:max-h-11{
    max-height: 2.75rem !important;
  }

  .sm\:max-h-12{
    max-height: 3rem !important;
  }

  .sm\:max-h-14{
    max-height: 3.5rem !important;
  }

  .sm\:max-h-16{
    max-height: 4rem !important;
  }

  .sm\:max-h-20{
    max-height: 5rem !important;
  }

  .sm\:max-h-24{
    max-height: 6rem !important;
  }

  .sm\:max-h-28{
    max-height: 7rem !important;
  }

  .sm\:max-h-32{
    max-height: 8rem !important;
  }

  .sm\:max-h-36{
    max-height: 9rem !important;
  }

  .sm\:max-h-40{
    max-height: 10rem !important;
  }

  .sm\:max-h-44{
    max-height: 11rem !important;
  }

  .sm\:max-h-48{
    max-height: 12rem !important;
  }

  .sm\:max-h-52{
    max-height: 13rem !important;
  }

  .sm\:max-h-56{
    max-height: 14rem !important;
  }

  .sm\:max-h-60{
    max-height: 15rem !important;
  }

  .sm\:max-h-64{
    max-height: 16rem !important;
  }

  .sm\:max-h-72{
    max-height: 18rem !important;
  }

  .sm\:max-h-80{
    max-height: 20rem !important;
  }

  .sm\:max-h-96{
    max-height: 24rem !important;
  }

  .sm\:max-h-px{
    max-height: 1px !important;
  }

  .sm\:max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .sm\:max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .sm\:max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .sm\:max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .sm\:max-h-full{
    max-height: 100% !important;
  }

  .sm\:max-h-screen{
    max-height: 100vh !important;
  }

  .sm\:min-h-0{
    min-height: 0px !important;
  }

  .sm\:min-h-full{
    min-height: 100% !important;
  }

  .sm\:min-h-screen{
    min-height: 100vh !important;
  }

  .sm\:w-0{
    width: 0px !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-7{
    width: 1.75rem !important;
  }

  .sm\:w-8{
    width: 2rem !important;
  }

  .sm\:w-9{
    width: 2.25rem !important;
  }

  .sm\:w-10{
    width: 2.5rem !important;
  }

  .sm\:w-11{
    width: 2.75rem !important;
  }

  .sm\:w-12{
    width: 3rem !important;
  }

  .sm\:w-14{
    width: 3.5rem !important;
  }

  .sm\:w-16{
    width: 4rem !important;
  }

  .sm\:w-20{
    width: 5rem !important;
  }

  .sm\:w-24{
    width: 6rem !important;
  }

  .sm\:w-28{
    width: 7rem !important;
  }

  .sm\:w-32{
    width: 8rem !important;
  }

  .sm\:w-36{
    width: 9rem !important;
  }

  .sm\:w-40{
    width: 10rem !important;
  }

  .sm\:w-44{
    width: 11rem !important;
  }

  .sm\:w-48{
    width: 12rem !important;
  }

  .sm\:w-52{
    width: 13rem !important;
  }

  .sm\:w-56{
    width: 14rem !important;
  }

  .sm\:w-60{
    width: 15rem !important;
  }

  .sm\:w-64{
    width: 16rem !important;
  }

  .sm\:w-72{
    width: 18rem !important;
  }

  .sm\:w-80{
    width: 20rem !important;
  }

  .sm\:w-96{
    width: 24rem !important;
  }

  .sm\:w-auto{
    width: auto !important;
  }

  .sm\:w-px{
    width: 1px !important;
  }

  .sm\:w-0\.5{
    width: 0.125rem !important;
  }

  .sm\:w-1\.5{
    width: 0.375rem !important;
  }

  .sm\:w-2\.5{
    width: 0.625rem !important;
  }

  .sm\:w-3\.5{
    width: 0.875rem !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\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .sm\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .sm\:min-w-0{
    min-width: 0px !important;
  }

  .sm\:min-w-full{
    min-width: 100% !important;
  }

  .sm\:min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .sm\:min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .sm\:max-w-0{
    max-width: 0rem !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-7xl{
    max-width: 80rem !important;
  }

  .sm\:max-w-full{
    max-width: 100% !important;
  }

  .sm\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .sm\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .sm\:max-w-prose{
    max-width: 65ch !important;
  }

  .sm\:max-w-screen-xs{
    max-width: 400px !important;
  }

  .sm\:max-w-screen-sm{
    max-width: 576px !important;
  }

  .sm\:max-w-screen-md{
    max-width: 768px !important;
  }

  .sm\:max-w-screen-mdlg{
    max-width: 992px !important;
  }

  .sm\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .sm\:max-w-screen-lgxl{
    max-width: 1200px !important;
  }

  .sm\:max-w-screen-xl{
    max-width: 1351px !important;
  }

  .sm\:max-w-screen-2xl{
    max-width: 1530px !important;
  }

  .sm\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .sm\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .sm\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .sm\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .sm\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .sm\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .sm\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .sm\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .sm\:table-auto{
    table-layout: auto !important;
  }

  .sm\:table-fixed{
    table-layout: fixed !important;
  }

  .sm\:border-collapse{
    border-collapse: collapse !important;
  }

  .sm\:border-separate{
    border-collapse: separate !important;
  }

  .sm\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .sm\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .sm\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .sm\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .sm\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .sm\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .sm\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .sm\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .sm\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .sm\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .sm\:translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .sm\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .sm\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .sm\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .sm\:translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .sm\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .sm\:translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .sm\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .sm\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .sm\:translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .sm\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .sm\:translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .sm\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .sm\:translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .sm\:translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .sm\:translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .sm\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .sm\:translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .sm\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .sm\:translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .sm\:translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .sm\:translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .sm\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .sm\:translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .sm\:translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .sm\:translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .sm\:translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .sm\:-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .sm\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .sm\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .sm\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .sm\:-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .sm\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .sm\:-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .sm\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .sm\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .sm\:-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .sm\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .sm\:-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .sm\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .sm\:-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .sm\:-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .sm\:-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .sm\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .sm\:-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .sm\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .sm\:-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .sm\:-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .sm\:-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .sm\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .sm\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .sm\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .sm\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .sm\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .sm\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .sm\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .sm\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .sm\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .sm\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .sm\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .sm\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .sm\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .sm\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .sm\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .sm\:translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .sm\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .sm\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .sm\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .sm\:translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .sm\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .sm\:translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .sm\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .sm\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .sm\:translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .sm\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .sm\:translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .sm\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .sm\:translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .sm\:translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .sm\:translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .sm\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .sm\:translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .sm\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .sm\:translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .sm\:translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .sm\:translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .sm\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .sm\:translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .sm\:translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .sm\:translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .sm\:translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .sm\:-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .sm\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .sm\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .sm\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .sm\:-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .sm\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .sm\:-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .sm\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .sm\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .sm\:-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .sm\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .sm\:-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .sm\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .sm\:-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .sm\:-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .sm\:-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .sm\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .sm\:-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .sm\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .sm\:-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .sm\:-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .sm\:-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .sm\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .sm\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .sm\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .sm\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .sm\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .sm\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .sm\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .sm\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .sm\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .sm\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .sm\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .sm\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .sm\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .sm\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .sm\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .sm\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .sm\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .sm\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .sm\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .sm\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .sm\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .sm\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .sm\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .sm\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .sm\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .sm\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .sm\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .sm\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .sm\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .sm\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .sm\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .sm\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .sm\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .sm\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .sm\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .sm\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .sm\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .sm\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .sm\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .sm\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .sm\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .sm\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .sm\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .sm\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .sm\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .sm\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .sm\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .sm\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .sm\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .sm\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .sm\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .sm\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .sm\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .sm\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .sm\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .sm\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .sm\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .sm\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .sm\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .sm\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .sm\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .sm\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .sm\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .sm\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .sm\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .sm\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .sm\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .sm\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .sm\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .sm\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .sm\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .sm\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .sm\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .sm\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .sm\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .sm\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .sm\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .sm\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .sm\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .sm\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .sm\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .sm\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .sm\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .sm\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .sm\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .sm\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .sm\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .sm\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .sm\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .sm\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .sm\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .sm\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .sm\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .sm\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .sm\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .sm\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .sm\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .sm\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .sm\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .sm\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .sm\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .sm\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .sm\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .sm\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .sm\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .sm\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .sm\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .sm\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .sm\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .sm\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .sm\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .sm\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .sm\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .sm\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .sm\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .sm\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .sm\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .sm\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .sm\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .sm\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .sm\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .sm\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .sm\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .sm\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .sm\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .sm\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .sm\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .sm\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .sm\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .sm\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .sm\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .sm\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .sm\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .sm\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .sm\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .sm\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .sm\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .sm\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .sm\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .sm\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .sm\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .sm\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .sm\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .sm\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .sm\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .sm\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .sm\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .sm\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .sm\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .sm\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .sm\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .sm\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .sm\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .sm\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .sm\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .sm\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .sm\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .sm\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .sm\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .sm\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .sm\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .sm\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .sm\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .sm\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .sm\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .sm\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .sm\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .sm\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .sm\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .sm\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .sm\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .sm\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .sm\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .sm\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .sm\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .sm\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .sm\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .sm\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .sm\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .sm\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .sm\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .sm\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .sm\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .sm\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .sm\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .sm\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .sm\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .sm\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .sm\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .sm\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .sm\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .sm\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .sm\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .sm\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .sm\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .sm\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .sm\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .sm\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .sm\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .sm\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .sm\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .sm\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .sm\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .sm\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .sm\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .sm\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .sm\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .sm\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .sm\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .sm\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .sm\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .sm\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .sm\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .sm\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .sm\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .sm\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .sm\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .sm\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .sm\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .sm\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .sm\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .sm\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .sm\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .sm\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .sm\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .sm\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .sm\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .sm\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .sm\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .sm\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .sm\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .sm\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .sm\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .sm\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .sm\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .sm\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .sm\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .sm\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .sm\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .sm\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .sm\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .sm\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .sm\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .sm\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .sm\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .sm\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .sm\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .sm\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .sm\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .sm\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .sm\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .sm\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .sm\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .sm\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .sm\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .sm\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .sm\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .sm\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .sm\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .sm\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .sm\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .sm\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .sm\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .sm\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .sm\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .sm\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .sm\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .sm\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .sm\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .sm\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .sm\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .sm\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .sm\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .sm\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .sm\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .sm\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .sm\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .sm\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .sm\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .sm\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .sm\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .sm\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .sm\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .sm\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .sm\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .sm\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .sm\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .sm\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .sm\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .sm\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .sm\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .sm\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .sm\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .sm\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .sm\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .sm\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .sm\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .sm\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .sm\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .sm\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .sm\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .sm\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .sm\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .sm\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .sm\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .sm\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .sm\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .sm\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .sm\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .sm\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .sm\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .sm\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .sm\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .sm\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .sm\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .sm\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .sm\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .sm\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .sm\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .sm\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .sm\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .sm\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .sm\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .sm\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .sm\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .sm\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .sm\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .sm\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .sm\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .sm\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .sm\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .sm\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .sm\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .sm\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .sm\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .sm\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .sm\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .sm\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .sm\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .sm\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .sm\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .sm\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .sm\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .sm\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .sm\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .sm\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .sm\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .sm\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .sm\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .sm\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .sm\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .sm\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .sm\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .sm\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .sm\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .sm\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .sm\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .sm\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .sm\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .sm\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .sm\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .sm\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .sm\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .sm\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .sm\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .sm\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .sm\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .sm\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .sm\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .sm\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .sm\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .sm\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .sm\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .sm\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .sm\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .sm\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .sm\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .sm\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .sm\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .sm\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .sm\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .sm\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .sm\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .sm\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .sm\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .sm\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .sm\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .sm\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .sm\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .sm\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .sm\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .sm\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .sm\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .sm\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .sm\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .sm\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .sm\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .sm\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .sm\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .sm\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .sm\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .sm\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .sm\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .sm\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .sm\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .sm\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .sm\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .sm\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .sm\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .sm\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .sm\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .sm\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .sm\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .sm\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .sm\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !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-help{
    cursor: help !important;
  }

  .sm\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .sm\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .sm\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-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;
        -ms-user-select: auto !important;
            user-select: 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\: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\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .sm\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .sm\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .sm\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !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\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .sm\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .sm\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !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\: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\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .sm\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .sm\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .sm\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-nowrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !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-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\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .sm\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .sm\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .sm\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .sm\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .sm\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .sm\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .sm\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .sm\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .sm\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .sm\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .sm\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .sm\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .sm\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .sm\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .sm\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .sm\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !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\:gap-0{
    gap: 0px !important;
  }

  .sm\:gap-1{
    gap: 0.25rem !important;
  }

  .sm\:gap-2{
    gap: 0.5rem !important;
  }

  .sm\:gap-3{
    gap: 0.75rem !important;
  }

  .sm\:gap-4{
    gap: 1rem !important;
  }

  .sm\:gap-5{
    gap: 1.25rem !important;
  }

  .sm\:gap-6{
    gap: 1.5rem !important;
  }

  .sm\:gap-7{
    gap: 1.75rem !important;
  }

  .sm\:gap-8{
    gap: 2rem !important;
  }

  .sm\:gap-9{
    gap: 2.25rem !important;
  }

  .sm\:gap-10{
    gap: 2.5rem !important;
  }

  .sm\:gap-11{
    gap: 2.75rem !important;
  }

  .sm\:gap-12{
    gap: 3rem !important;
  }

  .sm\:gap-14{
    gap: 3.5rem !important;
  }

  .sm\:gap-16{
    gap: 4rem !important;
  }

  .sm\:gap-20{
    gap: 5rem !important;
  }

  .sm\:gap-24{
    gap: 6rem !important;
  }

  .sm\:gap-28{
    gap: 7rem !important;
  }

  .sm\:gap-32{
    gap: 8rem !important;
  }

  .sm\:gap-36{
    gap: 9rem !important;
  }

  .sm\:gap-40{
    gap: 10rem !important;
  }

  .sm\:gap-44{
    gap: 11rem !important;
  }

  .sm\:gap-48{
    gap: 12rem !important;
  }

  .sm\:gap-52{
    gap: 13rem !important;
  }

  .sm\:gap-56{
    gap: 14rem !important;
  }

  .sm\:gap-60{
    gap: 15rem !important;
  }

  .sm\:gap-64{
    gap: 16rem !important;
  }

  .sm\:gap-72{
    gap: 18rem !important;
  }

  .sm\:gap-80{
    gap: 20rem !important;
  }

  .sm\:gap-96{
    gap: 24rem !important;
  }

  .sm\:gap-px{
    gap: 1px !important;
  }

  .sm\:gap-0\.5{
    gap: 0.125rem !important;
  }

  .sm\:gap-1\.5{
    gap: 0.375rem !important;
  }

  .sm\:gap-2\.5{
    gap: 0.625rem !important;
  }

  .sm\:gap-3\.5{
    gap: 0.875rem !important;
  }

  .sm\:gap-x-0{
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }

  .sm\:gap-x-1{
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .sm\:gap-x-2{
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .sm\:gap-x-3{
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .sm\:gap-x-4{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .sm\:gap-x-5{
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .sm\:gap-x-6{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .sm\:gap-x-7{
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .sm\:gap-x-8{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .sm\:gap-x-9{
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

  .sm\:gap-x-10{
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .sm\:gap-x-11{
    -webkit-column-gap: 2.75rem !important;
       -moz-column-gap: 2.75rem !important;
            column-gap: 2.75rem !important;
  }

  .sm\:gap-x-12{
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .sm\:gap-x-14{
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .sm\:gap-x-16{
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .sm\:gap-x-20{
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .sm\:gap-x-24{
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .sm\:gap-x-28{
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .sm\:gap-x-32{
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .sm\:gap-x-36{
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }

  .sm\:gap-x-40{
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .sm\:gap-x-44{
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .sm\:gap-x-48{
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .sm\:gap-x-52{
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .sm\:gap-x-56{
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .sm\:gap-x-60{
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .sm\:gap-x-64{
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .sm\:gap-x-72{
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .sm\:gap-x-80{
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !important;
  }

  .sm\:gap-x-96{
    -webkit-column-gap: 24rem !important;
       -moz-column-gap: 24rem !important;
            column-gap: 24rem !important;
  }

  .sm\:gap-x-px{
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .sm\:gap-x-0\.5{
    -webkit-column-gap: 0.125rem !important;
       -moz-column-gap: 0.125rem !important;
            column-gap: 0.125rem !important;
  }

  .sm\:gap-x-1\.5{
    -webkit-column-gap: 0.375rem !important;
       -moz-column-gap: 0.375rem !important;
            column-gap: 0.375rem !important;
  }

  .sm\:gap-x-2\.5{
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .sm\:gap-x-3\.5{
    -webkit-column-gap: 0.875rem !important;
       -moz-column-gap: 0.875rem !important;
            column-gap: 0.875rem !important;
  }

  .sm\:gap-y-0{
    row-gap: 0px !important;
  }

  .sm\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .sm\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .sm\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .sm\:gap-y-4{
    row-gap: 1rem !important;
  }

  .sm\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .sm\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .sm\:gap-y-7{
    row-gap: 1.75rem !important;
  }

  .sm\:gap-y-8{
    row-gap: 2rem !important;
  }

  .sm\:gap-y-9{
    row-gap: 2.25rem !important;
  }

  .sm\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .sm\:gap-y-11{
    row-gap: 2.75rem !important;
  }

  .sm\:gap-y-12{
    row-gap: 3rem !important;
  }

  .sm\:gap-y-14{
    row-gap: 3.5rem !important;
  }

  .sm\:gap-y-16{
    row-gap: 4rem !important;
  }

  .sm\:gap-y-20{
    row-gap: 5rem !important;
  }

  .sm\:gap-y-24{
    row-gap: 6rem !important;
  }

  .sm\:gap-y-28{
    row-gap: 7rem !important;
  }

  .sm\:gap-y-32{
    row-gap: 8rem !important;
  }

  .sm\:gap-y-36{
    row-gap: 9rem !important;
  }

  .sm\:gap-y-40{
    row-gap: 10rem !important;
  }

  .sm\:gap-y-44{
    row-gap: 11rem !important;
  }

  .sm\:gap-y-48{
    row-gap: 12rem !important;
  }

  .sm\:gap-y-52{
    row-gap: 13rem !important;
  }

  .sm\:gap-y-56{
    row-gap: 14rem !important;
  }

  .sm\:gap-y-60{
    row-gap: 15rem !important;
  }

  .sm\:gap-y-64{
    row-gap: 16rem !important;
  }

  .sm\:gap-y-72{
    row-gap: 18rem !important;
  }

  .sm\:gap-y-80{
    row-gap: 20rem !important;
  }

  .sm\:gap-y-96{
    row-gap: 24rem !important;
  }

  .sm\:gap-y-px{
    row-gap: 1px !important;
  }

  .sm\:gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .sm\:gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .sm\:gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .sm\:gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-transparent) !important;
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-black) !important;
  }

  .sm\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-white) !important;
  }

  .sm\:divide-error > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-error) !important;
  }

  .sm\:divide-warning > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-warning) !important;
  }

  .sm\:divide-success > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-success) !important;
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !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\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .sm\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .sm\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .sm\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .sm\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .sm\:self-baseline{
    -ms-flex-item-align: baseline !important;
        align-self: baseline !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\: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\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .sm\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .sm\:overscroll-none{
    -ms-scroll-chaining: none !important;
        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\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .sm\:overflow-clip{
    text-overflow: clip !important;
  }

  .sm\:whitespace-normal{
    white-space: normal !important;
  }

  .sm\:whitespace-nowrap{
    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{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:break-words{
    overflow-wrap: break-word !important;
  }

  .sm\:break-all{
    word-break: break-all !important;
  }

  .sm\:rounded-none{
    border-radius: 0px !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: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .sm\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-b-none{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !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: 0px !important;
  }

  .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .sm\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .sm\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .sm\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0px !important;
  }

  .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .sm\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-br-none{
    border-bottom-right-radius: 0px !important;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-bl-none{
    border-bottom-left-radius: 0px !important;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:border-0{
    border-width: 0px !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: 0px !important;
  }

  .sm\:border-t-2{
    border-top-width: 2px !important;
  }

  .sm\:border-t-4{
    border-top-width: 4px !important;
  }

  .sm\:border-t-8{
    border-top-width: 8px !important;
  }

  .sm\:border-t{
    border-top-width: 1px !important;
  }

  .sm\:border-r-0{
    border-right-width: 0px !important;
  }

  .sm\:border-r-2{
    border-right-width: 2px !important;
  }

  .sm\:border-r-4{
    border-right-width: 4px !important;
  }

  .sm\:border-r-8{
    border-right-width: 8px !important;
  }

  .sm\:border-r{
    border-right-width: 1px !important;
  }

  .sm\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .sm\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .sm\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .sm\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .sm\:border-b{
    border-bottom-width: 1px !important;
  }

  .sm\:border-l-0{
    border-left-width: 0px !important;
  }

  .sm\:border-l-2{
    border-left-width: 2px !important;
  }

  .sm\:border-l-4{
    border-left-width: 4px !important;
  }

  .sm\:border-l-8{
    border-left-width: 8px !important;
  }

  .sm\:border-l{
    border-left-width: 1px !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-transparent{
    border-color: var(--color-transparent) !important;
  }

  .sm\:border-black{
    border-color: var(--color-black) !important;
  }

  .sm\:border-white{
    border-color: var(--color-white) !important;
  }

  .sm\:border-error{
    border-color: var(--color-error) !important;
  }

  .sm\:border-warning{
    border-color: var(--color-warning) !important;
  }

  .sm\:border-success{
    border-color: var(--color-success) !important;
  }

  .group:hover .sm\:group-hover\:border-transparent{
    border-color: var(--color-transparent) !important;
  }

  .group:hover .sm\:group-hover\:border-black{
    border-color: var(--color-black) !important;
  }

  .group:hover .sm\:group-hover\:border-white{
    border-color: var(--color-white) !important;
  }

  .group:hover .sm\:group-hover\:border-error{
    border-color: var(--color-error) !important;
  }

  .group:hover .sm\:group-hover\:border-warning{
    border-color: var(--color-warning) !important;
  }

  .group:hover .sm\:group-hover\:border-success{
    border-color: var(--color-success) !important;
  }

  .sm\:focus-within\:border-transparent:focus-within{
    border-color: var(--color-transparent) !important;
  }

  .sm\:focus-within\:border-black:focus-within{
    border-color: var(--color-black) !important;
  }

  .sm\:focus-within\:border-white:focus-within{
    border-color: var(--color-white) !important;
  }

  .sm\:focus-within\:border-error:focus-within{
    border-color: var(--color-error) !important;
  }

  .sm\:focus-within\:border-warning:focus-within{
    border-color: var(--color-warning) !important;
  }

  .sm\:focus-within\:border-success:focus-within{
    border-color: var(--color-success) !important;
  }

  .sm\:hover\:border-transparent:hover{
    border-color: var(--color-transparent) !important;
  }

  .sm\:hover\:border-black:hover{
    border-color: var(--color-black) !important;
  }

  .sm\:hover\:border-white:hover{
    border-color: var(--color-white) !important;
  }

  .sm\:hover\:border-error:hover{
    border-color: var(--color-error) !important;
  }

  .sm\:hover\:border-warning:hover{
    border-color: var(--color-warning) !important;
  }

  .sm\:hover\:border-success:hover{
    border-color: var(--color-success) !important;
  }

  .sm\:focus\:border-transparent:focus{
    border-color: var(--color-transparent) !important;
  }

  .sm\:focus\:border-black:focus{
    border-color: var(--color-black) !important;
  }

  .sm\:focus\:border-white:focus{
    border-color: var(--color-white) !important;
  }

  .sm\:focus\:border-error:focus{
    border-color: var(--color-error) !important;
  }

  .sm\:focus\:border-warning:focus{
    border-color: var(--color-warning) !important;
  }

  .sm\:focus\:border-success:focus{
    border-color: var(--color-success) !important;
  }

  .sm\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .sm\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .sm\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .sm\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .sm\:bg-transparent{
    background-color: var(--color-transparent) !important;
  }

  .sm\:bg-black{
    background-color: var(--color-black) !important;
  }

  .sm\:bg-white{
    background-color: var(--color-white) !important;
  }

  .sm\:bg-error{
    background-color: var(--color-error) !important;
  }

  .sm\:bg-warning{
    background-color: var(--color-warning) !important;
  }

  .sm\:bg-success{
    background-color: var(--color-success) !important;
  }

  .group:hover .sm\:group-hover\:bg-transparent{
    background-color: var(--color-transparent) !important;
  }

  .group:hover .sm\:group-hover\:bg-black{
    background-color: var(--color-black) !important;
  }

  .group:hover .sm\:group-hover\:bg-white{
    background-color: var(--color-white) !important;
  }

  .group:hover .sm\:group-hover\:bg-error{
    background-color: var(--color-error) !important;
  }

  .group:hover .sm\:group-hover\:bg-warning{
    background-color: var(--color-warning) !important;
  }

  .group:hover .sm\:group-hover\:bg-success{
    background-color: var(--color-success) !important;
  }

  .sm\:focus-within\:bg-transparent:focus-within{
    background-color: var(--color-transparent) !important;
  }

  .sm\:focus-within\:bg-black:focus-within{
    background-color: var(--color-black) !important;
  }

  .sm\:focus-within\:bg-white:focus-within{
    background-color: var(--color-white) !important;
  }

  .sm\:focus-within\:bg-error:focus-within{
    background-color: var(--color-error) !important;
  }

  .sm\:focus-within\:bg-warning:focus-within{
    background-color: var(--color-warning) !important;
  }

  .sm\:focus-within\:bg-success:focus-within{
    background-color: var(--color-success) !important;
  }

  .sm\:hover\:bg-transparent:hover{
    background-color: var(--color-transparent) !important;
  }

  .sm\:hover\:bg-black:hover{
    background-color: var(--color-black) !important;
  }

  .sm\:hover\:bg-white:hover{
    background-color: var(--color-white) !important;
  }

  .sm\:hover\:bg-error:hover{
    background-color: var(--color-error) !important;
  }

  .sm\:hover\:bg-warning:hover{
    background-color: var(--color-warning) !important;
  }

  .sm\:hover\:bg-success:hover{
    background-color: var(--color-success) !important;
  }

  .sm\:focus\:bg-transparent:focus{
    background-color: var(--color-transparent) !important;
  }

  .sm\:focus\:bg-black:focus{
    background-color: var(--color-black) !important;
  }

  .sm\:focus\:bg-white:focus{
    background-color: var(--color-white) !important;
  }

  .sm\:focus\:bg-error:focus{
    background-color: var(--color-error) !important;
  }

  .sm\:focus\:bg-warning:focus{
    background-color: var(--color-warning) !important;
  }

  .sm\:focus\:bg-success:focus{
    background-color: var(--color-success) !important;
  }

  .sm\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .sm\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .sm\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .sm\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .sm\:bg-none{
    background-image: none !important;
  }

  .sm\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .sm\:from-transparent{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-black{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-white{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-error{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-warning{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-success{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-transparent:hover{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-black:hover{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-white:hover{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-error:hover{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-warning:hover{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-success:hover{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-transparent:focus{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-black:focus{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-white:focus{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-error:focus{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-warning:focus{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-success:focus{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-warning{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-success{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-warning:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-success:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-warning:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-success:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:to-transparent{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .sm\:to-black{
    --tw-gradient-to: var(--color-black) !important;
  }

  .sm\:to-white{
    --tw-gradient-to: var(--color-white) !important;
  }

  .sm\:to-error{
    --tw-gradient-to: var(--color-error) !important;
  }

  .sm\:to-warning{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .sm\:to-success{
    --tw-gradient-to: var(--color-success) !important;
  }

  .sm\:hover\:to-transparent:hover{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .sm\:hover\:to-black:hover{
    --tw-gradient-to: var(--color-black) !important;
  }

  .sm\:hover\:to-white:hover{
    --tw-gradient-to: var(--color-white) !important;
  }

  .sm\:hover\:to-error:hover{
    --tw-gradient-to: var(--color-error) !important;
  }

  .sm\:hover\:to-warning:hover{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .sm\:hover\:to-success:hover{
    --tw-gradient-to: var(--color-success) !important;
  }

  .sm\:focus\:to-transparent:focus{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .sm\:focus\:to-black:focus{
    --tw-gradient-to: var(--color-black) !important;
  }

  .sm\:focus\:to-white:focus{
    --tw-gradient-to: var(--color-white) !important;
  }

  .sm\:focus\:to-error:focus{
    --tw-gradient-to: var(--color-error) !important;
  }

  .sm\:focus\:to-warning:focus{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .sm\:focus\:to-success:focus{
    --tw-gradient-to: var(--color-success) !important;
  }

  .sm\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .sm\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .sm\:bg-auto{
    background-size: auto !important;
  }

  .sm\:bg-cover{
    background-size: cover !important;
  }

  .sm\:bg-contain{
    background-size: contain !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-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-origin-border{
    background-origin: border-box !important;
  }

  .sm\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .sm\:bg-origin-content{
    background-origin: content-box !important;
  }

  .sm\:fill-current{
    fill: currentColor !important;
  }

  .sm\:stroke-current{
    stroke: currentColor !important;
  }

  .sm\:stroke-0{
    stroke-width: 0 !important;
  }

  .sm\:stroke-1{
    stroke-width: 1 !important;
  }

  .sm\:stroke-2{
    stroke-width: 2 !important;
  }

  .sm\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:p-0{
    padding: 0px !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-7{
    padding: 1.75rem !important;
  }

  .sm\:p-8{
    padding: 2rem !important;
  }

  .sm\:p-9{
    padding: 2.25rem !important;
  }

  .sm\:p-10{
    padding: 2.5rem !important;
  }

  .sm\:p-11{
    padding: 2.75rem !important;
  }

  .sm\:p-12{
    padding: 3rem !important;
  }

  .sm\:p-14{
    padding: 3.5rem !important;
  }

  .sm\:p-16{
    padding: 4rem !important;
  }

  .sm\:p-20{
    padding: 5rem !important;
  }

  .sm\:p-24{
    padding: 6rem !important;
  }

  .sm\:p-28{
    padding: 7rem !important;
  }

  .sm\:p-32{
    padding: 8rem !important;
  }

  .sm\:p-36{
    padding: 9rem !important;
  }

  .sm\:p-40{
    padding: 10rem !important;
  }

  .sm\:p-44{
    padding: 11rem !important;
  }

  .sm\:p-48{
    padding: 12rem !important;
  }

  .sm\:p-52{
    padding: 13rem !important;
  }

  .sm\:p-56{
    padding: 14rem !important;
  }

  .sm\:p-60{
    padding: 15rem !important;
  }

  .sm\:p-64{
    padding: 16rem !important;
  }

  .sm\:p-72{
    padding: 18rem !important;
  }

  .sm\:p-80{
    padding: 20rem !important;
  }

  .sm\:p-96{
    padding: 24rem !important;
  }

  .sm\:p-px{
    padding: 1px !important;
  }

  .sm\:p-0\.5{
    padding: 0.125rem !important;
  }

  .sm\:p-1\.5{
    padding: 0.375rem !important;
  }

  .sm\:p-2\.5{
    padding: 0.625rem !important;
  }

  .sm\:p-3\.5{
    padding: 0.875rem !important;
  }

  .sm\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .sm\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .sm\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .sm\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .sm\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .sm\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:px-36{
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .sm\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .sm\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .sm\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .sm\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .sm\:px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .sm\:px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .sm\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .sm\:px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .sm\:px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .sm\:px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .sm\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .sm\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:py-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .sm\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .sm\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .sm\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .sm\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:py-36{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .sm\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .sm\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .sm\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .sm\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:py-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .sm\:py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .sm\:py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .sm\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .sm\:py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .sm\:py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .sm\:py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .sm\:pt-0{
    padding-top: 0px !important;
  }

  .sm\:pt-1{
    padding-top: 0.25rem !important;
  }

  .sm\:pt-2{
    padding-top: 0.5rem !important;
  }

  .sm\:pt-3{
    padding-top: 0.75rem !important;
  }

  .sm\:pt-4{
    padding-top: 1rem !important;
  }

  .sm\:pt-5{
    padding-top: 1.25rem !important;
  }

  .sm\:pt-6{
    padding-top: 1.5rem !important;
  }

  .sm\:pt-7{
    padding-top: 1.75rem !important;
  }

  .sm\:pt-8{
    padding-top: 2rem !important;
  }

  .sm\:pt-9{
    padding-top: 2.25rem !important;
  }

  .sm\:pt-10{
    padding-top: 2.5rem !important;
  }

  .sm\:pt-11{
    padding-top: 2.75rem !important;
  }

  .sm\:pt-12{
    padding-top: 3rem !important;
  }

  .sm\:pt-14{
    padding-top: 3.5rem !important;
  }

  .sm\:pt-16{
    padding-top: 4rem !important;
  }

  .sm\:pt-20{
    padding-top: 5rem !important;
  }

  .sm\:pt-24{
    padding-top: 6rem !important;
  }

  .sm\:pt-28{
    padding-top: 7rem !important;
  }

  .sm\:pt-32{
    padding-top: 8rem !important;
  }

  .sm\:pt-36{
    padding-top: 9rem !important;
  }

  .sm\:pt-40{
    padding-top: 10rem !important;
  }

  .sm\:pt-44{
    padding-top: 11rem !important;
  }

  .sm\:pt-48{
    padding-top: 12rem !important;
  }

  .sm\:pt-52{
    padding-top: 13rem !important;
  }

  .sm\:pt-56{
    padding-top: 14rem !important;
  }

  .sm\:pt-60{
    padding-top: 15rem !important;
  }

  .sm\:pt-64{
    padding-top: 16rem !important;
  }

  .sm\:pt-72{
    padding-top: 18rem !important;
  }

  .sm\:pt-80{
    padding-top: 20rem !important;
  }

  .sm\:pt-96{
    padding-top: 24rem !important;
  }

  .sm\:pt-px{
    padding-top: 1px !important;
  }

  .sm\:pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .sm\:pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .sm\:pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .sm\:pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .sm\:pr-0{
    padding-right: 0px !important;
  }

  .sm\:pr-1{
    padding-right: 0.25rem !important;
  }

  .sm\:pr-2{
    padding-right: 0.5rem !important;
  }

  .sm\:pr-3{
    padding-right: 0.75rem !important;
  }

  .sm\:pr-4{
    padding-right: 1rem !important;
  }

  .sm\:pr-5{
    padding-right: 1.25rem !important;
  }

  .sm\:pr-6{
    padding-right: 1.5rem !important;
  }

  .sm\:pr-7{
    padding-right: 1.75rem !important;
  }

  .sm\:pr-8{
    padding-right: 2rem !important;
  }

  .sm\:pr-9{
    padding-right: 2.25rem !important;
  }

  .sm\:pr-10{
    padding-right: 2.5rem !important;
  }

  .sm\:pr-11{
    padding-right: 2.75rem !important;
  }

  .sm\:pr-12{
    padding-right: 3rem !important;
  }

  .sm\:pr-14{
    padding-right: 3.5rem !important;
  }

  .sm\:pr-16{
    padding-right: 4rem !important;
  }

  .sm\:pr-20{
    padding-right: 5rem !important;
  }

  .sm\:pr-24{
    padding-right: 6rem !important;
  }

  .sm\:pr-28{
    padding-right: 7rem !important;
  }

  .sm\:pr-32{
    padding-right: 8rem !important;
  }

  .sm\:pr-36{
    padding-right: 9rem !important;
  }

  .sm\:pr-40{
    padding-right: 10rem !important;
  }

  .sm\:pr-44{
    padding-right: 11rem !important;
  }

  .sm\:pr-48{
    padding-right: 12rem !important;
  }

  .sm\:pr-52{
    padding-right: 13rem !important;
  }

  .sm\:pr-56{
    padding-right: 14rem !important;
  }

  .sm\:pr-60{
    padding-right: 15rem !important;
  }

  .sm\:pr-64{
    padding-right: 16rem !important;
  }

  .sm\:pr-72{
    padding-right: 18rem !important;
  }

  .sm\:pr-80{
    padding-right: 20rem !important;
  }

  .sm\:pr-96{
    padding-right: 24rem !important;
  }

  .sm\:pr-px{
    padding-right: 1px !important;
  }

  .sm\:pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .sm\:pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .sm\:pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .sm\:pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .sm\:pb-0{
    padding-bottom: 0px !important;
  }

  .sm\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .sm\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .sm\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .sm\:pb-4{
    padding-bottom: 1rem !important;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .sm\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .sm\:pb-8{
    padding-bottom: 2rem !important;
  }

  .sm\:pb-9{
    padding-bottom: 2.25rem !important;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .sm\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .sm\:pb-12{
    padding-bottom: 3rem !important;
  }

  .sm\:pb-14{
    padding-bottom: 3.5rem !important;
  }

  .sm\:pb-16{
    padding-bottom: 4rem !important;
  }

  .sm\:pb-20{
    padding-bottom: 5rem !important;
  }

  .sm\:pb-24{
    padding-bottom: 6rem !important;
  }

  .sm\:pb-28{
    padding-bottom: 7rem !important;
  }

  .sm\:pb-32{
    padding-bottom: 8rem !important;
  }

  .sm\:pb-36{
    padding-bottom: 9rem !important;
  }

  .sm\:pb-40{
    padding-bottom: 10rem !important;
  }

  .sm\:pb-44{
    padding-bottom: 11rem !important;
  }

  .sm\:pb-48{
    padding-bottom: 12rem !important;
  }

  .sm\:pb-52{
    padding-bottom: 13rem !important;
  }

  .sm\:pb-56{
    padding-bottom: 14rem !important;
  }

  .sm\:pb-60{
    padding-bottom: 15rem !important;
  }

  .sm\:pb-64{
    padding-bottom: 16rem !important;
  }

  .sm\:pb-72{
    padding-bottom: 18rem !important;
  }

  .sm\:pb-80{
    padding-bottom: 20rem !important;
  }

  .sm\:pb-96{
    padding-bottom: 24rem !important;
  }

  .sm\:pb-px{
    padding-bottom: 1px !important;
  }

  .sm\:pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .sm\:pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .sm\:pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .sm\:pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .sm\:pl-0{
    padding-left: 0px !important;
  }

  .sm\:pl-1{
    padding-left: 0.25rem !important;
  }

  .sm\:pl-2{
    padding-left: 0.5rem !important;
  }

  .sm\:pl-3{
    padding-left: 0.75rem !important;
  }

  .sm\:pl-4{
    padding-left: 1rem !important;
  }

  .sm\:pl-5{
    padding-left: 1.25rem !important;
  }

  .sm\:pl-6{
    padding-left: 1.5rem !important;
  }

  .sm\:pl-7{
    padding-left: 1.75rem !important;
  }

  .sm\:pl-8{
    padding-left: 2rem !important;
  }

  .sm\:pl-9{
    padding-left: 2.25rem !important;
  }

  .sm\:pl-10{
    padding-left: 2.5rem !important;
  }

  .sm\:pl-11{
    padding-left: 2.75rem !important;
  }

  .sm\:pl-12{
    padding-left: 3rem !important;
  }

  .sm\:pl-14{
    padding-left: 3.5rem !important;
  }

  .sm\:pl-16{
    padding-left: 4rem !important;
  }

  .sm\:pl-20{
    padding-left: 5rem !important;
  }

  .sm\:pl-24{
    padding-left: 6rem !important;
  }

  .sm\:pl-28{
    padding-left: 7rem !important;
  }

  .sm\:pl-32{
    padding-left: 8rem !important;
  }

  .sm\:pl-36{
    padding-left: 9rem !important;
  }

  .sm\:pl-40{
    padding-left: 10rem !important;
  }

  .sm\:pl-44{
    padding-left: 11rem !important;
  }

  .sm\:pl-48{
    padding-left: 12rem !important;
  }

  .sm\:pl-52{
    padding-left: 13rem !important;
  }

  .sm\:pl-56{
    padding-left: 14rem !important;
  }

  .sm\:pl-60{
    padding-left: 15rem !important;
  }

  .sm\:pl-64{
    padding-left: 16rem !important;
  }

  .sm\:pl-72{
    padding-left: 18rem !important;
  }

  .sm\:pl-80{
    padding-left: 20rem !important;
  }

  .sm\:pl-96{
    padding-left: 24rem !important;
  }

  .sm\:pl-px{
    padding-left: 1px !important;
  }

  .sm\:pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .sm\:pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .sm\:pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .sm\:pl-3\.5{
    padding-left: 0.875rem !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\: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\:font-body{
    font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  }

  .sm\:font-heading{
    font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  }

  .sm\:text-xs{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .sm\:text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .sm\:text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .sm\:text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .sm\:text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .sm\:text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .sm\:text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .sm\:text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .sm\:text-7xl{
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .sm\:text-8xl{
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .sm\:text-9xl{
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .sm\:font-normal{
    font-weight: 400 !important;
  }

  .sm\:font-bold{
    font-weight: 700 !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\:italic{
    font-style: italic !important;
  }

  .sm\:not-italic{
    font-style: normal !important;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .sm\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .sm\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .sm\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .sm\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .sm\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .sm\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .sm\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .sm\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .sm\:leading-tight{
    line-height: 1 !important;
  }

  .sm\:leading-regular{
    line-height: 1.5 !important;
  }

  .sm\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .sm\:tracking-normal{
    letter-spacing: 0em !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\:text-transparent{
    color: var(--color-transparent) !important;
  }

  .sm\:text-black{
    color: var(--color-black) !important;
  }

  .sm\:text-white{
    color: var(--color-white) !important;
  }

  .sm\:text-error{
    color: var(--color-error) !important;
  }

  .sm\:text-warning{
    color: var(--color-warning) !important;
  }

  .sm\:text-success{
    color: var(--color-success) !important;
  }

  .group:hover .sm\:group-hover\:text-transparent{
    color: var(--color-transparent) !important;
  }

  .group:hover .sm\:group-hover\:text-black{
    color: var(--color-black) !important;
  }

  .group:hover .sm\:group-hover\:text-white{
    color: var(--color-white) !important;
  }

  .group:hover .sm\:group-hover\:text-error{
    color: var(--color-error) !important;
  }

  .group:hover .sm\:group-hover\:text-warning{
    color: var(--color-warning) !important;
  }

  .group:hover .sm\:group-hover\:text-success{
    color: var(--color-success) !important;
  }

  .sm\:focus-within\:text-transparent:focus-within{
    color: var(--color-transparent) !important;
  }

  .sm\:focus-within\:text-black:focus-within{
    color: var(--color-black) !important;
  }

  .sm\:focus-within\:text-white:focus-within{
    color: var(--color-white) !important;
  }

  .sm\:focus-within\:text-error:focus-within{
    color: var(--color-error) !important;
  }

  .sm\:focus-within\:text-warning:focus-within{
    color: var(--color-warning) !important;
  }

  .sm\:focus-within\:text-success:focus-within{
    color: var(--color-success) !important;
  }

  .sm\:hover\:text-transparent:hover{
    color: var(--color-transparent) !important;
  }

  .sm\:hover\:text-black:hover{
    color: var(--color-black) !important;
  }

  .sm\:hover\:text-white:hover{
    color: var(--color-white) !important;
  }

  .sm\:hover\:text-error:hover{
    color: var(--color-error) !important;
  }

  .sm\:hover\:text-warning:hover{
    color: var(--color-warning) !important;
  }

  .sm\:hover\:text-success:hover{
    color: var(--color-success) !important;
  }

  .sm\:focus\:text-transparent:focus{
    color: var(--color-transparent) !important;
  }

  .sm\:focus\:text-black:focus{
    color: var(--color-black) !important;
  }

  .sm\:focus\:text-white:focus{
    color: var(--color-white) !important;
  }

  .sm\:focus\:text-error:focus{
    color: var(--color-error) !important;
  }

  .sm\:focus\:text-warning:focus{
    color: var(--color-warning) !important;
  }

  .sm\:focus\:text-success:focus{
    color: var(--color-success) !important;
  }

  .sm\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .sm\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .sm\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .sm\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .sm\:underline{
    text-decoration: underline !important;
  }

  .sm\:line-through{
    text-decoration: line-through !important;
  }

  .sm\:no-underline{
    text-decoration: none !important;
  }

  .group:hover .sm\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .sm\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .sm\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .sm\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .sm\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .sm\:focus-within\:no-underline:focus-within{
    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\:placeholder-transparent::-webkit-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .sm\:placeholder-transparent::-moz-placeholder{
    color: var(--color-transparent) !important;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .sm\:placeholder-transparent::-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .sm\:placeholder-transparent::placeholder{
    color: var(--color-transparent) !important;
  }

  .sm\:placeholder-black::-webkit-input-placeholder{
    color: var(--color-black) !important;
  }

  .sm\:placeholder-black::-moz-placeholder{
    color: var(--color-black) !important;
  }

  .sm\:placeholder-black:-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .sm\:placeholder-black::-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .sm\:placeholder-black::placeholder{
    color: var(--color-black) !important;
  }

  .sm\:placeholder-white::-webkit-input-placeholder{
    color: var(--color-white) !important;
  }

  .sm\:placeholder-white::-moz-placeholder{
    color: var(--color-white) !important;
  }

  .sm\:placeholder-white:-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .sm\:placeholder-white::-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .sm\:placeholder-white::placeholder{
    color: var(--color-white) !important;
  }

  .sm\:placeholder-error::-webkit-input-placeholder{
    color: var(--color-error) !important;
  }

  .sm\:placeholder-error::-moz-placeholder{
    color: var(--color-error) !important;
  }

  .sm\:placeholder-error:-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .sm\:placeholder-error::-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .sm\:placeholder-error::placeholder{
    color: var(--color-error) !important;
  }

  .sm\:placeholder-warning::-webkit-input-placeholder{
    color: var(--color-warning) !important;
  }

  .sm\:placeholder-warning::-moz-placeholder{
    color: var(--color-warning) !important;
  }

  .sm\:placeholder-warning:-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .sm\:placeholder-warning::-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .sm\:placeholder-warning::placeholder{
    color: var(--color-warning) !important;
  }

  .sm\:placeholder-success::-webkit-input-placeholder{
    color: var(--color-success) !important;
  }

  .sm\:placeholder-success::-moz-placeholder{
    color: var(--color-success) !important;
  }

  .sm\:placeholder-success:-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .sm\:placeholder-success::-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .sm\:placeholder-success::placeholder{
    color: var(--color-success) !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: var(--color-transparent) !important;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: var(--color-transparent) !important;
  }

  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: var(--color-black) !important;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--color-black) !important;
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    color: var(--color-black) !important;
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: var(--color-white) !important;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--color-white) !important;
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    color: var(--color-white) !important;
  }

  .sm\:focus\:placeholder-error:focus::-webkit-input-placeholder{
    color: var(--color-error) !important;
  }

  .sm\:focus\:placeholder-error:focus::-moz-placeholder{
    color: var(--color-error) !important;
  }

  .sm\:focus\:placeholder-error:focus:-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .sm\:focus\:placeholder-error:focus::-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .sm\:focus\:placeholder-error:focus::placeholder{
    color: var(--color-error) !important;
  }

  .sm\:focus\:placeholder-warning:focus::-webkit-input-placeholder{
    color: var(--color-warning) !important;
  }

  .sm\:focus\:placeholder-warning:focus::-moz-placeholder{
    color: var(--color-warning) !important;
  }

  .sm\:focus\:placeholder-warning:focus:-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .sm\:focus\:placeholder-warning:focus::-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .sm\:focus\:placeholder-warning:focus::placeholder{
    color: var(--color-warning) !important;
  }

  .sm\:focus\:placeholder-success:focus::-webkit-input-placeholder{
    color: var(--color-success) !important;
  }

  .sm\:focus\:placeholder-success:focus::-moz-placeholder{
    color: var(--color-success) !important;
  }

  .sm\:focus\:placeholder-success:focus:-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .sm\:focus\:placeholder-success:focus::-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .sm\:focus\:placeholder-success:focus::placeholder{
    color: var(--color-success) !important;
  }

  .sm\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:opacity-0{
    opacity: 0 !important;
  }

  .sm\:opacity-5{
    opacity: 0.05 !important;
  }

  .sm\:opacity-10{
    opacity: 0.1 !important;
  }

  .sm\:opacity-20{
    opacity: 0.2 !important;
  }

  .sm\:opacity-25{
    opacity: 0.25 !important;
  }

  .sm\:opacity-30{
    opacity: 0.3 !important;
  }

  .sm\:opacity-40{
    opacity: 0.4 !important;
  }

  .sm\:opacity-50{
    opacity: 0.5 !important;
  }

  .sm\:opacity-60{
    opacity: 0.6 !important;
  }

  .sm\:opacity-70{
    opacity: 0.7 !important;
  }

  .sm\:opacity-75{
    opacity: 0.75 !important;
  }

  .sm\:opacity-80{
    opacity: 0.8 !important;
  }

  .sm\:opacity-90{
    opacity: 0.9 !important;
  }

  .sm\:opacity-95{
    opacity: 0.95 !important;
  }

  .sm\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .sm\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .sm\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .sm\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .sm\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .sm\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .sm\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .sm\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .sm\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .sm\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .sm\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .sm\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .sm\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .sm\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .sm\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .sm\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .sm\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .sm\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .sm\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .sm\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .sm\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .sm\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .sm\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .sm\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .sm\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .sm\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .sm\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .sm\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .sm\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .sm\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .sm\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .sm\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .sm\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .sm\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .sm\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .sm\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .sm\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .sm\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .sm\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .sm\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .sm\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .sm\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .sm\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .sm\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .sm\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .sm\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .sm\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .sm\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .sm\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .sm\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .sm\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .sm\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .sm\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .sm\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .sm\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .sm\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .sm\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .sm\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .sm\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .sm\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .sm\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .sm\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .sm\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .sm\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .sm\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .sm\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .sm\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .sm\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .sm\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .sm\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .sm\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .sm\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .sm\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .sm\:ring-transparent{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .sm\:ring-black{
    --tw-ring-color: var(--color-black) !important;
  }

  .sm\:ring-white{
    --tw-ring-color: var(--color-white) !important;
  }

  .sm\:ring-error{
    --tw-ring-color: var(--color-error) !important;
  }

  .sm\:ring-warning{
    --tw-ring-color: var(--color-warning) !important;
  }

  .sm\:ring-success{
    --tw-ring-color: var(--color-success) !important;
  }

  .sm\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .sm\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--color-black) !important;
  }

  .sm\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--color-white) !important;
  }

  .sm\:focus-within\:ring-error:focus-within{
    --tw-ring-color: var(--color-error) !important;
  }

  .sm\:focus-within\:ring-warning:focus-within{
    --tw-ring-color: var(--color-warning) !important;
  }

  .sm\:focus-within\:ring-success:focus-within{
    --tw-ring-color: var(--color-success) !important;
  }

  .sm\:focus\:ring-transparent:focus{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .sm\:focus\:ring-black:focus{
    --tw-ring-color: var(--color-black) !important;
  }

  .sm\:focus\:ring-white:focus{
    --tw-ring-color: var(--color-white) !important;
  }

  .sm\:focus\:ring-error:focus{
    --tw-ring-color: var(--color-error) !important;
  }

  .sm\:focus\:ring-warning:focus{
    --tw-ring-color: var(--color-warning) !important;
  }

  .sm\:focus\:ring-success:focus{
    --tw-ring-color: var(--color-success) !important;
  }

  .sm\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .sm\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .sm\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:ring-offset-transparent{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .sm\:ring-offset-black{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .sm\:ring-offset-white{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .sm\:ring-offset-error{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .sm\:ring-offset-warning{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .sm\:ring-offset-success{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .sm\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .sm\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .sm\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .sm\:focus-within\:ring-offset-warning:focus-within{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .sm\:focus-within\:ring-offset-success:focus-within{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .sm\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .sm\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .sm\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .sm\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .sm\:focus\:ring-offset-warning:focus{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .sm\:focus\:ring-offset-success:focus{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .sm\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
            filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:filter-none{
    -webkit-filter: none !important;
            filter: none !important;
  }

  .sm\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .sm\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .sm\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .sm\:blur{
    --tw-blur: blur(8px) !important;
  }

  .sm\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .sm\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .sm\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .sm\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .sm\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .sm\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .sm\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .sm\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .sm\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .sm\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .sm\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .sm\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .sm\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .sm\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .sm\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .sm\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .sm\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .sm\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .sm\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .sm\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .sm\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .sm\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .sm\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .sm\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .sm\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .sm\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .sm\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .sm\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .sm\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .sm\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .sm\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .sm\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .sm\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .sm\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .sm\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .sm\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .sm\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .sm\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .sm\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .sm\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .sm\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .sm\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .sm\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .sm\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .sm\:invert{
    --tw-invert: invert(100%) !important;
  }

  .sm\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .sm\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .sm\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .sm\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .sm\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .sm\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .sm\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .sm\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .sm\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .sm\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .sm\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .sm\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .sm\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .sm\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .sm\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .sm\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .sm\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .sm\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .sm\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .sm\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .sm\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .sm\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .sm\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .sm\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .sm\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .sm\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .sm\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .sm\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .sm\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .sm\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .sm\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .sm\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .sm\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .sm\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .sm\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .sm\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .sm\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .sm\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .sm\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .sm\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .sm\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .sm\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .sm\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .sm\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .sm\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .sm\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .sm\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .sm\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .sm\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .sm\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .sm\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .sm\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .sm\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .sm\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .sm\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .sm\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .sm\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .sm\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .sm\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .sm\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .sm\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .sm\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .sm\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .sm\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .sm\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .sm\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .sm\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .sm\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .sm\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .sm\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .sm\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .sm\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .sm\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .sm\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .sm\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .sm\:delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .sm\:delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .sm\:delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .sm\:delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .sm\:delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .sm\:delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .sm\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .sm\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .sm\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .sm\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .sm\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .sm\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .sm\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .sm\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .sm\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .sm\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
  }

  @media (min-width: 400px){
    .md\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 576px){
    .md\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .md\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1200px){
    .md\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1351px){
    .md\:container{
      max-width: 1351px;
    }
  }

  @media (min-width: 1530px){
    .md\:container{
      max-width: 1530px;
    }
  }

  .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-within\:sr-only:focus-within{
    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-within\:not-sr-only:focus-within{
    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\:pointer-events-none{
    pointer-events: none !important;
  }

  .md\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .md\:visible{
    visibility: visible !important;
  }

  .md\:invisible{
    visibility: hidden !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: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .md\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .md\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .md\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .md\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .md\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .md\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .md\:inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .md\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .md\:inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .md\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .md\:inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .md\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .md\:inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .md\:inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .md\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .md\:inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .md\:inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .md\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .md\:inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .md\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .md\:inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .md\:inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .md\:inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .md\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .md\:inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .md\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .md\:inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .md\:inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .md\:inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .md\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .md\:inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .md\:inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .md\:inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .md\:inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .md\:-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .md\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .md\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .md\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .md\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .md\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .md\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .md\:-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .md\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .md\:-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .md\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .md\:-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .md\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .md\:-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .md\:-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .md\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .md\:-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .md\:-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .md\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .md\:-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .md\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .md\:-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .md\:-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .md\:-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .md\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .md\:-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .md\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .md\:-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .md\:-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .md\:-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .md\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .md\:-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .md\:-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .md\:-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .md\:-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .md\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .md\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .md\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .md\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .md\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .md\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .md\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .md\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .md\:inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .md\:inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .md\:inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .md\:inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .md\:inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .md\:inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .md\:inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .md\:inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .md\:inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .md\:inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .md\:inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .md\:inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .md\:inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .md\:inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .md\:inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .md\:inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .md\:inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .md\:inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .md\:inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .md\:inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .md\:inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .md\:inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .md\:inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .md\:inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .md\:inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .md\:inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .md\:inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .md\:inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .md\:inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .md\:inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .md\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .md\:inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .md\:inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .md\:inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .md\:inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .md\:inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .md\:-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .md\:-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .md\:-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .md\:-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .md\:-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .md\:-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .md\:-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .md\:-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .md\:-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .md\:-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .md\:-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .md\:-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .md\:-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .md\:-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .md\:-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .md\:-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .md\:-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .md\:-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .md\:-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .md\:-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .md\:-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .md\:-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .md\:-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .md\:-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .md\:-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .md\:-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .md\:-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .md\:-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .md\:-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .md\:-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .md\:-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .md\:-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .md\:-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .md\:-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .md\:-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .md\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .md\:inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .md\:inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .md\:inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .md\:inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .md\:inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .md\:inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .md\:-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .md\:-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .md\:-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .md\:-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .md\:-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .md\:-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .md\:-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .md\:inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .md\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .md\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .md\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .md\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .md\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .md\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .md\:inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .md\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .md\:inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .md\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .md\:inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .md\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .md\:inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .md\:inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .md\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .md\:inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .md\:inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .md\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .md\:inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .md\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .md\:inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .md\:inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .md\:inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .md\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .md\:inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .md\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .md\:inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .md\:inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .md\:inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .md\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .md\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .md\:inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .md\:inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .md\:inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .md\:inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .md\:-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .md\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .md\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .md\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .md\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .md\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .md\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .md\:-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .md\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .md\:-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .md\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .md\:-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .md\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .md\:-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .md\:-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .md\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .md\:-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .md\:-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .md\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .md\:-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .md\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .md\:-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .md\:-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .md\:-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .md\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .md\:-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .md\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .md\:-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .md\:-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .md\:-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .md\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .md\:-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .md\:-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .md\:-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .md\:-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .md\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .md\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .md\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .md\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .md\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .md\:-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .md\:-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .md\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .md\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .md\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .md\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .md\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .md\:top-0{
    top: 0px !important;
  }

  .md\:top-1{
    top: 0.25rem !important;
  }

  .md\:top-2{
    top: 0.5rem !important;
  }

  .md\:top-3{
    top: 0.75rem !important;
  }

  .md\:top-4{
    top: 1rem !important;
  }

  .md\:top-5{
    top: 1.25rem !important;
  }

  .md\:top-6{
    top: 1.5rem !important;
  }

  .md\:top-7{
    top: 1.75rem !important;
  }

  .md\:top-8{
    top: 2rem !important;
  }

  .md\:top-9{
    top: 2.25rem !important;
  }

  .md\:top-10{
    top: 2.5rem !important;
  }

  .md\:top-11{
    top: 2.75rem !important;
  }

  .md\:top-12{
    top: 3rem !important;
  }

  .md\:top-14{
    top: 3.5rem !important;
  }

  .md\:top-16{
    top: 4rem !important;
  }

  .md\:top-20{
    top: 5rem !important;
  }

  .md\:top-24{
    top: 6rem !important;
  }

  .md\:top-28{
    top: 7rem !important;
  }

  .md\:top-32{
    top: 8rem !important;
  }

  .md\:top-36{
    top: 9rem !important;
  }

  .md\:top-40{
    top: 10rem !important;
  }

  .md\:top-44{
    top: 11rem !important;
  }

  .md\:top-48{
    top: 12rem !important;
  }

  .md\:top-52{
    top: 13rem !important;
  }

  .md\:top-56{
    top: 14rem !important;
  }

  .md\:top-60{
    top: 15rem !important;
  }

  .md\:top-64{
    top: 16rem !important;
  }

  .md\:top-72{
    top: 18rem !important;
  }

  .md\:top-80{
    top: 20rem !important;
  }

  .md\:top-96{
    top: 24rem !important;
  }

  .md\:top-auto{
    top: auto !important;
  }

  .md\:top-px{
    top: 1px !important;
  }

  .md\:top-0\.5{
    top: 0.125rem !important;
  }

  .md\:top-1\.5{
    top: 0.375rem !important;
  }

  .md\:top-2\.5{
    top: 0.625rem !important;
  }

  .md\:top-3\.5{
    top: 0.875rem !important;
  }

  .md\:-top-0{
    top: 0px !important;
  }

  .md\:-top-1{
    top: -0.25rem !important;
  }

  .md\:-top-2{
    top: -0.5rem !important;
  }

  .md\:-top-3{
    top: -0.75rem !important;
  }

  .md\:-top-4{
    top: -1rem !important;
  }

  .md\:-top-5{
    top: -1.25rem !important;
  }

  .md\:-top-6{
    top: -1.5rem !important;
  }

  .md\:-top-7{
    top: -1.75rem !important;
  }

  .md\:-top-8{
    top: -2rem !important;
  }

  .md\:-top-9{
    top: -2.25rem !important;
  }

  .md\:-top-10{
    top: -2.5rem !important;
  }

  .md\:-top-11{
    top: -2.75rem !important;
  }

  .md\:-top-12{
    top: -3rem !important;
  }

  .md\:-top-14{
    top: -3.5rem !important;
  }

  .md\:-top-16{
    top: -4rem !important;
  }

  .md\:-top-20{
    top: -5rem !important;
  }

  .md\:-top-24{
    top: -6rem !important;
  }

  .md\:-top-28{
    top: -7rem !important;
  }

  .md\:-top-32{
    top: -8rem !important;
  }

  .md\:-top-36{
    top: -9rem !important;
  }

  .md\:-top-40{
    top: -10rem !important;
  }

  .md\:-top-44{
    top: -11rem !important;
  }

  .md\:-top-48{
    top: -12rem !important;
  }

  .md\:-top-52{
    top: -13rem !important;
  }

  .md\:-top-56{
    top: -14rem !important;
  }

  .md\:-top-60{
    top: -15rem !important;
  }

  .md\:-top-64{
    top: -16rem !important;
  }

  .md\:-top-72{
    top: -18rem !important;
  }

  .md\:-top-80{
    top: -20rem !important;
  }

  .md\:-top-96{
    top: -24rem !important;
  }

  .md\:-top-px{
    top: -1px !important;
  }

  .md\:-top-0\.5{
    top: -0.125rem !important;
  }

  .md\:-top-1\.5{
    top: -0.375rem !important;
  }

  .md\:-top-2\.5{
    top: -0.625rem !important;
  }

  .md\:-top-3\.5{
    top: -0.875rem !important;
  }

  .md\:top-1\/2{
    top: 50% !important;
  }

  .md\:top-1\/3{
    top: 33.333333% !important;
  }

  .md\:top-2\/3{
    top: 66.666667% !important;
  }

  .md\:top-1\/4{
    top: 25% !important;
  }

  .md\:top-2\/4{
    top: 50% !important;
  }

  .md\:top-3\/4{
    top: 75% !important;
  }

  .md\:top-full{
    top: 100% !important;
  }

  .md\:-top-1\/2{
    top: -50% !important;
  }

  .md\:-top-1\/3{
    top: -33.333333% !important;
  }

  .md\:-top-2\/3{
    top: -66.666667% !important;
  }

  .md\:-top-1\/4{
    top: -25% !important;
  }

  .md\:-top-2\/4{
    top: -50% !important;
  }

  .md\:-top-3\/4{
    top: -75% !important;
  }

  .md\:-top-full{
    top: -100% !important;
  }

  .md\:right-0{
    right: 0px !important;
  }

  .md\:right-1{
    right: 0.25rem !important;
  }

  .md\:right-2{
    right: 0.5rem !important;
  }

  .md\:right-3{
    right: 0.75rem !important;
  }

  .md\:right-4{
    right: 1rem !important;
  }

  .md\:right-5{
    right: 1.25rem !important;
  }

  .md\:right-6{
    right: 1.5rem !important;
  }

  .md\:right-7{
    right: 1.75rem !important;
  }

  .md\:right-8{
    right: 2rem !important;
  }

  .md\:right-9{
    right: 2.25rem !important;
  }

  .md\:right-10{
    right: 2.5rem !important;
  }

  .md\:right-11{
    right: 2.75rem !important;
  }

  .md\:right-12{
    right: 3rem !important;
  }

  .md\:right-14{
    right: 3.5rem !important;
  }

  .md\:right-16{
    right: 4rem !important;
  }

  .md\:right-20{
    right: 5rem !important;
  }

  .md\:right-24{
    right: 6rem !important;
  }

  .md\:right-28{
    right: 7rem !important;
  }

  .md\:right-32{
    right: 8rem !important;
  }

  .md\:right-36{
    right: 9rem !important;
  }

  .md\:right-40{
    right: 10rem !important;
  }

  .md\:right-44{
    right: 11rem !important;
  }

  .md\:right-48{
    right: 12rem !important;
  }

  .md\:right-52{
    right: 13rem !important;
  }

  .md\:right-56{
    right: 14rem !important;
  }

  .md\:right-60{
    right: 15rem !important;
  }

  .md\:right-64{
    right: 16rem !important;
  }

  .md\:right-72{
    right: 18rem !important;
  }

  .md\:right-80{
    right: 20rem !important;
  }

  .md\:right-96{
    right: 24rem !important;
  }

  .md\:right-auto{
    right: auto !important;
  }

  .md\:right-px{
    right: 1px !important;
  }

  .md\:right-0\.5{
    right: 0.125rem !important;
  }

  .md\:right-1\.5{
    right: 0.375rem !important;
  }

  .md\:right-2\.5{
    right: 0.625rem !important;
  }

  .md\:right-3\.5{
    right: 0.875rem !important;
  }

  .md\:-right-0{
    right: 0px !important;
  }

  .md\:-right-1{
    right: -0.25rem !important;
  }

  .md\:-right-2{
    right: -0.5rem !important;
  }

  .md\:-right-3{
    right: -0.75rem !important;
  }

  .md\:-right-4{
    right: -1rem !important;
  }

  .md\:-right-5{
    right: -1.25rem !important;
  }

  .md\:-right-6{
    right: -1.5rem !important;
  }

  .md\:-right-7{
    right: -1.75rem !important;
  }

  .md\:-right-8{
    right: -2rem !important;
  }

  .md\:-right-9{
    right: -2.25rem !important;
  }

  .md\:-right-10{
    right: -2.5rem !important;
  }

  .md\:-right-11{
    right: -2.75rem !important;
  }

  .md\:-right-12{
    right: -3rem !important;
  }

  .md\:-right-14{
    right: -3.5rem !important;
  }

  .md\:-right-16{
    right: -4rem !important;
  }

  .md\:-right-20{
    right: -5rem !important;
  }

  .md\:-right-24{
    right: -6rem !important;
  }

  .md\:-right-28{
    right: -7rem !important;
  }

  .md\:-right-32{
    right: -8rem !important;
  }

  .md\:-right-36{
    right: -9rem !important;
  }

  .md\:-right-40{
    right: -10rem !important;
  }

  .md\:-right-44{
    right: -11rem !important;
  }

  .md\:-right-48{
    right: -12rem !important;
  }

  .md\:-right-52{
    right: -13rem !important;
  }

  .md\:-right-56{
    right: -14rem !important;
  }

  .md\:-right-60{
    right: -15rem !important;
  }

  .md\:-right-64{
    right: -16rem !important;
  }

  .md\:-right-72{
    right: -18rem !important;
  }

  .md\:-right-80{
    right: -20rem !important;
  }

  .md\:-right-96{
    right: -24rem !important;
  }

  .md\:-right-px{
    right: -1px !important;
  }

  .md\:-right-0\.5{
    right: -0.125rem !important;
  }

  .md\:-right-1\.5{
    right: -0.375rem !important;
  }

  .md\:-right-2\.5{
    right: -0.625rem !important;
  }

  .md\:-right-3\.5{
    right: -0.875rem !important;
  }

  .md\:right-1\/2{
    right: 50% !important;
  }

  .md\:right-1\/3{
    right: 33.333333% !important;
  }

  .md\:right-2\/3{
    right: 66.666667% !important;
  }

  .md\:right-1\/4{
    right: 25% !important;
  }

  .md\:right-2\/4{
    right: 50% !important;
  }

  .md\:right-3\/4{
    right: 75% !important;
  }

  .md\:right-full{
    right: 100% !important;
  }

  .md\:-right-1\/2{
    right: -50% !important;
  }

  .md\:-right-1\/3{
    right: -33.333333% !important;
  }

  .md\:-right-2\/3{
    right: -66.666667% !important;
  }

  .md\:-right-1\/4{
    right: -25% !important;
  }

  .md\:-right-2\/4{
    right: -50% !important;
  }

  .md\:-right-3\/4{
    right: -75% !important;
  }

  .md\:-right-full{
    right: -100% !important;
  }

  .md\:bottom-0{
    bottom: 0px !important;
  }

  .md\:bottom-1{
    bottom: 0.25rem !important;
  }

  .md\:bottom-2{
    bottom: 0.5rem !important;
  }

  .md\:bottom-3{
    bottom: 0.75rem !important;
  }

  .md\:bottom-4{
    bottom: 1rem !important;
  }

  .md\:bottom-5{
    bottom: 1.25rem !important;
  }

  .md\:bottom-6{
    bottom: 1.5rem !important;
  }

  .md\:bottom-7{
    bottom: 1.75rem !important;
  }

  .md\:bottom-8{
    bottom: 2rem !important;
  }

  .md\:bottom-9{
    bottom: 2.25rem !important;
  }

  .md\:bottom-10{
    bottom: 2.5rem !important;
  }

  .md\:bottom-11{
    bottom: 2.75rem !important;
  }

  .md\:bottom-12{
    bottom: 3rem !important;
  }

  .md\:bottom-14{
    bottom: 3.5rem !important;
  }

  .md\:bottom-16{
    bottom: 4rem !important;
  }

  .md\:bottom-20{
    bottom: 5rem !important;
  }

  .md\:bottom-24{
    bottom: 6rem !important;
  }

  .md\:bottom-28{
    bottom: 7rem !important;
  }

  .md\:bottom-32{
    bottom: 8rem !important;
  }

  .md\:bottom-36{
    bottom: 9rem !important;
  }

  .md\:bottom-40{
    bottom: 10rem !important;
  }

  .md\:bottom-44{
    bottom: 11rem !important;
  }

  .md\:bottom-48{
    bottom: 12rem !important;
  }

  .md\:bottom-52{
    bottom: 13rem !important;
  }

  .md\:bottom-56{
    bottom: 14rem !important;
  }

  .md\:bottom-60{
    bottom: 15rem !important;
  }

  .md\:bottom-64{
    bottom: 16rem !important;
  }

  .md\:bottom-72{
    bottom: 18rem !important;
  }

  .md\:bottom-80{
    bottom: 20rem !important;
  }

  .md\:bottom-96{
    bottom: 24rem !important;
  }

  .md\:bottom-auto{
    bottom: auto !important;
  }

  .md\:bottom-px{
    bottom: 1px !important;
  }

  .md\:bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .md\:bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .md\:bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .md\:bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .md\:-bottom-0{
    bottom: 0px !important;
  }

  .md\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .md\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .md\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .md\:-bottom-4{
    bottom: -1rem !important;
  }

  .md\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .md\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .md\:-bottom-7{
    bottom: -1.75rem !important;
  }

  .md\:-bottom-8{
    bottom: -2rem !important;
  }

  .md\:-bottom-9{
    bottom: -2.25rem !important;
  }

  .md\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .md\:-bottom-11{
    bottom: -2.75rem !important;
  }

  .md\:-bottom-12{
    bottom: -3rem !important;
  }

  .md\:-bottom-14{
    bottom: -3.5rem !important;
  }

  .md\:-bottom-16{
    bottom: -4rem !important;
  }

  .md\:-bottom-20{
    bottom: -5rem !important;
  }

  .md\:-bottom-24{
    bottom: -6rem !important;
  }

  .md\:-bottom-28{
    bottom: -7rem !important;
  }

  .md\:-bottom-32{
    bottom: -8rem !important;
  }

  .md\:-bottom-36{
    bottom: -9rem !important;
  }

  .md\:-bottom-40{
    bottom: -10rem !important;
  }

  .md\:-bottom-44{
    bottom: -11rem !important;
  }

  .md\:-bottom-48{
    bottom: -12rem !important;
  }

  .md\:-bottom-52{
    bottom: -13rem !important;
  }

  .md\:-bottom-56{
    bottom: -14rem !important;
  }

  .md\:-bottom-60{
    bottom: -15rem !important;
  }

  .md\:-bottom-64{
    bottom: -16rem !important;
  }

  .md\:-bottom-72{
    bottom: -18rem !important;
  }

  .md\:-bottom-80{
    bottom: -20rem !important;
  }

  .md\:-bottom-96{
    bottom: -24rem !important;
  }

  .md\:-bottom-px{
    bottom: -1px !important;
  }

  .md\:-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .md\:-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .md\:-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .md\:-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .md\:bottom-1\/2{
    bottom: 50% !important;
  }

  .md\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .md\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .md\:bottom-1\/4{
    bottom: 25% !important;
  }

  .md\:bottom-2\/4{
    bottom: 50% !important;
  }

  .md\:bottom-3\/4{
    bottom: 75% !important;
  }

  .md\:bottom-full{
    bottom: 100% !important;
  }

  .md\:-bottom-1\/2{
    bottom: -50% !important;
  }

  .md\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .md\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .md\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .md\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .md\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .md\:-bottom-full{
    bottom: -100% !important;
  }

  .md\:left-0{
    left: 0px !important;
  }

  .md\:left-1{
    left: 0.25rem !important;
  }

  .md\:left-2{
    left: 0.5rem !important;
  }

  .md\:left-3{
    left: 0.75rem !important;
  }

  .md\:left-4{
    left: 1rem !important;
  }

  .md\:left-5{
    left: 1.25rem !important;
  }

  .md\:left-6{
    left: 1.5rem !important;
  }

  .md\:left-7{
    left: 1.75rem !important;
  }

  .md\:left-8{
    left: 2rem !important;
  }

  .md\:left-9{
    left: 2.25rem !important;
  }

  .md\:left-10{
    left: 2.5rem !important;
  }

  .md\:left-11{
    left: 2.75rem !important;
  }

  .md\:left-12{
    left: 3rem !important;
  }

  .md\:left-14{
    left: 3.5rem !important;
  }

  .md\:left-16{
    left: 4rem !important;
  }

  .md\:left-20{
    left: 5rem !important;
  }

  .md\:left-24{
    left: 6rem !important;
  }

  .md\:left-28{
    left: 7rem !important;
  }

  .md\:left-32{
    left: 8rem !important;
  }

  .md\:left-36{
    left: 9rem !important;
  }

  .md\:left-40{
    left: 10rem !important;
  }

  .md\:left-44{
    left: 11rem !important;
  }

  .md\:left-48{
    left: 12rem !important;
  }

  .md\:left-52{
    left: 13rem !important;
  }

  .md\:left-56{
    left: 14rem !important;
  }

  .md\:left-60{
    left: 15rem !important;
  }

  .md\:left-64{
    left: 16rem !important;
  }

  .md\:left-72{
    left: 18rem !important;
  }

  .md\:left-80{
    left: 20rem !important;
  }

  .md\:left-96{
    left: 24rem !important;
  }

  .md\:left-auto{
    left: auto !important;
  }

  .md\:left-px{
    left: 1px !important;
  }

  .md\:left-0\.5{
    left: 0.125rem !important;
  }

  .md\:left-1\.5{
    left: 0.375rem !important;
  }

  .md\:left-2\.5{
    left: 0.625rem !important;
  }

  .md\:left-3\.5{
    left: 0.875rem !important;
  }

  .md\:-left-0{
    left: 0px !important;
  }

  .md\:-left-1{
    left: -0.25rem !important;
  }

  .md\:-left-2{
    left: -0.5rem !important;
  }

  .md\:-left-3{
    left: -0.75rem !important;
  }

  .md\:-left-4{
    left: -1rem !important;
  }

  .md\:-left-5{
    left: -1.25rem !important;
  }

  .md\:-left-6{
    left: -1.5rem !important;
  }

  .md\:-left-7{
    left: -1.75rem !important;
  }

  .md\:-left-8{
    left: -2rem !important;
  }

  .md\:-left-9{
    left: -2.25rem !important;
  }

  .md\:-left-10{
    left: -2.5rem !important;
  }

  .md\:-left-11{
    left: -2.75rem !important;
  }

  .md\:-left-12{
    left: -3rem !important;
  }

  .md\:-left-14{
    left: -3.5rem !important;
  }

  .md\:-left-16{
    left: -4rem !important;
  }

  .md\:-left-20{
    left: -5rem !important;
  }

  .md\:-left-24{
    left: -6rem !important;
  }

  .md\:-left-28{
    left: -7rem !important;
  }

  .md\:-left-32{
    left: -8rem !important;
  }

  .md\:-left-36{
    left: -9rem !important;
  }

  .md\:-left-40{
    left: -10rem !important;
  }

  .md\:-left-44{
    left: -11rem !important;
  }

  .md\:-left-48{
    left: -12rem !important;
  }

  .md\:-left-52{
    left: -13rem !important;
  }

  .md\:-left-56{
    left: -14rem !important;
  }

  .md\:-left-60{
    left: -15rem !important;
  }

  .md\:-left-64{
    left: -16rem !important;
  }

  .md\:-left-72{
    left: -18rem !important;
  }

  .md\:-left-80{
    left: -20rem !important;
  }

  .md\:-left-96{
    left: -24rem !important;
  }

  .md\:-left-px{
    left: -1px !important;
  }

  .md\:-left-0\.5{
    left: -0.125rem !important;
  }

  .md\:-left-1\.5{
    left: -0.375rem !important;
  }

  .md\:-left-2\.5{
    left: -0.625rem !important;
  }

  .md\:-left-3\.5{
    left: -0.875rem !important;
  }

  .md\:left-1\/2{
    left: 50% !important;
  }

  .md\:left-1\/3{
    left: 33.333333% !important;
  }

  .md\:left-2\/3{
    left: 66.666667% !important;
  }

  .md\:left-1\/4{
    left: 25% !important;
  }

  .md\:left-2\/4{
    left: 50% !important;
  }

  .md\:left-3\/4{
    left: 75% !important;
  }

  .md\:left-full{
    left: 100% !important;
  }

  .md\:-left-1\/2{
    left: -50% !important;
  }

  .md\:-left-1\/3{
    left: -33.333333% !important;
  }

  .md\:-left-2\/3{
    left: -66.666667% !important;
  }

  .md\:-left-1\/4{
    left: -25% !important;
  }

  .md\:-left-2\/4{
    left: -50% !important;
  }

  .md\:-left-3\/4{
    left: -75% !important;
  }

  .md\:-left-full{
    left: -100% !important;
  }

  .md\:isolate{
    isolation: isolate !important;
  }

  .md\:isolation-auto{
    isolation: auto !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\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .md\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .md\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .md\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .md\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .md\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .md\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .md\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .md\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .md\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .md\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .md\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .md\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .md\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .md\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .md\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .md\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .md\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .md\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .md\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .md\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .md\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .md\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .md\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .md\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .md\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .md\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .md\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .md\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !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\: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\:float-right{
    float: right !important;
  }

  .md\:float-left{
    float: left !important;
  }

  .md\:float-none{
    float: none !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\:m-0{
    margin: 0px !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-7{
    margin: 1.75rem !important;
  }

  .md\:m-8{
    margin: 2rem !important;
  }

  .md\:m-9{
    margin: 2.25rem !important;
  }

  .md\:m-10{
    margin: 2.5rem !important;
  }

  .md\:m-11{
    margin: 2.75rem !important;
  }

  .md\:m-12{
    margin: 3rem !important;
  }

  .md\:m-14{
    margin: 3.5rem !important;
  }

  .md\:m-16{
    margin: 4rem !important;
  }

  .md\:m-20{
    margin: 5rem !important;
  }

  .md\:m-24{
    margin: 6rem !important;
  }

  .md\:m-28{
    margin: 7rem !important;
  }

  .md\:m-32{
    margin: 8rem !important;
  }

  .md\:m-36{
    margin: 9rem !important;
  }

  .md\:m-40{
    margin: 10rem !important;
  }

  .md\:m-44{
    margin: 11rem !important;
  }

  .md\:m-48{
    margin: 12rem !important;
  }

  .md\:m-52{
    margin: 13rem !important;
  }

  .md\:m-56{
    margin: 14rem !important;
  }

  .md\:m-60{
    margin: 15rem !important;
  }

  .md\:m-64{
    margin: 16rem !important;
  }

  .md\:m-72{
    margin: 18rem !important;
  }

  .md\:m-80{
    margin: 20rem !important;
  }

  .md\:m-96{
    margin: 24rem !important;
  }

  .md\:m-auto{
    margin: auto !important;
  }

  .md\:m-px{
    margin: 1px !important;
  }

  .md\:m-0\.5{
    margin: 0.125rem !important;
  }

  .md\:m-1\.5{
    margin: 0.375rem !important;
  }

  .md\:m-2\.5{
    margin: 0.625rem !important;
  }

  .md\:m-3\.5{
    margin: 0.875rem !important;
  }

  .md\:-m-0{
    margin: 0px !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-7{
    margin: -1.75rem !important;
  }

  .md\:-m-8{
    margin: -2rem !important;
  }

  .md\:-m-9{
    margin: -2.25rem !important;
  }

  .md\:-m-10{
    margin: -2.5rem !important;
  }

  .md\:-m-11{
    margin: -2.75rem !important;
  }

  .md\:-m-12{
    margin: -3rem !important;
  }

  .md\:-m-14{
    margin: -3.5rem !important;
  }

  .md\:-m-16{
    margin: -4rem !important;
  }

  .md\:-m-20{
    margin: -5rem !important;
  }

  .md\:-m-24{
    margin: -6rem !important;
  }

  .md\:-m-28{
    margin: -7rem !important;
  }

  .md\:-m-32{
    margin: -8rem !important;
  }

  .md\:-m-36{
    margin: -9rem !important;
  }

  .md\:-m-40{
    margin: -10rem !important;
  }

  .md\:-m-44{
    margin: -11rem !important;
  }

  .md\:-m-48{
    margin: -12rem !important;
  }

  .md\:-m-52{
    margin: -13rem !important;
  }

  .md\:-m-56{
    margin: -14rem !important;
  }

  .md\:-m-60{
    margin: -15rem !important;
  }

  .md\:-m-64{
    margin: -16rem !important;
  }

  .md\:-m-72{
    margin: -18rem !important;
  }

  .md\:-m-80{
    margin: -20rem !important;
  }

  .md\:-m-96{
    margin: -24rem !important;
  }

  .md\:-m-px{
    margin: -1px !important;
  }

  .md\:-m-0\.5{
    margin: -0.125rem !important;
  }

  .md\:-m-1\.5{
    margin: -0.375rem !important;
  }

  .md\:-m-2\.5{
    margin: -0.625rem !important;
  }

  .md\:-m-3\.5{
    margin: -0.875rem !important;
  }

  .md\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .md\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .md\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .md\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .md\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .md\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:mx-36{
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .md\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .md\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .md\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .md\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .md\:mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .md\:mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .md\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .md\:mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .md\:mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .md\:mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .md\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .md\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:-mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .md\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .md\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:-mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .md\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .md\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:-mx-36{
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .md\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .md\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .md\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .md\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:-mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .md\:-mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .md\:-mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .md\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .md\:-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .md\:-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .md\:-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .md\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .md\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:my-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .md\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .md\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .md\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .md\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:my-36{
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .md\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .md\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .md\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .md\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:my-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .md\:my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .md\:my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .md\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .md\:my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .md\:my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .md\:my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .md\:-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .md\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:-my-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .md\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .md\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:-my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .md\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .md\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:-my-36{
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .md\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .md\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .md\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .md\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:-my-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .md\:-my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .md\:-my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .md\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .md\:-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .md\:-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .md\:-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .md\:mt-0{
    margin-top: 0px !important;
  }

  .md\:mt-1{
    margin-top: 0.25rem !important;
  }

  .md\:mt-2{
    margin-top: 0.5rem !important;
  }

  .md\:mt-3{
    margin-top: 0.75rem !important;
  }

  .md\:mt-4{
    margin-top: 1rem !important;
  }

  .md\:mt-5{
    margin-top: 1.25rem !important;
  }

  .md\:mt-6{
    margin-top: 1.5rem !important;
  }

  .md\:mt-7{
    margin-top: 1.75rem !important;
  }

  .md\:mt-8{
    margin-top: 2rem !important;
  }

  .md\:mt-9{
    margin-top: 2.25rem !important;
  }

  .md\:mt-10{
    margin-top: 2.5rem !important;
  }

  .md\:mt-11{
    margin-top: 2.75rem !important;
  }

  .md\:mt-12{
    margin-top: 3rem !important;
  }

  .md\:mt-14{
    margin-top: 3.5rem !important;
  }

  .md\:mt-16{
    margin-top: 4rem !important;
  }

  .md\:mt-20{
    margin-top: 5rem !important;
  }

  .md\:mt-24{
    margin-top: 6rem !important;
  }

  .md\:mt-28{
    margin-top: 7rem !important;
  }

  .md\:mt-32{
    margin-top: 8rem !important;
  }

  .md\:mt-36{
    margin-top: 9rem !important;
  }

  .md\:mt-40{
    margin-top: 10rem !important;
  }

  .md\:mt-44{
    margin-top: 11rem !important;
  }

  .md\:mt-48{
    margin-top: 12rem !important;
  }

  .md\:mt-52{
    margin-top: 13rem !important;
  }

  .md\:mt-56{
    margin-top: 14rem !important;
  }

  .md\:mt-60{
    margin-top: 15rem !important;
  }

  .md\:mt-64{
    margin-top: 16rem !important;
  }

  .md\:mt-72{
    margin-top: 18rem !important;
  }

  .md\:mt-80{
    margin-top: 20rem !important;
  }

  .md\:mt-96{
    margin-top: 24rem !important;
  }

  .md\:mt-auto{
    margin-top: auto !important;
  }

  .md\:mt-px{
    margin-top: 1px !important;
  }

  .md\:mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .md\:mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .md\:mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .md\:mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .md\:-mt-0{
    margin-top: 0px !important;
  }

  .md\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .md\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .md\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .md\:-mt-4{
    margin-top: -1rem !important;
  }

  .md\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .md\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .md\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .md\:-mt-8{
    margin-top: -2rem !important;
  }

  .md\:-mt-9{
    margin-top: -2.25rem !important;
  }

  .md\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .md\:-mt-11{
    margin-top: -2.75rem !important;
  }

  .md\:-mt-12{
    margin-top: -3rem !important;
  }

  .md\:-mt-14{
    margin-top: -3.5rem !important;
  }

  .md\:-mt-16{
    margin-top: -4rem !important;
  }

  .md\:-mt-20{
    margin-top: -5rem !important;
  }

  .md\:-mt-24{
    margin-top: -6rem !important;
  }

  .md\:-mt-28{
    margin-top: -7rem !important;
  }

  .md\:-mt-32{
    margin-top: -8rem !important;
  }

  .md\:-mt-36{
    margin-top: -9rem !important;
  }

  .md\:-mt-40{
    margin-top: -10rem !important;
  }

  .md\:-mt-44{
    margin-top: -11rem !important;
  }

  .md\:-mt-48{
    margin-top: -12rem !important;
  }

  .md\:-mt-52{
    margin-top: -13rem !important;
  }

  .md\:-mt-56{
    margin-top: -14rem !important;
  }

  .md\:-mt-60{
    margin-top: -15rem !important;
  }

  .md\:-mt-64{
    margin-top: -16rem !important;
  }

  .md\:-mt-72{
    margin-top: -18rem !important;
  }

  .md\:-mt-80{
    margin-top: -20rem !important;
  }

  .md\:-mt-96{
    margin-top: -24rem !important;
  }

  .md\:-mt-px{
    margin-top: -1px !important;
  }

  .md\:-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .md\:-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .md\:-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .md\:-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .md\:mr-0{
    margin-right: 0px !important;
  }

  .md\:mr-1{
    margin-right: 0.25rem !important;
  }

  .md\:mr-2{
    margin-right: 0.5rem !important;
  }

  .md\:mr-3{
    margin-right: 0.75rem !important;
  }

  .md\:mr-4{
    margin-right: 1rem !important;
  }

  .md\:mr-5{
    margin-right: 1.25rem !important;
  }

  .md\:mr-6{
    margin-right: 1.5rem !important;
  }

  .md\:mr-7{
    margin-right: 1.75rem !important;
  }

  .md\:mr-8{
    margin-right: 2rem !important;
  }

  .md\:mr-9{
    margin-right: 2.25rem !important;
  }

  .md\:mr-10{
    margin-right: 2.5rem !important;
  }

  .md\:mr-11{
    margin-right: 2.75rem !important;
  }

  .md\:mr-12{
    margin-right: 3rem !important;
  }

  .md\:mr-14{
    margin-right: 3.5rem !important;
  }

  .md\:mr-16{
    margin-right: 4rem !important;
  }

  .md\:mr-20{
    margin-right: 5rem !important;
  }

  .md\:mr-24{
    margin-right: 6rem !important;
  }

  .md\:mr-28{
    margin-right: 7rem !important;
  }

  .md\:mr-32{
    margin-right: 8rem !important;
  }

  .md\:mr-36{
    margin-right: 9rem !important;
  }

  .md\:mr-40{
    margin-right: 10rem !important;
  }

  .md\:mr-44{
    margin-right: 11rem !important;
  }

  .md\:mr-48{
    margin-right: 12rem !important;
  }

  .md\:mr-52{
    margin-right: 13rem !important;
  }

  .md\:mr-56{
    margin-right: 14rem !important;
  }

  .md\:mr-60{
    margin-right: 15rem !important;
  }

  .md\:mr-64{
    margin-right: 16rem !important;
  }

  .md\:mr-72{
    margin-right: 18rem !important;
  }

  .md\:mr-80{
    margin-right: 20rem !important;
  }

  .md\:mr-96{
    margin-right: 24rem !important;
  }

  .md\:mr-auto{
    margin-right: auto !important;
  }

  .md\:mr-px{
    margin-right: 1px !important;
  }

  .md\:mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .md\:mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .md\:mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .md\:mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .md\:-mr-0{
    margin-right: 0px !important;
  }

  .md\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .md\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .md\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .md\:-mr-4{
    margin-right: -1rem !important;
  }

  .md\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .md\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .md\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .md\:-mr-8{
    margin-right: -2rem !important;
  }

  .md\:-mr-9{
    margin-right: -2.25rem !important;
  }

  .md\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .md\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .md\:-mr-12{
    margin-right: -3rem !important;
  }

  .md\:-mr-14{
    margin-right: -3.5rem !important;
  }

  .md\:-mr-16{
    margin-right: -4rem !important;
  }

  .md\:-mr-20{
    margin-right: -5rem !important;
  }

  .md\:-mr-24{
    margin-right: -6rem !important;
  }

  .md\:-mr-28{
    margin-right: -7rem !important;
  }

  .md\:-mr-32{
    margin-right: -8rem !important;
  }

  .md\:-mr-36{
    margin-right: -9rem !important;
  }

  .md\:-mr-40{
    margin-right: -10rem !important;
  }

  .md\:-mr-44{
    margin-right: -11rem !important;
  }

  .md\:-mr-48{
    margin-right: -12rem !important;
  }

  .md\:-mr-52{
    margin-right: -13rem !important;
  }

  .md\:-mr-56{
    margin-right: -14rem !important;
  }

  .md\:-mr-60{
    margin-right: -15rem !important;
  }

  .md\:-mr-64{
    margin-right: -16rem !important;
  }

  .md\:-mr-72{
    margin-right: -18rem !important;
  }

  .md\:-mr-80{
    margin-right: -20rem !important;
  }

  .md\:-mr-96{
    margin-right: -24rem !important;
  }

  .md\:-mr-px{
    margin-right: -1px !important;
  }

  .md\:-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .md\:-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .md\:-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .md\:-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .md\:mb-0{
    margin-bottom: 0px !important;
  }

  .md\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .md\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .md\:mb-4{
    margin-bottom: 1rem !important;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .md\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .md\:mb-8{
    margin-bottom: 2rem !important;
  }

  .md\:mb-9{
    margin-bottom: 2.25rem !important;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .md\:mb-11{
    margin-bottom: 2.75rem !important;
  }

  .md\:mb-12{
    margin-bottom: 3rem !important;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem !important;
  }

  .md\:mb-16{
    margin-bottom: 4rem !important;
  }

  .md\:mb-20{
    margin-bottom: 5rem !important;
  }

  .md\:mb-24{
    margin-bottom: 6rem !important;
  }

  .md\:mb-28{
    margin-bottom: 7rem !important;
  }

  .md\:mb-32{
    margin-bottom: 8rem !important;
  }

  .md\:mb-36{
    margin-bottom: 9rem !important;
  }

  .md\:mb-40{
    margin-bottom: 10rem !important;
  }

  .md\:mb-44{
    margin-bottom: 11rem !important;
  }

  .md\:mb-48{
    margin-bottom: 12rem !important;
  }

  .md\:mb-52{
    margin-bottom: 13rem !important;
  }

  .md\:mb-56{
    margin-bottom: 14rem !important;
  }

  .md\:mb-60{
    margin-bottom: 15rem !important;
  }

  .md\:mb-64{
    margin-bottom: 16rem !important;
  }

  .md\:mb-72{
    margin-bottom: 18rem !important;
  }

  .md\:mb-80{
    margin-bottom: 20rem !important;
  }

  .md\:mb-96{
    margin-bottom: 24rem !important;
  }

  .md\:mb-auto{
    margin-bottom: auto !important;
  }

  .md\:mb-px{
    margin-bottom: 1px !important;
  }

  .md\:mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .md\:mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .md\:mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .md\:mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .md\:-mb-0{
    margin-bottom: 0px !important;
  }

  .md\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .md\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .md\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .md\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .md\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .md\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .md\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .md\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .md\:-mb-9{
    margin-bottom: -2.25rem !important;
  }

  .md\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .md\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .md\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .md\:-mb-14{
    margin-bottom: -3.5rem !important;
  }

  .md\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .md\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .md\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .md\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .md\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .md\:-mb-36{
    margin-bottom: -9rem !important;
  }

  .md\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .md\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .md\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .md\:-mb-52{
    margin-bottom: -13rem !important;
  }

  .md\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .md\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .md\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .md\:-mb-72{
    margin-bottom: -18rem !important;
  }

  .md\:-mb-80{
    margin-bottom: -20rem !important;
  }

  .md\:-mb-96{
    margin-bottom: -24rem !important;
  }

  .md\:-mb-px{
    margin-bottom: -1px !important;
  }

  .md\:-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .md\:-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .md\:-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .md\:-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .md\:ml-0{
    margin-left: 0px !important;
  }

  .md\:ml-1{
    margin-left: 0.25rem !important;
  }

  .md\:ml-2{
    margin-left: 0.5rem !important;
  }

  .md\:ml-3{
    margin-left: 0.75rem !important;
  }

  .md\:ml-4{
    margin-left: 1rem !important;
  }

  .md\:ml-5{
    margin-left: 1.25rem !important;
  }

  .md\:ml-6{
    margin-left: 1.5rem !important;
  }

  .md\:ml-7{
    margin-left: 1.75rem !important;
  }

  .md\:ml-8{
    margin-left: 2rem !important;
  }

  .md\:ml-9{
    margin-left: 2.25rem !important;
  }

  .md\:ml-10{
    margin-left: 2.5rem !important;
  }

  .md\:ml-11{
    margin-left: 2.75rem !important;
  }

  .md\:ml-12{
    margin-left: 3rem !important;
  }

  .md\:ml-14{
    margin-left: 3.5rem !important;
  }

  .md\:ml-16{
    margin-left: 4rem !important;
  }

  .md\:ml-20{
    margin-left: 5rem !important;
  }

  .md\:ml-24{
    margin-left: 6rem !important;
  }

  .md\:ml-28{
    margin-left: 7rem !important;
  }

  .md\:ml-32{
    margin-left: 8rem !important;
  }

  .md\:ml-36{
    margin-left: 9rem !important;
  }

  .md\:ml-40{
    margin-left: 10rem !important;
  }

  .md\:ml-44{
    margin-left: 11rem !important;
  }

  .md\:ml-48{
    margin-left: 12rem !important;
  }

  .md\:ml-52{
    margin-left: 13rem !important;
  }

  .md\:ml-56{
    margin-left: 14rem !important;
  }

  .md\:ml-60{
    margin-left: 15rem !important;
  }

  .md\:ml-64{
    margin-left: 16rem !important;
  }

  .md\:ml-72{
    margin-left: 18rem !important;
  }

  .md\:ml-80{
    margin-left: 20rem !important;
  }

  .md\:ml-96{
    margin-left: 24rem !important;
  }

  .md\:ml-auto{
    margin-left: auto !important;
  }

  .md\:ml-px{
    margin-left: 1px !important;
  }

  .md\:ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .md\:ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .md\:ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .md\:ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .md\:-ml-0{
    margin-left: 0px !important;
  }

  .md\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .md\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .md\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .md\:-ml-4{
    margin-left: -1rem !important;
  }

  .md\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .md\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .md\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .md\:-ml-8{
    margin-left: -2rem !important;
  }

  .md\:-ml-9{
    margin-left: -2.25rem !important;
  }

  .md\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .md\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .md\:-ml-12{
    margin-left: -3rem !important;
  }

  .md\:-ml-14{
    margin-left: -3.5rem !important;
  }

  .md\:-ml-16{
    margin-left: -4rem !important;
  }

  .md\:-ml-20{
    margin-left: -5rem !important;
  }

  .md\:-ml-24{
    margin-left: -6rem !important;
  }

  .md\:-ml-28{
    margin-left: -7rem !important;
  }

  .md\:-ml-32{
    margin-left: -8rem !important;
  }

  .md\:-ml-36{
    margin-left: -9rem !important;
  }

  .md\:-ml-40{
    margin-left: -10rem !important;
  }

  .md\:-ml-44{
    margin-left: -11rem !important;
  }

  .md\:-ml-48{
    margin-left: -12rem !important;
  }

  .md\:-ml-52{
    margin-left: -13rem !important;
  }

  .md\:-ml-56{
    margin-left: -14rem !important;
  }

  .md\:-ml-60{
    margin-left: -15rem !important;
  }

  .md\:-ml-64{
    margin-left: -16rem !important;
  }

  .md\:-ml-72{
    margin-left: -18rem !important;
  }

  .md\:-ml-80{
    margin-left: -20rem !important;
  }

  .md\:-ml-96{
    margin-left: -24rem !important;
  }

  .md\:-ml-px{
    margin-left: -1px !important;
  }

  .md\:-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .md\:-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .md\:-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .md\:-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .md\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .md\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .md\:block{
    display: block !important;
  }

  .md\:inline-block{
    display: inline-block !important;
  }

  .md\:inline{
    display: inline !important;
  }

  .md\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .md\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .md\:table{
    display: table !important;
  }

  .md\:inline-table{
    display: inline-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\:list-item{
    display: list-item !important;
  }

  .md\:hidden{
    display: none !important;
  }

  .md\:h-0{
    height: 0px !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-7{
    height: 1.75rem !important;
  }

  .md\:h-8{
    height: 2rem !important;
  }

  .md\:h-9{
    height: 2.25rem !important;
  }

  .md\:h-10{
    height: 2.5rem !important;
  }

  .md\:h-11{
    height: 2.75rem !important;
  }

  .md\:h-12{
    height: 3rem !important;
  }

  .md\:h-14{
    height: 3.5rem !important;
  }

  .md\:h-16{
    height: 4rem !important;
  }

  .md\:h-20{
    height: 5rem !important;
  }

  .md\:h-24{
    height: 6rem !important;
  }

  .md\:h-28{
    height: 7rem !important;
  }

  .md\:h-32{
    height: 8rem !important;
  }

  .md\:h-36{
    height: 9rem !important;
  }

  .md\:h-40{
    height: 10rem !important;
  }

  .md\:h-44{
    height: 11rem !important;
  }

  .md\:h-48{
    height: 12rem !important;
  }

  .md\:h-52{
    height: 13rem !important;
  }

  .md\:h-56{
    height: 14rem !important;
  }

  .md\:h-60{
    height: 15rem !important;
  }

  .md\:h-64{
    height: 16rem !important;
  }

  .md\:h-72{
    height: 18rem !important;
  }

  .md\:h-80{
    height: 20rem !important;
  }

  .md\:h-96{
    height: 24rem !important;
  }

  .md\:h-auto{
    height: auto !important;
  }

  .md\:h-px{
    height: 1px !important;
  }

  .md\:h-0\.5{
    height: 0.125rem !important;
  }

  .md\:h-1\.5{
    height: 0.375rem !important;
  }

  .md\:h-2\.5{
    height: 0.625rem !important;
  }

  .md\:h-3\.5{
    height: 0.875rem !important;
  }

  .md\:h-1\/2{
    height: 50% !important;
  }

  .md\:h-1\/3{
    height: 33.333333% !important;
  }

  .md\:h-2\/3{
    height: 66.666667% !important;
  }

  .md\:h-1\/4{
    height: 25% !important;
  }

  .md\:h-2\/4{
    height: 50% !important;
  }

  .md\:h-3\/4{
    height: 75% !important;
  }

  .md\:h-1\/5{
    height: 20% !important;
  }

  .md\:h-2\/5{
    height: 40% !important;
  }

  .md\:h-3\/5{
    height: 60% !important;
  }

  .md\:h-4\/5{
    height: 80% !important;
  }

  .md\:h-1\/6{
    height: 16.666667% !important;
  }

  .md\:h-2\/6{
    height: 33.333333% !important;
  }

  .md\:h-3\/6{
    height: 50% !important;
  }

  .md\:h-4\/6{
    height: 66.666667% !important;
  }

  .md\:h-5\/6{
    height: 83.333333% !important;
  }

  .md\:h-full{
    height: 100% !important;
  }

  .md\:h-screen{
    height: 100vh !important;
  }

  .md\:max-h-0{
    max-height: 0px !important;
  }

  .md\:max-h-1{
    max-height: 0.25rem !important;
  }

  .md\:max-h-2{
    max-height: 0.5rem !important;
  }

  .md\:max-h-3{
    max-height: 0.75rem !important;
  }

  .md\:max-h-4{
    max-height: 1rem !important;
  }

  .md\:max-h-5{
    max-height: 1.25rem !important;
  }

  .md\:max-h-6{
    max-height: 1.5rem !important;
  }

  .md\:max-h-7{
    max-height: 1.75rem !important;
  }

  .md\:max-h-8{
    max-height: 2rem !important;
  }

  .md\:max-h-9{
    max-height: 2.25rem !important;
  }

  .md\:max-h-10{
    max-height: 2.5rem !important;
  }

  .md\:max-h-11{
    max-height: 2.75rem !important;
  }

  .md\:max-h-12{
    max-height: 3rem !important;
  }

  .md\:max-h-14{
    max-height: 3.5rem !important;
  }

  .md\:max-h-16{
    max-height: 4rem !important;
  }

  .md\:max-h-20{
    max-height: 5rem !important;
  }

  .md\:max-h-24{
    max-height: 6rem !important;
  }

  .md\:max-h-28{
    max-height: 7rem !important;
  }

  .md\:max-h-32{
    max-height: 8rem !important;
  }

  .md\:max-h-36{
    max-height: 9rem !important;
  }

  .md\:max-h-40{
    max-height: 10rem !important;
  }

  .md\:max-h-44{
    max-height: 11rem !important;
  }

  .md\:max-h-48{
    max-height: 12rem !important;
  }

  .md\:max-h-52{
    max-height: 13rem !important;
  }

  .md\:max-h-56{
    max-height: 14rem !important;
  }

  .md\:max-h-60{
    max-height: 15rem !important;
  }

  .md\:max-h-64{
    max-height: 16rem !important;
  }

  .md\:max-h-72{
    max-height: 18rem !important;
  }

  .md\:max-h-80{
    max-height: 20rem !important;
  }

  .md\:max-h-96{
    max-height: 24rem !important;
  }

  .md\:max-h-px{
    max-height: 1px !important;
  }

  .md\:max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .md\:max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .md\:max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .md\:max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .md\:max-h-full{
    max-height: 100% !important;
  }

  .md\:max-h-screen{
    max-height: 100vh !important;
  }

  .md\:min-h-0{
    min-height: 0px !important;
  }

  .md\:min-h-full{
    min-height: 100% !important;
  }

  .md\:min-h-screen{
    min-height: 100vh !important;
  }

  .md\:w-0{
    width: 0px !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-7{
    width: 1.75rem !important;
  }

  .md\:w-8{
    width: 2rem !important;
  }

  .md\:w-9{
    width: 2.25rem !important;
  }

  .md\:w-10{
    width: 2.5rem !important;
  }

  .md\:w-11{
    width: 2.75rem !important;
  }

  .md\:w-12{
    width: 3rem !important;
  }

  .md\:w-14{
    width: 3.5rem !important;
  }

  .md\:w-16{
    width: 4rem !important;
  }

  .md\:w-20{
    width: 5rem !important;
  }

  .md\:w-24{
    width: 6rem !important;
  }

  .md\:w-28{
    width: 7rem !important;
  }

  .md\:w-32{
    width: 8rem !important;
  }

  .md\:w-36{
    width: 9rem !important;
  }

  .md\:w-40{
    width: 10rem !important;
  }

  .md\:w-44{
    width: 11rem !important;
  }

  .md\:w-48{
    width: 12rem !important;
  }

  .md\:w-52{
    width: 13rem !important;
  }

  .md\:w-56{
    width: 14rem !important;
  }

  .md\:w-60{
    width: 15rem !important;
  }

  .md\:w-64{
    width: 16rem !important;
  }

  .md\:w-72{
    width: 18rem !important;
  }

  .md\:w-80{
    width: 20rem !important;
  }

  .md\:w-96{
    width: 24rem !important;
  }

  .md\:w-auto{
    width: auto !important;
  }

  .md\:w-px{
    width: 1px !important;
  }

  .md\:w-0\.5{
    width: 0.125rem !important;
  }

  .md\:w-1\.5{
    width: 0.375rem !important;
  }

  .md\:w-2\.5{
    width: 0.625rem !important;
  }

  .md\:w-3\.5{
    width: 0.875rem !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\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .md\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .md\:min-w-0{
    min-width: 0px !important;
  }

  .md\:min-w-full{
    min-width: 100% !important;
  }

  .md\:min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .md\:min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .md\:max-w-0{
    max-width: 0rem !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-7xl{
    max-width: 80rem !important;
  }

  .md\:max-w-full{
    max-width: 100% !important;
  }

  .md\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .md\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .md\:max-w-prose{
    max-width: 65ch !important;
  }

  .md\:max-w-screen-xs{
    max-width: 400px !important;
  }

  .md\:max-w-screen-sm{
    max-width: 576px !important;
  }

  .md\:max-w-screen-md{
    max-width: 768px !important;
  }

  .md\:max-w-screen-mdlg{
    max-width: 992px !important;
  }

  .md\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .md\:max-w-screen-lgxl{
    max-width: 1200px !important;
  }

  .md\:max-w-screen-xl{
    max-width: 1351px !important;
  }

  .md\:max-w-screen-2xl{
    max-width: 1530px !important;
  }

  .md\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .md\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .md\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .md\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .md\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .md\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .md\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .md\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .md\:table-auto{
    table-layout: auto !important;
  }

  .md\:table-fixed{
    table-layout: fixed !important;
  }

  .md\:border-collapse{
    border-collapse: collapse !important;
  }

  .md\:border-separate{
    border-collapse: separate !important;
  }

  .md\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .md\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .md\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .md\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .md\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .md\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .md\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .md\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .md\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .md\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .md\:translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .md\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .md\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .md\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .md\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .md\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .md\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .md\:translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .md\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .md\:translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .md\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .md\:translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .md\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .md\:translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .md\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .md\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .md\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .md\:translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .md\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .md\:translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .md\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .md\:translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .md\:translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .md\:translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .md\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .md\:translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .md\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .md\:translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .md\:translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .md\:translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .md\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .md\:translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .md\:translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .md\:translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .md\:translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .md\:-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .md\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .md\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .md\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .md\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .md\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .md\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .md\:-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .md\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .md\:-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .md\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .md\:-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .md\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .md\:-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .md\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .md\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .md\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .md\:-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .md\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .md\:-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .md\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .md\:-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .md\:-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .md\:-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .md\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .md\:-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .md\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .md\:-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .md\:-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .md\:-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .md\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .md\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .md\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .md\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .md\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .md\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .md\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .md\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .md\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .md\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .md\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .md\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .md\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .md\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .md\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .md\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .md\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .md\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .md\:translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .md\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .md\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .md\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .md\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .md\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .md\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .md\:translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .md\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .md\:translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .md\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .md\:translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .md\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .md\:translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .md\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .md\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .md\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .md\:translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .md\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .md\:translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .md\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .md\:translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .md\:translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .md\:translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .md\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .md\:translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .md\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .md\:translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .md\:translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .md\:translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .md\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .md\:translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .md\:translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .md\:translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .md\:translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .md\:-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .md\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .md\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .md\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .md\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .md\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .md\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .md\:-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .md\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .md\:-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .md\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .md\:-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .md\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .md\:-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .md\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .md\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .md\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .md\:-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .md\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .md\:-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .md\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .md\:-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .md\:-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .md\:-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .md\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .md\:-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .md\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .md\:-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .md\:-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .md\:-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .md\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .md\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .md\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .md\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .md\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .md\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .md\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .md\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .md\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .md\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .md\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .md\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .md\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .md\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .md\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .md\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .md\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .md\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .md\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .md\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .md\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .md\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .md\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .md\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .md\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .md\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .md\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .md\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .md\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .md\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .md\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .md\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .md\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .md\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .md\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .md\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .md\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .md\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .md\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .md\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .md\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .md\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .md\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .md\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .md\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .md\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .md\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .md\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .md\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .md\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .md\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .md\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .md\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .md\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .md\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .md\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .md\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .md\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .md\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .md\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .md\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .md\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .md\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .md\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .md\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .md\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .md\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .md\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .md\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .md\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .md\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .md\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .md\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .md\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .md\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .md\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .md\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .md\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .md\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .md\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .md\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .md\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .md\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .md\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .md\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .md\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .md\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .md\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .md\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .md\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .md\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .md\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .md\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .md\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .md\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .md\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .md\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .md\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .md\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .md\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .md\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .md\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .md\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .md\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .md\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .md\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .md\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .md\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .md\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .md\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .md\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .md\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .md\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .md\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .md\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .md\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .md\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .md\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .md\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .md\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .md\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .md\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .md\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .md\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .md\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .md\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .md\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .md\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .md\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .md\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .md\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .md\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .md\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .md\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .md\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .md\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .md\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .md\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .md\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .md\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .md\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .md\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .md\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .md\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .md\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .md\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .md\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .md\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .md\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .md\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .md\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .md\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .md\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .md\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .md\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .md\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .md\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .md\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .md\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .md\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .md\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .md\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .md\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .md\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .md\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .md\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .md\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .md\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .md\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .md\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .md\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .md\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .md\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .md\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .md\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .md\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .md\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .md\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .md\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .md\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .md\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .md\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .md\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .md\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .md\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .md\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .md\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .md\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .md\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .md\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .md\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .md\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .md\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .md\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .md\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .md\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .md\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .md\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .md\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .md\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .md\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .md\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .md\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .md\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .md\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .md\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .md\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .md\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .md\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .md\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .md\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .md\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .md\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .md\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .md\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .md\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .md\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .md\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .md\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .md\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .md\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .md\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .md\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .md\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .md\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .md\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .md\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .md\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .md\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .md\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .md\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .md\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .md\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .md\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .md\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .md\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .md\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .md\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .md\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .md\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .md\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .md\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .md\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .md\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .md\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .md\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .md\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .md\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .md\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .md\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .md\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .md\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .md\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .md\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .md\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .md\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .md\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .md\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .md\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .md\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .md\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .md\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .md\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .md\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .md\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .md\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .md\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .md\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .md\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .md\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .md\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .md\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .md\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .md\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .md\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .md\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .md\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .md\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .md\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .md\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .md\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .md\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .md\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .md\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .md\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .md\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .md\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .md\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .md\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .md\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .md\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .md\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .md\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .md\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .md\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .md\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .md\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .md\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .md\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .md\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .md\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .md\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .md\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .md\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .md\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .md\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .md\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .md\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .md\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .md\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .md\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .md\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .md\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .md\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .md\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .md\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .md\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .md\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .md\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .md\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .md\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .md\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .md\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .md\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .md\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .md\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .md\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .md\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .md\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .md\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .md\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .md\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .md\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .md\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .md\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .md\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .md\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .md\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .md\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .md\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .md\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .md\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .md\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .md\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .md\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .md\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .md\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .md\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .md\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .md\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .md\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .md\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .md\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .md\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .md\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .md\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .md\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .md\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .md\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .md\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .md\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .md\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .md\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .md\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .md\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .md\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .md\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .md\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .md\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .md\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .md\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .md\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .md\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .md\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .md\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .md\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .md\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .md\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .md\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .md\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .md\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .md\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .md\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .md\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .md\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .md\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .md\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .md\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .md\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .md\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .md\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .md\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .md\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .md\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .md\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .md\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .md\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .md\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .md\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .md\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .md\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .md\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .md\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .md\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .md\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .md\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .md\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .md\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .md\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .md\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .md\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .md\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .md\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .md\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .md\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .md\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .md\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .md\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .md\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .md\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .md\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .md\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .md\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .md\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .md\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .md\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .md\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .md\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .md\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .md\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .md\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .md\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .md\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .md\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .md\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .md\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .md\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .md\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .md\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .md\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .md\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .md\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .md\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .md\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .md\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .md\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .md\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .md\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .md\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .md\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .md\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .md\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .md\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .md\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .md\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .md\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .md\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .md\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .md\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .md\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .md\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .md\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .md\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .md\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .md\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .md\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .md\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .md\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .md\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .md\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .md\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .md\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .md\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .md\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .md\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .md\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .md\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .md\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .md\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .md\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .md\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .md\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .md\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .md\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .md\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .md\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .md\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .md\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .md\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .md\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .md\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .md\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .md\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .md\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .md\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .md\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .md\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .md\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .md\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !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-help{
    cursor: help !important;
  }

  .md\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .md\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .md\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-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;
        -ms-user-select: auto !important;
            user-select: 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\: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\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .md\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .md\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !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\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .md\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .md\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !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\: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\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .md\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .md\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .md\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .md\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .md\:flex-nowrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !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-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\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .md\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .md\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .md\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .md\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .md\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .md\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .md\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .md\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .md\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .md\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .md\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .md\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .md\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .md\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .md\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .md\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !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\:gap-0{
    gap: 0px !important;
  }

  .md\:gap-1{
    gap: 0.25rem !important;
  }

  .md\:gap-2{
    gap: 0.5rem !important;
  }

  .md\:gap-3{
    gap: 0.75rem !important;
  }

  .md\:gap-4{
    gap: 1rem !important;
  }

  .md\:gap-5{
    gap: 1.25rem !important;
  }

  .md\:gap-6{
    gap: 1.5rem !important;
  }

  .md\:gap-7{
    gap: 1.75rem !important;
  }

  .md\:gap-8{
    gap: 2rem !important;
  }

  .md\:gap-9{
    gap: 2.25rem !important;
  }

  .md\:gap-10{
    gap: 2.5rem !important;
  }

  .md\:gap-11{
    gap: 2.75rem !important;
  }

  .md\:gap-12{
    gap: 3rem !important;
  }

  .md\:gap-14{
    gap: 3.5rem !important;
  }

  .md\:gap-16{
    gap: 4rem !important;
  }

  .md\:gap-20{
    gap: 5rem !important;
  }

  .md\:gap-24{
    gap: 6rem !important;
  }

  .md\:gap-28{
    gap: 7rem !important;
  }

  .md\:gap-32{
    gap: 8rem !important;
  }

  .md\:gap-36{
    gap: 9rem !important;
  }

  .md\:gap-40{
    gap: 10rem !important;
  }

  .md\:gap-44{
    gap: 11rem !important;
  }

  .md\:gap-48{
    gap: 12rem !important;
  }

  .md\:gap-52{
    gap: 13rem !important;
  }

  .md\:gap-56{
    gap: 14rem !important;
  }

  .md\:gap-60{
    gap: 15rem !important;
  }

  .md\:gap-64{
    gap: 16rem !important;
  }

  .md\:gap-72{
    gap: 18rem !important;
  }

  .md\:gap-80{
    gap: 20rem !important;
  }

  .md\:gap-96{
    gap: 24rem !important;
  }

  .md\:gap-px{
    gap: 1px !important;
  }

  .md\:gap-0\.5{
    gap: 0.125rem !important;
  }

  .md\:gap-1\.5{
    gap: 0.375rem !important;
  }

  .md\:gap-2\.5{
    gap: 0.625rem !important;
  }

  .md\:gap-3\.5{
    gap: 0.875rem !important;
  }

  .md\:gap-x-0{
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }

  .md\:gap-x-1{
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .md\:gap-x-2{
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .md\:gap-x-3{
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .md\:gap-x-4{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .md\:gap-x-5{
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .md\:gap-x-6{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .md\:gap-x-7{
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .md\:gap-x-8{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .md\:gap-x-9{
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

  .md\:gap-x-10{
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .md\:gap-x-11{
    -webkit-column-gap: 2.75rem !important;
       -moz-column-gap: 2.75rem !important;
            column-gap: 2.75rem !important;
  }

  .md\:gap-x-12{
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .md\:gap-x-14{
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .md\:gap-x-16{
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .md\:gap-x-20{
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .md\:gap-x-24{
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .md\:gap-x-28{
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .md\:gap-x-32{
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .md\:gap-x-36{
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }

  .md\:gap-x-40{
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .md\:gap-x-44{
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .md\:gap-x-48{
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .md\:gap-x-52{
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .md\:gap-x-56{
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .md\:gap-x-60{
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .md\:gap-x-64{
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .md\:gap-x-72{
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .md\:gap-x-80{
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !important;
  }

  .md\:gap-x-96{
    -webkit-column-gap: 24rem !important;
       -moz-column-gap: 24rem !important;
            column-gap: 24rem !important;
  }

  .md\:gap-x-px{
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .md\:gap-x-0\.5{
    -webkit-column-gap: 0.125rem !important;
       -moz-column-gap: 0.125rem !important;
            column-gap: 0.125rem !important;
  }

  .md\:gap-x-1\.5{
    -webkit-column-gap: 0.375rem !important;
       -moz-column-gap: 0.375rem !important;
            column-gap: 0.375rem !important;
  }

  .md\:gap-x-2\.5{
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .md\:gap-x-3\.5{
    -webkit-column-gap: 0.875rem !important;
       -moz-column-gap: 0.875rem !important;
            column-gap: 0.875rem !important;
  }

  .md\:gap-y-0{
    row-gap: 0px !important;
  }

  .md\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .md\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .md\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .md\:gap-y-4{
    row-gap: 1rem !important;
  }

  .md\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .md\:gap-y-7{
    row-gap: 1.75rem !important;
  }

  .md\:gap-y-8{
    row-gap: 2rem !important;
  }

  .md\:gap-y-9{
    row-gap: 2.25rem !important;
  }

  .md\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .md\:gap-y-11{
    row-gap: 2.75rem !important;
  }

  .md\:gap-y-12{
    row-gap: 3rem !important;
  }

  .md\:gap-y-14{
    row-gap: 3.5rem !important;
  }

  .md\:gap-y-16{
    row-gap: 4rem !important;
  }

  .md\:gap-y-20{
    row-gap: 5rem !important;
  }

  .md\:gap-y-24{
    row-gap: 6rem !important;
  }

  .md\:gap-y-28{
    row-gap: 7rem !important;
  }

  .md\:gap-y-32{
    row-gap: 8rem !important;
  }

  .md\:gap-y-36{
    row-gap: 9rem !important;
  }

  .md\:gap-y-40{
    row-gap: 10rem !important;
  }

  .md\:gap-y-44{
    row-gap: 11rem !important;
  }

  .md\:gap-y-48{
    row-gap: 12rem !important;
  }

  .md\:gap-y-52{
    row-gap: 13rem !important;
  }

  .md\:gap-y-56{
    row-gap: 14rem !important;
  }

  .md\:gap-y-60{
    row-gap: 15rem !important;
  }

  .md\:gap-y-64{
    row-gap: 16rem !important;
  }

  .md\:gap-y-72{
    row-gap: 18rem !important;
  }

  .md\:gap-y-80{
    row-gap: 20rem !important;
  }

  .md\:gap-y-96{
    row-gap: 24rem !important;
  }

  .md\:gap-y-px{
    row-gap: 1px !important;
  }

  .md\:gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .md\:gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .md\:gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .md\:gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-transparent) !important;
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-black) !important;
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-white) !important;
  }

  .md\:divide-error > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-error) !important;
  }

  .md\:divide-warning > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-warning) !important;
  }

  .md\:divide-success > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-success) !important;
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !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\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .md\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .md\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .md\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .md\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .md\:self-baseline{
    -ms-flex-item-align: baseline !important;
        align-self: baseline !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\: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\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .md\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .md\:overscroll-none{
    -ms-scroll-chaining: none !important;
        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\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .md\:overflow-clip{
    text-overflow: clip !important;
  }

  .md\:whitespace-normal{
    white-space: normal !important;
  }

  .md\:whitespace-nowrap{
    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{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words{
    overflow-wrap: break-word !important;
  }

  .md\:break-all{
    word-break: break-all !important;
  }

  .md\:rounded-none{
    border-radius: 0px !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: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .md\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !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: 0px !important;
  }

  .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .md\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .md\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .md\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .md\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0px !important;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .md\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0px !important;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0px !important;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .md\:border-0{
    border-width: 0px !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: 0px !important;
  }

  .md\:border-t-2{
    border-top-width: 2px !important;
  }

  .md\:border-t-4{
    border-top-width: 4px !important;
  }

  .md\:border-t-8{
    border-top-width: 8px !important;
  }

  .md\:border-t{
    border-top-width: 1px !important;
  }

  .md\:border-r-0{
    border-right-width: 0px !important;
  }

  .md\:border-r-2{
    border-right-width: 2px !important;
  }

  .md\:border-r-4{
    border-right-width: 4px !important;
  }

  .md\:border-r-8{
    border-right-width: 8px !important;
  }

  .md\:border-r{
    border-right-width: 1px !important;
  }

  .md\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .md\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .md\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .md\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .md\:border-b{
    border-bottom-width: 1px !important;
  }

  .md\:border-l-0{
    border-left-width: 0px !important;
  }

  .md\:border-l-2{
    border-left-width: 2px !important;
  }

  .md\:border-l-4{
    border-left-width: 4px !important;
  }

  .md\:border-l-8{
    border-left-width: 8px !important;
  }

  .md\:border-l{
    border-left-width: 1px !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-transparent{
    border-color: var(--color-transparent) !important;
  }

  .md\:border-black{
    border-color: var(--color-black) !important;
  }

  .md\:border-white{
    border-color: var(--color-white) !important;
  }

  .md\:border-error{
    border-color: var(--color-error) !important;
  }

  .md\:border-warning{
    border-color: var(--color-warning) !important;
  }

  .md\:border-success{
    border-color: var(--color-success) !important;
  }

  .group:hover .md\:group-hover\:border-transparent{
    border-color: var(--color-transparent) !important;
  }

  .group:hover .md\:group-hover\:border-black{
    border-color: var(--color-black) !important;
  }

  .group:hover .md\:group-hover\:border-white{
    border-color: var(--color-white) !important;
  }

  .group:hover .md\:group-hover\:border-error{
    border-color: var(--color-error) !important;
  }

  .group:hover .md\:group-hover\:border-warning{
    border-color: var(--color-warning) !important;
  }

  .group:hover .md\:group-hover\:border-success{
    border-color: var(--color-success) !important;
  }

  .md\:focus-within\:border-transparent:focus-within{
    border-color: var(--color-transparent) !important;
  }

  .md\:focus-within\:border-black:focus-within{
    border-color: var(--color-black) !important;
  }

  .md\:focus-within\:border-white:focus-within{
    border-color: var(--color-white) !important;
  }

  .md\:focus-within\:border-error:focus-within{
    border-color: var(--color-error) !important;
  }

  .md\:focus-within\:border-warning:focus-within{
    border-color: var(--color-warning) !important;
  }

  .md\:focus-within\:border-success:focus-within{
    border-color: var(--color-success) !important;
  }

  .md\:hover\:border-transparent:hover{
    border-color: var(--color-transparent) !important;
  }

  .md\:hover\:border-black:hover{
    border-color: var(--color-black) !important;
  }

  .md\:hover\:border-white:hover{
    border-color: var(--color-white) !important;
  }

  .md\:hover\:border-error:hover{
    border-color: var(--color-error) !important;
  }

  .md\:hover\:border-warning:hover{
    border-color: var(--color-warning) !important;
  }

  .md\:hover\:border-success:hover{
    border-color: var(--color-success) !important;
  }

  .md\:focus\:border-transparent:focus{
    border-color: var(--color-transparent) !important;
  }

  .md\:focus\:border-black:focus{
    border-color: var(--color-black) !important;
  }

  .md\:focus\:border-white:focus{
    border-color: var(--color-white) !important;
  }

  .md\:focus\:border-error:focus{
    border-color: var(--color-error) !important;
  }

  .md\:focus\:border-warning:focus{
    border-color: var(--color-warning) !important;
  }

  .md\:focus\:border-success:focus{
    border-color: var(--color-success) !important;
  }

  .md\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .md\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .md\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .md\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .md\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .md\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .md\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .md\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .md\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .md\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .md\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .md\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .md\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .md\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .md\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .md\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .md\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .md\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .md\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .md\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .md\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .md\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .md\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .md\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .md\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .md\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .md\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .md\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .md\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .md\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .md\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .md\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .md\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .md\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .md\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .md\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .md\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .md\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .md\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .md\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .md\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .md\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .md\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .md\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .md\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .md\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .md\:bg-transparent{
    background-color: var(--color-transparent) !important;
  }

  .md\:bg-black{
    background-color: var(--color-black) !important;
  }

  .md\:bg-white{
    background-color: var(--color-white) !important;
  }

  .md\:bg-error{
    background-color: var(--color-error) !important;
  }

  .md\:bg-warning{
    background-color: var(--color-warning) !important;
  }

  .md\:bg-success{
    background-color: var(--color-success) !important;
  }

  .group:hover .md\:group-hover\:bg-transparent{
    background-color: var(--color-transparent) !important;
  }

  .group:hover .md\:group-hover\:bg-black{
    background-color: var(--color-black) !important;
  }

  .group:hover .md\:group-hover\:bg-white{
    background-color: var(--color-white) !important;
  }

  .group:hover .md\:group-hover\:bg-error{
    background-color: var(--color-error) !important;
  }

  .group:hover .md\:group-hover\:bg-warning{
    background-color: var(--color-warning) !important;
  }

  .group:hover .md\:group-hover\:bg-success{
    background-color: var(--color-success) !important;
  }

  .md\:focus-within\:bg-transparent:focus-within{
    background-color: var(--color-transparent) !important;
  }

  .md\:focus-within\:bg-black:focus-within{
    background-color: var(--color-black) !important;
  }

  .md\:focus-within\:bg-white:focus-within{
    background-color: var(--color-white) !important;
  }

  .md\:focus-within\:bg-error:focus-within{
    background-color: var(--color-error) !important;
  }

  .md\:focus-within\:bg-warning:focus-within{
    background-color: var(--color-warning) !important;
  }

  .md\:focus-within\:bg-success:focus-within{
    background-color: var(--color-success) !important;
  }

  .md\:hover\:bg-transparent:hover{
    background-color: var(--color-transparent) !important;
  }

  .md\:hover\:bg-black:hover{
    background-color: var(--color-black) !important;
  }

  .md\:hover\:bg-white:hover{
    background-color: var(--color-white) !important;
  }

  .md\:hover\:bg-error:hover{
    background-color: var(--color-error) !important;
  }

  .md\:hover\:bg-warning:hover{
    background-color: var(--color-warning) !important;
  }

  .md\:hover\:bg-success:hover{
    background-color: var(--color-success) !important;
  }

  .md\:focus\:bg-transparent:focus{
    background-color: var(--color-transparent) !important;
  }

  .md\:focus\:bg-black:focus{
    background-color: var(--color-black) !important;
  }

  .md\:focus\:bg-white:focus{
    background-color: var(--color-white) !important;
  }

  .md\:focus\:bg-error:focus{
    background-color: var(--color-error) !important;
  }

  .md\:focus\:bg-warning:focus{
    background-color: var(--color-warning) !important;
  }

  .md\:focus\:bg-success:focus{
    background-color: var(--color-success) !important;
  }

  .md\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .md\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .md\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .md\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .md\:bg-none{
    background-image: none !important;
  }

  .md\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .md\:from-transparent{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-black{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-white{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-error{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-warning{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-success{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-transparent:hover{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-black:hover{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-white:hover{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-error:hover{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-warning:hover{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-success:hover{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-transparent:focus{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-black:focus{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-white:focus{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-error:focus{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-warning:focus{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-success:focus{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-warning{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-success{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-warning:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-success:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-warning:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-success:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:to-transparent{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .md\:to-black{
    --tw-gradient-to: var(--color-black) !important;
  }

  .md\:to-white{
    --tw-gradient-to: var(--color-white) !important;
  }

  .md\:to-error{
    --tw-gradient-to: var(--color-error) !important;
  }

  .md\:to-warning{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .md\:to-success{
    --tw-gradient-to: var(--color-success) !important;
  }

  .md\:hover\:to-transparent:hover{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .md\:hover\:to-black:hover{
    --tw-gradient-to: var(--color-black) !important;
  }

  .md\:hover\:to-white:hover{
    --tw-gradient-to: var(--color-white) !important;
  }

  .md\:hover\:to-error:hover{
    --tw-gradient-to: var(--color-error) !important;
  }

  .md\:hover\:to-warning:hover{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .md\:hover\:to-success:hover{
    --tw-gradient-to: var(--color-success) !important;
  }

  .md\:focus\:to-transparent:focus{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .md\:focus\:to-black:focus{
    --tw-gradient-to: var(--color-black) !important;
  }

  .md\:focus\:to-white:focus{
    --tw-gradient-to: var(--color-white) !important;
  }

  .md\:focus\:to-error:focus{
    --tw-gradient-to: var(--color-error) !important;
  }

  .md\:focus\:to-warning:focus{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .md\:focus\:to-success:focus{
    --tw-gradient-to: var(--color-success) !important;
  }

  .md\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .md\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .md\:bg-auto{
    background-size: auto !important;
  }

  .md\:bg-cover{
    background-size: cover !important;
  }

  .md\:bg-contain{
    background-size: contain !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-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-origin-border{
    background-origin: border-box !important;
  }

  .md\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .md\:bg-origin-content{
    background-origin: content-box !important;
  }

  .md\:fill-current{
    fill: currentColor !important;
  }

  .md\:stroke-current{
    stroke: currentColor !important;
  }

  .md\:stroke-0{
    stroke-width: 0 !important;
  }

  .md\:stroke-1{
    stroke-width: 1 !important;
  }

  .md\:stroke-2{
    stroke-width: 2 !important;
  }

  .md\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:p-0{
    padding: 0px !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-7{
    padding: 1.75rem !important;
  }

  .md\:p-8{
    padding: 2rem !important;
  }

  .md\:p-9{
    padding: 2.25rem !important;
  }

  .md\:p-10{
    padding: 2.5rem !important;
  }

  .md\:p-11{
    padding: 2.75rem !important;
  }

  .md\:p-12{
    padding: 3rem !important;
  }

  .md\:p-14{
    padding: 3.5rem !important;
  }

  .md\:p-16{
    padding: 4rem !important;
  }

  .md\:p-20{
    padding: 5rem !important;
  }

  .md\:p-24{
    padding: 6rem !important;
  }

  .md\:p-28{
    padding: 7rem !important;
  }

  .md\:p-32{
    padding: 8rem !important;
  }

  .md\:p-36{
    padding: 9rem !important;
  }

  .md\:p-40{
    padding: 10rem !important;
  }

  .md\:p-44{
    padding: 11rem !important;
  }

  .md\:p-48{
    padding: 12rem !important;
  }

  .md\:p-52{
    padding: 13rem !important;
  }

  .md\:p-56{
    padding: 14rem !important;
  }

  .md\:p-60{
    padding: 15rem !important;
  }

  .md\:p-64{
    padding: 16rem !important;
  }

  .md\:p-72{
    padding: 18rem !important;
  }

  .md\:p-80{
    padding: 20rem !important;
  }

  .md\:p-96{
    padding: 24rem !important;
  }

  .md\:p-px{
    padding: 1px !important;
  }

  .md\:p-0\.5{
    padding: 0.125rem !important;
  }

  .md\:p-1\.5{
    padding: 0.375rem !important;
  }

  .md\:p-2\.5{
    padding: 0.625rem !important;
  }

  .md\:p-3\.5{
    padding: 0.875rem !important;
  }

  .md\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .md\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .md\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .md\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .md\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:px-36{
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .md\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .md\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .md\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .md\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .md\:px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .md\:px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .md\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .md\:px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .md\:px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .md\:px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .md\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .md\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:py-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .md\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .md\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .md\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:py-36{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .md\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .md\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .md\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .md\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:py-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .md\:py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .md\:py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .md\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .md\:py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .md\:py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .md\:py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .md\:pt-0{
    padding-top: 0px !important;
  }

  .md\:pt-1{
    padding-top: 0.25rem !important;
  }

  .md\:pt-2{
    padding-top: 0.5rem !important;
  }

  .md\:pt-3{
    padding-top: 0.75rem !important;
  }

  .md\:pt-4{
    padding-top: 1rem !important;
  }

  .md\:pt-5{
    padding-top: 1.25rem !important;
  }

  .md\:pt-6{
    padding-top: 1.5rem !important;
  }

  .md\:pt-7{
    padding-top: 1.75rem !important;
  }

  .md\:pt-8{
    padding-top: 2rem !important;
  }

  .md\:pt-9{
    padding-top: 2.25rem !important;
  }

  .md\:pt-10{
    padding-top: 2.5rem !important;
  }

  .md\:pt-11{
    padding-top: 2.75rem !important;
  }

  .md\:pt-12{
    padding-top: 3rem !important;
  }

  .md\:pt-14{
    padding-top: 3.5rem !important;
  }

  .md\:pt-16{
    padding-top: 4rem !important;
  }

  .md\:pt-20{
    padding-top: 5rem !important;
  }

  .md\:pt-24{
    padding-top: 6rem !important;
  }

  .md\:pt-28{
    padding-top: 7rem !important;
  }

  .md\:pt-32{
    padding-top: 8rem !important;
  }

  .md\:pt-36{
    padding-top: 9rem !important;
  }

  .md\:pt-40{
    padding-top: 10rem !important;
  }

  .md\:pt-44{
    padding-top: 11rem !important;
  }

  .md\:pt-48{
    padding-top: 12rem !important;
  }

  .md\:pt-52{
    padding-top: 13rem !important;
  }

  .md\:pt-56{
    padding-top: 14rem !important;
  }

  .md\:pt-60{
    padding-top: 15rem !important;
  }

  .md\:pt-64{
    padding-top: 16rem !important;
  }

  .md\:pt-72{
    padding-top: 18rem !important;
  }

  .md\:pt-80{
    padding-top: 20rem !important;
  }

  .md\:pt-96{
    padding-top: 24rem !important;
  }

  .md\:pt-px{
    padding-top: 1px !important;
  }

  .md\:pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .md\:pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .md\:pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .md\:pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .md\:pr-0{
    padding-right: 0px !important;
  }

  .md\:pr-1{
    padding-right: 0.25rem !important;
  }

  .md\:pr-2{
    padding-right: 0.5rem !important;
  }

  .md\:pr-3{
    padding-right: 0.75rem !important;
  }

  .md\:pr-4{
    padding-right: 1rem !important;
  }

  .md\:pr-5{
    padding-right: 1.25rem !important;
  }

  .md\:pr-6{
    padding-right: 1.5rem !important;
  }

  .md\:pr-7{
    padding-right: 1.75rem !important;
  }

  .md\:pr-8{
    padding-right: 2rem !important;
  }

  .md\:pr-9{
    padding-right: 2.25rem !important;
  }

  .md\:pr-10{
    padding-right: 2.5rem !important;
  }

  .md\:pr-11{
    padding-right: 2.75rem !important;
  }

  .md\:pr-12{
    padding-right: 3rem !important;
  }

  .md\:pr-14{
    padding-right: 3.5rem !important;
  }

  .md\:pr-16{
    padding-right: 4rem !important;
  }

  .md\:pr-20{
    padding-right: 5rem !important;
  }

  .md\:pr-24{
    padding-right: 6rem !important;
  }

  .md\:pr-28{
    padding-right: 7rem !important;
  }

  .md\:pr-32{
    padding-right: 8rem !important;
  }

  .md\:pr-36{
    padding-right: 9rem !important;
  }

  .md\:pr-40{
    padding-right: 10rem !important;
  }

  .md\:pr-44{
    padding-right: 11rem !important;
  }

  .md\:pr-48{
    padding-right: 12rem !important;
  }

  .md\:pr-52{
    padding-right: 13rem !important;
  }

  .md\:pr-56{
    padding-right: 14rem !important;
  }

  .md\:pr-60{
    padding-right: 15rem !important;
  }

  .md\:pr-64{
    padding-right: 16rem !important;
  }

  .md\:pr-72{
    padding-right: 18rem !important;
  }

  .md\:pr-80{
    padding-right: 20rem !important;
  }

  .md\:pr-96{
    padding-right: 24rem !important;
  }

  .md\:pr-px{
    padding-right: 1px !important;
  }

  .md\:pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .md\:pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .md\:pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .md\:pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .md\:pb-0{
    padding-bottom: 0px !important;
  }

  .md\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .md\:pb-4{
    padding-bottom: 1rem !important;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .md\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .md\:pb-8{
    padding-bottom: 2rem !important;
  }

  .md\:pb-9{
    padding-bottom: 2.25rem !important;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .md\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .md\:pb-12{
    padding-bottom: 3rem !important;
  }

  .md\:pb-14{
    padding-bottom: 3.5rem !important;
  }

  .md\:pb-16{
    padding-bottom: 4rem !important;
  }

  .md\:pb-20{
    padding-bottom: 5rem !important;
  }

  .md\:pb-24{
    padding-bottom: 6rem !important;
  }

  .md\:pb-28{
    padding-bottom: 7rem !important;
  }

  .md\:pb-32{
    padding-bottom: 8rem !important;
  }

  .md\:pb-36{
    padding-bottom: 9rem !important;
  }

  .md\:pb-40{
    padding-bottom: 10rem !important;
  }

  .md\:pb-44{
    padding-bottom: 11rem !important;
  }

  .md\:pb-48{
    padding-bottom: 12rem !important;
  }

  .md\:pb-52{
    padding-bottom: 13rem !important;
  }

  .md\:pb-56{
    padding-bottom: 14rem !important;
  }

  .md\:pb-60{
    padding-bottom: 15rem !important;
  }

  .md\:pb-64{
    padding-bottom: 16rem !important;
  }

  .md\:pb-72{
    padding-bottom: 18rem !important;
  }

  .md\:pb-80{
    padding-bottom: 20rem !important;
  }

  .md\:pb-96{
    padding-bottom: 24rem !important;
  }

  .md\:pb-px{
    padding-bottom: 1px !important;
  }

  .md\:pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .md\:pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .md\:pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .md\:pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .md\:pl-0{
    padding-left: 0px !important;
  }

  .md\:pl-1{
    padding-left: 0.25rem !important;
  }

  .md\:pl-2{
    padding-left: 0.5rem !important;
  }

  .md\:pl-3{
    padding-left: 0.75rem !important;
  }

  .md\:pl-4{
    padding-left: 1rem !important;
  }

  .md\:pl-5{
    padding-left: 1.25rem !important;
  }

  .md\:pl-6{
    padding-left: 1.5rem !important;
  }

  .md\:pl-7{
    padding-left: 1.75rem !important;
  }

  .md\:pl-8{
    padding-left: 2rem !important;
  }

  .md\:pl-9{
    padding-left: 2.25rem !important;
  }

  .md\:pl-10{
    padding-left: 2.5rem !important;
  }

  .md\:pl-11{
    padding-left: 2.75rem !important;
  }

  .md\:pl-12{
    padding-left: 3rem !important;
  }

  .md\:pl-14{
    padding-left: 3.5rem !important;
  }

  .md\:pl-16{
    padding-left: 4rem !important;
  }

  .md\:pl-20{
    padding-left: 5rem !important;
  }

  .md\:pl-24{
    padding-left: 6rem !important;
  }

  .md\:pl-28{
    padding-left: 7rem !important;
  }

  .md\:pl-32{
    padding-left: 8rem !important;
  }

  .md\:pl-36{
    padding-left: 9rem !important;
  }

  .md\:pl-40{
    padding-left: 10rem !important;
  }

  .md\:pl-44{
    padding-left: 11rem !important;
  }

  .md\:pl-48{
    padding-left: 12rem !important;
  }

  .md\:pl-52{
    padding-left: 13rem !important;
  }

  .md\:pl-56{
    padding-left: 14rem !important;
  }

  .md\:pl-60{
    padding-left: 15rem !important;
  }

  .md\:pl-64{
    padding-left: 16rem !important;
  }

  .md\:pl-72{
    padding-left: 18rem !important;
  }

  .md\:pl-80{
    padding-left: 20rem !important;
  }

  .md\:pl-96{
    padding-left: 24rem !important;
  }

  .md\:pl-px{
    padding-left: 1px !important;
  }

  .md\:pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .md\:pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .md\:pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .md\:pl-3\.5{
    padding-left: 0.875rem !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\: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\:font-body{
    font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  }

  .md\:font-heading{
    font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  }

  .md\:text-xs{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .md\:text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .md\:text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .md\:text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .md\:text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .md\:text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .md\:text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .md\:text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .md\:text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .md\:text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .md\:text-7xl{
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .md\:text-8xl{
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .md\:text-9xl{
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .md\:font-normal{
    font-weight: 400 !important;
  }

  .md\:font-bold{
    font-weight: 700 !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\:italic{
    font-style: italic !important;
  }

  .md\:not-italic{
    font-style: normal !important;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .md\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .md\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .md\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .md\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .md\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .md\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .md\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .md\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .md\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .md\:leading-tight{
    line-height: 1 !important;
  }

  .md\:leading-regular{
    line-height: 1.5 !important;
  }

  .md\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .md\:tracking-normal{
    letter-spacing: 0em !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\:text-transparent{
    color: var(--color-transparent) !important;
  }

  .md\:text-black{
    color: var(--color-black) !important;
  }

  .md\:text-white{
    color: var(--color-white) !important;
  }

  .md\:text-error{
    color: var(--color-error) !important;
  }

  .md\:text-warning{
    color: var(--color-warning) !important;
  }

  .md\:text-success{
    color: var(--color-success) !important;
  }

  .group:hover .md\:group-hover\:text-transparent{
    color: var(--color-transparent) !important;
  }

  .group:hover .md\:group-hover\:text-black{
    color: var(--color-black) !important;
  }

  .group:hover .md\:group-hover\:text-white{
    color: var(--color-white) !important;
  }

  .group:hover .md\:group-hover\:text-error{
    color: var(--color-error) !important;
  }

  .group:hover .md\:group-hover\:text-warning{
    color: var(--color-warning) !important;
  }

  .group:hover .md\:group-hover\:text-success{
    color: var(--color-success) !important;
  }

  .md\:focus-within\:text-transparent:focus-within{
    color: var(--color-transparent) !important;
  }

  .md\:focus-within\:text-black:focus-within{
    color: var(--color-black) !important;
  }

  .md\:focus-within\:text-white:focus-within{
    color: var(--color-white) !important;
  }

  .md\:focus-within\:text-error:focus-within{
    color: var(--color-error) !important;
  }

  .md\:focus-within\:text-warning:focus-within{
    color: var(--color-warning) !important;
  }

  .md\:focus-within\:text-success:focus-within{
    color: var(--color-success) !important;
  }

  .md\:hover\:text-transparent:hover{
    color: var(--color-transparent) !important;
  }

  .md\:hover\:text-black:hover{
    color: var(--color-black) !important;
  }

  .md\:hover\:text-white:hover{
    color: var(--color-white) !important;
  }

  .md\:hover\:text-error:hover{
    color: var(--color-error) !important;
  }

  .md\:hover\:text-warning:hover{
    color: var(--color-warning) !important;
  }

  .md\:hover\:text-success:hover{
    color: var(--color-success) !important;
  }

  .md\:focus\:text-transparent:focus{
    color: var(--color-transparent) !important;
  }

  .md\:focus\:text-black:focus{
    color: var(--color-black) !important;
  }

  .md\:focus\:text-white:focus{
    color: var(--color-white) !important;
  }

  .md\:focus\:text-error:focus{
    color: var(--color-error) !important;
  }

  .md\:focus\:text-warning:focus{
    color: var(--color-warning) !important;
  }

  .md\:focus\:text-success:focus{
    color: var(--color-success) !important;
  }

  .md\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .md\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .md\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .md\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .md\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .md\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .md\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .md\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .md\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .md\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .md\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .md\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .md\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .md\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .md\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .md\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .md\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .md\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .md\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .md\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .md\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .md\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .md\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .md\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .md\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .md\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .md\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .md\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .md\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .md\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .md\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .md\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .md\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .md\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .md\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .md\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .md\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .md\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .md\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .md\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .md\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .md\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .md\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .md\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .md\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .md\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .md\:underline{
    text-decoration: underline !important;
  }

  .md\:line-through{
    text-decoration: line-through !important;
  }

  .md\:no-underline{
    text-decoration: none !important;
  }

  .group:hover .md\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .md\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .md\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .md\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .md\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .md\:focus-within\:no-underline:focus-within{
    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\:placeholder-transparent::-webkit-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .md\:placeholder-transparent::-moz-placeholder{
    color: var(--color-transparent) !important;
  }

  .md\:placeholder-transparent:-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .md\:placeholder-transparent::-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .md\:placeholder-transparent::placeholder{
    color: var(--color-transparent) !important;
  }

  .md\:placeholder-black::-webkit-input-placeholder{
    color: var(--color-black) !important;
  }

  .md\:placeholder-black::-moz-placeholder{
    color: var(--color-black) !important;
  }

  .md\:placeholder-black:-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .md\:placeholder-black::-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .md\:placeholder-black::placeholder{
    color: var(--color-black) !important;
  }

  .md\:placeholder-white::-webkit-input-placeholder{
    color: var(--color-white) !important;
  }

  .md\:placeholder-white::-moz-placeholder{
    color: var(--color-white) !important;
  }

  .md\:placeholder-white:-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .md\:placeholder-white::-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .md\:placeholder-white::placeholder{
    color: var(--color-white) !important;
  }

  .md\:placeholder-error::-webkit-input-placeholder{
    color: var(--color-error) !important;
  }

  .md\:placeholder-error::-moz-placeholder{
    color: var(--color-error) !important;
  }

  .md\:placeholder-error:-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .md\:placeholder-error::-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .md\:placeholder-error::placeholder{
    color: var(--color-error) !important;
  }

  .md\:placeholder-warning::-webkit-input-placeholder{
    color: var(--color-warning) !important;
  }

  .md\:placeholder-warning::-moz-placeholder{
    color: var(--color-warning) !important;
  }

  .md\:placeholder-warning:-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .md\:placeholder-warning::-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .md\:placeholder-warning::placeholder{
    color: var(--color-warning) !important;
  }

  .md\:placeholder-success::-webkit-input-placeholder{
    color: var(--color-success) !important;
  }

  .md\:placeholder-success::-moz-placeholder{
    color: var(--color-success) !important;
  }

  .md\:placeholder-success:-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .md\:placeholder-success::-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .md\:placeholder-success::placeholder{
    color: var(--color-success) !important;
  }

  .md\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: var(--color-transparent) !important;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .md\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: var(--color-transparent) !important;
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: var(--color-black) !important;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--color-black) !important;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    color: var(--color-black) !important;
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: var(--color-white) !important;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--color-white) !important;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    color: var(--color-white) !important;
  }

  .md\:focus\:placeholder-error:focus::-webkit-input-placeholder{
    color: var(--color-error) !important;
  }

  .md\:focus\:placeholder-error:focus::-moz-placeholder{
    color: var(--color-error) !important;
  }

  .md\:focus\:placeholder-error:focus:-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .md\:focus\:placeholder-error:focus::-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .md\:focus\:placeholder-error:focus::placeholder{
    color: var(--color-error) !important;
  }

  .md\:focus\:placeholder-warning:focus::-webkit-input-placeholder{
    color: var(--color-warning) !important;
  }

  .md\:focus\:placeholder-warning:focus::-moz-placeholder{
    color: var(--color-warning) !important;
  }

  .md\:focus\:placeholder-warning:focus:-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .md\:focus\:placeholder-warning:focus::-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .md\:focus\:placeholder-warning:focus::placeholder{
    color: var(--color-warning) !important;
  }

  .md\:focus\:placeholder-success:focus::-webkit-input-placeholder{
    color: var(--color-success) !important;
  }

  .md\:focus\:placeholder-success:focus::-moz-placeholder{
    color: var(--color-success) !important;
  }

  .md\:focus\:placeholder-success:focus:-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .md\:focus\:placeholder-success:focus::-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .md\:focus\:placeholder-success:focus::placeholder{
    color: var(--color-success) !important;
  }

  .md\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:opacity-0{
    opacity: 0 !important;
  }

  .md\:opacity-5{
    opacity: 0.05 !important;
  }

  .md\:opacity-10{
    opacity: 0.1 !important;
  }

  .md\:opacity-20{
    opacity: 0.2 !important;
  }

  .md\:opacity-25{
    opacity: 0.25 !important;
  }

  .md\:opacity-30{
    opacity: 0.3 !important;
  }

  .md\:opacity-40{
    opacity: 0.4 !important;
  }

  .md\:opacity-50{
    opacity: 0.5 !important;
  }

  .md\:opacity-60{
    opacity: 0.6 !important;
  }

  .md\:opacity-70{
    opacity: 0.7 !important;
  }

  .md\:opacity-75{
    opacity: 0.75 !important;
  }

  .md\:opacity-80{
    opacity: 0.8 !important;
  }

  .md\:opacity-90{
    opacity: 0.9 !important;
  }

  .md\:opacity-95{
    opacity: 0.95 !important;
  }

  .md\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .md\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .md\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .md\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .md\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .md\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .md\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .md\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .md\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .md\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .md\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .md\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .md\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .md\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .md\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .md\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .md\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .md\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .md\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .md\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .md\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .md\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .md\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .md\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .md\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .md\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .md\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .md\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .md\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .md\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .md\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .md\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .md\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .md\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .md\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .md\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .md\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .md\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .md\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .md\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .md\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .md\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .md\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .md\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .md\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .md\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .md\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .md\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .md\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .md\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .md\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .md\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .md\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .md\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .md\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .md\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .md\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .md\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .md\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .md\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .md\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .md\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .md\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .md\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .md\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .md\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .md\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .md\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .md\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .md\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .md\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .md\:ring-transparent{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .md\:ring-black{
    --tw-ring-color: var(--color-black) !important;
  }

  .md\:ring-white{
    --tw-ring-color: var(--color-white) !important;
  }

  .md\:ring-error{
    --tw-ring-color: var(--color-error) !important;
  }

  .md\:ring-warning{
    --tw-ring-color: var(--color-warning) !important;
  }

  .md\:ring-success{
    --tw-ring-color: var(--color-success) !important;
  }

  .md\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .md\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--color-black) !important;
  }

  .md\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--color-white) !important;
  }

  .md\:focus-within\:ring-error:focus-within{
    --tw-ring-color: var(--color-error) !important;
  }

  .md\:focus-within\:ring-warning:focus-within{
    --tw-ring-color: var(--color-warning) !important;
  }

  .md\:focus-within\:ring-success:focus-within{
    --tw-ring-color: var(--color-success) !important;
  }

  .md\:focus\:ring-transparent:focus{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .md\:focus\:ring-black:focus{
    --tw-ring-color: var(--color-black) !important;
  }

  .md\:focus\:ring-white:focus{
    --tw-ring-color: var(--color-white) !important;
  }

  .md\:focus\:ring-error:focus{
    --tw-ring-color: var(--color-error) !important;
  }

  .md\:focus\:ring-warning:focus{
    --tw-ring-color: var(--color-warning) !important;
  }

  .md\:focus\:ring-success:focus{
    --tw-ring-color: var(--color-success) !important;
  }

  .md\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .md\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .md\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .md\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .md\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .md\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .md\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .md\:ring-offset-transparent{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .md\:ring-offset-black{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .md\:ring-offset-white{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .md\:ring-offset-error{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .md\:ring-offset-warning{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .md\:ring-offset-success{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .md\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .md\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .md\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .md\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .md\:focus-within\:ring-offset-warning:focus-within{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .md\:focus-within\:ring-offset-success:focus-within{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .md\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .md\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .md\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .md\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .md\:focus\:ring-offset-warning:focus{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .md\:focus\:ring-offset-success:focus{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .md\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
            filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:filter-none{
    -webkit-filter: none !important;
            filter: none !important;
  }

  .md\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .md\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .md\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .md\:blur{
    --tw-blur: blur(8px) !important;
  }

  .md\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .md\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .md\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .md\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .md\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .md\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .md\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .md\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .md\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .md\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .md\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .md\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .md\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .md\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .md\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .md\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .md\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .md\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .md\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .md\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .md\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .md\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .md\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .md\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .md\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .md\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .md\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .md\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .md\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .md\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .md\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .md\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .md\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .md\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .md\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .md\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .md\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .md\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .md\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .md\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .md\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .md\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .md\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .md\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .md\:invert{
    --tw-invert: invert(100%) !important;
  }

  .md\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .md\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .md\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .md\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .md\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .md\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .md\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .md\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .md\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .md\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .md\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .md\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .md\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .md\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .md\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .md\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .md\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .md\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .md\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .md\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .md\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .md\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .md\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .md\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .md\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .md\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .md\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .md\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .md\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .md\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .md\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .md\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .md\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .md\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .md\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .md\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .md\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .md\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .md\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .md\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .md\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .md\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .md\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .md\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .md\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .md\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .md\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .md\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .md\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .md\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .md\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .md\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .md\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .md\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .md\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .md\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .md\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .md\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .md\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .md\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .md\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .md\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .md\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .md\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .md\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .md\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .md\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .md\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .md\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .md\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .md\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .md\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .md\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .md\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .md\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .md\:delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .md\:delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .md\:delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .md\:delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .md\:delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .md\:delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .md\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .md\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .md\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .md\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .md\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .md\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .md\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .md\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .md\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .md\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 992px){
  .mdlg\:container{
    width: 100%;
  }

  @media (min-width: 400px){
    .mdlg\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 576px){
    .mdlg\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .mdlg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .mdlg\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1024px){
    .mdlg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1200px){
    .mdlg\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1351px){
    .mdlg\:container{
      max-width: 1351px;
    }
  }

  @media (min-width: 1530px){
    .mdlg\:container{
      max-width: 1530px;
    }
  }

  .mdlg\: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;
  }

  .mdlg\: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;
  }

  .mdlg\:focus-within\:sr-only:focus-within{
    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;
  }

  .mdlg\:focus-within\:not-sr-only:focus-within{
    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;
  }

  .mdlg\: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;
  }

  .mdlg\: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;
  }

  .mdlg\:pointer-events-none{
    pointer-events: none !important;
  }

  .mdlg\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .mdlg\:visible{
    visibility: visible !important;
  }

  .mdlg\:invisible{
    visibility: hidden !important;
  }

  .mdlg\:static{
    position: static !important;
  }

  .mdlg\:fixed{
    position: fixed !important;
  }

  .mdlg\:absolute{
    position: absolute !important;
  }

  .mdlg\:relative{
    position: relative !important;
  }

  .mdlg\:sticky{
    position: sticky !important;
  }

  .mdlg\:inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .mdlg\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .mdlg\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .mdlg\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .mdlg\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .mdlg\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .mdlg\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .mdlg\:inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .mdlg\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .mdlg\:inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .mdlg\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .mdlg\:inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .mdlg\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .mdlg\:inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .mdlg\:inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .mdlg\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .mdlg\:inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .mdlg\:inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .mdlg\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .mdlg\:inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .mdlg\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .mdlg\:inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .mdlg\:inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .mdlg\:inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .mdlg\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .mdlg\:inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .mdlg\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .mdlg\:inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .mdlg\:inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .mdlg\:inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .mdlg\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .mdlg\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .mdlg\:inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .mdlg\:inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .mdlg\:inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .mdlg\:inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .mdlg\:-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .mdlg\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .mdlg\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .mdlg\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .mdlg\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .mdlg\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .mdlg\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .mdlg\:-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .mdlg\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .mdlg\:-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .mdlg\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .mdlg\:-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .mdlg\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .mdlg\:-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .mdlg\:-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .mdlg\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .mdlg\:-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .mdlg\:-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .mdlg\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .mdlg\:-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .mdlg\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .mdlg\:-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .mdlg\:-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .mdlg\:-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .mdlg\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .mdlg\:-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .mdlg\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .mdlg\:-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .mdlg\:-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .mdlg\:-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .mdlg\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .mdlg\:-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .mdlg\:-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .mdlg\:-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .mdlg\:-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .mdlg\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .mdlg\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .mdlg\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .mdlg\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .mdlg\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .mdlg\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .mdlg\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .mdlg\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .mdlg\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .mdlg\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .mdlg\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .mdlg\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .mdlg\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .mdlg\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .mdlg\:inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .mdlg\:inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .mdlg\:inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .mdlg\:inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .mdlg\:inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .mdlg\:inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .mdlg\:inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .mdlg\:inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .mdlg\:inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .mdlg\:inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .mdlg\:inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .mdlg\:inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .mdlg\:inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .mdlg\:inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .mdlg\:inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .mdlg\:inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .mdlg\:inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .mdlg\:inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .mdlg\:inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .mdlg\:inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .mdlg\:inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .mdlg\:inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .mdlg\:inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .mdlg\:inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .mdlg\:inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .mdlg\:inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .mdlg\:inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .mdlg\:inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .mdlg\:inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .mdlg\:inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .mdlg\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .mdlg\:inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .mdlg\:inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .mdlg\:inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .mdlg\:inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .mdlg\:inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .mdlg\:-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .mdlg\:-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .mdlg\:-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .mdlg\:-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .mdlg\:-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .mdlg\:-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .mdlg\:-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .mdlg\:-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .mdlg\:-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .mdlg\:-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .mdlg\:-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .mdlg\:-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .mdlg\:-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .mdlg\:-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .mdlg\:-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .mdlg\:-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .mdlg\:-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .mdlg\:-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .mdlg\:-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .mdlg\:-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .mdlg\:-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .mdlg\:-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .mdlg\:-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .mdlg\:-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .mdlg\:-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .mdlg\:-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .mdlg\:-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .mdlg\:-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .mdlg\:-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .mdlg\:-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .mdlg\:-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .mdlg\:-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .mdlg\:-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .mdlg\:-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .mdlg\:-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .mdlg\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .mdlg\:inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .mdlg\:inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .mdlg\:inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .mdlg\:inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .mdlg\:inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .mdlg\:inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .mdlg\:-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .mdlg\:-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .mdlg\:-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .mdlg\:-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .mdlg\:-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .mdlg\:-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .mdlg\:-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .mdlg\:inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .mdlg\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .mdlg\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .mdlg\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .mdlg\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .mdlg\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .mdlg\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .mdlg\:inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .mdlg\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .mdlg\:inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .mdlg\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .mdlg\:inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .mdlg\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .mdlg\:inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .mdlg\:inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .mdlg\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .mdlg\:inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .mdlg\:inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .mdlg\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .mdlg\:inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .mdlg\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .mdlg\:inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .mdlg\:inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .mdlg\:inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .mdlg\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .mdlg\:inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .mdlg\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .mdlg\:inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .mdlg\:inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .mdlg\:inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .mdlg\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .mdlg\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .mdlg\:inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .mdlg\:inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .mdlg\:inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .mdlg\:inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .mdlg\:-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .mdlg\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .mdlg\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .mdlg\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .mdlg\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .mdlg\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .mdlg\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .mdlg\:-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .mdlg\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .mdlg\:-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .mdlg\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .mdlg\:-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .mdlg\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .mdlg\:-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .mdlg\:-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .mdlg\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .mdlg\:-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .mdlg\:-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .mdlg\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .mdlg\:-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .mdlg\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .mdlg\:-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .mdlg\:-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .mdlg\:-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .mdlg\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .mdlg\:-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .mdlg\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .mdlg\:-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .mdlg\:-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .mdlg\:-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .mdlg\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .mdlg\:-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .mdlg\:-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .mdlg\:-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .mdlg\:-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .mdlg\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .mdlg\:inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .mdlg\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .mdlg\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .mdlg\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .mdlg\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .mdlg\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .mdlg\:-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .mdlg\:-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .mdlg\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .mdlg\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .mdlg\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .mdlg\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .mdlg\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .mdlg\:top-0{
    top: 0px !important;
  }

  .mdlg\:top-1{
    top: 0.25rem !important;
  }

  .mdlg\:top-2{
    top: 0.5rem !important;
  }

  .mdlg\:top-3{
    top: 0.75rem !important;
  }

  .mdlg\:top-4{
    top: 1rem !important;
  }

  .mdlg\:top-5{
    top: 1.25rem !important;
  }

  .mdlg\:top-6{
    top: 1.5rem !important;
  }

  .mdlg\:top-7{
    top: 1.75rem !important;
  }

  .mdlg\:top-8{
    top: 2rem !important;
  }

  .mdlg\:top-9{
    top: 2.25rem !important;
  }

  .mdlg\:top-10{
    top: 2.5rem !important;
  }

  .mdlg\:top-11{
    top: 2.75rem !important;
  }

  .mdlg\:top-12{
    top: 3rem !important;
  }

  .mdlg\:top-14{
    top: 3.5rem !important;
  }

  .mdlg\:top-16{
    top: 4rem !important;
  }

  .mdlg\:top-20{
    top: 5rem !important;
  }

  .mdlg\:top-24{
    top: 6rem !important;
  }

  .mdlg\:top-28{
    top: 7rem !important;
  }

  .mdlg\:top-32{
    top: 8rem !important;
  }

  .mdlg\:top-36{
    top: 9rem !important;
  }

  .mdlg\:top-40{
    top: 10rem !important;
  }

  .mdlg\:top-44{
    top: 11rem !important;
  }

  .mdlg\:top-48{
    top: 12rem !important;
  }

  .mdlg\:top-52{
    top: 13rem !important;
  }

  .mdlg\:top-56{
    top: 14rem !important;
  }

  .mdlg\:top-60{
    top: 15rem !important;
  }

  .mdlg\:top-64{
    top: 16rem !important;
  }

  .mdlg\:top-72{
    top: 18rem !important;
  }

  .mdlg\:top-80{
    top: 20rem !important;
  }

  .mdlg\:top-96{
    top: 24rem !important;
  }

  .mdlg\:top-auto{
    top: auto !important;
  }

  .mdlg\:top-px{
    top: 1px !important;
  }

  .mdlg\:top-0\.5{
    top: 0.125rem !important;
  }

  .mdlg\:top-1\.5{
    top: 0.375rem !important;
  }

  .mdlg\:top-2\.5{
    top: 0.625rem !important;
  }

  .mdlg\:top-3\.5{
    top: 0.875rem !important;
  }

  .mdlg\:-top-0{
    top: 0px !important;
  }

  .mdlg\:-top-1{
    top: -0.25rem !important;
  }

  .mdlg\:-top-2{
    top: -0.5rem !important;
  }

  .mdlg\:-top-3{
    top: -0.75rem !important;
  }

  .mdlg\:-top-4{
    top: -1rem !important;
  }

  .mdlg\:-top-5{
    top: -1.25rem !important;
  }

  .mdlg\:-top-6{
    top: -1.5rem !important;
  }

  .mdlg\:-top-7{
    top: -1.75rem !important;
  }

  .mdlg\:-top-8{
    top: -2rem !important;
  }

  .mdlg\:-top-9{
    top: -2.25rem !important;
  }

  .mdlg\:-top-10{
    top: -2.5rem !important;
  }

  .mdlg\:-top-11{
    top: -2.75rem !important;
  }

  .mdlg\:-top-12{
    top: -3rem !important;
  }

  .mdlg\:-top-14{
    top: -3.5rem !important;
  }

  .mdlg\:-top-16{
    top: -4rem !important;
  }

  .mdlg\:-top-20{
    top: -5rem !important;
  }

  .mdlg\:-top-24{
    top: -6rem !important;
  }

  .mdlg\:-top-28{
    top: -7rem !important;
  }

  .mdlg\:-top-32{
    top: -8rem !important;
  }

  .mdlg\:-top-36{
    top: -9rem !important;
  }

  .mdlg\:-top-40{
    top: -10rem !important;
  }

  .mdlg\:-top-44{
    top: -11rem !important;
  }

  .mdlg\:-top-48{
    top: -12rem !important;
  }

  .mdlg\:-top-52{
    top: -13rem !important;
  }

  .mdlg\:-top-56{
    top: -14rem !important;
  }

  .mdlg\:-top-60{
    top: -15rem !important;
  }

  .mdlg\:-top-64{
    top: -16rem !important;
  }

  .mdlg\:-top-72{
    top: -18rem !important;
  }

  .mdlg\:-top-80{
    top: -20rem !important;
  }

  .mdlg\:-top-96{
    top: -24rem !important;
  }

  .mdlg\:-top-px{
    top: -1px !important;
  }

  .mdlg\:-top-0\.5{
    top: -0.125rem !important;
  }

  .mdlg\:-top-1\.5{
    top: -0.375rem !important;
  }

  .mdlg\:-top-2\.5{
    top: -0.625rem !important;
  }

  .mdlg\:-top-3\.5{
    top: -0.875rem !important;
  }

  .mdlg\:top-1\/2{
    top: 50% !important;
  }

  .mdlg\:top-1\/3{
    top: 33.333333% !important;
  }

  .mdlg\:top-2\/3{
    top: 66.666667% !important;
  }

  .mdlg\:top-1\/4{
    top: 25% !important;
  }

  .mdlg\:top-2\/4{
    top: 50% !important;
  }

  .mdlg\:top-3\/4{
    top: 75% !important;
  }

  .mdlg\:top-full{
    top: 100% !important;
  }

  .mdlg\:-top-1\/2{
    top: -50% !important;
  }

  .mdlg\:-top-1\/3{
    top: -33.333333% !important;
  }

  .mdlg\:-top-2\/3{
    top: -66.666667% !important;
  }

  .mdlg\:-top-1\/4{
    top: -25% !important;
  }

  .mdlg\:-top-2\/4{
    top: -50% !important;
  }

  .mdlg\:-top-3\/4{
    top: -75% !important;
  }

  .mdlg\:-top-full{
    top: -100% !important;
  }

  .mdlg\:right-0{
    right: 0px !important;
  }

  .mdlg\:right-1{
    right: 0.25rem !important;
  }

  .mdlg\:right-2{
    right: 0.5rem !important;
  }

  .mdlg\:right-3{
    right: 0.75rem !important;
  }

  .mdlg\:right-4{
    right: 1rem !important;
  }

  .mdlg\:right-5{
    right: 1.25rem !important;
  }

  .mdlg\:right-6{
    right: 1.5rem !important;
  }

  .mdlg\:right-7{
    right: 1.75rem !important;
  }

  .mdlg\:right-8{
    right: 2rem !important;
  }

  .mdlg\:right-9{
    right: 2.25rem !important;
  }

  .mdlg\:right-10{
    right: 2.5rem !important;
  }

  .mdlg\:right-11{
    right: 2.75rem !important;
  }

  .mdlg\:right-12{
    right: 3rem !important;
  }

  .mdlg\:right-14{
    right: 3.5rem !important;
  }

  .mdlg\:right-16{
    right: 4rem !important;
  }

  .mdlg\:right-20{
    right: 5rem !important;
  }

  .mdlg\:right-24{
    right: 6rem !important;
  }

  .mdlg\:right-28{
    right: 7rem !important;
  }

  .mdlg\:right-32{
    right: 8rem !important;
  }

  .mdlg\:right-36{
    right: 9rem !important;
  }

  .mdlg\:right-40{
    right: 10rem !important;
  }

  .mdlg\:right-44{
    right: 11rem !important;
  }

  .mdlg\:right-48{
    right: 12rem !important;
  }

  .mdlg\:right-52{
    right: 13rem !important;
  }

  .mdlg\:right-56{
    right: 14rem !important;
  }

  .mdlg\:right-60{
    right: 15rem !important;
  }

  .mdlg\:right-64{
    right: 16rem !important;
  }

  .mdlg\:right-72{
    right: 18rem !important;
  }

  .mdlg\:right-80{
    right: 20rem !important;
  }

  .mdlg\:right-96{
    right: 24rem !important;
  }

  .mdlg\:right-auto{
    right: auto !important;
  }

  .mdlg\:right-px{
    right: 1px !important;
  }

  .mdlg\:right-0\.5{
    right: 0.125rem !important;
  }

  .mdlg\:right-1\.5{
    right: 0.375rem !important;
  }

  .mdlg\:right-2\.5{
    right: 0.625rem !important;
  }

  .mdlg\:right-3\.5{
    right: 0.875rem !important;
  }

  .mdlg\:-right-0{
    right: 0px !important;
  }

  .mdlg\:-right-1{
    right: -0.25rem !important;
  }

  .mdlg\:-right-2{
    right: -0.5rem !important;
  }

  .mdlg\:-right-3{
    right: -0.75rem !important;
  }

  .mdlg\:-right-4{
    right: -1rem !important;
  }

  .mdlg\:-right-5{
    right: -1.25rem !important;
  }

  .mdlg\:-right-6{
    right: -1.5rem !important;
  }

  .mdlg\:-right-7{
    right: -1.75rem !important;
  }

  .mdlg\:-right-8{
    right: -2rem !important;
  }

  .mdlg\:-right-9{
    right: -2.25rem !important;
  }

  .mdlg\:-right-10{
    right: -2.5rem !important;
  }

  .mdlg\:-right-11{
    right: -2.75rem !important;
  }

  .mdlg\:-right-12{
    right: -3rem !important;
  }

  .mdlg\:-right-14{
    right: -3.5rem !important;
  }

  .mdlg\:-right-16{
    right: -4rem !important;
  }

  .mdlg\:-right-20{
    right: -5rem !important;
  }

  .mdlg\:-right-24{
    right: -6rem !important;
  }

  .mdlg\:-right-28{
    right: -7rem !important;
  }

  .mdlg\:-right-32{
    right: -8rem !important;
  }

  .mdlg\:-right-36{
    right: -9rem !important;
  }

  .mdlg\:-right-40{
    right: -10rem !important;
  }

  .mdlg\:-right-44{
    right: -11rem !important;
  }

  .mdlg\:-right-48{
    right: -12rem !important;
  }

  .mdlg\:-right-52{
    right: -13rem !important;
  }

  .mdlg\:-right-56{
    right: -14rem !important;
  }

  .mdlg\:-right-60{
    right: -15rem !important;
  }

  .mdlg\:-right-64{
    right: -16rem !important;
  }

  .mdlg\:-right-72{
    right: -18rem !important;
  }

  .mdlg\:-right-80{
    right: -20rem !important;
  }

  .mdlg\:-right-96{
    right: -24rem !important;
  }

  .mdlg\:-right-px{
    right: -1px !important;
  }

  .mdlg\:-right-0\.5{
    right: -0.125rem !important;
  }

  .mdlg\:-right-1\.5{
    right: -0.375rem !important;
  }

  .mdlg\:-right-2\.5{
    right: -0.625rem !important;
  }

  .mdlg\:-right-3\.5{
    right: -0.875rem !important;
  }

  .mdlg\:right-1\/2{
    right: 50% !important;
  }

  .mdlg\:right-1\/3{
    right: 33.333333% !important;
  }

  .mdlg\:right-2\/3{
    right: 66.666667% !important;
  }

  .mdlg\:right-1\/4{
    right: 25% !important;
  }

  .mdlg\:right-2\/4{
    right: 50% !important;
  }

  .mdlg\:right-3\/4{
    right: 75% !important;
  }

  .mdlg\:right-full{
    right: 100% !important;
  }

  .mdlg\:-right-1\/2{
    right: -50% !important;
  }

  .mdlg\:-right-1\/3{
    right: -33.333333% !important;
  }

  .mdlg\:-right-2\/3{
    right: -66.666667% !important;
  }

  .mdlg\:-right-1\/4{
    right: -25% !important;
  }

  .mdlg\:-right-2\/4{
    right: -50% !important;
  }

  .mdlg\:-right-3\/4{
    right: -75% !important;
  }

  .mdlg\:-right-full{
    right: -100% !important;
  }

  .mdlg\:bottom-0{
    bottom: 0px !important;
  }

  .mdlg\:bottom-1{
    bottom: 0.25rem !important;
  }

  .mdlg\:bottom-2{
    bottom: 0.5rem !important;
  }

  .mdlg\:bottom-3{
    bottom: 0.75rem !important;
  }

  .mdlg\:bottom-4{
    bottom: 1rem !important;
  }

  .mdlg\:bottom-5{
    bottom: 1.25rem !important;
  }

  .mdlg\:bottom-6{
    bottom: 1.5rem !important;
  }

  .mdlg\:bottom-7{
    bottom: 1.75rem !important;
  }

  .mdlg\:bottom-8{
    bottom: 2rem !important;
  }

  .mdlg\:bottom-9{
    bottom: 2.25rem !important;
  }

  .mdlg\:bottom-10{
    bottom: 2.5rem !important;
  }

  .mdlg\:bottom-11{
    bottom: 2.75rem !important;
  }

  .mdlg\:bottom-12{
    bottom: 3rem !important;
  }

  .mdlg\:bottom-14{
    bottom: 3.5rem !important;
  }

  .mdlg\:bottom-16{
    bottom: 4rem !important;
  }

  .mdlg\:bottom-20{
    bottom: 5rem !important;
  }

  .mdlg\:bottom-24{
    bottom: 6rem !important;
  }

  .mdlg\:bottom-28{
    bottom: 7rem !important;
  }

  .mdlg\:bottom-32{
    bottom: 8rem !important;
  }

  .mdlg\:bottom-36{
    bottom: 9rem !important;
  }

  .mdlg\:bottom-40{
    bottom: 10rem !important;
  }

  .mdlg\:bottom-44{
    bottom: 11rem !important;
  }

  .mdlg\:bottom-48{
    bottom: 12rem !important;
  }

  .mdlg\:bottom-52{
    bottom: 13rem !important;
  }

  .mdlg\:bottom-56{
    bottom: 14rem !important;
  }

  .mdlg\:bottom-60{
    bottom: 15rem !important;
  }

  .mdlg\:bottom-64{
    bottom: 16rem !important;
  }

  .mdlg\:bottom-72{
    bottom: 18rem !important;
  }

  .mdlg\:bottom-80{
    bottom: 20rem !important;
  }

  .mdlg\:bottom-96{
    bottom: 24rem !important;
  }

  .mdlg\:bottom-auto{
    bottom: auto !important;
  }

  .mdlg\:bottom-px{
    bottom: 1px !important;
  }

  .mdlg\:bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .mdlg\:bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .mdlg\:bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .mdlg\:bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .mdlg\:-bottom-0{
    bottom: 0px !important;
  }

  .mdlg\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .mdlg\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .mdlg\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .mdlg\:-bottom-4{
    bottom: -1rem !important;
  }

  .mdlg\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .mdlg\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .mdlg\:-bottom-7{
    bottom: -1.75rem !important;
  }

  .mdlg\:-bottom-8{
    bottom: -2rem !important;
  }

  .mdlg\:-bottom-9{
    bottom: -2.25rem !important;
  }

  .mdlg\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .mdlg\:-bottom-11{
    bottom: -2.75rem !important;
  }

  .mdlg\:-bottom-12{
    bottom: -3rem !important;
  }

  .mdlg\:-bottom-14{
    bottom: -3.5rem !important;
  }

  .mdlg\:-bottom-16{
    bottom: -4rem !important;
  }

  .mdlg\:-bottom-20{
    bottom: -5rem !important;
  }

  .mdlg\:-bottom-24{
    bottom: -6rem !important;
  }

  .mdlg\:-bottom-28{
    bottom: -7rem !important;
  }

  .mdlg\:-bottom-32{
    bottom: -8rem !important;
  }

  .mdlg\:-bottom-36{
    bottom: -9rem !important;
  }

  .mdlg\:-bottom-40{
    bottom: -10rem !important;
  }

  .mdlg\:-bottom-44{
    bottom: -11rem !important;
  }

  .mdlg\:-bottom-48{
    bottom: -12rem !important;
  }

  .mdlg\:-bottom-52{
    bottom: -13rem !important;
  }

  .mdlg\:-bottom-56{
    bottom: -14rem !important;
  }

  .mdlg\:-bottom-60{
    bottom: -15rem !important;
  }

  .mdlg\:-bottom-64{
    bottom: -16rem !important;
  }

  .mdlg\:-bottom-72{
    bottom: -18rem !important;
  }

  .mdlg\:-bottom-80{
    bottom: -20rem !important;
  }

  .mdlg\:-bottom-96{
    bottom: -24rem !important;
  }

  .mdlg\:-bottom-px{
    bottom: -1px !important;
  }

  .mdlg\:-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .mdlg\:-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .mdlg\:-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .mdlg\:-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .mdlg\:bottom-1\/2{
    bottom: 50% !important;
  }

  .mdlg\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .mdlg\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .mdlg\:bottom-1\/4{
    bottom: 25% !important;
  }

  .mdlg\:bottom-2\/4{
    bottom: 50% !important;
  }

  .mdlg\:bottom-3\/4{
    bottom: 75% !important;
  }

  .mdlg\:bottom-full{
    bottom: 100% !important;
  }

  .mdlg\:-bottom-1\/2{
    bottom: -50% !important;
  }

  .mdlg\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .mdlg\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .mdlg\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .mdlg\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .mdlg\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .mdlg\:-bottom-full{
    bottom: -100% !important;
  }

  .mdlg\:left-0{
    left: 0px !important;
  }

  .mdlg\:left-1{
    left: 0.25rem !important;
  }

  .mdlg\:left-2{
    left: 0.5rem !important;
  }

  .mdlg\:left-3{
    left: 0.75rem !important;
  }

  .mdlg\:left-4{
    left: 1rem !important;
  }

  .mdlg\:left-5{
    left: 1.25rem !important;
  }

  .mdlg\:left-6{
    left: 1.5rem !important;
  }

  .mdlg\:left-7{
    left: 1.75rem !important;
  }

  .mdlg\:left-8{
    left: 2rem !important;
  }

  .mdlg\:left-9{
    left: 2.25rem !important;
  }

  .mdlg\:left-10{
    left: 2.5rem !important;
  }

  .mdlg\:left-11{
    left: 2.75rem !important;
  }

  .mdlg\:left-12{
    left: 3rem !important;
  }

  .mdlg\:left-14{
    left: 3.5rem !important;
  }

  .mdlg\:left-16{
    left: 4rem !important;
  }

  .mdlg\:left-20{
    left: 5rem !important;
  }

  .mdlg\:left-24{
    left: 6rem !important;
  }

  .mdlg\:left-28{
    left: 7rem !important;
  }

  .mdlg\:left-32{
    left: 8rem !important;
  }

  .mdlg\:left-36{
    left: 9rem !important;
  }

  .mdlg\:left-40{
    left: 10rem !important;
  }

  .mdlg\:left-44{
    left: 11rem !important;
  }

  .mdlg\:left-48{
    left: 12rem !important;
  }

  .mdlg\:left-52{
    left: 13rem !important;
  }

  .mdlg\:left-56{
    left: 14rem !important;
  }

  .mdlg\:left-60{
    left: 15rem !important;
  }

  .mdlg\:left-64{
    left: 16rem !important;
  }

  .mdlg\:left-72{
    left: 18rem !important;
  }

  .mdlg\:left-80{
    left: 20rem !important;
  }

  .mdlg\:left-96{
    left: 24rem !important;
  }

  .mdlg\:left-auto{
    left: auto !important;
  }

  .mdlg\:left-px{
    left: 1px !important;
  }

  .mdlg\:left-0\.5{
    left: 0.125rem !important;
  }

  .mdlg\:left-1\.5{
    left: 0.375rem !important;
  }

  .mdlg\:left-2\.5{
    left: 0.625rem !important;
  }

  .mdlg\:left-3\.5{
    left: 0.875rem !important;
  }

  .mdlg\:-left-0{
    left: 0px !important;
  }

  .mdlg\:-left-1{
    left: -0.25rem !important;
  }

  .mdlg\:-left-2{
    left: -0.5rem !important;
  }

  .mdlg\:-left-3{
    left: -0.75rem !important;
  }

  .mdlg\:-left-4{
    left: -1rem !important;
  }

  .mdlg\:-left-5{
    left: -1.25rem !important;
  }

  .mdlg\:-left-6{
    left: -1.5rem !important;
  }

  .mdlg\:-left-7{
    left: -1.75rem !important;
  }

  .mdlg\:-left-8{
    left: -2rem !important;
  }

  .mdlg\:-left-9{
    left: -2.25rem !important;
  }

  .mdlg\:-left-10{
    left: -2.5rem !important;
  }

  .mdlg\:-left-11{
    left: -2.75rem !important;
  }

  .mdlg\:-left-12{
    left: -3rem !important;
  }

  .mdlg\:-left-14{
    left: -3.5rem !important;
  }

  .mdlg\:-left-16{
    left: -4rem !important;
  }

  .mdlg\:-left-20{
    left: -5rem !important;
  }

  .mdlg\:-left-24{
    left: -6rem !important;
  }

  .mdlg\:-left-28{
    left: -7rem !important;
  }

  .mdlg\:-left-32{
    left: -8rem !important;
  }

  .mdlg\:-left-36{
    left: -9rem !important;
  }

  .mdlg\:-left-40{
    left: -10rem !important;
  }

  .mdlg\:-left-44{
    left: -11rem !important;
  }

  .mdlg\:-left-48{
    left: -12rem !important;
  }

  .mdlg\:-left-52{
    left: -13rem !important;
  }

  .mdlg\:-left-56{
    left: -14rem !important;
  }

  .mdlg\:-left-60{
    left: -15rem !important;
  }

  .mdlg\:-left-64{
    left: -16rem !important;
  }

  .mdlg\:-left-72{
    left: -18rem !important;
  }

  .mdlg\:-left-80{
    left: -20rem !important;
  }

  .mdlg\:-left-96{
    left: -24rem !important;
  }

  .mdlg\:-left-px{
    left: -1px !important;
  }

  .mdlg\:-left-0\.5{
    left: -0.125rem !important;
  }

  .mdlg\:-left-1\.5{
    left: -0.375rem !important;
  }

  .mdlg\:-left-2\.5{
    left: -0.625rem !important;
  }

  .mdlg\:-left-3\.5{
    left: -0.875rem !important;
  }

  .mdlg\:left-1\/2{
    left: 50% !important;
  }

  .mdlg\:left-1\/3{
    left: 33.333333% !important;
  }

  .mdlg\:left-2\/3{
    left: 66.666667% !important;
  }

  .mdlg\:left-1\/4{
    left: 25% !important;
  }

  .mdlg\:left-2\/4{
    left: 50% !important;
  }

  .mdlg\:left-3\/4{
    left: 75% !important;
  }

  .mdlg\:left-full{
    left: 100% !important;
  }

  .mdlg\:-left-1\/2{
    left: -50% !important;
  }

  .mdlg\:-left-1\/3{
    left: -33.333333% !important;
  }

  .mdlg\:-left-2\/3{
    left: -66.666667% !important;
  }

  .mdlg\:-left-1\/4{
    left: -25% !important;
  }

  .mdlg\:-left-2\/4{
    left: -50% !important;
  }

  .mdlg\:-left-3\/4{
    left: -75% !important;
  }

  .mdlg\:-left-full{
    left: -100% !important;
  }

  .mdlg\:isolate{
    isolation: isolate !important;
  }

  .mdlg\:isolation-auto{
    isolation: auto !important;
  }

  .mdlg\:z-0{
    z-index: 0 !important;
  }

  .mdlg\:z-10{
    z-index: 10 !important;
  }

  .mdlg\:z-20{
    z-index: 20 !important;
  }

  .mdlg\:z-30{
    z-index: 30 !important;
  }

  .mdlg\:z-40{
    z-index: 40 !important;
  }

  .mdlg\:z-50{
    z-index: 50 !important;
  }

  .mdlg\:z-auto{
    z-index: auto !important;
  }

  .mdlg\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .mdlg\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .mdlg\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .mdlg\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .mdlg\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .mdlg\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .mdlg\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .mdlg\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .mdlg\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .mdlg\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .mdlg\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .mdlg\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .mdlg\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .mdlg\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .mdlg\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .mdlg\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .mdlg\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .mdlg\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .mdlg\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .mdlg\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .mdlg\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .mdlg\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .mdlg\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .mdlg\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .mdlg\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .mdlg\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .mdlg\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .mdlg\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .mdlg\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .mdlg\:col-auto{
    grid-column: auto !important;
  }

  .mdlg\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .mdlg\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .mdlg\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .mdlg\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .mdlg\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .mdlg\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .mdlg\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .mdlg\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .mdlg\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .mdlg\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .mdlg\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .mdlg\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .mdlg\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .mdlg\:col-start-1{
    grid-column-start: 1 !important;
  }

  .mdlg\:col-start-2{
    grid-column-start: 2 !important;
  }

  .mdlg\:col-start-3{
    grid-column-start: 3 !important;
  }

  .mdlg\:col-start-4{
    grid-column-start: 4 !important;
  }

  .mdlg\:col-start-5{
    grid-column-start: 5 !important;
  }

  .mdlg\:col-start-6{
    grid-column-start: 6 !important;
  }

  .mdlg\:col-start-7{
    grid-column-start: 7 !important;
  }

  .mdlg\:col-start-8{
    grid-column-start: 8 !important;
  }

  .mdlg\:col-start-9{
    grid-column-start: 9 !important;
  }

  .mdlg\:col-start-10{
    grid-column-start: 10 !important;
  }

  .mdlg\:col-start-11{
    grid-column-start: 11 !important;
  }

  .mdlg\:col-start-12{
    grid-column-start: 12 !important;
  }

  .mdlg\:col-start-13{
    grid-column-start: 13 !important;
  }

  .mdlg\:col-start-auto{
    grid-column-start: auto !important;
  }

  .mdlg\:col-end-1{
    grid-column-end: 1 !important;
  }

  .mdlg\:col-end-2{
    grid-column-end: 2 !important;
  }

  .mdlg\:col-end-3{
    grid-column-end: 3 !important;
  }

  .mdlg\:col-end-4{
    grid-column-end: 4 !important;
  }

  .mdlg\:col-end-5{
    grid-column-end: 5 !important;
  }

  .mdlg\:col-end-6{
    grid-column-end: 6 !important;
  }

  .mdlg\:col-end-7{
    grid-column-end: 7 !important;
  }

  .mdlg\:col-end-8{
    grid-column-end: 8 !important;
  }

  .mdlg\:col-end-9{
    grid-column-end: 9 !important;
  }

  .mdlg\:col-end-10{
    grid-column-end: 10 !important;
  }

  .mdlg\:col-end-11{
    grid-column-end: 11 !important;
  }

  .mdlg\:col-end-12{
    grid-column-end: 12 !important;
  }

  .mdlg\:col-end-13{
    grid-column-end: 13 !important;
  }

  .mdlg\:col-end-auto{
    grid-column-end: auto !important;
  }

  .mdlg\:row-auto{
    grid-row: auto !important;
  }

  .mdlg\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .mdlg\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .mdlg\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .mdlg\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .mdlg\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .mdlg\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .mdlg\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .mdlg\:row-start-1{
    grid-row-start: 1 !important;
  }

  .mdlg\:row-start-2{
    grid-row-start: 2 !important;
  }

  .mdlg\:row-start-3{
    grid-row-start: 3 !important;
  }

  .mdlg\:row-start-4{
    grid-row-start: 4 !important;
  }

  .mdlg\:row-start-5{
    grid-row-start: 5 !important;
  }

  .mdlg\:row-start-6{
    grid-row-start: 6 !important;
  }

  .mdlg\:row-start-7{
    grid-row-start: 7 !important;
  }

  .mdlg\:row-start-auto{
    grid-row-start: auto !important;
  }

  .mdlg\:row-end-1{
    grid-row-end: 1 !important;
  }

  .mdlg\:row-end-2{
    grid-row-end: 2 !important;
  }

  .mdlg\:row-end-3{
    grid-row-end: 3 !important;
  }

  .mdlg\:row-end-4{
    grid-row-end: 4 !important;
  }

  .mdlg\:row-end-5{
    grid-row-end: 5 !important;
  }

  .mdlg\:row-end-6{
    grid-row-end: 6 !important;
  }

  .mdlg\:row-end-7{
    grid-row-end: 7 !important;
  }

  .mdlg\:row-end-auto{
    grid-row-end: auto !important;
  }

  .mdlg\:float-right{
    float: right !important;
  }

  .mdlg\:float-left{
    float: left !important;
  }

  .mdlg\:float-none{
    float: none !important;
  }

  .mdlg\:clear-left{
    clear: left !important;
  }

  .mdlg\:clear-right{
    clear: right !important;
  }

  .mdlg\:clear-both{
    clear: both !important;
  }

  .mdlg\:clear-none{
    clear: none !important;
  }

  .mdlg\:m-0{
    margin: 0px !important;
  }

  .mdlg\:m-1{
    margin: 0.25rem !important;
  }

  .mdlg\:m-2{
    margin: 0.5rem !important;
  }

  .mdlg\:m-3{
    margin: 0.75rem !important;
  }

  .mdlg\:m-4{
    margin: 1rem !important;
  }

  .mdlg\:m-5{
    margin: 1.25rem !important;
  }

  .mdlg\:m-6{
    margin: 1.5rem !important;
  }

  .mdlg\:m-7{
    margin: 1.75rem !important;
  }

  .mdlg\:m-8{
    margin: 2rem !important;
  }

  .mdlg\:m-9{
    margin: 2.25rem !important;
  }

  .mdlg\:m-10{
    margin: 2.5rem !important;
  }

  .mdlg\:m-11{
    margin: 2.75rem !important;
  }

  .mdlg\:m-12{
    margin: 3rem !important;
  }

  .mdlg\:m-14{
    margin: 3.5rem !important;
  }

  .mdlg\:m-16{
    margin: 4rem !important;
  }

  .mdlg\:m-20{
    margin: 5rem !important;
  }

  .mdlg\:m-24{
    margin: 6rem !important;
  }

  .mdlg\:m-28{
    margin: 7rem !important;
  }

  .mdlg\:m-32{
    margin: 8rem !important;
  }

  .mdlg\:m-36{
    margin: 9rem !important;
  }

  .mdlg\:m-40{
    margin: 10rem !important;
  }

  .mdlg\:m-44{
    margin: 11rem !important;
  }

  .mdlg\:m-48{
    margin: 12rem !important;
  }

  .mdlg\:m-52{
    margin: 13rem !important;
  }

  .mdlg\:m-56{
    margin: 14rem !important;
  }

  .mdlg\:m-60{
    margin: 15rem !important;
  }

  .mdlg\:m-64{
    margin: 16rem !important;
  }

  .mdlg\:m-72{
    margin: 18rem !important;
  }

  .mdlg\:m-80{
    margin: 20rem !important;
  }

  .mdlg\:m-96{
    margin: 24rem !important;
  }

  .mdlg\:m-auto{
    margin: auto !important;
  }

  .mdlg\:m-px{
    margin: 1px !important;
  }

  .mdlg\:m-0\.5{
    margin: 0.125rem !important;
  }

  .mdlg\:m-1\.5{
    margin: 0.375rem !important;
  }

  .mdlg\:m-2\.5{
    margin: 0.625rem !important;
  }

  .mdlg\:m-3\.5{
    margin: 0.875rem !important;
  }

  .mdlg\:-m-0{
    margin: 0px !important;
  }

  .mdlg\:-m-1{
    margin: -0.25rem !important;
  }

  .mdlg\:-m-2{
    margin: -0.5rem !important;
  }

  .mdlg\:-m-3{
    margin: -0.75rem !important;
  }

  .mdlg\:-m-4{
    margin: -1rem !important;
  }

  .mdlg\:-m-5{
    margin: -1.25rem !important;
  }

  .mdlg\:-m-6{
    margin: -1.5rem !important;
  }

  .mdlg\:-m-7{
    margin: -1.75rem !important;
  }

  .mdlg\:-m-8{
    margin: -2rem !important;
  }

  .mdlg\:-m-9{
    margin: -2.25rem !important;
  }

  .mdlg\:-m-10{
    margin: -2.5rem !important;
  }

  .mdlg\:-m-11{
    margin: -2.75rem !important;
  }

  .mdlg\:-m-12{
    margin: -3rem !important;
  }

  .mdlg\:-m-14{
    margin: -3.5rem !important;
  }

  .mdlg\:-m-16{
    margin: -4rem !important;
  }

  .mdlg\:-m-20{
    margin: -5rem !important;
  }

  .mdlg\:-m-24{
    margin: -6rem !important;
  }

  .mdlg\:-m-28{
    margin: -7rem !important;
  }

  .mdlg\:-m-32{
    margin: -8rem !important;
  }

  .mdlg\:-m-36{
    margin: -9rem !important;
  }

  .mdlg\:-m-40{
    margin: -10rem !important;
  }

  .mdlg\:-m-44{
    margin: -11rem !important;
  }

  .mdlg\:-m-48{
    margin: -12rem !important;
  }

  .mdlg\:-m-52{
    margin: -13rem !important;
  }

  .mdlg\:-m-56{
    margin: -14rem !important;
  }

  .mdlg\:-m-60{
    margin: -15rem !important;
  }

  .mdlg\:-m-64{
    margin: -16rem !important;
  }

  .mdlg\:-m-72{
    margin: -18rem !important;
  }

  .mdlg\:-m-80{
    margin: -20rem !important;
  }

  .mdlg\:-m-96{
    margin: -24rem !important;
  }

  .mdlg\:-m-px{
    margin: -1px !important;
  }

  .mdlg\:-m-0\.5{
    margin: -0.125rem !important;
  }

  .mdlg\:-m-1\.5{
    margin: -0.375rem !important;
  }

  .mdlg\:-m-2\.5{
    margin: -0.625rem !important;
  }

  .mdlg\:-m-3\.5{
    margin: -0.875rem !important;
  }

  .mdlg\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mdlg\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mdlg\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mdlg\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .mdlg\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mdlg\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .mdlg\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mdlg\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .mdlg\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .mdlg\:mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .mdlg\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .mdlg\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .mdlg\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mdlg\:mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .mdlg\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .mdlg\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mdlg\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mdlg\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .mdlg\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .mdlg\:mx-36{
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .mdlg\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .mdlg\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .mdlg\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .mdlg\:mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .mdlg\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .mdlg\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .mdlg\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .mdlg\:mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .mdlg\:mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .mdlg\:mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .mdlg\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mdlg\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .mdlg\:mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .mdlg\:mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .mdlg\:mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .mdlg\:mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .mdlg\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mdlg\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .mdlg\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .mdlg\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .mdlg\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .mdlg\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .mdlg\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .mdlg\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .mdlg\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .mdlg\:-mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .mdlg\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .mdlg\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .mdlg\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .mdlg\:-mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .mdlg\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .mdlg\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .mdlg\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .mdlg\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .mdlg\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .mdlg\:-mx-36{
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .mdlg\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .mdlg\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .mdlg\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .mdlg\:-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .mdlg\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .mdlg\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .mdlg\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .mdlg\:-mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .mdlg\:-mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .mdlg\:-mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .mdlg\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .mdlg\:-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .mdlg\:-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .mdlg\:-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .mdlg\:-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .mdlg\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mdlg\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .mdlg\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mdlg\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .mdlg\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mdlg\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .mdlg\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mdlg\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .mdlg\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .mdlg\:my-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .mdlg\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .mdlg\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .mdlg\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mdlg\:my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .mdlg\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .mdlg\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .mdlg\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mdlg\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .mdlg\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .mdlg\:my-36{
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .mdlg\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .mdlg\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .mdlg\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .mdlg\:my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .mdlg\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .mdlg\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .mdlg\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .mdlg\:my-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .mdlg\:my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .mdlg\:my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .mdlg\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mdlg\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .mdlg\:my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .mdlg\:my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .mdlg\:my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .mdlg\:my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .mdlg\:-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mdlg\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .mdlg\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .mdlg\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .mdlg\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .mdlg\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .mdlg\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .mdlg\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .mdlg\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .mdlg\:-my-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .mdlg\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .mdlg\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .mdlg\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mdlg\:-my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .mdlg\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mdlg\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .mdlg\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .mdlg\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .mdlg\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mdlg\:-my-36{
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .mdlg\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .mdlg\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .mdlg\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .mdlg\:-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .mdlg\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .mdlg\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .mdlg\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .mdlg\:-my-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .mdlg\:-my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .mdlg\:-my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .mdlg\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .mdlg\:-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .mdlg\:-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .mdlg\:-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .mdlg\:-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .mdlg\:mt-0{
    margin-top: 0px !important;
  }

  .mdlg\:mt-1{
    margin-top: 0.25rem !important;
  }

  .mdlg\:mt-2{
    margin-top: 0.5rem !important;
  }

  .mdlg\:mt-3{
    margin-top: 0.75rem !important;
  }

  .mdlg\:mt-4{
    margin-top: 1rem !important;
  }

  .mdlg\:mt-5{
    margin-top: 1.25rem !important;
  }

  .mdlg\:mt-6{
    margin-top: 1.5rem !important;
  }

  .mdlg\:mt-7{
    margin-top: 1.75rem !important;
  }

  .mdlg\:mt-8{
    margin-top: 2rem !important;
  }

  .mdlg\:mt-9{
    margin-top: 2.25rem !important;
  }

  .mdlg\:mt-10{
    margin-top: 2.5rem !important;
  }

  .mdlg\:mt-11{
    margin-top: 2.75rem !important;
  }

  .mdlg\:mt-12{
    margin-top: 3rem !important;
  }

  .mdlg\:mt-14{
    margin-top: 3.5rem !important;
  }

  .mdlg\:mt-16{
    margin-top: 4rem !important;
  }

  .mdlg\:mt-20{
    margin-top: 5rem !important;
  }

  .mdlg\:mt-24{
    margin-top: 6rem !important;
  }

  .mdlg\:mt-28{
    margin-top: 7rem !important;
  }

  .mdlg\:mt-32{
    margin-top: 8rem !important;
  }

  .mdlg\:mt-36{
    margin-top: 9rem !important;
  }

  .mdlg\:mt-40{
    margin-top: 10rem !important;
  }

  .mdlg\:mt-44{
    margin-top: 11rem !important;
  }

  .mdlg\:mt-48{
    margin-top: 12rem !important;
  }

  .mdlg\:mt-52{
    margin-top: 13rem !important;
  }

  .mdlg\:mt-56{
    margin-top: 14rem !important;
  }

  .mdlg\:mt-60{
    margin-top: 15rem !important;
  }

  .mdlg\:mt-64{
    margin-top: 16rem !important;
  }

  .mdlg\:mt-72{
    margin-top: 18rem !important;
  }

  .mdlg\:mt-80{
    margin-top: 20rem !important;
  }

  .mdlg\:mt-96{
    margin-top: 24rem !important;
  }

  .mdlg\:mt-auto{
    margin-top: auto !important;
  }

  .mdlg\:mt-px{
    margin-top: 1px !important;
  }

  .mdlg\:mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .mdlg\:mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .mdlg\:mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .mdlg\:mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .mdlg\:-mt-0{
    margin-top: 0px !important;
  }

  .mdlg\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .mdlg\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .mdlg\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .mdlg\:-mt-4{
    margin-top: -1rem !important;
  }

  .mdlg\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .mdlg\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .mdlg\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .mdlg\:-mt-8{
    margin-top: -2rem !important;
  }

  .mdlg\:-mt-9{
    margin-top: -2.25rem !important;
  }

  .mdlg\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .mdlg\:-mt-11{
    margin-top: -2.75rem !important;
  }

  .mdlg\:-mt-12{
    margin-top: -3rem !important;
  }

  .mdlg\:-mt-14{
    margin-top: -3.5rem !important;
  }

  .mdlg\:-mt-16{
    margin-top: -4rem !important;
  }

  .mdlg\:-mt-20{
    margin-top: -5rem !important;
  }

  .mdlg\:-mt-24{
    margin-top: -6rem !important;
  }

  .mdlg\:-mt-28{
    margin-top: -7rem !important;
  }

  .mdlg\:-mt-32{
    margin-top: -8rem !important;
  }

  .mdlg\:-mt-36{
    margin-top: -9rem !important;
  }

  .mdlg\:-mt-40{
    margin-top: -10rem !important;
  }

  .mdlg\:-mt-44{
    margin-top: -11rem !important;
  }

  .mdlg\:-mt-48{
    margin-top: -12rem !important;
  }

  .mdlg\:-mt-52{
    margin-top: -13rem !important;
  }

  .mdlg\:-mt-56{
    margin-top: -14rem !important;
  }

  .mdlg\:-mt-60{
    margin-top: -15rem !important;
  }

  .mdlg\:-mt-64{
    margin-top: -16rem !important;
  }

  .mdlg\:-mt-72{
    margin-top: -18rem !important;
  }

  .mdlg\:-mt-80{
    margin-top: -20rem !important;
  }

  .mdlg\:-mt-96{
    margin-top: -24rem !important;
  }

  .mdlg\:-mt-px{
    margin-top: -1px !important;
  }

  .mdlg\:-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .mdlg\:-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .mdlg\:-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .mdlg\:-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .mdlg\:mr-0{
    margin-right: 0px !important;
  }

  .mdlg\:mr-1{
    margin-right: 0.25rem !important;
  }

  .mdlg\:mr-2{
    margin-right: 0.5rem !important;
  }

  .mdlg\:mr-3{
    margin-right: 0.75rem !important;
  }

  .mdlg\:mr-4{
    margin-right: 1rem !important;
  }

  .mdlg\:mr-5{
    margin-right: 1.25rem !important;
  }

  .mdlg\:mr-6{
    margin-right: 1.5rem !important;
  }

  .mdlg\:mr-7{
    margin-right: 1.75rem !important;
  }

  .mdlg\:mr-8{
    margin-right: 2rem !important;
  }

  .mdlg\:mr-9{
    margin-right: 2.25rem !important;
  }

  .mdlg\:mr-10{
    margin-right: 2.5rem !important;
  }

  .mdlg\:mr-11{
    margin-right: 2.75rem !important;
  }

  .mdlg\:mr-12{
    margin-right: 3rem !important;
  }

  .mdlg\:mr-14{
    margin-right: 3.5rem !important;
  }

  .mdlg\:mr-16{
    margin-right: 4rem !important;
  }

  .mdlg\:mr-20{
    margin-right: 5rem !important;
  }

  .mdlg\:mr-24{
    margin-right: 6rem !important;
  }

  .mdlg\:mr-28{
    margin-right: 7rem !important;
  }

  .mdlg\:mr-32{
    margin-right: 8rem !important;
  }

  .mdlg\:mr-36{
    margin-right: 9rem !important;
  }

  .mdlg\:mr-40{
    margin-right: 10rem !important;
  }

  .mdlg\:mr-44{
    margin-right: 11rem !important;
  }

  .mdlg\:mr-48{
    margin-right: 12rem !important;
  }

  .mdlg\:mr-52{
    margin-right: 13rem !important;
  }

  .mdlg\:mr-56{
    margin-right: 14rem !important;
  }

  .mdlg\:mr-60{
    margin-right: 15rem !important;
  }

  .mdlg\:mr-64{
    margin-right: 16rem !important;
  }

  .mdlg\:mr-72{
    margin-right: 18rem !important;
  }

  .mdlg\:mr-80{
    margin-right: 20rem !important;
  }

  .mdlg\:mr-96{
    margin-right: 24rem !important;
  }

  .mdlg\:mr-auto{
    margin-right: auto !important;
  }

  .mdlg\:mr-px{
    margin-right: 1px !important;
  }

  .mdlg\:mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .mdlg\:mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .mdlg\:mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .mdlg\:mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .mdlg\:-mr-0{
    margin-right: 0px !important;
  }

  .mdlg\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .mdlg\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .mdlg\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .mdlg\:-mr-4{
    margin-right: -1rem !important;
  }

  .mdlg\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .mdlg\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .mdlg\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .mdlg\:-mr-8{
    margin-right: -2rem !important;
  }

  .mdlg\:-mr-9{
    margin-right: -2.25rem !important;
  }

  .mdlg\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .mdlg\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .mdlg\:-mr-12{
    margin-right: -3rem !important;
  }

  .mdlg\:-mr-14{
    margin-right: -3.5rem !important;
  }

  .mdlg\:-mr-16{
    margin-right: -4rem !important;
  }

  .mdlg\:-mr-20{
    margin-right: -5rem !important;
  }

  .mdlg\:-mr-24{
    margin-right: -6rem !important;
  }

  .mdlg\:-mr-28{
    margin-right: -7rem !important;
  }

  .mdlg\:-mr-32{
    margin-right: -8rem !important;
  }

  .mdlg\:-mr-36{
    margin-right: -9rem !important;
  }

  .mdlg\:-mr-40{
    margin-right: -10rem !important;
  }

  .mdlg\:-mr-44{
    margin-right: -11rem !important;
  }

  .mdlg\:-mr-48{
    margin-right: -12rem !important;
  }

  .mdlg\:-mr-52{
    margin-right: -13rem !important;
  }

  .mdlg\:-mr-56{
    margin-right: -14rem !important;
  }

  .mdlg\:-mr-60{
    margin-right: -15rem !important;
  }

  .mdlg\:-mr-64{
    margin-right: -16rem !important;
  }

  .mdlg\:-mr-72{
    margin-right: -18rem !important;
  }

  .mdlg\:-mr-80{
    margin-right: -20rem !important;
  }

  .mdlg\:-mr-96{
    margin-right: -24rem !important;
  }

  .mdlg\:-mr-px{
    margin-right: -1px !important;
  }

  .mdlg\:-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .mdlg\:-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .mdlg\:-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .mdlg\:-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .mdlg\:mb-0{
    margin-bottom: 0px !important;
  }

  .mdlg\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .mdlg\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .mdlg\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .mdlg\:mb-4{
    margin-bottom: 1rem !important;
  }

  .mdlg\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .mdlg\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .mdlg\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .mdlg\:mb-8{
    margin-bottom: 2rem !important;
  }

  .mdlg\:mb-9{
    margin-bottom: 2.25rem !important;
  }

  .mdlg\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .mdlg\:mb-11{
    margin-bottom: 2.75rem !important;
  }

  .mdlg\:mb-12{
    margin-bottom: 3rem !important;
  }

  .mdlg\:mb-14{
    margin-bottom: 3.5rem !important;
  }

  .mdlg\:mb-16{
    margin-bottom: 4rem !important;
  }

  .mdlg\:mb-20{
    margin-bottom: 5rem !important;
  }

  .mdlg\:mb-24{
    margin-bottom: 6rem !important;
  }

  .mdlg\:mb-28{
    margin-bottom: 7rem !important;
  }

  .mdlg\:mb-32{
    margin-bottom: 8rem !important;
  }

  .mdlg\:mb-36{
    margin-bottom: 9rem !important;
  }

  .mdlg\:mb-40{
    margin-bottom: 10rem !important;
  }

  .mdlg\:mb-44{
    margin-bottom: 11rem !important;
  }

  .mdlg\:mb-48{
    margin-bottom: 12rem !important;
  }

  .mdlg\:mb-52{
    margin-bottom: 13rem !important;
  }

  .mdlg\:mb-56{
    margin-bottom: 14rem !important;
  }

  .mdlg\:mb-60{
    margin-bottom: 15rem !important;
  }

  .mdlg\:mb-64{
    margin-bottom: 16rem !important;
  }

  .mdlg\:mb-72{
    margin-bottom: 18rem !important;
  }

  .mdlg\:mb-80{
    margin-bottom: 20rem !important;
  }

  .mdlg\:mb-96{
    margin-bottom: 24rem !important;
  }

  .mdlg\:mb-auto{
    margin-bottom: auto !important;
  }

  .mdlg\:mb-px{
    margin-bottom: 1px !important;
  }

  .mdlg\:mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .mdlg\:mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .mdlg\:mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .mdlg\:mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .mdlg\:-mb-0{
    margin-bottom: 0px !important;
  }

  .mdlg\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .mdlg\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .mdlg\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .mdlg\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .mdlg\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .mdlg\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .mdlg\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .mdlg\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .mdlg\:-mb-9{
    margin-bottom: -2.25rem !important;
  }

  .mdlg\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .mdlg\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .mdlg\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .mdlg\:-mb-14{
    margin-bottom: -3.5rem !important;
  }

  .mdlg\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .mdlg\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .mdlg\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .mdlg\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .mdlg\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .mdlg\:-mb-36{
    margin-bottom: -9rem !important;
  }

  .mdlg\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .mdlg\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .mdlg\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .mdlg\:-mb-52{
    margin-bottom: -13rem !important;
  }

  .mdlg\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .mdlg\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .mdlg\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .mdlg\:-mb-72{
    margin-bottom: -18rem !important;
  }

  .mdlg\:-mb-80{
    margin-bottom: -20rem !important;
  }

  .mdlg\:-mb-96{
    margin-bottom: -24rem !important;
  }

  .mdlg\:-mb-px{
    margin-bottom: -1px !important;
  }

  .mdlg\:-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .mdlg\:-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .mdlg\:-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .mdlg\:-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .mdlg\:ml-0{
    margin-left: 0px !important;
  }

  .mdlg\:ml-1{
    margin-left: 0.25rem !important;
  }

  .mdlg\:ml-2{
    margin-left: 0.5rem !important;
  }

  .mdlg\:ml-3{
    margin-left: 0.75rem !important;
  }

  .mdlg\:ml-4{
    margin-left: 1rem !important;
  }

  .mdlg\:ml-5{
    margin-left: 1.25rem !important;
  }

  .mdlg\:ml-6{
    margin-left: 1.5rem !important;
  }

  .mdlg\:ml-7{
    margin-left: 1.75rem !important;
  }

  .mdlg\:ml-8{
    margin-left: 2rem !important;
  }

  .mdlg\:ml-9{
    margin-left: 2.25rem !important;
  }

  .mdlg\:ml-10{
    margin-left: 2.5rem !important;
  }

  .mdlg\:ml-11{
    margin-left: 2.75rem !important;
  }

  .mdlg\:ml-12{
    margin-left: 3rem !important;
  }

  .mdlg\:ml-14{
    margin-left: 3.5rem !important;
  }

  .mdlg\:ml-16{
    margin-left: 4rem !important;
  }

  .mdlg\:ml-20{
    margin-left: 5rem !important;
  }

  .mdlg\:ml-24{
    margin-left: 6rem !important;
  }

  .mdlg\:ml-28{
    margin-left: 7rem !important;
  }

  .mdlg\:ml-32{
    margin-left: 8rem !important;
  }

  .mdlg\:ml-36{
    margin-left: 9rem !important;
  }

  .mdlg\:ml-40{
    margin-left: 10rem !important;
  }

  .mdlg\:ml-44{
    margin-left: 11rem !important;
  }

  .mdlg\:ml-48{
    margin-left: 12rem !important;
  }

  .mdlg\:ml-52{
    margin-left: 13rem !important;
  }

  .mdlg\:ml-56{
    margin-left: 14rem !important;
  }

  .mdlg\:ml-60{
    margin-left: 15rem !important;
  }

  .mdlg\:ml-64{
    margin-left: 16rem !important;
  }

  .mdlg\:ml-72{
    margin-left: 18rem !important;
  }

  .mdlg\:ml-80{
    margin-left: 20rem !important;
  }

  .mdlg\:ml-96{
    margin-left: 24rem !important;
  }

  .mdlg\:ml-auto{
    margin-left: auto !important;
  }

  .mdlg\:ml-px{
    margin-left: 1px !important;
  }

  .mdlg\:ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .mdlg\:ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .mdlg\:ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .mdlg\:ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .mdlg\:-ml-0{
    margin-left: 0px !important;
  }

  .mdlg\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .mdlg\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .mdlg\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .mdlg\:-ml-4{
    margin-left: -1rem !important;
  }

  .mdlg\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .mdlg\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .mdlg\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .mdlg\:-ml-8{
    margin-left: -2rem !important;
  }

  .mdlg\:-ml-9{
    margin-left: -2.25rem !important;
  }

  .mdlg\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .mdlg\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .mdlg\:-ml-12{
    margin-left: -3rem !important;
  }

  .mdlg\:-ml-14{
    margin-left: -3.5rem !important;
  }

  .mdlg\:-ml-16{
    margin-left: -4rem !important;
  }

  .mdlg\:-ml-20{
    margin-left: -5rem !important;
  }

  .mdlg\:-ml-24{
    margin-left: -6rem !important;
  }

  .mdlg\:-ml-28{
    margin-left: -7rem !important;
  }

  .mdlg\:-ml-32{
    margin-left: -8rem !important;
  }

  .mdlg\:-ml-36{
    margin-left: -9rem !important;
  }

  .mdlg\:-ml-40{
    margin-left: -10rem !important;
  }

  .mdlg\:-ml-44{
    margin-left: -11rem !important;
  }

  .mdlg\:-ml-48{
    margin-left: -12rem !important;
  }

  .mdlg\:-ml-52{
    margin-left: -13rem !important;
  }

  .mdlg\:-ml-56{
    margin-left: -14rem !important;
  }

  .mdlg\:-ml-60{
    margin-left: -15rem !important;
  }

  .mdlg\:-ml-64{
    margin-left: -16rem !important;
  }

  .mdlg\:-ml-72{
    margin-left: -18rem !important;
  }

  .mdlg\:-ml-80{
    margin-left: -20rem !important;
  }

  .mdlg\:-ml-96{
    margin-left: -24rem !important;
  }

  .mdlg\:-ml-px{
    margin-left: -1px !important;
  }

  .mdlg\:-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .mdlg\:-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .mdlg\:-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .mdlg\:-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .mdlg\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .mdlg\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .mdlg\:block{
    display: block !important;
  }

  .mdlg\:inline-block{
    display: inline-block !important;
  }

  .mdlg\:inline{
    display: inline !important;
  }

  .mdlg\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .mdlg\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .mdlg\:table{
    display: table !important;
  }

  .mdlg\:inline-table{
    display: inline-table !important;
  }

  .mdlg\:table-caption{
    display: table-caption !important;
  }

  .mdlg\:table-cell{
    display: table-cell !important;
  }

  .mdlg\:table-column{
    display: table-column !important;
  }

  .mdlg\:table-column-group{
    display: table-column-group !important;
  }

  .mdlg\:table-footer-group{
    display: table-footer-group !important;
  }

  .mdlg\:table-header-group{
    display: table-header-group !important;
  }

  .mdlg\:table-row-group{
    display: table-row-group !important;
  }

  .mdlg\:table-row{
    display: table-row !important;
  }

  .mdlg\:flow-root{
    display: flow-root !important;
  }

  .mdlg\:grid{
    display: grid !important;
  }

  .mdlg\:inline-grid{
    display: inline-grid !important;
  }

  .mdlg\:contents{
    display: contents !important;
  }

  .mdlg\:list-item{
    display: list-item !important;
  }

  .mdlg\:hidden{
    display: none !important;
  }

  .mdlg\:h-0{
    height: 0px !important;
  }

  .mdlg\:h-1{
    height: 0.25rem !important;
  }

  .mdlg\:h-2{
    height: 0.5rem !important;
  }

  .mdlg\:h-3{
    height: 0.75rem !important;
  }

  .mdlg\:h-4{
    height: 1rem !important;
  }

  .mdlg\:h-5{
    height: 1.25rem !important;
  }

  .mdlg\:h-6{
    height: 1.5rem !important;
  }

  .mdlg\:h-7{
    height: 1.75rem !important;
  }

  .mdlg\:h-8{
    height: 2rem !important;
  }

  .mdlg\:h-9{
    height: 2.25rem !important;
  }

  .mdlg\:h-10{
    height: 2.5rem !important;
  }

  .mdlg\:h-11{
    height: 2.75rem !important;
  }

  .mdlg\:h-12{
    height: 3rem !important;
  }

  .mdlg\:h-14{
    height: 3.5rem !important;
  }

  .mdlg\:h-16{
    height: 4rem !important;
  }

  .mdlg\:h-20{
    height: 5rem !important;
  }

  .mdlg\:h-24{
    height: 6rem !important;
  }

  .mdlg\:h-28{
    height: 7rem !important;
  }

  .mdlg\:h-32{
    height: 8rem !important;
  }

  .mdlg\:h-36{
    height: 9rem !important;
  }

  .mdlg\:h-40{
    height: 10rem !important;
  }

  .mdlg\:h-44{
    height: 11rem !important;
  }

  .mdlg\:h-48{
    height: 12rem !important;
  }

  .mdlg\:h-52{
    height: 13rem !important;
  }

  .mdlg\:h-56{
    height: 14rem !important;
  }

  .mdlg\:h-60{
    height: 15rem !important;
  }

  .mdlg\:h-64{
    height: 16rem !important;
  }

  .mdlg\:h-72{
    height: 18rem !important;
  }

  .mdlg\:h-80{
    height: 20rem !important;
  }

  .mdlg\:h-96{
    height: 24rem !important;
  }

  .mdlg\:h-auto{
    height: auto !important;
  }

  .mdlg\:h-px{
    height: 1px !important;
  }

  .mdlg\:h-0\.5{
    height: 0.125rem !important;
  }

  .mdlg\:h-1\.5{
    height: 0.375rem !important;
  }

  .mdlg\:h-2\.5{
    height: 0.625rem !important;
  }

  .mdlg\:h-3\.5{
    height: 0.875rem !important;
  }

  .mdlg\:h-1\/2{
    height: 50% !important;
  }

  .mdlg\:h-1\/3{
    height: 33.333333% !important;
  }

  .mdlg\:h-2\/3{
    height: 66.666667% !important;
  }

  .mdlg\:h-1\/4{
    height: 25% !important;
  }

  .mdlg\:h-2\/4{
    height: 50% !important;
  }

  .mdlg\:h-3\/4{
    height: 75% !important;
  }

  .mdlg\:h-1\/5{
    height: 20% !important;
  }

  .mdlg\:h-2\/5{
    height: 40% !important;
  }

  .mdlg\:h-3\/5{
    height: 60% !important;
  }

  .mdlg\:h-4\/5{
    height: 80% !important;
  }

  .mdlg\:h-1\/6{
    height: 16.666667% !important;
  }

  .mdlg\:h-2\/6{
    height: 33.333333% !important;
  }

  .mdlg\:h-3\/6{
    height: 50% !important;
  }

  .mdlg\:h-4\/6{
    height: 66.666667% !important;
  }

  .mdlg\:h-5\/6{
    height: 83.333333% !important;
  }

  .mdlg\:h-full{
    height: 100% !important;
  }

  .mdlg\:h-screen{
    height: 100vh !important;
  }

  .mdlg\:max-h-0{
    max-height: 0px !important;
  }

  .mdlg\:max-h-1{
    max-height: 0.25rem !important;
  }

  .mdlg\:max-h-2{
    max-height: 0.5rem !important;
  }

  .mdlg\:max-h-3{
    max-height: 0.75rem !important;
  }

  .mdlg\:max-h-4{
    max-height: 1rem !important;
  }

  .mdlg\:max-h-5{
    max-height: 1.25rem !important;
  }

  .mdlg\:max-h-6{
    max-height: 1.5rem !important;
  }

  .mdlg\:max-h-7{
    max-height: 1.75rem !important;
  }

  .mdlg\:max-h-8{
    max-height: 2rem !important;
  }

  .mdlg\:max-h-9{
    max-height: 2.25rem !important;
  }

  .mdlg\:max-h-10{
    max-height: 2.5rem !important;
  }

  .mdlg\:max-h-11{
    max-height: 2.75rem !important;
  }

  .mdlg\:max-h-12{
    max-height: 3rem !important;
  }

  .mdlg\:max-h-14{
    max-height: 3.5rem !important;
  }

  .mdlg\:max-h-16{
    max-height: 4rem !important;
  }

  .mdlg\:max-h-20{
    max-height: 5rem !important;
  }

  .mdlg\:max-h-24{
    max-height: 6rem !important;
  }

  .mdlg\:max-h-28{
    max-height: 7rem !important;
  }

  .mdlg\:max-h-32{
    max-height: 8rem !important;
  }

  .mdlg\:max-h-36{
    max-height: 9rem !important;
  }

  .mdlg\:max-h-40{
    max-height: 10rem !important;
  }

  .mdlg\:max-h-44{
    max-height: 11rem !important;
  }

  .mdlg\:max-h-48{
    max-height: 12rem !important;
  }

  .mdlg\:max-h-52{
    max-height: 13rem !important;
  }

  .mdlg\:max-h-56{
    max-height: 14rem !important;
  }

  .mdlg\:max-h-60{
    max-height: 15rem !important;
  }

  .mdlg\:max-h-64{
    max-height: 16rem !important;
  }

  .mdlg\:max-h-72{
    max-height: 18rem !important;
  }

  .mdlg\:max-h-80{
    max-height: 20rem !important;
  }

  .mdlg\:max-h-96{
    max-height: 24rem !important;
  }

  .mdlg\:max-h-px{
    max-height: 1px !important;
  }

  .mdlg\:max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .mdlg\:max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .mdlg\:max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .mdlg\:max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .mdlg\:max-h-full{
    max-height: 100% !important;
  }

  .mdlg\:max-h-screen{
    max-height: 100vh !important;
  }

  .mdlg\:min-h-0{
    min-height: 0px !important;
  }

  .mdlg\:min-h-full{
    min-height: 100% !important;
  }

  .mdlg\:min-h-screen{
    min-height: 100vh !important;
  }

  .mdlg\:w-0{
    width: 0px !important;
  }

  .mdlg\:w-1{
    width: 0.25rem !important;
  }

  .mdlg\:w-2{
    width: 0.5rem !important;
  }

  .mdlg\:w-3{
    width: 0.75rem !important;
  }

  .mdlg\:w-4{
    width: 1rem !important;
  }

  .mdlg\:w-5{
    width: 1.25rem !important;
  }

  .mdlg\:w-6{
    width: 1.5rem !important;
  }

  .mdlg\:w-7{
    width: 1.75rem !important;
  }

  .mdlg\:w-8{
    width: 2rem !important;
  }

  .mdlg\:w-9{
    width: 2.25rem !important;
  }

  .mdlg\:w-10{
    width: 2.5rem !important;
  }

  .mdlg\:w-11{
    width: 2.75rem !important;
  }

  .mdlg\:w-12{
    width: 3rem !important;
  }

  .mdlg\:w-14{
    width: 3.5rem !important;
  }

  .mdlg\:w-16{
    width: 4rem !important;
  }

  .mdlg\:w-20{
    width: 5rem !important;
  }

  .mdlg\:w-24{
    width: 6rem !important;
  }

  .mdlg\:w-28{
    width: 7rem !important;
  }

  .mdlg\:w-32{
    width: 8rem !important;
  }

  .mdlg\:w-36{
    width: 9rem !important;
  }

  .mdlg\:w-40{
    width: 10rem !important;
  }

  .mdlg\:w-44{
    width: 11rem !important;
  }

  .mdlg\:w-48{
    width: 12rem !important;
  }

  .mdlg\:w-52{
    width: 13rem !important;
  }

  .mdlg\:w-56{
    width: 14rem !important;
  }

  .mdlg\:w-60{
    width: 15rem !important;
  }

  .mdlg\:w-64{
    width: 16rem !important;
  }

  .mdlg\:w-72{
    width: 18rem !important;
  }

  .mdlg\:w-80{
    width: 20rem !important;
  }

  .mdlg\:w-96{
    width: 24rem !important;
  }

  .mdlg\:w-auto{
    width: auto !important;
  }

  .mdlg\:w-px{
    width: 1px !important;
  }

  .mdlg\:w-0\.5{
    width: 0.125rem !important;
  }

  .mdlg\:w-1\.5{
    width: 0.375rem !important;
  }

  .mdlg\:w-2\.5{
    width: 0.625rem !important;
  }

  .mdlg\:w-3\.5{
    width: 0.875rem !important;
  }

  .mdlg\:w-1\/2{
    width: 50% !important;
  }

  .mdlg\:w-1\/3{
    width: 33.333333% !important;
  }

  .mdlg\:w-2\/3{
    width: 66.666667% !important;
  }

  .mdlg\:w-1\/4{
    width: 25% !important;
  }

  .mdlg\:w-2\/4{
    width: 50% !important;
  }

  .mdlg\:w-3\/4{
    width: 75% !important;
  }

  .mdlg\:w-1\/5{
    width: 20% !important;
  }

  .mdlg\:w-2\/5{
    width: 40% !important;
  }

  .mdlg\:w-3\/5{
    width: 60% !important;
  }

  .mdlg\:w-4\/5{
    width: 80% !important;
  }

  .mdlg\:w-1\/6{
    width: 16.666667% !important;
  }

  .mdlg\:w-2\/6{
    width: 33.333333% !important;
  }

  .mdlg\:w-3\/6{
    width: 50% !important;
  }

  .mdlg\:w-4\/6{
    width: 66.666667% !important;
  }

  .mdlg\:w-5\/6{
    width: 83.333333% !important;
  }

  .mdlg\:w-1\/12{
    width: 8.333333% !important;
  }

  .mdlg\:w-2\/12{
    width: 16.666667% !important;
  }

  .mdlg\:w-3\/12{
    width: 25% !important;
  }

  .mdlg\:w-4\/12{
    width: 33.333333% !important;
  }

  .mdlg\:w-5\/12{
    width: 41.666667% !important;
  }

  .mdlg\:w-6\/12{
    width: 50% !important;
  }

  .mdlg\:w-7\/12{
    width: 58.333333% !important;
  }

  .mdlg\:w-8\/12{
    width: 66.666667% !important;
  }

  .mdlg\:w-9\/12{
    width: 75% !important;
  }

  .mdlg\:w-10\/12{
    width: 83.333333% !important;
  }

  .mdlg\:w-11\/12{
    width: 91.666667% !important;
  }

  .mdlg\:w-full{
    width: 100% !important;
  }

  .mdlg\:w-screen{
    width: 100vw !important;
  }

  .mdlg\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .mdlg\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .mdlg\:min-w-0{
    min-width: 0px !important;
  }

  .mdlg\:min-w-full{
    min-width: 100% !important;
  }

  .mdlg\:min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .mdlg\:min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .mdlg\:max-w-0{
    max-width: 0rem !important;
  }

  .mdlg\:max-w-none{
    max-width: none !important;
  }

  .mdlg\:max-w-xs{
    max-width: 20rem !important;
  }

  .mdlg\:max-w-sm{
    max-width: 24rem !important;
  }

  .mdlg\:max-w-md{
    max-width: 28rem !important;
  }

  .mdlg\:max-w-lg{
    max-width: 32rem !important;
  }

  .mdlg\:max-w-xl{
    max-width: 36rem !important;
  }

  .mdlg\:max-w-2xl{
    max-width: 42rem !important;
  }

  .mdlg\:max-w-3xl{
    max-width: 48rem !important;
  }

  .mdlg\:max-w-4xl{
    max-width: 56rem !important;
  }

  .mdlg\:max-w-5xl{
    max-width: 64rem !important;
  }

  .mdlg\:max-w-6xl{
    max-width: 72rem !important;
  }

  .mdlg\:max-w-7xl{
    max-width: 80rem !important;
  }

  .mdlg\:max-w-full{
    max-width: 100% !important;
  }

  .mdlg\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .mdlg\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .mdlg\:max-w-prose{
    max-width: 65ch !important;
  }

  .mdlg\:max-w-screen-xs{
    max-width: 400px !important;
  }

  .mdlg\:max-w-screen-sm{
    max-width: 576px !important;
  }

  .mdlg\:max-w-screen-md{
    max-width: 768px !important;
  }

  .mdlg\:max-w-screen-mdlg{
    max-width: 992px !important;
  }

  .mdlg\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .mdlg\:max-w-screen-lgxl{
    max-width: 1200px !important;
  }

  .mdlg\:max-w-screen-xl{
    max-width: 1351px !important;
  }

  .mdlg\:max-w-screen-2xl{
    max-width: 1530px !important;
  }

  .mdlg\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .mdlg\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .mdlg\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .mdlg\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .mdlg\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .mdlg\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .mdlg\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .mdlg\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .mdlg\:table-auto{
    table-layout: auto !important;
  }

  .mdlg\:table-fixed{
    table-layout: fixed !important;
  }

  .mdlg\:border-collapse{
    border-collapse: collapse !important;
  }

  .mdlg\:border-separate{
    border-collapse: separate !important;
  }

  .mdlg\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .mdlg\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .mdlg\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .mdlg\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .mdlg\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .mdlg\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .mdlg\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .mdlg\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .mdlg\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .mdlg\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .mdlg\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .mdlg\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .mdlg\:translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .mdlg\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .mdlg\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .mdlg\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .mdlg\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .mdlg\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .mdlg\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .mdlg\:translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .mdlg\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .mdlg\:translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .mdlg\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .mdlg\:translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .mdlg\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .mdlg\:translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .mdlg\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .mdlg\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .mdlg\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .mdlg\:translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .mdlg\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .mdlg\:translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .mdlg\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .mdlg\:translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .mdlg\:translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .mdlg\:translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .mdlg\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .mdlg\:translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .mdlg\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .mdlg\:translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .mdlg\:translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .mdlg\:translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .mdlg\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .mdlg\:translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .mdlg\:translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .mdlg\:translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .mdlg\:translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .mdlg\:-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .mdlg\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .mdlg\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .mdlg\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .mdlg\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .mdlg\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .mdlg\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .mdlg\:-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .mdlg\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .mdlg\:-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .mdlg\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .mdlg\:-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .mdlg\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .mdlg\:-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .mdlg\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .mdlg\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .mdlg\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .mdlg\:-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .mdlg\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .mdlg\:-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .mdlg\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .mdlg\:-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .mdlg\:-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .mdlg\:-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .mdlg\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .mdlg\:-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .mdlg\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .mdlg\:-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .mdlg\:-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .mdlg\:-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .mdlg\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .mdlg\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .mdlg\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .mdlg\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .mdlg\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .mdlg\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .mdlg\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .mdlg\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .mdlg\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .mdlg\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .mdlg\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .mdlg\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .mdlg\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .mdlg\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .mdlg\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .mdlg\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .mdlg\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .mdlg\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .mdlg\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .mdlg\:translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .mdlg\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .mdlg\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .mdlg\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .mdlg\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .mdlg\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .mdlg\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .mdlg\:translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .mdlg\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .mdlg\:translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .mdlg\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .mdlg\:translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .mdlg\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .mdlg\:translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .mdlg\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .mdlg\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .mdlg\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .mdlg\:translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .mdlg\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .mdlg\:translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .mdlg\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .mdlg\:translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .mdlg\:translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .mdlg\:translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .mdlg\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .mdlg\:translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .mdlg\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .mdlg\:translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .mdlg\:translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .mdlg\:translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .mdlg\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .mdlg\:translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .mdlg\:translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .mdlg\:translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .mdlg\:translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .mdlg\:-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .mdlg\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .mdlg\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .mdlg\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .mdlg\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .mdlg\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .mdlg\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .mdlg\:-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .mdlg\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .mdlg\:-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .mdlg\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .mdlg\:-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .mdlg\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .mdlg\:-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .mdlg\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .mdlg\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .mdlg\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .mdlg\:-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .mdlg\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .mdlg\:-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .mdlg\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .mdlg\:-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .mdlg\:-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .mdlg\:-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .mdlg\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .mdlg\:-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .mdlg\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .mdlg\:-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .mdlg\:-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .mdlg\:-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .mdlg\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .mdlg\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .mdlg\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .mdlg\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .mdlg\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .mdlg\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .mdlg\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .mdlg\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .mdlg\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .mdlg\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .mdlg\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .mdlg\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .mdlg\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .mdlg\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .mdlg\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .mdlg\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .mdlg\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .mdlg\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .mdlg\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .mdlg\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .mdlg\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .mdlg\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .mdlg\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .mdlg\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .mdlg\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .mdlg\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .mdlg\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .mdlg\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .mdlg\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .mdlg\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .mdlg\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .mdlg\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .mdlg\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .mdlg\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .mdlg\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .mdlg\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .mdlg\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .mdlg\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .mdlg\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .mdlg\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .mdlg\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .mdlg\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .mdlg\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .mdlg\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .mdlg\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .mdlg\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .mdlg\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .mdlg\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .mdlg\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .mdlg\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .mdlg\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .mdlg\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .mdlg\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .mdlg\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .mdlg\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .mdlg\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .mdlg\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .mdlg\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .mdlg\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .mdlg\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .mdlg\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .mdlg\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .mdlg\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .mdlg\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .mdlg\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .mdlg\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .mdlg\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .mdlg\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .mdlg\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .mdlg\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .mdlg\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .mdlg\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .mdlg\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .mdlg\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .mdlg\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .mdlg\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .mdlg\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .mdlg\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .mdlg\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .mdlg\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .mdlg\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .mdlg\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .mdlg\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .mdlg\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .mdlg\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .mdlg\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .mdlg\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .mdlg\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .mdlg\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .mdlg\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .mdlg\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .mdlg\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .mdlg\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .mdlg\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .mdlg\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .mdlg\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .mdlg\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .mdlg\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .mdlg\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .mdlg\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .mdlg\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .mdlg\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .mdlg\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .mdlg\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .mdlg\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .mdlg\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .mdlg\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .mdlg\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .mdlg\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .mdlg\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .mdlg\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .mdlg\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .mdlg\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .mdlg\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .mdlg\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .mdlg\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .mdlg\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .mdlg\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .mdlg\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .mdlg\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .mdlg\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .mdlg\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .mdlg\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .mdlg\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .mdlg\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .mdlg\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .mdlg\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .mdlg\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .mdlg\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .mdlg\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .mdlg\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .mdlg\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .mdlg\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .mdlg\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .mdlg\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .mdlg\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .mdlg\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .mdlg\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .mdlg\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .mdlg\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .mdlg\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .mdlg\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .mdlg\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .mdlg\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .mdlg\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .mdlg\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .mdlg\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .mdlg\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .mdlg\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .mdlg\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .mdlg\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .mdlg\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .mdlg\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .mdlg\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .mdlg\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .mdlg\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .mdlg\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .mdlg\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .mdlg\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .mdlg\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .mdlg\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .mdlg\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .mdlg\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .mdlg\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .mdlg\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .mdlg\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .mdlg\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .mdlg\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .mdlg\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .mdlg\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .mdlg\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .mdlg\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .mdlg\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .mdlg\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .mdlg\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .mdlg\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .mdlg\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .mdlg\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .mdlg\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .mdlg\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .mdlg\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .mdlg\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .mdlg\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .mdlg\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .mdlg\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .mdlg\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .mdlg\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .mdlg\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .mdlg\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .mdlg\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .mdlg\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .mdlg\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .mdlg\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .mdlg\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .mdlg\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .mdlg\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .mdlg\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .mdlg\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .mdlg\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .mdlg\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .mdlg\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .mdlg\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .mdlg\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .mdlg\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .mdlg\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .mdlg\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .mdlg\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .mdlg\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .mdlg\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .mdlg\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .mdlg\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .mdlg\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .mdlg\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .mdlg\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .mdlg\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .mdlg\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .mdlg\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .mdlg\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .mdlg\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .mdlg\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .mdlg\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .mdlg\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .mdlg\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .mdlg\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .mdlg\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .mdlg\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .mdlg\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .mdlg\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .mdlg\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .mdlg\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .mdlg\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .mdlg\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .mdlg\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .mdlg\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .mdlg\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .mdlg\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .mdlg\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .mdlg\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .mdlg\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .mdlg\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .mdlg\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .mdlg\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .mdlg\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .mdlg\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .mdlg\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .mdlg\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .mdlg\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .mdlg\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .mdlg\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .mdlg\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .mdlg\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .mdlg\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .mdlg\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .mdlg\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .mdlg\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .mdlg\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .mdlg\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .mdlg\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .mdlg\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .mdlg\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .mdlg\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .mdlg\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .mdlg\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .mdlg\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .mdlg\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .mdlg\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .mdlg\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .mdlg\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .mdlg\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .mdlg\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .mdlg\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .mdlg\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .mdlg\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .mdlg\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .mdlg\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .mdlg\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .mdlg\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .mdlg\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .mdlg\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .mdlg\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .mdlg\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .mdlg\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .mdlg\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .mdlg\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .mdlg\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .mdlg\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .mdlg\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .mdlg\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .mdlg\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .mdlg\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .mdlg\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .mdlg\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .mdlg\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .mdlg\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .mdlg\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .mdlg\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .mdlg\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .mdlg\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .mdlg\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .mdlg\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .mdlg\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .mdlg\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .mdlg\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .mdlg\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .mdlg\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .mdlg\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .mdlg\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .mdlg\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .mdlg\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .mdlg\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .mdlg\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .mdlg\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .mdlg\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .mdlg\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .mdlg\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .mdlg\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .mdlg\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .mdlg\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .mdlg\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .mdlg\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .mdlg\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .mdlg\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .mdlg\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .mdlg\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .mdlg\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .mdlg\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .mdlg\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .mdlg\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .mdlg\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .mdlg\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .mdlg\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .mdlg\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .mdlg\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .mdlg\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .mdlg\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .mdlg\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .mdlg\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .mdlg\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .mdlg\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .mdlg\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .mdlg\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .mdlg\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .mdlg\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .mdlg\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .mdlg\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .mdlg\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .mdlg\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .mdlg\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .mdlg\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .mdlg\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .mdlg\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .mdlg\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .mdlg\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .mdlg\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .mdlg\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .mdlg\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .mdlg\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .mdlg\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .mdlg\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .mdlg\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .mdlg\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .mdlg\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .mdlg\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .mdlg\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .mdlg\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .mdlg\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .mdlg\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .mdlg\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .mdlg\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .mdlg\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .mdlg\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .mdlg\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .mdlg\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .mdlg\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .mdlg\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .mdlg\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .mdlg\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .mdlg\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .mdlg\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .mdlg\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .mdlg\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .mdlg\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .mdlg\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .mdlg\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .mdlg\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .mdlg\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .mdlg\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .mdlg\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .mdlg\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .mdlg\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .mdlg\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .mdlg\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .mdlg\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .mdlg\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .mdlg\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .mdlg\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .mdlg\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .mdlg\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .mdlg\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .mdlg\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .mdlg\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .mdlg\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .mdlg\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .mdlg\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .mdlg\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .mdlg\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .mdlg\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .mdlg\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .mdlg\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .mdlg\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .mdlg\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .mdlg\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .mdlg\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .mdlg\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .mdlg\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .mdlg\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .mdlg\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .mdlg\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .mdlg\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .mdlg\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .mdlg\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .mdlg\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .mdlg\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .mdlg\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .mdlg\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .mdlg\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .mdlg\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .mdlg\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .mdlg\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .mdlg\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .mdlg\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .mdlg\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .mdlg\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .mdlg\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .mdlg\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .mdlg\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .mdlg\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .mdlg\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .mdlg\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .mdlg\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .mdlg\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .mdlg\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .mdlg\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .mdlg\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .mdlg\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .mdlg\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .mdlg\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .mdlg\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .mdlg\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .mdlg\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .mdlg\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .mdlg\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .mdlg\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .mdlg\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .mdlg\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .mdlg\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .mdlg\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .mdlg\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .mdlg\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .mdlg\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .mdlg\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .mdlg\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .mdlg\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .mdlg\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .mdlg\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .mdlg\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .mdlg\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .mdlg\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .mdlg\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .mdlg\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .mdlg\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .mdlg\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .mdlg\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .mdlg\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .mdlg\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .mdlg\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .mdlg\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .mdlg\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .mdlg\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .mdlg\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .mdlg\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .mdlg\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .mdlg\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .mdlg\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .mdlg\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .mdlg\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .mdlg\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .mdlg\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .mdlg\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .mdlg\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .mdlg\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .mdlg\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .mdlg\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .mdlg\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .mdlg\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .mdlg\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .mdlg\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .mdlg\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .mdlg\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .mdlg\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .mdlg\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .mdlg\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .mdlg\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .mdlg\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .mdlg\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .mdlg\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .mdlg\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .mdlg\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .mdlg\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .mdlg\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .mdlg\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .mdlg\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .mdlg\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .mdlg\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .mdlg\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .mdlg\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .mdlg\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .mdlg\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .mdlg\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .mdlg\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .mdlg\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .mdlg\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .mdlg\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .mdlg\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .mdlg\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .mdlg\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .mdlg\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .mdlg\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .mdlg\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .mdlg\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .mdlg\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .mdlg\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .mdlg\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .mdlg\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .mdlg\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .mdlg\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .mdlg\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .mdlg\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .mdlg\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .mdlg\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .mdlg\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .mdlg\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .mdlg\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .mdlg\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .mdlg\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .mdlg\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .mdlg\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .mdlg\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .mdlg\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .mdlg\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .mdlg\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .mdlg\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .mdlg\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .mdlg\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .mdlg\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .mdlg\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .mdlg\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .mdlg\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .mdlg\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .mdlg\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .mdlg\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .mdlg\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .mdlg\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .mdlg\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .mdlg\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .mdlg\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .mdlg\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .mdlg\:cursor-auto{
    cursor: auto !important;
  }

  .mdlg\:cursor-default{
    cursor: default !important;
  }

  .mdlg\:cursor-pointer{
    cursor: pointer !important;
  }

  .mdlg\:cursor-wait{
    cursor: wait !important;
  }

  .mdlg\:cursor-text{
    cursor: text !important;
  }

  .mdlg\:cursor-move{
    cursor: move !important;
  }

  .mdlg\:cursor-help{
    cursor: help !important;
  }

  .mdlg\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .mdlg\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .mdlg\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .mdlg\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .mdlg\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .mdlg\:resize-none{
    resize: none !important;
  }

  .mdlg\:resize-y{
    resize: vertical !important;
  }

  .mdlg\:resize-x{
    resize: horizontal !important;
  }

  .mdlg\:resize{
    resize: both !important;
  }

  .mdlg\:list-inside{
    list-style-position: inside !important;
  }

  .mdlg\:list-outside{
    list-style-position: outside !important;
  }

  .mdlg\:list-none{
    list-style-type: none !important;
  }

  .mdlg\:list-disc{
    list-style-type: disc !important;
  }

  .mdlg\:list-decimal{
    list-style-type: decimal !important;
  }

  .mdlg\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .mdlg\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .mdlg\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .mdlg\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .mdlg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .mdlg\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .mdlg\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .mdlg\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .mdlg\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .mdlg\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .mdlg\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .mdlg\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .mdlg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .mdlg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .mdlg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .mdlg\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .mdlg\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .mdlg\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .mdlg\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .mdlg\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .mdlg\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .mdlg\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .mdlg\:flex-nowrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .mdlg\:place-content-center{
    place-content: center !important;
  }

  .mdlg\:place-content-start{
    place-content: start !important;
  }

  .mdlg\:place-content-end{
    place-content: end !important;
  }

  .mdlg\:place-content-between{
    place-content: space-between !important;
  }

  .mdlg\:place-content-around{
    place-content: space-around !important;
  }

  .mdlg\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .mdlg\:place-content-stretch{
    place-content: stretch !important;
  }

  .mdlg\:place-items-start{
    place-items: start !important;
  }

  .mdlg\:place-items-end{
    place-items: end !important;
  }

  .mdlg\:place-items-center{
    place-items: center !important;
  }

  .mdlg\:place-items-stretch{
    place-items: stretch !important;
  }

  .mdlg\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .mdlg\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .mdlg\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .mdlg\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .mdlg\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .mdlg\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .mdlg\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .mdlg\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .mdlg\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .mdlg\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .mdlg\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .mdlg\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .mdlg\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .mdlg\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .mdlg\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .mdlg\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .mdlg\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .mdlg\:justify-items-start{
    justify-items: start !important;
  }

  .mdlg\:justify-items-end{
    justify-items: end !important;
  }

  .mdlg\:justify-items-center{
    justify-items: center !important;
  }

  .mdlg\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .mdlg\:gap-0{
    gap: 0px !important;
  }

  .mdlg\:gap-1{
    gap: 0.25rem !important;
  }

  .mdlg\:gap-2{
    gap: 0.5rem !important;
  }

  .mdlg\:gap-3{
    gap: 0.75rem !important;
  }

  .mdlg\:gap-4{
    gap: 1rem !important;
  }

  .mdlg\:gap-5{
    gap: 1.25rem !important;
  }

  .mdlg\:gap-6{
    gap: 1.5rem !important;
  }

  .mdlg\:gap-7{
    gap: 1.75rem !important;
  }

  .mdlg\:gap-8{
    gap: 2rem !important;
  }

  .mdlg\:gap-9{
    gap: 2.25rem !important;
  }

  .mdlg\:gap-10{
    gap: 2.5rem !important;
  }

  .mdlg\:gap-11{
    gap: 2.75rem !important;
  }

  .mdlg\:gap-12{
    gap: 3rem !important;
  }

  .mdlg\:gap-14{
    gap: 3.5rem !important;
  }

  .mdlg\:gap-16{
    gap: 4rem !important;
  }

  .mdlg\:gap-20{
    gap: 5rem !important;
  }

  .mdlg\:gap-24{
    gap: 6rem !important;
  }

  .mdlg\:gap-28{
    gap: 7rem !important;
  }

  .mdlg\:gap-32{
    gap: 8rem !important;
  }

  .mdlg\:gap-36{
    gap: 9rem !important;
  }

  .mdlg\:gap-40{
    gap: 10rem !important;
  }

  .mdlg\:gap-44{
    gap: 11rem !important;
  }

  .mdlg\:gap-48{
    gap: 12rem !important;
  }

  .mdlg\:gap-52{
    gap: 13rem !important;
  }

  .mdlg\:gap-56{
    gap: 14rem !important;
  }

  .mdlg\:gap-60{
    gap: 15rem !important;
  }

  .mdlg\:gap-64{
    gap: 16rem !important;
  }

  .mdlg\:gap-72{
    gap: 18rem !important;
  }

  .mdlg\:gap-80{
    gap: 20rem !important;
  }

  .mdlg\:gap-96{
    gap: 24rem !important;
  }

  .mdlg\:gap-px{
    gap: 1px !important;
  }

  .mdlg\:gap-0\.5{
    gap: 0.125rem !important;
  }

  .mdlg\:gap-1\.5{
    gap: 0.375rem !important;
  }

  .mdlg\:gap-2\.5{
    gap: 0.625rem !important;
  }

  .mdlg\:gap-3\.5{
    gap: 0.875rem !important;
  }

  .mdlg\:gap-x-0{
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }

  .mdlg\:gap-x-1{
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .mdlg\:gap-x-2{
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .mdlg\:gap-x-3{
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .mdlg\:gap-x-4{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .mdlg\:gap-x-5{
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .mdlg\:gap-x-6{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .mdlg\:gap-x-7{
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .mdlg\:gap-x-8{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .mdlg\:gap-x-9{
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

  .mdlg\:gap-x-10{
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .mdlg\:gap-x-11{
    -webkit-column-gap: 2.75rem !important;
       -moz-column-gap: 2.75rem !important;
            column-gap: 2.75rem !important;
  }

  .mdlg\:gap-x-12{
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .mdlg\:gap-x-14{
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .mdlg\:gap-x-16{
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .mdlg\:gap-x-20{
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .mdlg\:gap-x-24{
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .mdlg\:gap-x-28{
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .mdlg\:gap-x-32{
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .mdlg\:gap-x-36{
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }

  .mdlg\:gap-x-40{
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .mdlg\:gap-x-44{
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .mdlg\:gap-x-48{
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .mdlg\:gap-x-52{
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .mdlg\:gap-x-56{
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .mdlg\:gap-x-60{
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .mdlg\:gap-x-64{
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .mdlg\:gap-x-72{
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .mdlg\:gap-x-80{
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !important;
  }

  .mdlg\:gap-x-96{
    -webkit-column-gap: 24rem !important;
       -moz-column-gap: 24rem !important;
            column-gap: 24rem !important;
  }

  .mdlg\:gap-x-px{
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .mdlg\:gap-x-0\.5{
    -webkit-column-gap: 0.125rem !important;
       -moz-column-gap: 0.125rem !important;
            column-gap: 0.125rem !important;
  }

  .mdlg\:gap-x-1\.5{
    -webkit-column-gap: 0.375rem !important;
       -moz-column-gap: 0.375rem !important;
            column-gap: 0.375rem !important;
  }

  .mdlg\:gap-x-2\.5{
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .mdlg\:gap-x-3\.5{
    -webkit-column-gap: 0.875rem !important;
       -moz-column-gap: 0.875rem !important;
            column-gap: 0.875rem !important;
  }

  .mdlg\:gap-y-0{
    row-gap: 0px !important;
  }

  .mdlg\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .mdlg\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .mdlg\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .mdlg\:gap-y-4{
    row-gap: 1rem !important;
  }

  .mdlg\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .mdlg\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .mdlg\:gap-y-7{
    row-gap: 1.75rem !important;
  }

  .mdlg\:gap-y-8{
    row-gap: 2rem !important;
  }

  .mdlg\:gap-y-9{
    row-gap: 2.25rem !important;
  }

  .mdlg\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .mdlg\:gap-y-11{
    row-gap: 2.75rem !important;
  }

  .mdlg\:gap-y-12{
    row-gap: 3rem !important;
  }

  .mdlg\:gap-y-14{
    row-gap: 3.5rem !important;
  }

  .mdlg\:gap-y-16{
    row-gap: 4rem !important;
  }

  .mdlg\:gap-y-20{
    row-gap: 5rem !important;
  }

  .mdlg\:gap-y-24{
    row-gap: 6rem !important;
  }

  .mdlg\:gap-y-28{
    row-gap: 7rem !important;
  }

  .mdlg\:gap-y-32{
    row-gap: 8rem !important;
  }

  .mdlg\:gap-y-36{
    row-gap: 9rem !important;
  }

  .mdlg\:gap-y-40{
    row-gap: 10rem !important;
  }

  .mdlg\:gap-y-44{
    row-gap: 11rem !important;
  }

  .mdlg\:gap-y-48{
    row-gap: 12rem !important;
  }

  .mdlg\:gap-y-52{
    row-gap: 13rem !important;
  }

  .mdlg\:gap-y-56{
    row-gap: 14rem !important;
  }

  .mdlg\:gap-y-60{
    row-gap: 15rem !important;
  }

  .mdlg\:gap-y-64{
    row-gap: 16rem !important;
  }

  .mdlg\:gap-y-72{
    row-gap: 18rem !important;
  }

  .mdlg\:gap-y-80{
    row-gap: 20rem !important;
  }

  .mdlg\:gap-y-96{
    row-gap: 24rem !important;
  }

  .mdlg\:gap-y-px{
    row-gap: 1px !important;
  }

  .mdlg\:gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .mdlg\:gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .mdlg\:gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .mdlg\:gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .mdlg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mdlg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .mdlg\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .mdlg\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .mdlg\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mdlg\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mdlg\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mdlg\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mdlg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mdlg\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .mdlg\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .mdlg\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .mdlg\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .mdlg\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .mdlg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .mdlg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .mdlg\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .mdlg\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .mdlg\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .mdlg\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .mdlg\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .mdlg\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-transparent) !important;
  }

  .mdlg\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-black) !important;
  }

  .mdlg\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-white) !important;
  }

  .mdlg\:divide-error > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-error) !important;
  }

  .mdlg\:divide-warning > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-warning) !important;
  }

  .mdlg\:divide-success > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-success) !important;
  }

  .mdlg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .mdlg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .mdlg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .mdlg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .mdlg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .mdlg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .mdlg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .mdlg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .mdlg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .mdlg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .mdlg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .mdlg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .mdlg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .mdlg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .mdlg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .mdlg\:place-self-auto{
    place-self: auto !important;
  }

  .mdlg\:place-self-start{
    place-self: start !important;
  }

  .mdlg\:place-self-end{
    place-self: end !important;
  }

  .mdlg\:place-self-center{
    place-self: center !important;
  }

  .mdlg\:place-self-stretch{
    place-self: stretch !important;
  }

  .mdlg\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .mdlg\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .mdlg\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .mdlg\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .mdlg\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .mdlg\:self-baseline{
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .mdlg\:justify-self-auto{
    justify-self: auto !important;
  }

  .mdlg\:justify-self-start{
    justify-self: start !important;
  }

  .mdlg\:justify-self-end{
    justify-self: end !important;
  }

  .mdlg\:justify-self-center{
    justify-self: center !important;
  }

  .mdlg\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .mdlg\:overflow-auto{
    overflow: auto !important;
  }

  .mdlg\:overflow-hidden{
    overflow: hidden !important;
  }

  .mdlg\:overflow-visible{
    overflow: visible !important;
  }

  .mdlg\:overflow-scroll{
    overflow: scroll !important;
  }

  .mdlg\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .mdlg\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .mdlg\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .mdlg\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .mdlg\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .mdlg\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .mdlg\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .mdlg\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .mdlg\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .mdlg\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .mdlg\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .mdlg\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .mdlg\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .mdlg\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .mdlg\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .mdlg\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .mdlg\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .mdlg\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .mdlg\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .mdlg\:overflow-clip{
    text-overflow: clip !important;
  }

  .mdlg\:whitespace-normal{
    white-space: normal !important;
  }

  .mdlg\:whitespace-nowrap{
    white-space: nowrap !important;
  }

  .mdlg\:whitespace-pre{
    white-space: pre !important;
  }

  .mdlg\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .mdlg\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .mdlg\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .mdlg\:break-words{
    overflow-wrap: break-word !important;
  }

  .mdlg\:break-all{
    word-break: break-all !important;
  }

  .mdlg\:rounded-none{
    border-radius: 0px !important;
  }

  .mdlg\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .mdlg\:rounded{
    border-radius: 0.25rem !important;
  }

  .mdlg\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .mdlg\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .mdlg\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .mdlg\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .mdlg\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .mdlg\:rounded-full{
    border-radius: 9999px !important;
  }

  .mdlg\:rounded-t-none{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .mdlg\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .mdlg\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .mdlg\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .mdlg\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .mdlg\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .mdlg\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .mdlg\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .mdlg\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .mdlg\:rounded-r-none{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .mdlg\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .mdlg\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .mdlg\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .mdlg\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .mdlg\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .mdlg\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .mdlg\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .mdlg\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .mdlg\:rounded-b-none{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .mdlg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .mdlg\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .mdlg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .mdlg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .mdlg\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .mdlg\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .mdlg\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .mdlg\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .mdlg\:rounded-l-none{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .mdlg\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .mdlg\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .mdlg\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .mdlg\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .mdlg\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .mdlg\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .mdlg\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .mdlg\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .mdlg\:rounded-tl-none{
    border-top-left-radius: 0px !important;
  }

  .mdlg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .mdlg\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .mdlg\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .mdlg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .mdlg\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .mdlg\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .mdlg\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .mdlg\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .mdlg\:rounded-tr-none{
    border-top-right-radius: 0px !important;
  }

  .mdlg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .mdlg\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .mdlg\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .mdlg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .mdlg\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .mdlg\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .mdlg\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .mdlg\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .mdlg\:rounded-br-none{
    border-bottom-right-radius: 0px !important;
  }

  .mdlg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .mdlg\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .mdlg\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .mdlg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .mdlg\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .mdlg\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .mdlg\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .mdlg\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .mdlg\:rounded-bl-none{
    border-bottom-left-radius: 0px !important;
  }

  .mdlg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .mdlg\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .mdlg\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .mdlg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .mdlg\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .mdlg\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .mdlg\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .mdlg\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .mdlg\:border-0{
    border-width: 0px !important;
  }

  .mdlg\:border-2{
    border-width: 2px !important;
  }

  .mdlg\:border-4{
    border-width: 4px !important;
  }

  .mdlg\:border-8{
    border-width: 8px !important;
  }

  .mdlg\:border{
    border-width: 1px !important;
  }

  .mdlg\:border-t-0{
    border-top-width: 0px !important;
  }

  .mdlg\:border-t-2{
    border-top-width: 2px !important;
  }

  .mdlg\:border-t-4{
    border-top-width: 4px !important;
  }

  .mdlg\:border-t-8{
    border-top-width: 8px !important;
  }

  .mdlg\:border-t{
    border-top-width: 1px !important;
  }

  .mdlg\:border-r-0{
    border-right-width: 0px !important;
  }

  .mdlg\:border-r-2{
    border-right-width: 2px !important;
  }

  .mdlg\:border-r-4{
    border-right-width: 4px !important;
  }

  .mdlg\:border-r-8{
    border-right-width: 8px !important;
  }

  .mdlg\:border-r{
    border-right-width: 1px !important;
  }

  .mdlg\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .mdlg\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .mdlg\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .mdlg\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .mdlg\:border-b{
    border-bottom-width: 1px !important;
  }

  .mdlg\:border-l-0{
    border-left-width: 0px !important;
  }

  .mdlg\:border-l-2{
    border-left-width: 2px !important;
  }

  .mdlg\:border-l-4{
    border-left-width: 4px !important;
  }

  .mdlg\:border-l-8{
    border-left-width: 8px !important;
  }

  .mdlg\:border-l{
    border-left-width: 1px !important;
  }

  .mdlg\:border-solid{
    border-style: solid !important;
  }

  .mdlg\:border-dashed{
    border-style: dashed !important;
  }

  .mdlg\:border-dotted{
    border-style: dotted !important;
  }

  .mdlg\:border-double{
    border-style: double !important;
  }

  .mdlg\:border-none{
    border-style: none !important;
  }

  .mdlg\:border-transparent{
    border-color: var(--color-transparent) !important;
  }

  .mdlg\:border-black{
    border-color: var(--color-black) !important;
  }

  .mdlg\:border-white{
    border-color: var(--color-white) !important;
  }

  .mdlg\:border-error{
    border-color: var(--color-error) !important;
  }

  .mdlg\:border-warning{
    border-color: var(--color-warning) !important;
  }

  .mdlg\:border-success{
    border-color: var(--color-success) !important;
  }

  .group:hover .mdlg\:group-hover\:border-transparent{
    border-color: var(--color-transparent) !important;
  }

  .group:hover .mdlg\:group-hover\:border-black{
    border-color: var(--color-black) !important;
  }

  .group:hover .mdlg\:group-hover\:border-white{
    border-color: var(--color-white) !important;
  }

  .group:hover .mdlg\:group-hover\:border-error{
    border-color: var(--color-error) !important;
  }

  .group:hover .mdlg\:group-hover\:border-warning{
    border-color: var(--color-warning) !important;
  }

  .group:hover .mdlg\:group-hover\:border-success{
    border-color: var(--color-success) !important;
  }

  .mdlg\:focus-within\:border-transparent:focus-within{
    border-color: var(--color-transparent) !important;
  }

  .mdlg\:focus-within\:border-black:focus-within{
    border-color: var(--color-black) !important;
  }

  .mdlg\:focus-within\:border-white:focus-within{
    border-color: var(--color-white) !important;
  }

  .mdlg\:focus-within\:border-error:focus-within{
    border-color: var(--color-error) !important;
  }

  .mdlg\:focus-within\:border-warning:focus-within{
    border-color: var(--color-warning) !important;
  }

  .mdlg\:focus-within\:border-success:focus-within{
    border-color: var(--color-success) !important;
  }

  .mdlg\:hover\:border-transparent:hover{
    border-color: var(--color-transparent) !important;
  }

  .mdlg\:hover\:border-black:hover{
    border-color: var(--color-black) !important;
  }

  .mdlg\:hover\:border-white:hover{
    border-color: var(--color-white) !important;
  }

  .mdlg\:hover\:border-error:hover{
    border-color: var(--color-error) !important;
  }

  .mdlg\:hover\:border-warning:hover{
    border-color: var(--color-warning) !important;
  }

  .mdlg\:hover\:border-success:hover{
    border-color: var(--color-success) !important;
  }

  .mdlg\:focus\:border-transparent:focus{
    border-color: var(--color-transparent) !important;
  }

  .mdlg\:focus\:border-black:focus{
    border-color: var(--color-black) !important;
  }

  .mdlg\:focus\:border-white:focus{
    border-color: var(--color-white) !important;
  }

  .mdlg\:focus\:border-error:focus{
    border-color: var(--color-error) !important;
  }

  .mdlg\:focus\:border-warning:focus{
    border-color: var(--color-warning) !important;
  }

  .mdlg\:focus\:border-success:focus{
    border-color: var(--color-success) !important;
  }

  .mdlg\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .mdlg\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .mdlg\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .mdlg\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .mdlg\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .mdlg\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .mdlg\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .mdlg\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .mdlg\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .mdlg\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .mdlg\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .mdlg\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .mdlg\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .mdlg\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .mdlg\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .mdlg\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .mdlg\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .mdlg\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .mdlg\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .mdlg\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .mdlg\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .mdlg\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .mdlg\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .mdlg\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .mdlg\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .mdlg\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .mdlg\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .mdlg\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .mdlg\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .mdlg\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .mdlg\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .mdlg\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .mdlg\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .mdlg\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .mdlg\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .mdlg\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .mdlg\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .mdlg\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .mdlg\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .mdlg\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .mdlg\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .mdlg\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .mdlg\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .mdlg\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .mdlg\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .mdlg\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .mdlg\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .mdlg\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .mdlg\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .mdlg\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .mdlg\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .mdlg\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .mdlg\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .mdlg\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .mdlg\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .mdlg\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .mdlg\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .mdlg\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .mdlg\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .mdlg\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .mdlg\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .mdlg\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .mdlg\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .mdlg\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .mdlg\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .mdlg\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .mdlg\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .mdlg\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .mdlg\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .mdlg\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .mdlg\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .mdlg\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .mdlg\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .mdlg\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .mdlg\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .mdlg\:bg-transparent{
    background-color: var(--color-transparent) !important;
  }

  .mdlg\:bg-black{
    background-color: var(--color-black) !important;
  }

  .mdlg\:bg-white{
    background-color: var(--color-white) !important;
  }

  .mdlg\:bg-error{
    background-color: var(--color-error) !important;
  }

  .mdlg\:bg-warning{
    background-color: var(--color-warning) !important;
  }

  .mdlg\:bg-success{
    background-color: var(--color-success) !important;
  }

  .group:hover .mdlg\:group-hover\:bg-transparent{
    background-color: var(--color-transparent) !important;
  }

  .group:hover .mdlg\:group-hover\:bg-black{
    background-color: var(--color-black) !important;
  }

  .group:hover .mdlg\:group-hover\:bg-white{
    background-color: var(--color-white) !important;
  }

  .group:hover .mdlg\:group-hover\:bg-error{
    background-color: var(--color-error) !important;
  }

  .group:hover .mdlg\:group-hover\:bg-warning{
    background-color: var(--color-warning) !important;
  }

  .group:hover .mdlg\:group-hover\:bg-success{
    background-color: var(--color-success) !important;
  }

  .mdlg\:focus-within\:bg-transparent:focus-within{
    background-color: var(--color-transparent) !important;
  }

  .mdlg\:focus-within\:bg-black:focus-within{
    background-color: var(--color-black) !important;
  }

  .mdlg\:focus-within\:bg-white:focus-within{
    background-color: var(--color-white) !important;
  }

  .mdlg\:focus-within\:bg-error:focus-within{
    background-color: var(--color-error) !important;
  }

  .mdlg\:focus-within\:bg-warning:focus-within{
    background-color: var(--color-warning) !important;
  }

  .mdlg\:focus-within\:bg-success:focus-within{
    background-color: var(--color-success) !important;
  }

  .mdlg\:hover\:bg-transparent:hover{
    background-color: var(--color-transparent) !important;
  }

  .mdlg\:hover\:bg-black:hover{
    background-color: var(--color-black) !important;
  }

  .mdlg\:hover\:bg-white:hover{
    background-color: var(--color-white) !important;
  }

  .mdlg\:hover\:bg-error:hover{
    background-color: var(--color-error) !important;
  }

  .mdlg\:hover\:bg-warning:hover{
    background-color: var(--color-warning) !important;
  }

  .mdlg\:hover\:bg-success:hover{
    background-color: var(--color-success) !important;
  }

  .mdlg\:focus\:bg-transparent:focus{
    background-color: var(--color-transparent) !important;
  }

  .mdlg\:focus\:bg-black:focus{
    background-color: var(--color-black) !important;
  }

  .mdlg\:focus\:bg-white:focus{
    background-color: var(--color-white) !important;
  }

  .mdlg\:focus\:bg-error:focus{
    background-color: var(--color-error) !important;
  }

  .mdlg\:focus\:bg-warning:focus{
    background-color: var(--color-warning) !important;
  }

  .mdlg\:focus\:bg-success:focus{
    background-color: var(--color-success) !important;
  }

  .mdlg\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .mdlg\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .mdlg\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .mdlg\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .mdlg\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .mdlg\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .mdlg\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .mdlg\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .mdlg\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .mdlg\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .mdlg\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .mdlg\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .mdlg\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .mdlg\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .mdlg\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .mdlg\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .mdlg\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .mdlg\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .mdlg\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .mdlg\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .mdlg\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .mdlg\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .mdlg\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .mdlg\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .mdlg\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .mdlg\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .mdlg\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .mdlg\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .mdlg\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .mdlg\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .mdlg\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .mdlg\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .mdlg\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .mdlg\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .mdlg\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .mdlg\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .mdlg\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .mdlg\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .mdlg\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .mdlg\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .mdlg\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .mdlg\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .mdlg\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .mdlg\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .mdlg\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .mdlg\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .mdlg\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .mdlg\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .mdlg\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .mdlg\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .mdlg\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .mdlg\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .mdlg\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .mdlg\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .mdlg\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .mdlg\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .mdlg\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .mdlg\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .mdlg\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .mdlg\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .mdlg\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .mdlg\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .mdlg\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .mdlg\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .mdlg\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .mdlg\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .mdlg\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .mdlg\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .mdlg\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .mdlg\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .mdlg\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .mdlg\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .mdlg\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .mdlg\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .mdlg\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .mdlg\:bg-none{
    background-image: none !important;
  }

  .mdlg\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .mdlg\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .mdlg\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .mdlg\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .mdlg\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .mdlg\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .mdlg\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .mdlg\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .mdlg\:from-transparent{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:from-black{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:from-white{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:from-error{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:from-warning{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:from-success{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:hover\:from-transparent:hover{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:hover\:from-black:hover{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:hover\:from-white:hover{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:hover\:from-error:hover{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:hover\:from-warning:hover{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:hover\:from-success:hover{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:focus\:from-transparent:focus{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:focus\:from-black:focus{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:focus\:from-white:focus{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:focus\:from-error:focus{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:focus\:from-warning:focus{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:focus\:from-success:focus{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:via-warning{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:via-success{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:hover\:via-warning:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:hover\:via-success:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:focus\:via-warning:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:focus\:via-success:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mdlg\:to-transparent{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .mdlg\:to-black{
    --tw-gradient-to: var(--color-black) !important;
  }

  .mdlg\:to-white{
    --tw-gradient-to: var(--color-white) !important;
  }

  .mdlg\:to-error{
    --tw-gradient-to: var(--color-error) !important;
  }

  .mdlg\:to-warning{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .mdlg\:to-success{
    --tw-gradient-to: var(--color-success) !important;
  }

  .mdlg\:hover\:to-transparent:hover{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .mdlg\:hover\:to-black:hover{
    --tw-gradient-to: var(--color-black) !important;
  }

  .mdlg\:hover\:to-white:hover{
    --tw-gradient-to: var(--color-white) !important;
  }

  .mdlg\:hover\:to-error:hover{
    --tw-gradient-to: var(--color-error) !important;
  }

  .mdlg\:hover\:to-warning:hover{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .mdlg\:hover\:to-success:hover{
    --tw-gradient-to: var(--color-success) !important;
  }

  .mdlg\:focus\:to-transparent:focus{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .mdlg\:focus\:to-black:focus{
    --tw-gradient-to: var(--color-black) !important;
  }

  .mdlg\:focus\:to-white:focus{
    --tw-gradient-to: var(--color-white) !important;
  }

  .mdlg\:focus\:to-error:focus{
    --tw-gradient-to: var(--color-error) !important;
  }

  .mdlg\:focus\:to-warning:focus{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .mdlg\:focus\:to-success:focus{
    --tw-gradient-to: var(--color-success) !important;
  }

  .mdlg\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .mdlg\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .mdlg\:bg-auto{
    background-size: auto !important;
  }

  .mdlg\:bg-cover{
    background-size: cover !important;
  }

  .mdlg\:bg-contain{
    background-size: contain !important;
  }

  .mdlg\:bg-fixed{
    background-attachment: fixed !important;
  }

  .mdlg\:bg-local{
    background-attachment: local !important;
  }

  .mdlg\:bg-scroll{
    background-attachment: scroll !important;
  }

  .mdlg\:bg-clip-border{
    background-clip: border-box !important;
  }

  .mdlg\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .mdlg\:bg-clip-content{
    background-clip: content-box !important;
  }

  .mdlg\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .mdlg\:bg-bottom{
    background-position: bottom !important;
  }

  .mdlg\:bg-center{
    background-position: center !important;
  }

  .mdlg\:bg-left{
    background-position: left !important;
  }

  .mdlg\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .mdlg\:bg-left-top{
    background-position: left top !important;
  }

  .mdlg\:bg-right{
    background-position: right !important;
  }

  .mdlg\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .mdlg\:bg-right-top{
    background-position: right top !important;
  }

  .mdlg\:bg-top{
    background-position: top !important;
  }

  .mdlg\:bg-repeat{
    background-repeat: repeat !important;
  }

  .mdlg\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .mdlg\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .mdlg\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .mdlg\:bg-repeat-round{
    background-repeat: round !important;
  }

  .mdlg\:bg-repeat-space{
    background-repeat: space !important;
  }

  .mdlg\:bg-origin-border{
    background-origin: border-box !important;
  }

  .mdlg\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .mdlg\:bg-origin-content{
    background-origin: content-box !important;
  }

  .mdlg\:fill-current{
    fill: currentColor !important;
  }

  .mdlg\:stroke-current{
    stroke: currentColor !important;
  }

  .mdlg\:stroke-0{
    stroke-width: 0 !important;
  }

  .mdlg\:stroke-1{
    stroke-width: 1 !important;
  }

  .mdlg\:stroke-2{
    stroke-width: 2 !important;
  }

  .mdlg\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .mdlg\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .mdlg\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .mdlg\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .mdlg\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .mdlg\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .mdlg\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .mdlg\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .mdlg\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .mdlg\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .mdlg\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .mdlg\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .mdlg\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .mdlg\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .mdlg\:p-0{
    padding: 0px !important;
  }

  .mdlg\:p-1{
    padding: 0.25rem !important;
  }

  .mdlg\:p-2{
    padding: 0.5rem !important;
  }

  .mdlg\:p-3{
    padding: 0.75rem !important;
  }

  .mdlg\:p-4{
    padding: 1rem !important;
  }

  .mdlg\:p-5{
    padding: 1.25rem !important;
  }

  .mdlg\:p-6{
    padding: 1.5rem !important;
  }

  .mdlg\:p-7{
    padding: 1.75rem !important;
  }

  .mdlg\:p-8{
    padding: 2rem !important;
  }

  .mdlg\:p-9{
    padding: 2.25rem !important;
  }

  .mdlg\:p-10{
    padding: 2.5rem !important;
  }

  .mdlg\:p-11{
    padding: 2.75rem !important;
  }

  .mdlg\:p-12{
    padding: 3rem !important;
  }

  .mdlg\:p-14{
    padding: 3.5rem !important;
  }

  .mdlg\:p-16{
    padding: 4rem !important;
  }

  .mdlg\:p-20{
    padding: 5rem !important;
  }

  .mdlg\:p-24{
    padding: 6rem !important;
  }

  .mdlg\:p-28{
    padding: 7rem !important;
  }

  .mdlg\:p-32{
    padding: 8rem !important;
  }

  .mdlg\:p-36{
    padding: 9rem !important;
  }

  .mdlg\:p-40{
    padding: 10rem !important;
  }

  .mdlg\:p-44{
    padding: 11rem !important;
  }

  .mdlg\:p-48{
    padding: 12rem !important;
  }

  .mdlg\:p-52{
    padding: 13rem !important;
  }

  .mdlg\:p-56{
    padding: 14rem !important;
  }

  .mdlg\:p-60{
    padding: 15rem !important;
  }

  .mdlg\:p-64{
    padding: 16rem !important;
  }

  .mdlg\:p-72{
    padding: 18rem !important;
  }

  .mdlg\:p-80{
    padding: 20rem !important;
  }

  .mdlg\:p-96{
    padding: 24rem !important;
  }

  .mdlg\:p-px{
    padding: 1px !important;
  }

  .mdlg\:p-0\.5{
    padding: 0.125rem !important;
  }

  .mdlg\:p-1\.5{
    padding: 0.375rem !important;
  }

  .mdlg\:p-2\.5{
    padding: 0.625rem !important;
  }

  .mdlg\:p-3\.5{
    padding: 0.875rem !important;
  }

  .mdlg\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .mdlg\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .mdlg\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .mdlg\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .mdlg\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .mdlg\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .mdlg\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .mdlg\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .mdlg\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .mdlg\:px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .mdlg\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .mdlg\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .mdlg\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .mdlg\:px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .mdlg\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .mdlg\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .mdlg\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .mdlg\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .mdlg\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .mdlg\:px-36{
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .mdlg\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .mdlg\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .mdlg\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .mdlg\:px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .mdlg\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .mdlg\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .mdlg\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .mdlg\:px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .mdlg\:px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .mdlg\:px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .mdlg\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .mdlg\:px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .mdlg\:px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .mdlg\:px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .mdlg\:px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .mdlg\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .mdlg\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .mdlg\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .mdlg\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .mdlg\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .mdlg\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .mdlg\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .mdlg\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .mdlg\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .mdlg\:py-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .mdlg\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .mdlg\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .mdlg\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .mdlg\:py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .mdlg\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .mdlg\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .mdlg\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .mdlg\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .mdlg\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .mdlg\:py-36{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .mdlg\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .mdlg\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .mdlg\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .mdlg\:py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .mdlg\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .mdlg\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .mdlg\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .mdlg\:py-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .mdlg\:py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .mdlg\:py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .mdlg\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .mdlg\:py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .mdlg\:py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .mdlg\:py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .mdlg\:py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .mdlg\:pt-0{
    padding-top: 0px !important;
  }

  .mdlg\:pt-1{
    padding-top: 0.25rem !important;
  }

  .mdlg\:pt-2{
    padding-top: 0.5rem !important;
  }

  .mdlg\:pt-3{
    padding-top: 0.75rem !important;
  }

  .mdlg\:pt-4{
    padding-top: 1rem !important;
  }

  .mdlg\:pt-5{
    padding-top: 1.25rem !important;
  }

  .mdlg\:pt-6{
    padding-top: 1.5rem !important;
  }

  .mdlg\:pt-7{
    padding-top: 1.75rem !important;
  }

  .mdlg\:pt-8{
    padding-top: 2rem !important;
  }

  .mdlg\:pt-9{
    padding-top: 2.25rem !important;
  }

  .mdlg\:pt-10{
    padding-top: 2.5rem !important;
  }

  .mdlg\:pt-11{
    padding-top: 2.75rem !important;
  }

  .mdlg\:pt-12{
    padding-top: 3rem !important;
  }

  .mdlg\:pt-14{
    padding-top: 3.5rem !important;
  }

  .mdlg\:pt-16{
    padding-top: 4rem !important;
  }

  .mdlg\:pt-20{
    padding-top: 5rem !important;
  }

  .mdlg\:pt-24{
    padding-top: 6rem !important;
  }

  .mdlg\:pt-28{
    padding-top: 7rem !important;
  }

  .mdlg\:pt-32{
    padding-top: 8rem !important;
  }

  .mdlg\:pt-36{
    padding-top: 9rem !important;
  }

  .mdlg\:pt-40{
    padding-top: 10rem !important;
  }

  .mdlg\:pt-44{
    padding-top: 11rem !important;
  }

  .mdlg\:pt-48{
    padding-top: 12rem !important;
  }

  .mdlg\:pt-52{
    padding-top: 13rem !important;
  }

  .mdlg\:pt-56{
    padding-top: 14rem !important;
  }

  .mdlg\:pt-60{
    padding-top: 15rem !important;
  }

  .mdlg\:pt-64{
    padding-top: 16rem !important;
  }

  .mdlg\:pt-72{
    padding-top: 18rem !important;
  }

  .mdlg\:pt-80{
    padding-top: 20rem !important;
  }

  .mdlg\:pt-96{
    padding-top: 24rem !important;
  }

  .mdlg\:pt-px{
    padding-top: 1px !important;
  }

  .mdlg\:pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .mdlg\:pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .mdlg\:pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .mdlg\:pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .mdlg\:pr-0{
    padding-right: 0px !important;
  }

  .mdlg\:pr-1{
    padding-right: 0.25rem !important;
  }

  .mdlg\:pr-2{
    padding-right: 0.5rem !important;
  }

  .mdlg\:pr-3{
    padding-right: 0.75rem !important;
  }

  .mdlg\:pr-4{
    padding-right: 1rem !important;
  }

  .mdlg\:pr-5{
    padding-right: 1.25rem !important;
  }

  .mdlg\:pr-6{
    padding-right: 1.5rem !important;
  }

  .mdlg\:pr-7{
    padding-right: 1.75rem !important;
  }

  .mdlg\:pr-8{
    padding-right: 2rem !important;
  }

  .mdlg\:pr-9{
    padding-right: 2.25rem !important;
  }

  .mdlg\:pr-10{
    padding-right: 2.5rem !important;
  }

  .mdlg\:pr-11{
    padding-right: 2.75rem !important;
  }

  .mdlg\:pr-12{
    padding-right: 3rem !important;
  }

  .mdlg\:pr-14{
    padding-right: 3.5rem !important;
  }

  .mdlg\:pr-16{
    padding-right: 4rem !important;
  }

  .mdlg\:pr-20{
    padding-right: 5rem !important;
  }

  .mdlg\:pr-24{
    padding-right: 6rem !important;
  }

  .mdlg\:pr-28{
    padding-right: 7rem !important;
  }

  .mdlg\:pr-32{
    padding-right: 8rem !important;
  }

  .mdlg\:pr-36{
    padding-right: 9rem !important;
  }

  .mdlg\:pr-40{
    padding-right: 10rem !important;
  }

  .mdlg\:pr-44{
    padding-right: 11rem !important;
  }

  .mdlg\:pr-48{
    padding-right: 12rem !important;
  }

  .mdlg\:pr-52{
    padding-right: 13rem !important;
  }

  .mdlg\:pr-56{
    padding-right: 14rem !important;
  }

  .mdlg\:pr-60{
    padding-right: 15rem !important;
  }

  .mdlg\:pr-64{
    padding-right: 16rem !important;
  }

  .mdlg\:pr-72{
    padding-right: 18rem !important;
  }

  .mdlg\:pr-80{
    padding-right: 20rem !important;
  }

  .mdlg\:pr-96{
    padding-right: 24rem !important;
  }

  .mdlg\:pr-px{
    padding-right: 1px !important;
  }

  .mdlg\:pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .mdlg\:pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .mdlg\:pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .mdlg\:pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .mdlg\:pb-0{
    padding-bottom: 0px !important;
  }

  .mdlg\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .mdlg\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .mdlg\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .mdlg\:pb-4{
    padding-bottom: 1rem !important;
  }

  .mdlg\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .mdlg\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .mdlg\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .mdlg\:pb-8{
    padding-bottom: 2rem !important;
  }

  .mdlg\:pb-9{
    padding-bottom: 2.25rem !important;
  }

  .mdlg\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .mdlg\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .mdlg\:pb-12{
    padding-bottom: 3rem !important;
  }

  .mdlg\:pb-14{
    padding-bottom: 3.5rem !important;
  }

  .mdlg\:pb-16{
    padding-bottom: 4rem !important;
  }

  .mdlg\:pb-20{
    padding-bottom: 5rem !important;
  }

  .mdlg\:pb-24{
    padding-bottom: 6rem !important;
  }

  .mdlg\:pb-28{
    padding-bottom: 7rem !important;
  }

  .mdlg\:pb-32{
    padding-bottom: 8rem !important;
  }

  .mdlg\:pb-36{
    padding-bottom: 9rem !important;
  }

  .mdlg\:pb-40{
    padding-bottom: 10rem !important;
  }

  .mdlg\:pb-44{
    padding-bottom: 11rem !important;
  }

  .mdlg\:pb-48{
    padding-bottom: 12rem !important;
  }

  .mdlg\:pb-52{
    padding-bottom: 13rem !important;
  }

  .mdlg\:pb-56{
    padding-bottom: 14rem !important;
  }

  .mdlg\:pb-60{
    padding-bottom: 15rem !important;
  }

  .mdlg\:pb-64{
    padding-bottom: 16rem !important;
  }

  .mdlg\:pb-72{
    padding-bottom: 18rem !important;
  }

  .mdlg\:pb-80{
    padding-bottom: 20rem !important;
  }

  .mdlg\:pb-96{
    padding-bottom: 24rem !important;
  }

  .mdlg\:pb-px{
    padding-bottom: 1px !important;
  }

  .mdlg\:pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .mdlg\:pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .mdlg\:pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .mdlg\:pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .mdlg\:pl-0{
    padding-left: 0px !important;
  }

  .mdlg\:pl-1{
    padding-left: 0.25rem !important;
  }

  .mdlg\:pl-2{
    padding-left: 0.5rem !important;
  }

  .mdlg\:pl-3{
    padding-left: 0.75rem !important;
  }

  .mdlg\:pl-4{
    padding-left: 1rem !important;
  }

  .mdlg\:pl-5{
    padding-left: 1.25rem !important;
  }

  .mdlg\:pl-6{
    padding-left: 1.5rem !important;
  }

  .mdlg\:pl-7{
    padding-left: 1.75rem !important;
  }

  .mdlg\:pl-8{
    padding-left: 2rem !important;
  }

  .mdlg\:pl-9{
    padding-left: 2.25rem !important;
  }

  .mdlg\:pl-10{
    padding-left: 2.5rem !important;
  }

  .mdlg\:pl-11{
    padding-left: 2.75rem !important;
  }

  .mdlg\:pl-12{
    padding-left: 3rem !important;
  }

  .mdlg\:pl-14{
    padding-left: 3.5rem !important;
  }

  .mdlg\:pl-16{
    padding-left: 4rem !important;
  }

  .mdlg\:pl-20{
    padding-left: 5rem !important;
  }

  .mdlg\:pl-24{
    padding-left: 6rem !important;
  }

  .mdlg\:pl-28{
    padding-left: 7rem !important;
  }

  .mdlg\:pl-32{
    padding-left: 8rem !important;
  }

  .mdlg\:pl-36{
    padding-left: 9rem !important;
  }

  .mdlg\:pl-40{
    padding-left: 10rem !important;
  }

  .mdlg\:pl-44{
    padding-left: 11rem !important;
  }

  .mdlg\:pl-48{
    padding-left: 12rem !important;
  }

  .mdlg\:pl-52{
    padding-left: 13rem !important;
  }

  .mdlg\:pl-56{
    padding-left: 14rem !important;
  }

  .mdlg\:pl-60{
    padding-left: 15rem !important;
  }

  .mdlg\:pl-64{
    padding-left: 16rem !important;
  }

  .mdlg\:pl-72{
    padding-left: 18rem !important;
  }

  .mdlg\:pl-80{
    padding-left: 20rem !important;
  }

  .mdlg\:pl-96{
    padding-left: 24rem !important;
  }

  .mdlg\:pl-px{
    padding-left: 1px !important;
  }

  .mdlg\:pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .mdlg\:pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .mdlg\:pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .mdlg\:pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .mdlg\:text-left{
    text-align: left !important;
  }

  .mdlg\:text-center{
    text-align: center !important;
  }

  .mdlg\:text-right{
    text-align: right !important;
  }

  .mdlg\:text-justify{
    text-align: justify !important;
  }

  .mdlg\:align-baseline{
    vertical-align: baseline !important;
  }

  .mdlg\:align-top{
    vertical-align: top !important;
  }

  .mdlg\:align-middle{
    vertical-align: middle !important;
  }

  .mdlg\:align-bottom{
    vertical-align: bottom !important;
  }

  .mdlg\:align-text-top{
    vertical-align: text-top !important;
  }

  .mdlg\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .mdlg\:font-body{
    font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  }

  .mdlg\:font-heading{
    font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  }

  .mdlg\:text-xs{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .mdlg\:text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .mdlg\:text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .mdlg\:text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .mdlg\:text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .mdlg\:text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .mdlg\:text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .mdlg\:text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .mdlg\:text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .mdlg\:text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .mdlg\:text-7xl{
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .mdlg\:text-8xl{
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .mdlg\:text-9xl{
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .mdlg\:font-normal{
    font-weight: 400 !important;
  }

  .mdlg\:font-bold{
    font-weight: 700 !important;
  }

  .mdlg\:uppercase{
    text-transform: uppercase !important;
  }

  .mdlg\:lowercase{
    text-transform: lowercase !important;
  }

  .mdlg\:capitalize{
    text-transform: capitalize !important;
  }

  .mdlg\:normal-case{
    text-transform: none !important;
  }

  .mdlg\:italic{
    font-style: italic !important;
  }

  .mdlg\:not-italic{
    font-style: normal !important;
  }

  .mdlg\:ordinal, .mdlg\:slashed-zero, .mdlg\:lining-nums, .mdlg\:oldstyle-nums, .mdlg\:proportional-nums, .mdlg\:tabular-nums, .mdlg\:diagonal-fractions, .mdlg\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .mdlg\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .mdlg\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .mdlg\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .mdlg\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .mdlg\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .mdlg\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .mdlg\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .mdlg\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .mdlg\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .mdlg\:leading-tight{
    line-height: 1 !important;
  }

  .mdlg\:leading-regular{
    line-height: 1.5 !important;
  }

  .mdlg\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .mdlg\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .mdlg\:tracking-normal{
    letter-spacing: 0em !important;
  }

  .mdlg\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .mdlg\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .mdlg\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .mdlg\:text-transparent{
    color: var(--color-transparent) !important;
  }

  .mdlg\:text-black{
    color: var(--color-black) !important;
  }

  .mdlg\:text-white{
    color: var(--color-white) !important;
  }

  .mdlg\:text-error{
    color: var(--color-error) !important;
  }

  .mdlg\:text-warning{
    color: var(--color-warning) !important;
  }

  .mdlg\:text-success{
    color: var(--color-success) !important;
  }

  .group:hover .mdlg\:group-hover\:text-transparent{
    color: var(--color-transparent) !important;
  }

  .group:hover .mdlg\:group-hover\:text-black{
    color: var(--color-black) !important;
  }

  .group:hover .mdlg\:group-hover\:text-white{
    color: var(--color-white) !important;
  }

  .group:hover .mdlg\:group-hover\:text-error{
    color: var(--color-error) !important;
  }

  .group:hover .mdlg\:group-hover\:text-warning{
    color: var(--color-warning) !important;
  }

  .group:hover .mdlg\:group-hover\:text-success{
    color: var(--color-success) !important;
  }

  .mdlg\:focus-within\:text-transparent:focus-within{
    color: var(--color-transparent) !important;
  }

  .mdlg\:focus-within\:text-black:focus-within{
    color: var(--color-black) !important;
  }

  .mdlg\:focus-within\:text-white:focus-within{
    color: var(--color-white) !important;
  }

  .mdlg\:focus-within\:text-error:focus-within{
    color: var(--color-error) !important;
  }

  .mdlg\:focus-within\:text-warning:focus-within{
    color: var(--color-warning) !important;
  }

  .mdlg\:focus-within\:text-success:focus-within{
    color: var(--color-success) !important;
  }

  .mdlg\:hover\:text-transparent:hover{
    color: var(--color-transparent) !important;
  }

  .mdlg\:hover\:text-black:hover{
    color: var(--color-black) !important;
  }

  .mdlg\:hover\:text-white:hover{
    color: var(--color-white) !important;
  }

  .mdlg\:hover\:text-error:hover{
    color: var(--color-error) !important;
  }

  .mdlg\:hover\:text-warning:hover{
    color: var(--color-warning) !important;
  }

  .mdlg\:hover\:text-success:hover{
    color: var(--color-success) !important;
  }

  .mdlg\:focus\:text-transparent:focus{
    color: var(--color-transparent) !important;
  }

  .mdlg\:focus\:text-black:focus{
    color: var(--color-black) !important;
  }

  .mdlg\:focus\:text-white:focus{
    color: var(--color-white) !important;
  }

  .mdlg\:focus\:text-error:focus{
    color: var(--color-error) !important;
  }

  .mdlg\:focus\:text-warning:focus{
    color: var(--color-warning) !important;
  }

  .mdlg\:focus\:text-success:focus{
    color: var(--color-success) !important;
  }

  .mdlg\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .mdlg\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .mdlg\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .mdlg\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .mdlg\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .mdlg\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .mdlg\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .mdlg\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .mdlg\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .mdlg\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .mdlg\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .mdlg\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .mdlg\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .mdlg\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .mdlg\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .mdlg\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .mdlg\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .mdlg\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .mdlg\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .mdlg\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .mdlg\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .mdlg\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .mdlg\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .mdlg\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .mdlg\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .mdlg\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .mdlg\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .mdlg\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .mdlg\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .mdlg\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .mdlg\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .mdlg\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .mdlg\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .mdlg\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .mdlg\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .mdlg\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .mdlg\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .mdlg\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .mdlg\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .mdlg\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .mdlg\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .mdlg\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .mdlg\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .mdlg\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .mdlg\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .mdlg\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .mdlg\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .mdlg\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .mdlg\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .mdlg\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .mdlg\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .mdlg\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .mdlg\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .mdlg\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .mdlg\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .mdlg\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .mdlg\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .mdlg\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .mdlg\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .mdlg\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .mdlg\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .mdlg\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .mdlg\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .mdlg\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .mdlg\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .mdlg\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .mdlg\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .mdlg\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .mdlg\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .mdlg\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .mdlg\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .mdlg\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .mdlg\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .mdlg\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .mdlg\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .mdlg\:underline{
    text-decoration: underline !important;
  }

  .mdlg\:line-through{
    text-decoration: line-through !important;
  }

  .mdlg\:no-underline{
    text-decoration: none !important;
  }

  .group:hover .mdlg\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .mdlg\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .mdlg\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .mdlg\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .mdlg\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .mdlg\:focus-within\:no-underline:focus-within{
    text-decoration: none !important;
  }

  .mdlg\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .mdlg\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .mdlg\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .mdlg\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .mdlg\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .mdlg\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .mdlg\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .mdlg\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .mdlg\:placeholder-transparent::-webkit-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .mdlg\:placeholder-transparent::-moz-placeholder{
    color: var(--color-transparent) !important;
  }

  .mdlg\:placeholder-transparent:-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .mdlg\:placeholder-transparent::-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .mdlg\:placeholder-transparent::placeholder{
    color: var(--color-transparent) !important;
  }

  .mdlg\:placeholder-black::-webkit-input-placeholder{
    color: var(--color-black) !important;
  }

  .mdlg\:placeholder-black::-moz-placeholder{
    color: var(--color-black) !important;
  }

  .mdlg\:placeholder-black:-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .mdlg\:placeholder-black::-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .mdlg\:placeholder-black::placeholder{
    color: var(--color-black) !important;
  }

  .mdlg\:placeholder-white::-webkit-input-placeholder{
    color: var(--color-white) !important;
  }

  .mdlg\:placeholder-white::-moz-placeholder{
    color: var(--color-white) !important;
  }

  .mdlg\:placeholder-white:-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .mdlg\:placeholder-white::-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .mdlg\:placeholder-white::placeholder{
    color: var(--color-white) !important;
  }

  .mdlg\:placeholder-error::-webkit-input-placeholder{
    color: var(--color-error) !important;
  }

  .mdlg\:placeholder-error::-moz-placeholder{
    color: var(--color-error) !important;
  }

  .mdlg\:placeholder-error:-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .mdlg\:placeholder-error::-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .mdlg\:placeholder-error::placeholder{
    color: var(--color-error) !important;
  }

  .mdlg\:placeholder-warning::-webkit-input-placeholder{
    color: var(--color-warning) !important;
  }

  .mdlg\:placeholder-warning::-moz-placeholder{
    color: var(--color-warning) !important;
  }

  .mdlg\:placeholder-warning:-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .mdlg\:placeholder-warning::-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .mdlg\:placeholder-warning::placeholder{
    color: var(--color-warning) !important;
  }

  .mdlg\:placeholder-success::-webkit-input-placeholder{
    color: var(--color-success) !important;
  }

  .mdlg\:placeholder-success::-moz-placeholder{
    color: var(--color-success) !important;
  }

  .mdlg\:placeholder-success:-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .mdlg\:placeholder-success::-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .mdlg\:placeholder-success::placeholder{
    color: var(--color-success) !important;
  }

  .mdlg\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .mdlg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: var(--color-transparent) !important;
  }

  .mdlg\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .mdlg\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .mdlg\:focus\:placeholder-transparent:focus::placeholder{
    color: var(--color-transparent) !important;
  }

  .mdlg\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: var(--color-black) !important;
  }

  .mdlg\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--color-black) !important;
  }

  .mdlg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .mdlg\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .mdlg\:focus\:placeholder-black:focus::placeholder{
    color: var(--color-black) !important;
  }

  .mdlg\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: var(--color-white) !important;
  }

  .mdlg\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--color-white) !important;
  }

  .mdlg\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .mdlg\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .mdlg\:focus\:placeholder-white:focus::placeholder{
    color: var(--color-white) !important;
  }

  .mdlg\:focus\:placeholder-error:focus::-webkit-input-placeholder{
    color: var(--color-error) !important;
  }

  .mdlg\:focus\:placeholder-error:focus::-moz-placeholder{
    color: var(--color-error) !important;
  }

  .mdlg\:focus\:placeholder-error:focus:-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .mdlg\:focus\:placeholder-error:focus::-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .mdlg\:focus\:placeholder-error:focus::placeholder{
    color: var(--color-error) !important;
  }

  .mdlg\:focus\:placeholder-warning:focus::-webkit-input-placeholder{
    color: var(--color-warning) !important;
  }

  .mdlg\:focus\:placeholder-warning:focus::-moz-placeholder{
    color: var(--color-warning) !important;
  }

  .mdlg\:focus\:placeholder-warning:focus:-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .mdlg\:focus\:placeholder-warning:focus::-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .mdlg\:focus\:placeholder-warning:focus::placeholder{
    color: var(--color-warning) !important;
  }

  .mdlg\:focus\:placeholder-success:focus::-webkit-input-placeholder{
    color: var(--color-success) !important;
  }

  .mdlg\:focus\:placeholder-success:focus::-moz-placeholder{
    color: var(--color-success) !important;
  }

  .mdlg\:focus\:placeholder-success:focus:-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .mdlg\:focus\:placeholder-success:focus::-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .mdlg\:focus\:placeholder-success:focus::placeholder{
    color: var(--color-success) !important;
  }

  .mdlg\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .mdlg\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .mdlg\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .mdlg\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .mdlg\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .mdlg\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mdlg\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mdlg\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mdlg\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mdlg\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mdlg\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .mdlg\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .mdlg\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .mdlg\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .mdlg\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .mdlg\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mdlg\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mdlg\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mdlg\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mdlg\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mdlg\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mdlg\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mdlg\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mdlg\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mdlg\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mdlg\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mdlg\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mdlg\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mdlg\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mdlg\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mdlg\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mdlg\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mdlg\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mdlg\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mdlg\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mdlg\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mdlg\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mdlg\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mdlg\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mdlg\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mdlg\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mdlg\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mdlg\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mdlg\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mdlg\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mdlg\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mdlg\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mdlg\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mdlg\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mdlg\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mdlg\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mdlg\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mdlg\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mdlg\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mdlg\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mdlg\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mdlg\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mdlg\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mdlg\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mdlg\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mdlg\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mdlg\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mdlg\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mdlg\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mdlg\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mdlg\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mdlg\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mdlg\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mdlg\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mdlg\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mdlg\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .mdlg\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .mdlg\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .mdlg\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .mdlg\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .mdlg\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .mdlg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .mdlg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .mdlg\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .mdlg\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .mdlg\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mdlg\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mdlg\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mdlg\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mdlg\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mdlg\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .mdlg\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .mdlg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .mdlg\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .mdlg\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .mdlg\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mdlg\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mdlg\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mdlg\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mdlg\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mdlg\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mdlg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mdlg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mdlg\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mdlg\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mdlg\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mdlg\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mdlg\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mdlg\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mdlg\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mdlg\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mdlg\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mdlg\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mdlg\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mdlg\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mdlg\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mdlg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mdlg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mdlg\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mdlg\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mdlg\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mdlg\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mdlg\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mdlg\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mdlg\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mdlg\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mdlg\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mdlg\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mdlg\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mdlg\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mdlg\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mdlg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mdlg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mdlg\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mdlg\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mdlg\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mdlg\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mdlg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mdlg\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mdlg\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mdlg\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mdlg\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mdlg\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mdlg\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mdlg\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mdlg\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mdlg\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mdlg\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mdlg\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mdlg\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mdlg\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .mdlg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .mdlg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .mdlg\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .mdlg\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .mdlg\:opacity-0{
    opacity: 0 !important;
  }

  .mdlg\:opacity-5{
    opacity: 0.05 !important;
  }

  .mdlg\:opacity-10{
    opacity: 0.1 !important;
  }

  .mdlg\:opacity-20{
    opacity: 0.2 !important;
  }

  .mdlg\:opacity-25{
    opacity: 0.25 !important;
  }

  .mdlg\:opacity-30{
    opacity: 0.3 !important;
  }

  .mdlg\:opacity-40{
    opacity: 0.4 !important;
  }

  .mdlg\:opacity-50{
    opacity: 0.5 !important;
  }

  .mdlg\:opacity-60{
    opacity: 0.6 !important;
  }

  .mdlg\:opacity-70{
    opacity: 0.7 !important;
  }

  .mdlg\:opacity-75{
    opacity: 0.75 !important;
  }

  .mdlg\:opacity-80{
    opacity: 0.8 !important;
  }

  .mdlg\:opacity-90{
    opacity: 0.9 !important;
  }

  .mdlg\:opacity-95{
    opacity: 0.95 !important;
  }

  .mdlg\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .mdlg\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .mdlg\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .mdlg\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .mdlg\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .mdlg\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .mdlg\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .mdlg\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .mdlg\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .mdlg\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .mdlg\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .mdlg\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .mdlg\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .mdlg\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .mdlg\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .mdlg\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .mdlg\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .mdlg\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .mdlg\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .mdlg\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .mdlg\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .mdlg\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .mdlg\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .mdlg\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .mdlg\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .mdlg\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .mdlg\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .mdlg\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .mdlg\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .mdlg\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .mdlg\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .mdlg\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .mdlg\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .mdlg\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .mdlg\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .mdlg\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .mdlg\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .mdlg\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .mdlg\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .mdlg\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .mdlg\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .mdlg\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .mdlg\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .mdlg\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .mdlg\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .mdlg\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .mdlg\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .mdlg\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .mdlg\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .mdlg\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .mdlg\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .mdlg\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .mdlg\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .mdlg\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .mdlg\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .mdlg\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .mdlg\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .mdlg\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .mdlg\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .mdlg\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .mdlg\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .mdlg\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .mdlg\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .mdlg\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .mdlg\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .mdlg\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .mdlg\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .mdlg\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .mdlg\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .mdlg\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .mdlg\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .mdlg\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .mdlg\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .mdlg\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .mdlg\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .mdlg\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .mdlg\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .mdlg\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .mdlg\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .mdlg\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .mdlg\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .mdlg\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .mdlg\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .mdlg\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .mdlg\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .mdlg\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .mdlg\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .mdlg\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .mdlg\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .mdlg\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .mdlg\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .mdlg\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .mdlg\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .mdlg\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .mdlg\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .mdlg\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .mdlg\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .mdlg\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .mdlg\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .mdlg\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .mdlg\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .mdlg\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mdlg\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .mdlg\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .mdlg\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .mdlg\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .mdlg\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .mdlg\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .mdlg\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .mdlg\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .mdlg\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .mdlg\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mdlg\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .mdlg\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .mdlg\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .mdlg\:ring-transparent{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .mdlg\:ring-black{
    --tw-ring-color: var(--color-black) !important;
  }

  .mdlg\:ring-white{
    --tw-ring-color: var(--color-white) !important;
  }

  .mdlg\:ring-error{
    --tw-ring-color: var(--color-error) !important;
  }

  .mdlg\:ring-warning{
    --tw-ring-color: var(--color-warning) !important;
  }

  .mdlg\:ring-success{
    --tw-ring-color: var(--color-success) !important;
  }

  .mdlg\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .mdlg\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--color-black) !important;
  }

  .mdlg\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--color-white) !important;
  }

  .mdlg\:focus-within\:ring-error:focus-within{
    --tw-ring-color: var(--color-error) !important;
  }

  .mdlg\:focus-within\:ring-warning:focus-within{
    --tw-ring-color: var(--color-warning) !important;
  }

  .mdlg\:focus-within\:ring-success:focus-within{
    --tw-ring-color: var(--color-success) !important;
  }

  .mdlg\:focus\:ring-transparent:focus{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .mdlg\:focus\:ring-black:focus{
    --tw-ring-color: var(--color-black) !important;
  }

  .mdlg\:focus\:ring-white:focus{
    --tw-ring-color: var(--color-white) !important;
  }

  .mdlg\:focus\:ring-error:focus{
    --tw-ring-color: var(--color-error) !important;
  }

  .mdlg\:focus\:ring-warning:focus{
    --tw-ring-color: var(--color-warning) !important;
  }

  .mdlg\:focus\:ring-success:focus{
    --tw-ring-color: var(--color-success) !important;
  }

  .mdlg\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .mdlg\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .mdlg\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .mdlg\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .mdlg\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .mdlg\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .mdlg\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .mdlg\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .mdlg\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .mdlg\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .mdlg\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .mdlg\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .mdlg\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .mdlg\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .mdlg\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .mdlg\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .mdlg\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .mdlg\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .mdlg\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .mdlg\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .mdlg\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .mdlg\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .mdlg\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .mdlg\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .mdlg\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .mdlg\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .mdlg\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .mdlg\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .mdlg\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .mdlg\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .mdlg\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .mdlg\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .mdlg\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .mdlg\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .mdlg\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .mdlg\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .mdlg\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .mdlg\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .mdlg\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .mdlg\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .mdlg\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .mdlg\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .mdlg\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .mdlg\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .mdlg\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .mdlg\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .mdlg\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .mdlg\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .mdlg\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .mdlg\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .mdlg\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .mdlg\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .mdlg\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .mdlg\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .mdlg\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .mdlg\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .mdlg\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .mdlg\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .mdlg\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .mdlg\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .mdlg\:ring-offset-transparent{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .mdlg\:ring-offset-black{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .mdlg\:ring-offset-white{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .mdlg\:ring-offset-error{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .mdlg\:ring-offset-warning{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .mdlg\:ring-offset-success{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .mdlg\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .mdlg\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .mdlg\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .mdlg\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .mdlg\:focus-within\:ring-offset-warning:focus-within{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .mdlg\:focus-within\:ring-offset-success:focus-within{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .mdlg\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .mdlg\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .mdlg\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .mdlg\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .mdlg\:focus\:ring-offset-warning:focus{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .mdlg\:focus\:ring-offset-success:focus{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .mdlg\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
            filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .mdlg\:filter-none{
    -webkit-filter: none !important;
            filter: none !important;
  }

  .mdlg\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .mdlg\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .mdlg\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .mdlg\:blur{
    --tw-blur: blur(8px) !important;
  }

  .mdlg\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .mdlg\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .mdlg\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .mdlg\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .mdlg\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .mdlg\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .mdlg\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .mdlg\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .mdlg\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .mdlg\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .mdlg\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .mdlg\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .mdlg\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .mdlg\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .mdlg\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .mdlg\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .mdlg\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .mdlg\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .mdlg\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .mdlg\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .mdlg\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .mdlg\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .mdlg\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .mdlg\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .mdlg\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .mdlg\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .mdlg\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .mdlg\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .mdlg\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .mdlg\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .mdlg\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .mdlg\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .mdlg\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .mdlg\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .mdlg\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .mdlg\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .mdlg\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .mdlg\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .mdlg\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .mdlg\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .mdlg\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .mdlg\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .mdlg\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .mdlg\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .mdlg\:invert{
    --tw-invert: invert(100%) !important;
  }

  .mdlg\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .mdlg\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .mdlg\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .mdlg\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .mdlg\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .mdlg\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .mdlg\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .mdlg\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .mdlg\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .mdlg\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .mdlg\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .mdlg\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .mdlg\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .mdlg\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .mdlg\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .mdlg\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .mdlg\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .mdlg\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .mdlg\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .mdlg\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .mdlg\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .mdlg\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .mdlg\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .mdlg\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .mdlg\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .mdlg\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .mdlg\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .mdlg\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .mdlg\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .mdlg\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .mdlg\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .mdlg\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .mdlg\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .mdlg\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .mdlg\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .mdlg\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .mdlg\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .mdlg\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .mdlg\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .mdlg\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .mdlg\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .mdlg\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .mdlg\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .mdlg\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .mdlg\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .mdlg\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .mdlg\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .mdlg\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .mdlg\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .mdlg\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .mdlg\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .mdlg\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .mdlg\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .mdlg\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .mdlg\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .mdlg\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .mdlg\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .mdlg\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .mdlg\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .mdlg\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .mdlg\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .mdlg\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .mdlg\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .mdlg\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .mdlg\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .mdlg\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .mdlg\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .mdlg\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .mdlg\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .mdlg\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .mdlg\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .mdlg\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .mdlg\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .mdlg\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .mdlg\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .mdlg\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .mdlg\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .mdlg\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .mdlg\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .mdlg\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .mdlg\:delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .mdlg\:delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .mdlg\:delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .mdlg\:delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .mdlg\:delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .mdlg\:delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .mdlg\:delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .mdlg\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .mdlg\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .mdlg\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .mdlg\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .mdlg\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .mdlg\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .mdlg\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .mdlg\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .mdlg\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .mdlg\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .mdlg\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .mdlg\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .mdlg\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }

  @media (min-width: 400px){
    .lg\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 576px){
    .lg\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .lg\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1200px){
    .lg\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1351px){
    .lg\:container{
      max-width: 1351px;
    }
  }

  @media (min-width: 1530px){
    .lg\:container{
      max-width: 1530px;
    }
  }

  .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-within\:sr-only:focus-within{
    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-within\:not-sr-only:focus-within{
    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\:pointer-events-none{
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .lg\:visible{
    visibility: visible !important;
  }

  .lg\:invisible{
    visibility: hidden !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: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lg\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .lg\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .lg\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .lg\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .lg\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .lg\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lg\:inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .lg\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .lg\:inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .lg\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .lg\:inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .lg\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .lg\:inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .lg\:inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .lg\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .lg\:inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .lg\:inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .lg\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .lg\:inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .lg\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .lg\:inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .lg\:inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .lg\:inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .lg\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .lg\:inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .lg\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .lg\:inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .lg\:inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .lg\:inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .lg\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .lg\:inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .lg\:inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .lg\:inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .lg\:inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .lg\:-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lg\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .lg\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .lg\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .lg\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .lg\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .lg\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .lg\:-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .lg\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .lg\:-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .lg\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .lg\:-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .lg\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .lg\:-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .lg\:-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .lg\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .lg\:-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .lg\:-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .lg\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .lg\:-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .lg\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .lg\:-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .lg\:-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .lg\:-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .lg\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .lg\:-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .lg\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .lg\:-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .lg\:-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .lg\:-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .lg\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .lg\:-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .lg\:-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .lg\:-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .lg\:-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .lg\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .lg\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .lg\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .lg\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .lg\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .lg\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .lg\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .lg\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .lg\:inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .lg\:inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .lg\:inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .lg\:inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .lg\:inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .lg\:inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .lg\:inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .lg\:inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .lg\:inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .lg\:inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .lg\:inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .lg\:inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .lg\:inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .lg\:inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .lg\:inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .lg\:inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .lg\:inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .lg\:inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .lg\:inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .lg\:inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .lg\:inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .lg\:inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .lg\:inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .lg\:inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .lg\:inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .lg\:inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .lg\:inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .lg\:inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .lg\:inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .lg\:inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .lg\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .lg\:inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .lg\:inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .lg\:inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .lg\:inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .lg\:inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .lg\:-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .lg\:-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .lg\:-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .lg\:-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .lg\:-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .lg\:-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .lg\:-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .lg\:-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .lg\:-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .lg\:-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .lg\:-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .lg\:-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .lg\:-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .lg\:-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .lg\:-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .lg\:-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .lg\:-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .lg\:-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .lg\:-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .lg\:-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .lg\:-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .lg\:-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .lg\:-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .lg\:-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .lg\:-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .lg\:-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .lg\:-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .lg\:-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .lg\:-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .lg\:-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .lg\:-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .lg\:-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .lg\:-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .lg\:-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .lg\:-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .lg\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .lg\:inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .lg\:inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .lg\:inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .lg\:inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .lg\:inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .lg\:inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .lg\:-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .lg\:-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .lg\:-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .lg\:-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .lg\:-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .lg\:-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .lg\:-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .lg\:inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .lg\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .lg\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .lg\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .lg\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .lg\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .lg\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .lg\:inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .lg\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .lg\:inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .lg\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .lg\:inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .lg\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .lg\:inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .lg\:inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .lg\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .lg\:inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .lg\:inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .lg\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .lg\:inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .lg\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .lg\:inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .lg\:inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .lg\:inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .lg\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .lg\:inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .lg\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .lg\:inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .lg\:inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .lg\:inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .lg\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .lg\:inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .lg\:inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .lg\:inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .lg\:inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .lg\:-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .lg\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .lg\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .lg\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .lg\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .lg\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .lg\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .lg\:-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .lg\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .lg\:-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .lg\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .lg\:-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .lg\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .lg\:-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .lg\:-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .lg\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .lg\:-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .lg\:-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .lg\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .lg\:-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .lg\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .lg\:-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .lg\:-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .lg\:-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .lg\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .lg\:-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .lg\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .lg\:-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .lg\:-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .lg\:-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .lg\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .lg\:-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .lg\:-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .lg\:-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .lg\:-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .lg\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lg\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lg\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .lg\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .lg\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .lg\:-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg\:-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .lg\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .lg\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .lg\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .lg\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .lg\:top-0{
    top: 0px !important;
  }

  .lg\:top-1{
    top: 0.25rem !important;
  }

  .lg\:top-2{
    top: 0.5rem !important;
  }

  .lg\:top-3{
    top: 0.75rem !important;
  }

  .lg\:top-4{
    top: 1rem !important;
  }

  .lg\:top-5{
    top: 1.25rem !important;
  }

  .lg\:top-6{
    top: 1.5rem !important;
  }

  .lg\:top-7{
    top: 1.75rem !important;
  }

  .lg\:top-8{
    top: 2rem !important;
  }

  .lg\:top-9{
    top: 2.25rem !important;
  }

  .lg\:top-10{
    top: 2.5rem !important;
  }

  .lg\:top-11{
    top: 2.75rem !important;
  }

  .lg\:top-12{
    top: 3rem !important;
  }

  .lg\:top-14{
    top: 3.5rem !important;
  }

  .lg\:top-16{
    top: 4rem !important;
  }

  .lg\:top-20{
    top: 5rem !important;
  }

  .lg\:top-24{
    top: 6rem !important;
  }

  .lg\:top-28{
    top: 7rem !important;
  }

  .lg\:top-32{
    top: 8rem !important;
  }

  .lg\:top-36{
    top: 9rem !important;
  }

  .lg\:top-40{
    top: 10rem !important;
  }

  .lg\:top-44{
    top: 11rem !important;
  }

  .lg\:top-48{
    top: 12rem !important;
  }

  .lg\:top-52{
    top: 13rem !important;
  }

  .lg\:top-56{
    top: 14rem !important;
  }

  .lg\:top-60{
    top: 15rem !important;
  }

  .lg\:top-64{
    top: 16rem !important;
  }

  .lg\:top-72{
    top: 18rem !important;
  }

  .lg\:top-80{
    top: 20rem !important;
  }

  .lg\:top-96{
    top: 24rem !important;
  }

  .lg\:top-auto{
    top: auto !important;
  }

  .lg\:top-px{
    top: 1px !important;
  }

  .lg\:top-0\.5{
    top: 0.125rem !important;
  }

  .lg\:top-1\.5{
    top: 0.375rem !important;
  }

  .lg\:top-2\.5{
    top: 0.625rem !important;
  }

  .lg\:top-3\.5{
    top: 0.875rem !important;
  }

  .lg\:-top-0{
    top: 0px !important;
  }

  .lg\:-top-1{
    top: -0.25rem !important;
  }

  .lg\:-top-2{
    top: -0.5rem !important;
  }

  .lg\:-top-3{
    top: -0.75rem !important;
  }

  .lg\:-top-4{
    top: -1rem !important;
  }

  .lg\:-top-5{
    top: -1.25rem !important;
  }

  .lg\:-top-6{
    top: -1.5rem !important;
  }

  .lg\:-top-7{
    top: -1.75rem !important;
  }

  .lg\:-top-8{
    top: -2rem !important;
  }

  .lg\:-top-9{
    top: -2.25rem !important;
  }

  .lg\:-top-10{
    top: -2.5rem !important;
  }

  .lg\:-top-11{
    top: -2.75rem !important;
  }

  .lg\:-top-12{
    top: -3rem !important;
  }

  .lg\:-top-14{
    top: -3.5rem !important;
  }

  .lg\:-top-16{
    top: -4rem !important;
  }

  .lg\:-top-20{
    top: -5rem !important;
  }

  .lg\:-top-24{
    top: -6rem !important;
  }

  .lg\:-top-28{
    top: -7rem !important;
  }

  .lg\:-top-32{
    top: -8rem !important;
  }

  .lg\:-top-36{
    top: -9rem !important;
  }

  .lg\:-top-40{
    top: -10rem !important;
  }

  .lg\:-top-44{
    top: -11rem !important;
  }

  .lg\:-top-48{
    top: -12rem !important;
  }

  .lg\:-top-52{
    top: -13rem !important;
  }

  .lg\:-top-56{
    top: -14rem !important;
  }

  .lg\:-top-60{
    top: -15rem !important;
  }

  .lg\:-top-64{
    top: -16rem !important;
  }

  .lg\:-top-72{
    top: -18rem !important;
  }

  .lg\:-top-80{
    top: -20rem !important;
  }

  .lg\:-top-96{
    top: -24rem !important;
  }

  .lg\:-top-px{
    top: -1px !important;
  }

  .lg\:-top-0\.5{
    top: -0.125rem !important;
  }

  .lg\:-top-1\.5{
    top: -0.375rem !important;
  }

  .lg\:-top-2\.5{
    top: -0.625rem !important;
  }

  .lg\:-top-3\.5{
    top: -0.875rem !important;
  }

  .lg\:top-1\/2{
    top: 50% !important;
  }

  .lg\:top-1\/3{
    top: 33.333333% !important;
  }

  .lg\:top-2\/3{
    top: 66.666667% !important;
  }

  .lg\:top-1\/4{
    top: 25% !important;
  }

  .lg\:top-2\/4{
    top: 50% !important;
  }

  .lg\:top-3\/4{
    top: 75% !important;
  }

  .lg\:top-full{
    top: 100% !important;
  }

  .lg\:-top-1\/2{
    top: -50% !important;
  }

  .lg\:-top-1\/3{
    top: -33.333333% !important;
  }

  .lg\:-top-2\/3{
    top: -66.666667% !important;
  }

  .lg\:-top-1\/4{
    top: -25% !important;
  }

  .lg\:-top-2\/4{
    top: -50% !important;
  }

  .lg\:-top-3\/4{
    top: -75% !important;
  }

  .lg\:-top-full{
    top: -100% !important;
  }

  .lg\:right-0{
    right: 0px !important;
  }

  .lg\:right-1{
    right: 0.25rem !important;
  }

  .lg\:right-2{
    right: 0.5rem !important;
  }

  .lg\:right-3{
    right: 0.75rem !important;
  }

  .lg\:right-4{
    right: 1rem !important;
  }

  .lg\:right-5{
    right: 1.25rem !important;
  }

  .lg\:right-6{
    right: 1.5rem !important;
  }

  .lg\:right-7{
    right: 1.75rem !important;
  }

  .lg\:right-8{
    right: 2rem !important;
  }

  .lg\:right-9{
    right: 2.25rem !important;
  }

  .lg\:right-10{
    right: 2.5rem !important;
  }

  .lg\:right-11{
    right: 2.75rem !important;
  }

  .lg\:right-12{
    right: 3rem !important;
  }

  .lg\:right-14{
    right: 3.5rem !important;
  }

  .lg\:right-16{
    right: 4rem !important;
  }

  .lg\:right-20{
    right: 5rem !important;
  }

  .lg\:right-24{
    right: 6rem !important;
  }

  .lg\:right-28{
    right: 7rem !important;
  }

  .lg\:right-32{
    right: 8rem !important;
  }

  .lg\:right-36{
    right: 9rem !important;
  }

  .lg\:right-40{
    right: 10rem !important;
  }

  .lg\:right-44{
    right: 11rem !important;
  }

  .lg\:right-48{
    right: 12rem !important;
  }

  .lg\:right-52{
    right: 13rem !important;
  }

  .lg\:right-56{
    right: 14rem !important;
  }

  .lg\:right-60{
    right: 15rem !important;
  }

  .lg\:right-64{
    right: 16rem !important;
  }

  .lg\:right-72{
    right: 18rem !important;
  }

  .lg\:right-80{
    right: 20rem !important;
  }

  .lg\:right-96{
    right: 24rem !important;
  }

  .lg\:right-auto{
    right: auto !important;
  }

  .lg\:right-px{
    right: 1px !important;
  }

  .lg\:right-0\.5{
    right: 0.125rem !important;
  }

  .lg\:right-1\.5{
    right: 0.375rem !important;
  }

  .lg\:right-2\.5{
    right: 0.625rem !important;
  }

  .lg\:right-3\.5{
    right: 0.875rem !important;
  }

  .lg\:-right-0{
    right: 0px !important;
  }

  .lg\:-right-1{
    right: -0.25rem !important;
  }

  .lg\:-right-2{
    right: -0.5rem !important;
  }

  .lg\:-right-3{
    right: -0.75rem !important;
  }

  .lg\:-right-4{
    right: -1rem !important;
  }

  .lg\:-right-5{
    right: -1.25rem !important;
  }

  .lg\:-right-6{
    right: -1.5rem !important;
  }

  .lg\:-right-7{
    right: -1.75rem !important;
  }

  .lg\:-right-8{
    right: -2rem !important;
  }

  .lg\:-right-9{
    right: -2.25rem !important;
  }

  .lg\:-right-10{
    right: -2.5rem !important;
  }

  .lg\:-right-11{
    right: -2.75rem !important;
  }

  .lg\:-right-12{
    right: -3rem !important;
  }

  .lg\:-right-14{
    right: -3.5rem !important;
  }

  .lg\:-right-16{
    right: -4rem !important;
  }

  .lg\:-right-20{
    right: -5rem !important;
  }

  .lg\:-right-24{
    right: -6rem !important;
  }

  .lg\:-right-28{
    right: -7rem !important;
  }

  .lg\:-right-32{
    right: -8rem !important;
  }

  .lg\:-right-36{
    right: -9rem !important;
  }

  .lg\:-right-40{
    right: -10rem !important;
  }

  .lg\:-right-44{
    right: -11rem !important;
  }

  .lg\:-right-48{
    right: -12rem !important;
  }

  .lg\:-right-52{
    right: -13rem !important;
  }

  .lg\:-right-56{
    right: -14rem !important;
  }

  .lg\:-right-60{
    right: -15rem !important;
  }

  .lg\:-right-64{
    right: -16rem !important;
  }

  .lg\:-right-72{
    right: -18rem !important;
  }

  .lg\:-right-80{
    right: -20rem !important;
  }

  .lg\:-right-96{
    right: -24rem !important;
  }

  .lg\:-right-px{
    right: -1px !important;
  }

  .lg\:-right-0\.5{
    right: -0.125rem !important;
  }

  .lg\:-right-1\.5{
    right: -0.375rem !important;
  }

  .lg\:-right-2\.5{
    right: -0.625rem !important;
  }

  .lg\:-right-3\.5{
    right: -0.875rem !important;
  }

  .lg\:right-1\/2{
    right: 50% !important;
  }

  .lg\:right-1\/3{
    right: 33.333333% !important;
  }

  .lg\:right-2\/3{
    right: 66.666667% !important;
  }

  .lg\:right-1\/4{
    right: 25% !important;
  }

  .lg\:right-2\/4{
    right: 50% !important;
  }

  .lg\:right-3\/4{
    right: 75% !important;
  }

  .lg\:right-full{
    right: 100% !important;
  }

  .lg\:-right-1\/2{
    right: -50% !important;
  }

  .lg\:-right-1\/3{
    right: -33.333333% !important;
  }

  .lg\:-right-2\/3{
    right: -66.666667% !important;
  }

  .lg\:-right-1\/4{
    right: -25% !important;
  }

  .lg\:-right-2\/4{
    right: -50% !important;
  }

  .lg\:-right-3\/4{
    right: -75% !important;
  }

  .lg\:-right-full{
    right: -100% !important;
  }

  .lg\:bottom-0{
    bottom: 0px !important;
  }

  .lg\:bottom-1{
    bottom: 0.25rem !important;
  }

  .lg\:bottom-2{
    bottom: 0.5rem !important;
  }

  .lg\:bottom-3{
    bottom: 0.75rem !important;
  }

  .lg\:bottom-4{
    bottom: 1rem !important;
  }

  .lg\:bottom-5{
    bottom: 1.25rem !important;
  }

  .lg\:bottom-6{
    bottom: 1.5rem !important;
  }

  .lg\:bottom-7{
    bottom: 1.75rem !important;
  }

  .lg\:bottom-8{
    bottom: 2rem !important;
  }

  .lg\:bottom-9{
    bottom: 2.25rem !important;
  }

  .lg\:bottom-10{
    bottom: 2.5rem !important;
  }

  .lg\:bottom-11{
    bottom: 2.75rem !important;
  }

  .lg\:bottom-12{
    bottom: 3rem !important;
  }

  .lg\:bottom-14{
    bottom: 3.5rem !important;
  }

  .lg\:bottom-16{
    bottom: 4rem !important;
  }

  .lg\:bottom-20{
    bottom: 5rem !important;
  }

  .lg\:bottom-24{
    bottom: 6rem !important;
  }

  .lg\:bottom-28{
    bottom: 7rem !important;
  }

  .lg\:bottom-32{
    bottom: 8rem !important;
  }

  .lg\:bottom-36{
    bottom: 9rem !important;
  }

  .lg\:bottom-40{
    bottom: 10rem !important;
  }

  .lg\:bottom-44{
    bottom: 11rem !important;
  }

  .lg\:bottom-48{
    bottom: 12rem !important;
  }

  .lg\:bottom-52{
    bottom: 13rem !important;
  }

  .lg\:bottom-56{
    bottom: 14rem !important;
  }

  .lg\:bottom-60{
    bottom: 15rem !important;
  }

  .lg\:bottom-64{
    bottom: 16rem !important;
  }

  .lg\:bottom-72{
    bottom: 18rem !important;
  }

  .lg\:bottom-80{
    bottom: 20rem !important;
  }

  .lg\:bottom-96{
    bottom: 24rem !important;
  }

  .lg\:bottom-auto{
    bottom: auto !important;
  }

  .lg\:bottom-px{
    bottom: 1px !important;
  }

  .lg\:bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .lg\:bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .lg\:bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .lg\:bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .lg\:-bottom-0{
    bottom: 0px !important;
  }

  .lg\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .lg\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .lg\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .lg\:-bottom-4{
    bottom: -1rem !important;
  }

  .lg\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .lg\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .lg\:-bottom-7{
    bottom: -1.75rem !important;
  }

  .lg\:-bottom-8{
    bottom: -2rem !important;
  }

  .lg\:-bottom-9{
    bottom: -2.25rem !important;
  }

  .lg\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .lg\:-bottom-11{
    bottom: -2.75rem !important;
  }

  .lg\:-bottom-12{
    bottom: -3rem !important;
  }

  .lg\:-bottom-14{
    bottom: -3.5rem !important;
  }

  .lg\:-bottom-16{
    bottom: -4rem !important;
  }

  .lg\:-bottom-20{
    bottom: -5rem !important;
  }

  .lg\:-bottom-24{
    bottom: -6rem !important;
  }

  .lg\:-bottom-28{
    bottom: -7rem !important;
  }

  .lg\:-bottom-32{
    bottom: -8rem !important;
  }

  .lg\:-bottom-36{
    bottom: -9rem !important;
  }

  .lg\:-bottom-40{
    bottom: -10rem !important;
  }

  .lg\:-bottom-44{
    bottom: -11rem !important;
  }

  .lg\:-bottom-48{
    bottom: -12rem !important;
  }

  .lg\:-bottom-52{
    bottom: -13rem !important;
  }

  .lg\:-bottom-56{
    bottom: -14rem !important;
  }

  .lg\:-bottom-60{
    bottom: -15rem !important;
  }

  .lg\:-bottom-64{
    bottom: -16rem !important;
  }

  .lg\:-bottom-72{
    bottom: -18rem !important;
  }

  .lg\:-bottom-80{
    bottom: -20rem !important;
  }

  .lg\:-bottom-96{
    bottom: -24rem !important;
  }

  .lg\:-bottom-px{
    bottom: -1px !important;
  }

  .lg\:-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .lg\:-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .lg\:-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .lg\:-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .lg\:bottom-1\/2{
    bottom: 50% !important;
  }

  .lg\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .lg\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .lg\:bottom-1\/4{
    bottom: 25% !important;
  }

  .lg\:bottom-2\/4{
    bottom: 50% !important;
  }

  .lg\:bottom-3\/4{
    bottom: 75% !important;
  }

  .lg\:bottom-full{
    bottom: 100% !important;
  }

  .lg\:-bottom-1\/2{
    bottom: -50% !important;
  }

  .lg\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .lg\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .lg\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .lg\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .lg\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .lg\:-bottom-full{
    bottom: -100% !important;
  }

  .lg\:left-0{
    left: 0px !important;
  }

  .lg\:left-1{
    left: 0.25rem !important;
  }

  .lg\:left-2{
    left: 0.5rem !important;
  }

  .lg\:left-3{
    left: 0.75rem !important;
  }

  .lg\:left-4{
    left: 1rem !important;
  }

  .lg\:left-5{
    left: 1.25rem !important;
  }

  .lg\:left-6{
    left: 1.5rem !important;
  }

  .lg\:left-7{
    left: 1.75rem !important;
  }

  .lg\:left-8{
    left: 2rem !important;
  }

  .lg\:left-9{
    left: 2.25rem !important;
  }

  .lg\:left-10{
    left: 2.5rem !important;
  }

  .lg\:left-11{
    left: 2.75rem !important;
  }

  .lg\:left-12{
    left: 3rem !important;
  }

  .lg\:left-14{
    left: 3.5rem !important;
  }

  .lg\:left-16{
    left: 4rem !important;
  }

  .lg\:left-20{
    left: 5rem !important;
  }

  .lg\:left-24{
    left: 6rem !important;
  }

  .lg\:left-28{
    left: 7rem !important;
  }

  .lg\:left-32{
    left: 8rem !important;
  }

  .lg\:left-36{
    left: 9rem !important;
  }

  .lg\:left-40{
    left: 10rem !important;
  }

  .lg\:left-44{
    left: 11rem !important;
  }

  .lg\:left-48{
    left: 12rem !important;
  }

  .lg\:left-52{
    left: 13rem !important;
  }

  .lg\:left-56{
    left: 14rem !important;
  }

  .lg\:left-60{
    left: 15rem !important;
  }

  .lg\:left-64{
    left: 16rem !important;
  }

  .lg\:left-72{
    left: 18rem !important;
  }

  .lg\:left-80{
    left: 20rem !important;
  }

  .lg\:left-96{
    left: 24rem !important;
  }

  .lg\:left-auto{
    left: auto !important;
  }

  .lg\:left-px{
    left: 1px !important;
  }

  .lg\:left-0\.5{
    left: 0.125rem !important;
  }

  .lg\:left-1\.5{
    left: 0.375rem !important;
  }

  .lg\:left-2\.5{
    left: 0.625rem !important;
  }

  .lg\:left-3\.5{
    left: 0.875rem !important;
  }

  .lg\:-left-0{
    left: 0px !important;
  }

  .lg\:-left-1{
    left: -0.25rem !important;
  }

  .lg\:-left-2{
    left: -0.5rem !important;
  }

  .lg\:-left-3{
    left: -0.75rem !important;
  }

  .lg\:-left-4{
    left: -1rem !important;
  }

  .lg\:-left-5{
    left: -1.25rem !important;
  }

  .lg\:-left-6{
    left: -1.5rem !important;
  }

  .lg\:-left-7{
    left: -1.75rem !important;
  }

  .lg\:-left-8{
    left: -2rem !important;
  }

  .lg\:-left-9{
    left: -2.25rem !important;
  }

  .lg\:-left-10{
    left: -2.5rem !important;
  }

  .lg\:-left-11{
    left: -2.75rem !important;
  }

  .lg\:-left-12{
    left: -3rem !important;
  }

  .lg\:-left-14{
    left: -3.5rem !important;
  }

  .lg\:-left-16{
    left: -4rem !important;
  }

  .lg\:-left-20{
    left: -5rem !important;
  }

  .lg\:-left-24{
    left: -6rem !important;
  }

  .lg\:-left-28{
    left: -7rem !important;
  }

  .lg\:-left-32{
    left: -8rem !important;
  }

  .lg\:-left-36{
    left: -9rem !important;
  }

  .lg\:-left-40{
    left: -10rem !important;
  }

  .lg\:-left-44{
    left: -11rem !important;
  }

  .lg\:-left-48{
    left: -12rem !important;
  }

  .lg\:-left-52{
    left: -13rem !important;
  }

  .lg\:-left-56{
    left: -14rem !important;
  }

  .lg\:-left-60{
    left: -15rem !important;
  }

  .lg\:-left-64{
    left: -16rem !important;
  }

  .lg\:-left-72{
    left: -18rem !important;
  }

  .lg\:-left-80{
    left: -20rem !important;
  }

  .lg\:-left-96{
    left: -24rem !important;
  }

  .lg\:-left-px{
    left: -1px !important;
  }

  .lg\:-left-0\.5{
    left: -0.125rem !important;
  }

  .lg\:-left-1\.5{
    left: -0.375rem !important;
  }

  .lg\:-left-2\.5{
    left: -0.625rem !important;
  }

  .lg\:-left-3\.5{
    left: -0.875rem !important;
  }

  .lg\:left-1\/2{
    left: 50% !important;
  }

  .lg\:left-1\/3{
    left: 33.333333% !important;
  }

  .lg\:left-2\/3{
    left: 66.666667% !important;
  }

  .lg\:left-1\/4{
    left: 25% !important;
  }

  .lg\:left-2\/4{
    left: 50% !important;
  }

  .lg\:left-3\/4{
    left: 75% !important;
  }

  .lg\:left-full{
    left: 100% !important;
  }

  .lg\:-left-1\/2{
    left: -50% !important;
  }

  .lg\:-left-1\/3{
    left: -33.333333% !important;
  }

  .lg\:-left-2\/3{
    left: -66.666667% !important;
  }

  .lg\:-left-1\/4{
    left: -25% !important;
  }

  .lg\:-left-2\/4{
    left: -50% !important;
  }

  .lg\:-left-3\/4{
    left: -75% !important;
  }

  .lg\:-left-full{
    left: -100% !important;
  }

  .lg\:isolate{
    isolation: isolate !important;
  }

  .lg\:isolation-auto{
    isolation: auto !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\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .lg\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .lg\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .lg\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .lg\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .lg\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .lg\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .lg\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .lg\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .lg\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .lg\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .lg\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .lg\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .lg\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .lg\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .lg\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .lg\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .lg\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .lg\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .lg\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .lg\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .lg\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .lg\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .lg\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .lg\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .lg\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .lg\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .lg\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .lg\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !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\: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\:float-right{
    float: right !important;
  }

  .lg\:float-left{
    float: left !important;
  }

  .lg\:float-none{
    float: none !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\:m-0{
    margin: 0px !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-7{
    margin: 1.75rem !important;
  }

  .lg\:m-8{
    margin: 2rem !important;
  }

  .lg\:m-9{
    margin: 2.25rem !important;
  }

  .lg\:m-10{
    margin: 2.5rem !important;
  }

  .lg\:m-11{
    margin: 2.75rem !important;
  }

  .lg\:m-12{
    margin: 3rem !important;
  }

  .lg\:m-14{
    margin: 3.5rem !important;
  }

  .lg\:m-16{
    margin: 4rem !important;
  }

  .lg\:m-20{
    margin: 5rem !important;
  }

  .lg\:m-24{
    margin: 6rem !important;
  }

  .lg\:m-28{
    margin: 7rem !important;
  }

  .lg\:m-32{
    margin: 8rem !important;
  }

  .lg\:m-36{
    margin: 9rem !important;
  }

  .lg\:m-40{
    margin: 10rem !important;
  }

  .lg\:m-44{
    margin: 11rem !important;
  }

  .lg\:m-48{
    margin: 12rem !important;
  }

  .lg\:m-52{
    margin: 13rem !important;
  }

  .lg\:m-56{
    margin: 14rem !important;
  }

  .lg\:m-60{
    margin: 15rem !important;
  }

  .lg\:m-64{
    margin: 16rem !important;
  }

  .lg\:m-72{
    margin: 18rem !important;
  }

  .lg\:m-80{
    margin: 20rem !important;
  }

  .lg\:m-96{
    margin: 24rem !important;
  }

  .lg\:m-auto{
    margin: auto !important;
  }

  .lg\:m-px{
    margin: 1px !important;
  }

  .lg\:m-0\.5{
    margin: 0.125rem !important;
  }

  .lg\:m-1\.5{
    margin: 0.375rem !important;
  }

  .lg\:m-2\.5{
    margin: 0.625rem !important;
  }

  .lg\:m-3\.5{
    margin: 0.875rem !important;
  }

  .lg\:-m-0{
    margin: 0px !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-7{
    margin: -1.75rem !important;
  }

  .lg\:-m-8{
    margin: -2rem !important;
  }

  .lg\:-m-9{
    margin: -2.25rem !important;
  }

  .lg\:-m-10{
    margin: -2.5rem !important;
  }

  .lg\:-m-11{
    margin: -2.75rem !important;
  }

  .lg\:-m-12{
    margin: -3rem !important;
  }

  .lg\:-m-14{
    margin: -3.5rem !important;
  }

  .lg\:-m-16{
    margin: -4rem !important;
  }

  .lg\:-m-20{
    margin: -5rem !important;
  }

  .lg\:-m-24{
    margin: -6rem !important;
  }

  .lg\:-m-28{
    margin: -7rem !important;
  }

  .lg\:-m-32{
    margin: -8rem !important;
  }

  .lg\:-m-36{
    margin: -9rem !important;
  }

  .lg\:-m-40{
    margin: -10rem !important;
  }

  .lg\:-m-44{
    margin: -11rem !important;
  }

  .lg\:-m-48{
    margin: -12rem !important;
  }

  .lg\:-m-52{
    margin: -13rem !important;
  }

  .lg\:-m-56{
    margin: -14rem !important;
  }

  .lg\:-m-60{
    margin: -15rem !important;
  }

  .lg\:-m-64{
    margin: -16rem !important;
  }

  .lg\:-m-72{
    margin: -18rem !important;
  }

  .lg\:-m-80{
    margin: -20rem !important;
  }

  .lg\:-m-96{
    margin: -24rem !important;
  }

  .lg\:-m-px{
    margin: -1px !important;
  }

  .lg\:-m-0\.5{
    margin: -0.125rem !important;
  }

  .lg\:-m-1\.5{
    margin: -0.375rem !important;
  }

  .lg\:-m-2\.5{
    margin: -0.625rem !important;
  }

  .lg\:-m-3\.5{
    margin: -0.875rem !important;
  }

  .lg\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .lg\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .lg\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .lg\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .lg\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:mx-36{
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .lg\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .lg\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .lg\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .lg\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .lg\:mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .lg\:mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .lg\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .lg\:mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .lg\:mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .lg\:mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .lg\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .lg\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:-mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .lg\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .lg\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:-mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .lg\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .lg\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:-mx-36{
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .lg\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .lg\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .lg\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .lg\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:-mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .lg\:-mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .lg\:-mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .lg\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .lg\:-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .lg\:-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .lg\:-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .lg\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .lg\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:my-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .lg\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .lg\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .lg\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:my-36{
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .lg\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .lg\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .lg\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .lg\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:my-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .lg\:my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .lg\:my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .lg\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .lg\:my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .lg\:my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .lg\:my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .lg\:-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .lg\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:-my-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .lg\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .lg\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:-my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lg\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .lg\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:-my-36{
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .lg\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .lg\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .lg\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .lg\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:-my-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .lg\:-my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .lg\:-my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .lg\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .lg\:-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .lg\:-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .lg\:-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .lg\:mt-0{
    margin-top: 0px !important;
  }

  .lg\:mt-1{
    margin-top: 0.25rem !important;
  }

  .lg\:mt-2{
    margin-top: 0.5rem !important;
  }

  .lg\:mt-3{
    margin-top: 0.75rem !important;
  }

  .lg\:mt-4{
    margin-top: 1rem !important;
  }

  .lg\:mt-5{
    margin-top: 1.25rem !important;
  }

  .lg\:mt-6{
    margin-top: 1.5rem !important;
  }

  .lg\:mt-7{
    margin-top: 1.75rem !important;
  }

  .lg\:mt-8{
    margin-top: 2rem !important;
  }

  .lg\:mt-9{
    margin-top: 2.25rem !important;
  }

  .lg\:mt-10{
    margin-top: 2.5rem !important;
  }

  .lg\:mt-11{
    margin-top: 2.75rem !important;
  }

  .lg\:mt-12{
    margin-top: 3rem !important;
  }

  .lg\:mt-14{
    margin-top: 3.5rem !important;
  }

  .lg\:mt-16{
    margin-top: 4rem !important;
  }

  .lg\:mt-20{
    margin-top: 5rem !important;
  }

  .lg\:mt-24{
    margin-top: 6rem !important;
  }

  .lg\:mt-28{
    margin-top: 7rem !important;
  }

  .lg\:mt-32{
    margin-top: 8rem !important;
  }

  .lg\:mt-36{
    margin-top: 9rem !important;
  }

  .lg\:mt-40{
    margin-top: 10rem !important;
  }

  .lg\:mt-44{
    margin-top: 11rem !important;
  }

  .lg\:mt-48{
    margin-top: 12rem !important;
  }

  .lg\:mt-52{
    margin-top: 13rem !important;
  }

  .lg\:mt-56{
    margin-top: 14rem !important;
  }

  .lg\:mt-60{
    margin-top: 15rem !important;
  }

  .lg\:mt-64{
    margin-top: 16rem !important;
  }

  .lg\:mt-72{
    margin-top: 18rem !important;
  }

  .lg\:mt-80{
    margin-top: 20rem !important;
  }

  .lg\:mt-96{
    margin-top: 24rem !important;
  }

  .lg\:mt-auto{
    margin-top: auto !important;
  }

  .lg\:mt-px{
    margin-top: 1px !important;
  }

  .lg\:mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .lg\:mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .lg\:mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .lg\:mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .lg\:-mt-0{
    margin-top: 0px !important;
  }

  .lg\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .lg\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .lg\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .lg\:-mt-4{
    margin-top: -1rem !important;
  }

  .lg\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .lg\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .lg\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .lg\:-mt-8{
    margin-top: -2rem !important;
  }

  .lg\:-mt-9{
    margin-top: -2.25rem !important;
  }

  .lg\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .lg\:-mt-11{
    margin-top: -2.75rem !important;
  }

  .lg\:-mt-12{
    margin-top: -3rem !important;
  }

  .lg\:-mt-14{
    margin-top: -3.5rem !important;
  }

  .lg\:-mt-16{
    margin-top: -4rem !important;
  }

  .lg\:-mt-20{
    margin-top: -5rem !important;
  }

  .lg\:-mt-24{
    margin-top: -6rem !important;
  }

  .lg\:-mt-28{
    margin-top: -7rem !important;
  }

  .lg\:-mt-32{
    margin-top: -8rem !important;
  }

  .lg\:-mt-36{
    margin-top: -9rem !important;
  }

  .lg\:-mt-40{
    margin-top: -10rem !important;
  }

  .lg\:-mt-44{
    margin-top: -11rem !important;
  }

  .lg\:-mt-48{
    margin-top: -12rem !important;
  }

  .lg\:-mt-52{
    margin-top: -13rem !important;
  }

  .lg\:-mt-56{
    margin-top: -14rem !important;
  }

  .lg\:-mt-60{
    margin-top: -15rem !important;
  }

  .lg\:-mt-64{
    margin-top: -16rem !important;
  }

  .lg\:-mt-72{
    margin-top: -18rem !important;
  }

  .lg\:-mt-80{
    margin-top: -20rem !important;
  }

  .lg\:-mt-96{
    margin-top: -24rem !important;
  }

  .lg\:-mt-px{
    margin-top: -1px !important;
  }

  .lg\:-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .lg\:-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .lg\:-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .lg\:-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .lg\:mr-0{
    margin-right: 0px !important;
  }

  .lg\:mr-1{
    margin-right: 0.25rem !important;
  }

  .lg\:mr-2{
    margin-right: 0.5rem !important;
  }

  .lg\:mr-3{
    margin-right: 0.75rem !important;
  }

  .lg\:mr-4{
    margin-right: 1rem !important;
  }

  .lg\:mr-5{
    margin-right: 1.25rem !important;
  }

  .lg\:mr-6{
    margin-right: 1.5rem !important;
  }

  .lg\:mr-7{
    margin-right: 1.75rem !important;
  }

  .lg\:mr-8{
    margin-right: 2rem !important;
  }

  .lg\:mr-9{
    margin-right: 2.25rem !important;
  }

  .lg\:mr-10{
    margin-right: 2.5rem !important;
  }

  .lg\:mr-11{
    margin-right: 2.75rem !important;
  }

  .lg\:mr-12{
    margin-right: 3rem !important;
  }

  .lg\:mr-14{
    margin-right: 3.5rem !important;
  }

  .lg\:mr-16{
    margin-right: 4rem !important;
  }

  .lg\:mr-20{
    margin-right: 5rem !important;
  }

  .lg\:mr-24{
    margin-right: 6rem !important;
  }

  .lg\:mr-28{
    margin-right: 7rem !important;
  }

  .lg\:mr-32{
    margin-right: 8rem !important;
  }

  .lg\:mr-36{
    margin-right: 9rem !important;
  }

  .lg\:mr-40{
    margin-right: 10rem !important;
  }

  .lg\:mr-44{
    margin-right: 11rem !important;
  }

  .lg\:mr-48{
    margin-right: 12rem !important;
  }

  .lg\:mr-52{
    margin-right: 13rem !important;
  }

  .lg\:mr-56{
    margin-right: 14rem !important;
  }

  .lg\:mr-60{
    margin-right: 15rem !important;
  }

  .lg\:mr-64{
    margin-right: 16rem !important;
  }

  .lg\:mr-72{
    margin-right: 18rem !important;
  }

  .lg\:mr-80{
    margin-right: 20rem !important;
  }

  .lg\:mr-96{
    margin-right: 24rem !important;
  }

  .lg\:mr-auto{
    margin-right: auto !important;
  }

  .lg\:mr-px{
    margin-right: 1px !important;
  }

  .lg\:mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .lg\:mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .lg\:mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .lg\:mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .lg\:-mr-0{
    margin-right: 0px !important;
  }

  .lg\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .lg\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .lg\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .lg\:-mr-4{
    margin-right: -1rem !important;
  }

  .lg\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .lg\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .lg\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .lg\:-mr-8{
    margin-right: -2rem !important;
  }

  .lg\:-mr-9{
    margin-right: -2.25rem !important;
  }

  .lg\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .lg\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .lg\:-mr-12{
    margin-right: -3rem !important;
  }

  .lg\:-mr-14{
    margin-right: -3.5rem !important;
  }

  .lg\:-mr-16{
    margin-right: -4rem !important;
  }

  .lg\:-mr-20{
    margin-right: -5rem !important;
  }

  .lg\:-mr-24{
    margin-right: -6rem !important;
  }

  .lg\:-mr-28{
    margin-right: -7rem !important;
  }

  .lg\:-mr-32{
    margin-right: -8rem !important;
  }

  .lg\:-mr-36{
    margin-right: -9rem !important;
  }

  .lg\:-mr-40{
    margin-right: -10rem !important;
  }

  .lg\:-mr-44{
    margin-right: -11rem !important;
  }

  .lg\:-mr-48{
    margin-right: -12rem !important;
  }

  .lg\:-mr-52{
    margin-right: -13rem !important;
  }

  .lg\:-mr-56{
    margin-right: -14rem !important;
  }

  .lg\:-mr-60{
    margin-right: -15rem !important;
  }

  .lg\:-mr-64{
    margin-right: -16rem !important;
  }

  .lg\:-mr-72{
    margin-right: -18rem !important;
  }

  .lg\:-mr-80{
    margin-right: -20rem !important;
  }

  .lg\:-mr-96{
    margin-right: -24rem !important;
  }

  .lg\:-mr-px{
    margin-right: -1px !important;
  }

  .lg\:-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .lg\:-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .lg\:-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .lg\:-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .lg\:mb-0{
    margin-bottom: 0px !important;
  }

  .lg\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .lg\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .lg\:mb-4{
    margin-bottom: 1rem !important;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .lg\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .lg\:mb-8{
    margin-bottom: 2rem !important;
  }

  .lg\:mb-9{
    margin-bottom: 2.25rem !important;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .lg\:mb-11{
    margin-bottom: 2.75rem !important;
  }

  .lg\:mb-12{
    margin-bottom: 3rem !important;
  }

  .lg\:mb-14{
    margin-bottom: 3.5rem !important;
  }

  .lg\:mb-16{
    margin-bottom: 4rem !important;
  }

  .lg\:mb-20{
    margin-bottom: 5rem !important;
  }

  .lg\:mb-24{
    margin-bottom: 6rem !important;
  }

  .lg\:mb-28{
    margin-bottom: 7rem !important;
  }

  .lg\:mb-32{
    margin-bottom: 8rem !important;
  }

  .lg\:mb-36{
    margin-bottom: 9rem !important;
  }

  .lg\:mb-40{
    margin-bottom: 10rem !important;
  }

  .lg\:mb-44{
    margin-bottom: 11rem !important;
  }

  .lg\:mb-48{
    margin-bottom: 12rem !important;
  }

  .lg\:mb-52{
    margin-bottom: 13rem !important;
  }

  .lg\:mb-56{
    margin-bottom: 14rem !important;
  }

  .lg\:mb-60{
    margin-bottom: 15rem !important;
  }

  .lg\:mb-64{
    margin-bottom: 16rem !important;
  }

  .lg\:mb-72{
    margin-bottom: 18rem !important;
  }

  .lg\:mb-80{
    margin-bottom: 20rem !important;
  }

  .lg\:mb-96{
    margin-bottom: 24rem !important;
  }

  .lg\:mb-auto{
    margin-bottom: auto !important;
  }

  .lg\:mb-px{
    margin-bottom: 1px !important;
  }

  .lg\:mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .lg\:mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .lg\:mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .lg\:mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .lg\:-mb-0{
    margin-bottom: 0px !important;
  }

  .lg\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .lg\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .lg\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .lg\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .lg\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .lg\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .lg\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .lg\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .lg\:-mb-9{
    margin-bottom: -2.25rem !important;
  }

  .lg\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .lg\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .lg\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .lg\:-mb-14{
    margin-bottom: -3.5rem !important;
  }

  .lg\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .lg\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .lg\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .lg\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .lg\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .lg\:-mb-36{
    margin-bottom: -9rem !important;
  }

  .lg\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .lg\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .lg\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .lg\:-mb-52{
    margin-bottom: -13rem !important;
  }

  .lg\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .lg\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .lg\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .lg\:-mb-72{
    margin-bottom: -18rem !important;
  }

  .lg\:-mb-80{
    margin-bottom: -20rem !important;
  }

  .lg\:-mb-96{
    margin-bottom: -24rem !important;
  }

  .lg\:-mb-px{
    margin-bottom: -1px !important;
  }

  .lg\:-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .lg\:-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .lg\:-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .lg\:-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .lg\:ml-0{
    margin-left: 0px !important;
  }

  .lg\:ml-1{
    margin-left: 0.25rem !important;
  }

  .lg\:ml-2{
    margin-left: 0.5rem !important;
  }

  .lg\:ml-3{
    margin-left: 0.75rem !important;
  }

  .lg\:ml-4{
    margin-left: 1rem !important;
  }

  .lg\:ml-5{
    margin-left: 1.25rem !important;
  }

  .lg\:ml-6{
    margin-left: 1.5rem !important;
  }

  .lg\:ml-7{
    margin-left: 1.75rem !important;
  }

  .lg\:ml-8{
    margin-left: 2rem !important;
  }

  .lg\:ml-9{
    margin-left: 2.25rem !important;
  }

  .lg\:ml-10{
    margin-left: 2.5rem !important;
  }

  .lg\:ml-11{
    margin-left: 2.75rem !important;
  }

  .lg\:ml-12{
    margin-left: 3rem !important;
  }

  .lg\:ml-14{
    margin-left: 3.5rem !important;
  }

  .lg\:ml-16{
    margin-left: 4rem !important;
  }

  .lg\:ml-20{
    margin-left: 5rem !important;
  }

  .lg\:ml-24{
    margin-left: 6rem !important;
  }

  .lg\:ml-28{
    margin-left: 7rem !important;
  }

  .lg\:ml-32{
    margin-left: 8rem !important;
  }

  .lg\:ml-36{
    margin-left: 9rem !important;
  }

  .lg\:ml-40{
    margin-left: 10rem !important;
  }

  .lg\:ml-44{
    margin-left: 11rem !important;
  }

  .lg\:ml-48{
    margin-left: 12rem !important;
  }

  .lg\:ml-52{
    margin-left: 13rem !important;
  }

  .lg\:ml-56{
    margin-left: 14rem !important;
  }

  .lg\:ml-60{
    margin-left: 15rem !important;
  }

  .lg\:ml-64{
    margin-left: 16rem !important;
  }

  .lg\:ml-72{
    margin-left: 18rem !important;
  }

  .lg\:ml-80{
    margin-left: 20rem !important;
  }

  .lg\:ml-96{
    margin-left: 24rem !important;
  }

  .lg\:ml-auto{
    margin-left: auto !important;
  }

  .lg\:ml-px{
    margin-left: 1px !important;
  }

  .lg\:ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .lg\:ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .lg\:ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .lg\:ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .lg\:-ml-0{
    margin-left: 0px !important;
  }

  .lg\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .lg\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .lg\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .lg\:-ml-4{
    margin-left: -1rem !important;
  }

  .lg\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .lg\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .lg\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .lg\:-ml-8{
    margin-left: -2rem !important;
  }

  .lg\:-ml-9{
    margin-left: -2.25rem !important;
  }

  .lg\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .lg\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .lg\:-ml-12{
    margin-left: -3rem !important;
  }

  .lg\:-ml-14{
    margin-left: -3.5rem !important;
  }

  .lg\:-ml-16{
    margin-left: -4rem !important;
  }

  .lg\:-ml-20{
    margin-left: -5rem !important;
  }

  .lg\:-ml-24{
    margin-left: -6rem !important;
  }

  .lg\:-ml-28{
    margin-left: -7rem !important;
  }

  .lg\:-ml-32{
    margin-left: -8rem !important;
  }

  .lg\:-ml-36{
    margin-left: -9rem !important;
  }

  .lg\:-ml-40{
    margin-left: -10rem !important;
  }

  .lg\:-ml-44{
    margin-left: -11rem !important;
  }

  .lg\:-ml-48{
    margin-left: -12rem !important;
  }

  .lg\:-ml-52{
    margin-left: -13rem !important;
  }

  .lg\:-ml-56{
    margin-left: -14rem !important;
  }

  .lg\:-ml-60{
    margin-left: -15rem !important;
  }

  .lg\:-ml-64{
    margin-left: -16rem !important;
  }

  .lg\:-ml-72{
    margin-left: -18rem !important;
  }

  .lg\:-ml-80{
    margin-left: -20rem !important;
  }

  .lg\:-ml-96{
    margin-left: -24rem !important;
  }

  .lg\:-ml-px{
    margin-left: -1px !important;
  }

  .lg\:-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .lg\:-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .lg\:-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .lg\:-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .lg\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .lg\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .lg\:block{
    display: block !important;
  }

  .lg\:inline-block{
    display: inline-block !important;
  }

  .lg\:inline{
    display: inline !important;
  }

  .lg\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .lg\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .lg\:table{
    display: table !important;
  }

  .lg\:inline-table{
    display: inline-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\:list-item{
    display: list-item !important;
  }

  .lg\:hidden{
    display: none !important;
  }

  .lg\:h-0{
    height: 0px !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-7{
    height: 1.75rem !important;
  }

  .lg\:h-8{
    height: 2rem !important;
  }

  .lg\:h-9{
    height: 2.25rem !important;
  }

  .lg\:h-10{
    height: 2.5rem !important;
  }

  .lg\:h-11{
    height: 2.75rem !important;
  }

  .lg\:h-12{
    height: 3rem !important;
  }

  .lg\:h-14{
    height: 3.5rem !important;
  }

  .lg\:h-16{
    height: 4rem !important;
  }

  .lg\:h-20{
    height: 5rem !important;
  }

  .lg\:h-24{
    height: 6rem !important;
  }

  .lg\:h-28{
    height: 7rem !important;
  }

  .lg\:h-32{
    height: 8rem !important;
  }

  .lg\:h-36{
    height: 9rem !important;
  }

  .lg\:h-40{
    height: 10rem !important;
  }

  .lg\:h-44{
    height: 11rem !important;
  }

  .lg\:h-48{
    height: 12rem !important;
  }

  .lg\:h-52{
    height: 13rem !important;
  }

  .lg\:h-56{
    height: 14rem !important;
  }

  .lg\:h-60{
    height: 15rem !important;
  }

  .lg\:h-64{
    height: 16rem !important;
  }

  .lg\:h-72{
    height: 18rem !important;
  }

  .lg\:h-80{
    height: 20rem !important;
  }

  .lg\:h-96{
    height: 24rem !important;
  }

  .lg\:h-auto{
    height: auto !important;
  }

  .lg\:h-px{
    height: 1px !important;
  }

  .lg\:h-0\.5{
    height: 0.125rem !important;
  }

  .lg\:h-1\.5{
    height: 0.375rem !important;
  }

  .lg\:h-2\.5{
    height: 0.625rem !important;
  }

  .lg\:h-3\.5{
    height: 0.875rem !important;
  }

  .lg\:h-1\/2{
    height: 50% !important;
  }

  .lg\:h-1\/3{
    height: 33.333333% !important;
  }

  .lg\:h-2\/3{
    height: 66.666667% !important;
  }

  .lg\:h-1\/4{
    height: 25% !important;
  }

  .lg\:h-2\/4{
    height: 50% !important;
  }

  .lg\:h-3\/4{
    height: 75% !important;
  }

  .lg\:h-1\/5{
    height: 20% !important;
  }

  .lg\:h-2\/5{
    height: 40% !important;
  }

  .lg\:h-3\/5{
    height: 60% !important;
  }

  .lg\:h-4\/5{
    height: 80% !important;
  }

  .lg\:h-1\/6{
    height: 16.666667% !important;
  }

  .lg\:h-2\/6{
    height: 33.333333% !important;
  }

  .lg\:h-3\/6{
    height: 50% !important;
  }

  .lg\:h-4\/6{
    height: 66.666667% !important;
  }

  .lg\:h-5\/6{
    height: 83.333333% !important;
  }

  .lg\:h-full{
    height: 100% !important;
  }

  .lg\:h-screen{
    height: 100vh !important;
  }

  .lg\:max-h-0{
    max-height: 0px !important;
  }

  .lg\:max-h-1{
    max-height: 0.25rem !important;
  }

  .lg\:max-h-2{
    max-height: 0.5rem !important;
  }

  .lg\:max-h-3{
    max-height: 0.75rem !important;
  }

  .lg\:max-h-4{
    max-height: 1rem !important;
  }

  .lg\:max-h-5{
    max-height: 1.25rem !important;
  }

  .lg\:max-h-6{
    max-height: 1.5rem !important;
  }

  .lg\:max-h-7{
    max-height: 1.75rem !important;
  }

  .lg\:max-h-8{
    max-height: 2rem !important;
  }

  .lg\:max-h-9{
    max-height: 2.25rem !important;
  }

  .lg\:max-h-10{
    max-height: 2.5rem !important;
  }

  .lg\:max-h-11{
    max-height: 2.75rem !important;
  }

  .lg\:max-h-12{
    max-height: 3rem !important;
  }

  .lg\:max-h-14{
    max-height: 3.5rem !important;
  }

  .lg\:max-h-16{
    max-height: 4rem !important;
  }

  .lg\:max-h-20{
    max-height: 5rem !important;
  }

  .lg\:max-h-24{
    max-height: 6rem !important;
  }

  .lg\:max-h-28{
    max-height: 7rem !important;
  }

  .lg\:max-h-32{
    max-height: 8rem !important;
  }

  .lg\:max-h-36{
    max-height: 9rem !important;
  }

  .lg\:max-h-40{
    max-height: 10rem !important;
  }

  .lg\:max-h-44{
    max-height: 11rem !important;
  }

  .lg\:max-h-48{
    max-height: 12rem !important;
  }

  .lg\:max-h-52{
    max-height: 13rem !important;
  }

  .lg\:max-h-56{
    max-height: 14rem !important;
  }

  .lg\:max-h-60{
    max-height: 15rem !important;
  }

  .lg\:max-h-64{
    max-height: 16rem !important;
  }

  .lg\:max-h-72{
    max-height: 18rem !important;
  }

  .lg\:max-h-80{
    max-height: 20rem !important;
  }

  .lg\:max-h-96{
    max-height: 24rem !important;
  }

  .lg\:max-h-px{
    max-height: 1px !important;
  }

  .lg\:max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .lg\:max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .lg\:max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .lg\:max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .lg\:max-h-full{
    max-height: 100% !important;
  }

  .lg\:max-h-screen{
    max-height: 100vh !important;
  }

  .lg\:min-h-0{
    min-height: 0px !important;
  }

  .lg\:min-h-full{
    min-height: 100% !important;
  }

  .lg\:min-h-screen{
    min-height: 100vh !important;
  }

  .lg\:w-0{
    width: 0px !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-7{
    width: 1.75rem !important;
  }

  .lg\:w-8{
    width: 2rem !important;
  }

  .lg\:w-9{
    width: 2.25rem !important;
  }

  .lg\:w-10{
    width: 2.5rem !important;
  }

  .lg\:w-11{
    width: 2.75rem !important;
  }

  .lg\:w-12{
    width: 3rem !important;
  }

  .lg\:w-14{
    width: 3.5rem !important;
  }

  .lg\:w-16{
    width: 4rem !important;
  }

  .lg\:w-20{
    width: 5rem !important;
  }

  .lg\:w-24{
    width: 6rem !important;
  }

  .lg\:w-28{
    width: 7rem !important;
  }

  .lg\:w-32{
    width: 8rem !important;
  }

  .lg\:w-36{
    width: 9rem !important;
  }

  .lg\:w-40{
    width: 10rem !important;
  }

  .lg\:w-44{
    width: 11rem !important;
  }

  .lg\:w-48{
    width: 12rem !important;
  }

  .lg\:w-52{
    width: 13rem !important;
  }

  .lg\:w-56{
    width: 14rem !important;
  }

  .lg\:w-60{
    width: 15rem !important;
  }

  .lg\:w-64{
    width: 16rem !important;
  }

  .lg\:w-72{
    width: 18rem !important;
  }

  .lg\:w-80{
    width: 20rem !important;
  }

  .lg\:w-96{
    width: 24rem !important;
  }

  .lg\:w-auto{
    width: auto !important;
  }

  .lg\:w-px{
    width: 1px !important;
  }

  .lg\:w-0\.5{
    width: 0.125rem !important;
  }

  .lg\:w-1\.5{
    width: 0.375rem !important;
  }

  .lg\:w-2\.5{
    width: 0.625rem !important;
  }

  .lg\:w-3\.5{
    width: 0.875rem !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\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .lg\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .lg\:min-w-0{
    min-width: 0px !important;
  }

  .lg\:min-w-full{
    min-width: 100% !important;
  }

  .lg\:min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .lg\:min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .lg\:max-w-0{
    max-width: 0rem !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-7xl{
    max-width: 80rem !important;
  }

  .lg\:max-w-full{
    max-width: 100% !important;
  }

  .lg\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .lg\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .lg\:max-w-prose{
    max-width: 65ch !important;
  }

  .lg\:max-w-screen-xs{
    max-width: 400px !important;
  }

  .lg\:max-w-screen-sm{
    max-width: 576px !important;
  }

  .lg\:max-w-screen-md{
    max-width: 768px !important;
  }

  .lg\:max-w-screen-mdlg{
    max-width: 992px !important;
  }

  .lg\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .lg\:max-w-screen-lgxl{
    max-width: 1200px !important;
  }

  .lg\:max-w-screen-xl{
    max-width: 1351px !important;
  }

  .lg\:max-w-screen-2xl{
    max-width: 1530px !important;
  }

  .lg\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .lg\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .lg\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .lg\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .lg\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .lg\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .lg\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .lg\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .lg\:table-auto{
    table-layout: auto !important;
  }

  .lg\:table-fixed{
    table-layout: fixed !important;
  }

  .lg\:border-collapse{
    border-collapse: collapse !important;
  }

  .lg\:border-separate{
    border-collapse: separate !important;
  }

  .lg\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .lg\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .lg\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .lg\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .lg\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .lg\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .lg\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .lg\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .lg\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .lg\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .lg\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .lg\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .lg\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .lg\:translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .lg\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .lg\:translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .lg\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .lg\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .lg\:translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .lg\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .lg\:translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .lg\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .lg\:translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .lg\:translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .lg\:translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .lg\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .lg\:translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .lg\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .lg\:translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .lg\:translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .lg\:translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .lg\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .lg\:translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .lg\:translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .lg\:translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .lg\:translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .lg\:-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .lg\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .lg\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .lg\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .lg\:-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .lg\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .lg\:-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .lg\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .lg\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .lg\:-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .lg\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .lg\:-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .lg\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .lg\:-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .lg\:-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .lg\:-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .lg\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .lg\:-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .lg\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .lg\:-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .lg\:-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .lg\:-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .lg\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .lg\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .lg\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .lg\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .lg\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .lg\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .lg\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .lg\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .lg\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .lg\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .lg\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .lg\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .lg\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .lg\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .lg\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .lg\:translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .lg\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .lg\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .lg\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .lg\:translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .lg\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .lg\:translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .lg\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .lg\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .lg\:translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .lg\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .lg\:translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .lg\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .lg\:translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .lg\:translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .lg\:translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .lg\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .lg\:translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .lg\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .lg\:translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .lg\:translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .lg\:translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .lg\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .lg\:translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .lg\:translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .lg\:translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .lg\:translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .lg\:-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .lg\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .lg\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .lg\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .lg\:-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .lg\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .lg\:-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .lg\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .lg\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .lg\:-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .lg\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .lg\:-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .lg\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .lg\:-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .lg\:-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .lg\:-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .lg\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .lg\:-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .lg\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .lg\:-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .lg\:-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .lg\:-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .lg\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .lg\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .lg\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .lg\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .lg\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .lg\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .lg\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .lg\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .lg\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .lg\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .lg\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .lg\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .lg\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .lg\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .lg\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .lg\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .lg\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .lg\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .lg\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .lg\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .lg\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .lg\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .lg\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .lg\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .lg\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .lg\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .lg\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .lg\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .lg\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .lg\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .lg\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .lg\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .lg\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .lg\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .lg\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .lg\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .lg\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .lg\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .lg\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .lg\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .lg\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .lg\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .lg\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .lg\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .lg\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .lg\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .lg\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .lg\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .lg\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .lg\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .lg\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .lg\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .lg\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .lg\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .lg\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .lg\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .lg\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .lg\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .lg\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .lg\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .lg\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .lg\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .lg\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .lg\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .lg\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .lg\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .lg\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .lg\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .lg\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .lg\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .lg\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .lg\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .lg\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .lg\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .lg\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .lg\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .lg\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .lg\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .lg\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .lg\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .lg\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .lg\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .lg\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .lg\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .lg\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .lg\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .lg\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .lg\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .lg\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .lg\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .lg\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .lg\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .lg\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .lg\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .lg\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .lg\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .lg\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .lg\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .lg\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .lg\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .lg\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .lg\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .lg\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .lg\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .lg\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .lg\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .lg\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .lg\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .lg\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .lg\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .lg\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .lg\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .lg\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .lg\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .lg\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .lg\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .lg\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .lg\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .lg\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .lg\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .lg\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .lg\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .lg\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .lg\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .lg\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .lg\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .lg\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .lg\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .lg\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .lg\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .lg\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .lg\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .lg\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .lg\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .lg\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .lg\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .lg\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .lg\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .lg\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .lg\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .lg\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .lg\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .lg\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .lg\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .lg\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .lg\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .lg\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .lg\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .lg\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .lg\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .lg\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .lg\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .lg\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .lg\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .lg\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .lg\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .lg\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .lg\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .lg\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .lg\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .lg\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .lg\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .lg\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .lg\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .lg\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .lg\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .lg\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .lg\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .lg\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .lg\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .lg\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .lg\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .lg\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .lg\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .lg\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .lg\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .lg\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .lg\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .lg\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .lg\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .lg\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .lg\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .lg\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .lg\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .lg\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .lg\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .lg\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .lg\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .lg\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .lg\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .lg\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .lg\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .lg\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .lg\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .lg\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .lg\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .lg\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .lg\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .lg\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .lg\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .lg\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .lg\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .lg\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .lg\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .lg\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .lg\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .lg\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .lg\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .lg\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .lg\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .lg\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .lg\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .lg\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .lg\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .lg\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .lg\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .lg\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .lg\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .lg\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .lg\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .lg\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .lg\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .lg\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .lg\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .lg\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .lg\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .lg\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .lg\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .lg\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .lg\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .lg\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .lg\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .lg\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .lg\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .lg\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .lg\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .lg\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .lg\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .lg\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .lg\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .lg\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .lg\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .lg\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .lg\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .lg\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .lg\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .lg\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .lg\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .lg\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .lg\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .lg\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .lg\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .lg\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .lg\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .lg\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .lg\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .lg\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .lg\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .lg\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .lg\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .lg\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .lg\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .lg\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .lg\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .lg\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .lg\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .lg\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .lg\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .lg\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .lg\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .lg\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .lg\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .lg\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .lg\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .lg\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .lg\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .lg\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .lg\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .lg\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .lg\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .lg\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .lg\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .lg\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .lg\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .lg\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .lg\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .lg\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .lg\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .lg\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .lg\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .lg\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .lg\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .lg\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .lg\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .lg\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .lg\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .lg\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .lg\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .lg\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .lg\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .lg\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .lg\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .lg\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .lg\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .lg\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .lg\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .lg\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .lg\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .lg\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .lg\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .lg\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .lg\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .lg\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .lg\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .lg\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .lg\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .lg\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .lg\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .lg\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .lg\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .lg\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .lg\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .lg\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .lg\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .lg\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .lg\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .lg\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .lg\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .lg\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .lg\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .lg\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .lg\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .lg\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .lg\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .lg\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .lg\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .lg\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .lg\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .lg\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .lg\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .lg\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .lg\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .lg\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .lg\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .lg\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .lg\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .lg\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .lg\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .lg\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .lg\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .lg\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .lg\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .lg\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .lg\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .lg\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .lg\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .lg\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .lg\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .lg\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .lg\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .lg\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .lg\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .lg\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .lg\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .lg\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .lg\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .lg\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .lg\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .lg\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .lg\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .lg\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .lg\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .lg\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .lg\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .lg\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .lg\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .lg\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .lg\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .lg\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .lg\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .lg\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .lg\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .lg\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .lg\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .lg\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .lg\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .lg\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .lg\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .lg\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .lg\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .lg\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .lg\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .lg\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .lg\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .lg\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .lg\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .lg\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .lg\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .lg\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .lg\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .lg\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .lg\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .lg\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .lg\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .lg\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .lg\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .lg\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .lg\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .lg\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .lg\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .lg\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .lg\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .lg\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .lg\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .lg\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !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-help{
    cursor: help !important;
  }

  .lg\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .lg\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lg\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-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;
        -ms-user-select: auto !important;
            user-select: 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\: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\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .lg\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .lg\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .lg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !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\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .lg\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .lg\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !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\: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\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .lg\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .lg\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .lg\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-nowrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !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-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\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .lg\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .lg\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .lg\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .lg\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .lg\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .lg\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .lg\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .lg\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .lg\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .lg\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .lg\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .lg\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .lg\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .lg\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .lg\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .lg\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !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\:gap-0{
    gap: 0px !important;
  }

  .lg\:gap-1{
    gap: 0.25rem !important;
  }

  .lg\:gap-2{
    gap: 0.5rem !important;
  }

  .lg\:gap-3{
    gap: 0.75rem !important;
  }

  .lg\:gap-4{
    gap: 1rem !important;
  }

  .lg\:gap-5{
    gap: 1.25rem !important;
  }

  .lg\:gap-6{
    gap: 1.5rem !important;
  }

  .lg\:gap-7{
    gap: 1.75rem !important;
  }

  .lg\:gap-8{
    gap: 2rem !important;
  }

  .lg\:gap-9{
    gap: 2.25rem !important;
  }

  .lg\:gap-10{
    gap: 2.5rem !important;
  }

  .lg\:gap-11{
    gap: 2.75rem !important;
  }

  .lg\:gap-12{
    gap: 3rem !important;
  }

  .lg\:gap-14{
    gap: 3.5rem !important;
  }

  .lg\:gap-16{
    gap: 4rem !important;
  }

  .lg\:gap-20{
    gap: 5rem !important;
  }

  .lg\:gap-24{
    gap: 6rem !important;
  }

  .lg\:gap-28{
    gap: 7rem !important;
  }

  .lg\:gap-32{
    gap: 8rem !important;
  }

  .lg\:gap-36{
    gap: 9rem !important;
  }

  .lg\:gap-40{
    gap: 10rem !important;
  }

  .lg\:gap-44{
    gap: 11rem !important;
  }

  .lg\:gap-48{
    gap: 12rem !important;
  }

  .lg\:gap-52{
    gap: 13rem !important;
  }

  .lg\:gap-56{
    gap: 14rem !important;
  }

  .lg\:gap-60{
    gap: 15rem !important;
  }

  .lg\:gap-64{
    gap: 16rem !important;
  }

  .lg\:gap-72{
    gap: 18rem !important;
  }

  .lg\:gap-80{
    gap: 20rem !important;
  }

  .lg\:gap-96{
    gap: 24rem !important;
  }

  .lg\:gap-px{
    gap: 1px !important;
  }

  .lg\:gap-0\.5{
    gap: 0.125rem !important;
  }

  .lg\:gap-1\.5{
    gap: 0.375rem !important;
  }

  .lg\:gap-2\.5{
    gap: 0.625rem !important;
  }

  .lg\:gap-3\.5{
    gap: 0.875rem !important;
  }

  .lg\:gap-x-0{
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }

  .lg\:gap-x-1{
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .lg\:gap-x-2{
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .lg\:gap-x-3{
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .lg\:gap-x-4{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .lg\:gap-x-5{
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .lg\:gap-x-6{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .lg\:gap-x-7{
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .lg\:gap-x-8{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .lg\:gap-x-9{
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

  .lg\:gap-x-10{
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .lg\:gap-x-11{
    -webkit-column-gap: 2.75rem !important;
       -moz-column-gap: 2.75rem !important;
            column-gap: 2.75rem !important;
  }

  .lg\:gap-x-12{
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .lg\:gap-x-14{
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .lg\:gap-x-16{
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .lg\:gap-x-20{
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .lg\:gap-x-24{
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .lg\:gap-x-28{
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .lg\:gap-x-32{
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .lg\:gap-x-36{
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }

  .lg\:gap-x-40{
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .lg\:gap-x-44{
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .lg\:gap-x-48{
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .lg\:gap-x-52{
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .lg\:gap-x-56{
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .lg\:gap-x-60{
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .lg\:gap-x-64{
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .lg\:gap-x-72{
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .lg\:gap-x-80{
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !important;
  }

  .lg\:gap-x-96{
    -webkit-column-gap: 24rem !important;
       -moz-column-gap: 24rem !important;
            column-gap: 24rem !important;
  }

  .lg\:gap-x-px{
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .lg\:gap-x-0\.5{
    -webkit-column-gap: 0.125rem !important;
       -moz-column-gap: 0.125rem !important;
            column-gap: 0.125rem !important;
  }

  .lg\:gap-x-1\.5{
    -webkit-column-gap: 0.375rem !important;
       -moz-column-gap: 0.375rem !important;
            column-gap: 0.375rem !important;
  }

  .lg\:gap-x-2\.5{
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .lg\:gap-x-3\.5{
    -webkit-column-gap: 0.875rem !important;
       -moz-column-gap: 0.875rem !important;
            column-gap: 0.875rem !important;
  }

  .lg\:gap-y-0{
    row-gap: 0px !important;
  }

  .lg\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .lg\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .lg\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .lg\:gap-y-4{
    row-gap: 1rem !important;
  }

  .lg\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .lg\:gap-y-7{
    row-gap: 1.75rem !important;
  }

  .lg\:gap-y-8{
    row-gap: 2rem !important;
  }

  .lg\:gap-y-9{
    row-gap: 2.25rem !important;
  }

  .lg\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-11{
    row-gap: 2.75rem !important;
  }

  .lg\:gap-y-12{
    row-gap: 3rem !important;
  }

  .lg\:gap-y-14{
    row-gap: 3.5rem !important;
  }

  .lg\:gap-y-16{
    row-gap: 4rem !important;
  }

  .lg\:gap-y-20{
    row-gap: 5rem !important;
  }

  .lg\:gap-y-24{
    row-gap: 6rem !important;
  }

  .lg\:gap-y-28{
    row-gap: 7rem !important;
  }

  .lg\:gap-y-32{
    row-gap: 8rem !important;
  }

  .lg\:gap-y-36{
    row-gap: 9rem !important;
  }

  .lg\:gap-y-40{
    row-gap: 10rem !important;
  }

  .lg\:gap-y-44{
    row-gap: 11rem !important;
  }

  .lg\:gap-y-48{
    row-gap: 12rem !important;
  }

  .lg\:gap-y-52{
    row-gap: 13rem !important;
  }

  .lg\:gap-y-56{
    row-gap: 14rem !important;
  }

  .lg\:gap-y-60{
    row-gap: 15rem !important;
  }

  .lg\:gap-y-64{
    row-gap: 16rem !important;
  }

  .lg\:gap-y-72{
    row-gap: 18rem !important;
  }

  .lg\:gap-y-80{
    row-gap: 20rem !important;
  }

  .lg\:gap-y-96{
    row-gap: 24rem !important;
  }

  .lg\:gap-y-px{
    row-gap: 1px !important;
  }

  .lg\:gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .lg\:gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .lg\:gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .lg\:gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-transparent) !important;
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-black) !important;
  }

  .lg\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-white) !important;
  }

  .lg\:divide-error > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-error) !important;
  }

  .lg\:divide-warning > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-warning) !important;
  }

  .lg\:divide-success > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-success) !important;
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !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\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .lg\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .lg\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .lg\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .lg\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .lg\:self-baseline{
    -ms-flex-item-align: baseline !important;
        align-self: baseline !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\: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\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .lg\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .lg\:overscroll-none{
    -ms-scroll-chaining: none !important;
        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\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .lg\:overflow-clip{
    text-overflow: clip !important;
  }

  .lg\:whitespace-normal{
    white-space: normal !important;
  }

  .lg\:whitespace-nowrap{
    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{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words{
    overflow-wrap: break-word !important;
  }

  .lg\:break-all{
    word-break: break-all !important;
  }

  .lg\:rounded-none{
    border-radius: 0px !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: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !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: 0px !important;
  }

  .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .lg\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .lg\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0px !important;
  }

  .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0px !important;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0px !important;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:border-0{
    border-width: 0px !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: 0px !important;
  }

  .lg\:border-t-2{
    border-top-width: 2px !important;
  }

  .lg\:border-t-4{
    border-top-width: 4px !important;
  }

  .lg\:border-t-8{
    border-top-width: 8px !important;
  }

  .lg\:border-t{
    border-top-width: 1px !important;
  }

  .lg\:border-r-0{
    border-right-width: 0px !important;
  }

  .lg\:border-r-2{
    border-right-width: 2px !important;
  }

  .lg\:border-r-4{
    border-right-width: 4px !important;
  }

  .lg\:border-r-8{
    border-right-width: 8px !important;
  }

  .lg\:border-r{
    border-right-width: 1px !important;
  }

  .lg\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .lg\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .lg\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .lg\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .lg\:border-b{
    border-bottom-width: 1px !important;
  }

  .lg\:border-l-0{
    border-left-width: 0px !important;
  }

  .lg\:border-l-2{
    border-left-width: 2px !important;
  }

  .lg\:border-l-4{
    border-left-width: 4px !important;
  }

  .lg\:border-l-8{
    border-left-width: 8px !important;
  }

  .lg\:border-l{
    border-left-width: 1px !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-transparent{
    border-color: var(--color-transparent) !important;
  }

  .lg\:border-black{
    border-color: var(--color-black) !important;
  }

  .lg\:border-white{
    border-color: var(--color-white) !important;
  }

  .lg\:border-error{
    border-color: var(--color-error) !important;
  }

  .lg\:border-warning{
    border-color: var(--color-warning) !important;
  }

  .lg\:border-success{
    border-color: var(--color-success) !important;
  }

  .group:hover .lg\:group-hover\:border-transparent{
    border-color: var(--color-transparent) !important;
  }

  .group:hover .lg\:group-hover\:border-black{
    border-color: var(--color-black) !important;
  }

  .group:hover .lg\:group-hover\:border-white{
    border-color: var(--color-white) !important;
  }

  .group:hover .lg\:group-hover\:border-error{
    border-color: var(--color-error) !important;
  }

  .group:hover .lg\:group-hover\:border-warning{
    border-color: var(--color-warning) !important;
  }

  .group:hover .lg\:group-hover\:border-success{
    border-color: var(--color-success) !important;
  }

  .lg\:focus-within\:border-transparent:focus-within{
    border-color: var(--color-transparent) !important;
  }

  .lg\:focus-within\:border-black:focus-within{
    border-color: var(--color-black) !important;
  }

  .lg\:focus-within\:border-white:focus-within{
    border-color: var(--color-white) !important;
  }

  .lg\:focus-within\:border-error:focus-within{
    border-color: var(--color-error) !important;
  }

  .lg\:focus-within\:border-warning:focus-within{
    border-color: var(--color-warning) !important;
  }

  .lg\:focus-within\:border-success:focus-within{
    border-color: var(--color-success) !important;
  }

  .lg\:hover\:border-transparent:hover{
    border-color: var(--color-transparent) !important;
  }

  .lg\:hover\:border-black:hover{
    border-color: var(--color-black) !important;
  }

  .lg\:hover\:border-white:hover{
    border-color: var(--color-white) !important;
  }

  .lg\:hover\:border-error:hover{
    border-color: var(--color-error) !important;
  }

  .lg\:hover\:border-warning:hover{
    border-color: var(--color-warning) !important;
  }

  .lg\:hover\:border-success:hover{
    border-color: var(--color-success) !important;
  }

  .lg\:focus\:border-transparent:focus{
    border-color: var(--color-transparent) !important;
  }

  .lg\:focus\:border-black:focus{
    border-color: var(--color-black) !important;
  }

  .lg\:focus\:border-white:focus{
    border-color: var(--color-white) !important;
  }

  .lg\:focus\:border-error:focus{
    border-color: var(--color-error) !important;
  }

  .lg\:focus\:border-warning:focus{
    border-color: var(--color-warning) !important;
  }

  .lg\:focus\:border-success:focus{
    border-color: var(--color-success) !important;
  }

  .lg\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .lg\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .lg\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .lg\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .lg\:bg-transparent{
    background-color: var(--color-transparent) !important;
  }

  .lg\:bg-black{
    background-color: var(--color-black) !important;
  }

  .lg\:bg-white{
    background-color: var(--color-white) !important;
  }

  .lg\:bg-error{
    background-color: var(--color-error) !important;
  }

  .lg\:bg-warning{
    background-color: var(--color-warning) !important;
  }

  .lg\:bg-success{
    background-color: var(--color-success) !important;
  }

  .group:hover .lg\:group-hover\:bg-transparent{
    background-color: var(--color-transparent) !important;
  }

  .group:hover .lg\:group-hover\:bg-black{
    background-color: var(--color-black) !important;
  }

  .group:hover .lg\:group-hover\:bg-white{
    background-color: var(--color-white) !important;
  }

  .group:hover .lg\:group-hover\:bg-error{
    background-color: var(--color-error) !important;
  }

  .group:hover .lg\:group-hover\:bg-warning{
    background-color: var(--color-warning) !important;
  }

  .group:hover .lg\:group-hover\:bg-success{
    background-color: var(--color-success) !important;
  }

  .lg\:focus-within\:bg-transparent:focus-within{
    background-color: var(--color-transparent) !important;
  }

  .lg\:focus-within\:bg-black:focus-within{
    background-color: var(--color-black) !important;
  }

  .lg\:focus-within\:bg-white:focus-within{
    background-color: var(--color-white) !important;
  }

  .lg\:focus-within\:bg-error:focus-within{
    background-color: var(--color-error) !important;
  }

  .lg\:focus-within\:bg-warning:focus-within{
    background-color: var(--color-warning) !important;
  }

  .lg\:focus-within\:bg-success:focus-within{
    background-color: var(--color-success) !important;
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: var(--color-transparent) !important;
  }

  .lg\:hover\:bg-black:hover{
    background-color: var(--color-black) !important;
  }

  .lg\:hover\:bg-white:hover{
    background-color: var(--color-white) !important;
  }

  .lg\:hover\:bg-error:hover{
    background-color: var(--color-error) !important;
  }

  .lg\:hover\:bg-warning:hover{
    background-color: var(--color-warning) !important;
  }

  .lg\:hover\:bg-success:hover{
    background-color: var(--color-success) !important;
  }

  .lg\:focus\:bg-transparent:focus{
    background-color: var(--color-transparent) !important;
  }

  .lg\:focus\:bg-black:focus{
    background-color: var(--color-black) !important;
  }

  .lg\:focus\:bg-white:focus{
    background-color: var(--color-white) !important;
  }

  .lg\:focus\:bg-error:focus{
    background-color: var(--color-error) !important;
  }

  .lg\:focus\:bg-warning:focus{
    background-color: var(--color-warning) !important;
  }

  .lg\:focus\:bg-success:focus{
    background-color: var(--color-success) !important;
  }

  .lg\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .lg\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .lg\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .lg\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .lg\:bg-none{
    background-image: none !important;
  }

  .lg\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .lg\:from-transparent{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-black{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-white{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-error{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-warning{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-success{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-transparent:hover{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-black:hover{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-white:hover{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-error:hover{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-warning:hover{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-success:hover{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-transparent:focus{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-black:focus{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-white:focus{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-error:focus{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-warning:focus{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-success:focus{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-warning{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-success{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-warning:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-success:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-warning:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-success:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:to-transparent{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .lg\:to-black{
    --tw-gradient-to: var(--color-black) !important;
  }

  .lg\:to-white{
    --tw-gradient-to: var(--color-white) !important;
  }

  .lg\:to-error{
    --tw-gradient-to: var(--color-error) !important;
  }

  .lg\:to-warning{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .lg\:to-success{
    --tw-gradient-to: var(--color-success) !important;
  }

  .lg\:hover\:to-transparent:hover{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .lg\:hover\:to-black:hover{
    --tw-gradient-to: var(--color-black) !important;
  }

  .lg\:hover\:to-white:hover{
    --tw-gradient-to: var(--color-white) !important;
  }

  .lg\:hover\:to-error:hover{
    --tw-gradient-to: var(--color-error) !important;
  }

  .lg\:hover\:to-warning:hover{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .lg\:hover\:to-success:hover{
    --tw-gradient-to: var(--color-success) !important;
  }

  .lg\:focus\:to-transparent:focus{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .lg\:focus\:to-black:focus{
    --tw-gradient-to: var(--color-black) !important;
  }

  .lg\:focus\:to-white:focus{
    --tw-gradient-to: var(--color-white) !important;
  }

  .lg\:focus\:to-error:focus{
    --tw-gradient-to: var(--color-error) !important;
  }

  .lg\:focus\:to-warning:focus{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .lg\:focus\:to-success:focus{
    --tw-gradient-to: var(--color-success) !important;
  }

  .lg\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .lg\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .lg\:bg-auto{
    background-size: auto !important;
  }

  .lg\:bg-cover{
    background-size: cover !important;
  }

  .lg\:bg-contain{
    background-size: contain !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-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-origin-border{
    background-origin: border-box !important;
  }

  .lg\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .lg\:bg-origin-content{
    background-origin: content-box !important;
  }

  .lg\:fill-current{
    fill: currentColor !important;
  }

  .lg\:stroke-current{
    stroke: currentColor !important;
  }

  .lg\:stroke-0{
    stroke-width: 0 !important;
  }

  .lg\:stroke-1{
    stroke-width: 1 !important;
  }

  .lg\:stroke-2{
    stroke-width: 2 !important;
  }

  .lg\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:p-0{
    padding: 0px !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-7{
    padding: 1.75rem !important;
  }

  .lg\:p-8{
    padding: 2rem !important;
  }

  .lg\:p-9{
    padding: 2.25rem !important;
  }

  .lg\:p-10{
    padding: 2.5rem !important;
  }

  .lg\:p-11{
    padding: 2.75rem !important;
  }

  .lg\:p-12{
    padding: 3rem !important;
  }

  .lg\:p-14{
    padding: 3.5rem !important;
  }

  .lg\:p-16{
    padding: 4rem !important;
  }

  .lg\:p-20{
    padding: 5rem !important;
  }

  .lg\:p-24{
    padding: 6rem !important;
  }

  .lg\:p-28{
    padding: 7rem !important;
  }

  .lg\:p-32{
    padding: 8rem !important;
  }

  .lg\:p-36{
    padding: 9rem !important;
  }

  .lg\:p-40{
    padding: 10rem !important;
  }

  .lg\:p-44{
    padding: 11rem !important;
  }

  .lg\:p-48{
    padding: 12rem !important;
  }

  .lg\:p-52{
    padding: 13rem !important;
  }

  .lg\:p-56{
    padding: 14rem !important;
  }

  .lg\:p-60{
    padding: 15rem !important;
  }

  .lg\:p-64{
    padding: 16rem !important;
  }

  .lg\:p-72{
    padding: 18rem !important;
  }

  .lg\:p-80{
    padding: 20rem !important;
  }

  .lg\:p-96{
    padding: 24rem !important;
  }

  .lg\:p-px{
    padding: 1px !important;
  }

  .lg\:p-0\.5{
    padding: 0.125rem !important;
  }

  .lg\:p-1\.5{
    padding: 0.375rem !important;
  }

  .lg\:p-2\.5{
    padding: 0.625rem !important;
  }

  .lg\:p-3\.5{
    padding: 0.875rem !important;
  }

  .lg\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .lg\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .lg\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .lg\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .lg\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:px-36{
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .lg\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .lg\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .lg\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .lg\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .lg\:px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .lg\:px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .lg\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .lg\:px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .lg\:px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .lg\:px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .lg\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .lg\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:py-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .lg\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .lg\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lg\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:py-36{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .lg\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .lg\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .lg\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .lg\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:py-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .lg\:py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .lg\:py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .lg\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .lg\:py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .lg\:py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .lg\:py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .lg\:pt-0{
    padding-top: 0px !important;
  }

  .lg\:pt-1{
    padding-top: 0.25rem !important;
  }

  .lg\:pt-2{
    padding-top: 0.5rem !important;
  }

  .lg\:pt-3{
    padding-top: 0.75rem !important;
  }

  .lg\:pt-4{
    padding-top: 1rem !important;
  }

  .lg\:pt-5{
    padding-top: 1.25rem !important;
  }

  .lg\:pt-6{
    padding-top: 1.5rem !important;
  }

  .lg\:pt-7{
    padding-top: 1.75rem !important;
  }

  .lg\:pt-8{
    padding-top: 2rem !important;
  }

  .lg\:pt-9{
    padding-top: 2.25rem !important;
  }

  .lg\:pt-10{
    padding-top: 2.5rem !important;
  }

  .lg\:pt-11{
    padding-top: 2.75rem !important;
  }

  .lg\:pt-12{
    padding-top: 3rem !important;
  }

  .lg\:pt-14{
    padding-top: 3.5rem !important;
  }

  .lg\:pt-16{
    padding-top: 4rem !important;
  }

  .lg\:pt-20{
    padding-top: 5rem !important;
  }

  .lg\:pt-24{
    padding-top: 6rem !important;
  }

  .lg\:pt-28{
    padding-top: 7rem !important;
  }

  .lg\:pt-32{
    padding-top: 8rem !important;
  }

  .lg\:pt-36{
    padding-top: 9rem !important;
  }

  .lg\:pt-40{
    padding-top: 10rem !important;
  }

  .lg\:pt-44{
    padding-top: 11rem !important;
  }

  .lg\:pt-48{
    padding-top: 12rem !important;
  }

  .lg\:pt-52{
    padding-top: 13rem !important;
  }

  .lg\:pt-56{
    padding-top: 14rem !important;
  }

  .lg\:pt-60{
    padding-top: 15rem !important;
  }

  .lg\:pt-64{
    padding-top: 16rem !important;
  }

  .lg\:pt-72{
    padding-top: 18rem !important;
  }

  .lg\:pt-80{
    padding-top: 20rem !important;
  }

  .lg\:pt-96{
    padding-top: 24rem !important;
  }

  .lg\:pt-px{
    padding-top: 1px !important;
  }

  .lg\:pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .lg\:pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .lg\:pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .lg\:pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .lg\:pr-0{
    padding-right: 0px !important;
  }

  .lg\:pr-1{
    padding-right: 0.25rem !important;
  }

  .lg\:pr-2{
    padding-right: 0.5rem !important;
  }

  .lg\:pr-3{
    padding-right: 0.75rem !important;
  }

  .lg\:pr-4{
    padding-right: 1rem !important;
  }

  .lg\:pr-5{
    padding-right: 1.25rem !important;
  }

  .lg\:pr-6{
    padding-right: 1.5rem !important;
  }

  .lg\:pr-7{
    padding-right: 1.75rem !important;
  }

  .lg\:pr-8{
    padding-right: 2rem !important;
  }

  .lg\:pr-9{
    padding-right: 2.25rem !important;
  }

  .lg\:pr-10{
    padding-right: 2.5rem !important;
  }

  .lg\:pr-11{
    padding-right: 2.75rem !important;
  }

  .lg\:pr-12{
    padding-right: 3rem !important;
  }

  .lg\:pr-14{
    padding-right: 3.5rem !important;
  }

  .lg\:pr-16{
    padding-right: 4rem !important;
  }

  .lg\:pr-20{
    padding-right: 5rem !important;
  }

  .lg\:pr-24{
    padding-right: 6rem !important;
  }

  .lg\:pr-28{
    padding-right: 7rem !important;
  }

  .lg\:pr-32{
    padding-right: 8rem !important;
  }

  .lg\:pr-36{
    padding-right: 9rem !important;
  }

  .lg\:pr-40{
    padding-right: 10rem !important;
  }

  .lg\:pr-44{
    padding-right: 11rem !important;
  }

  .lg\:pr-48{
    padding-right: 12rem !important;
  }

  .lg\:pr-52{
    padding-right: 13rem !important;
  }

  .lg\:pr-56{
    padding-right: 14rem !important;
  }

  .lg\:pr-60{
    padding-right: 15rem !important;
  }

  .lg\:pr-64{
    padding-right: 16rem !important;
  }

  .lg\:pr-72{
    padding-right: 18rem !important;
  }

  .lg\:pr-80{
    padding-right: 20rem !important;
  }

  .lg\:pr-96{
    padding-right: 24rem !important;
  }

  .lg\:pr-px{
    padding-right: 1px !important;
  }

  .lg\:pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .lg\:pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .lg\:pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .lg\:pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .lg\:pb-0{
    padding-bottom: 0px !important;
  }

  .lg\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .lg\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .lg\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .lg\:pb-4{
    padding-bottom: 1rem !important;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .lg\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .lg\:pb-8{
    padding-bottom: 2rem !important;
  }

  .lg\:pb-9{
    padding-bottom: 2.25rem !important;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .lg\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .lg\:pb-12{
    padding-bottom: 3rem !important;
  }

  .lg\:pb-14{
    padding-bottom: 3.5rem !important;
  }

  .lg\:pb-16{
    padding-bottom: 4rem !important;
  }

  .lg\:pb-20{
    padding-bottom: 5rem !important;
  }

  .lg\:pb-24{
    padding-bottom: 6rem !important;
  }

  .lg\:pb-28{
    padding-bottom: 7rem !important;
  }

  .lg\:pb-32{
    padding-bottom: 8rem !important;
  }

  .lg\:pb-36{
    padding-bottom: 9rem !important;
  }

  .lg\:pb-40{
    padding-bottom: 10rem !important;
  }

  .lg\:pb-44{
    padding-bottom: 11rem !important;
  }

  .lg\:pb-48{
    padding-bottom: 12rem !important;
  }

  .lg\:pb-52{
    padding-bottom: 13rem !important;
  }

  .lg\:pb-56{
    padding-bottom: 14rem !important;
  }

  .lg\:pb-60{
    padding-bottom: 15rem !important;
  }

  .lg\:pb-64{
    padding-bottom: 16rem !important;
  }

  .lg\:pb-72{
    padding-bottom: 18rem !important;
  }

  .lg\:pb-80{
    padding-bottom: 20rem !important;
  }

  .lg\:pb-96{
    padding-bottom: 24rem !important;
  }

  .lg\:pb-px{
    padding-bottom: 1px !important;
  }

  .lg\:pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .lg\:pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .lg\:pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .lg\:pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .lg\:pl-0{
    padding-left: 0px !important;
  }

  .lg\:pl-1{
    padding-left: 0.25rem !important;
  }

  .lg\:pl-2{
    padding-left: 0.5rem !important;
  }

  .lg\:pl-3{
    padding-left: 0.75rem !important;
  }

  .lg\:pl-4{
    padding-left: 1rem !important;
  }

  .lg\:pl-5{
    padding-left: 1.25rem !important;
  }

  .lg\:pl-6{
    padding-left: 1.5rem !important;
  }

  .lg\:pl-7{
    padding-left: 1.75rem !important;
  }

  .lg\:pl-8{
    padding-left: 2rem !important;
  }

  .lg\:pl-9{
    padding-left: 2.25rem !important;
  }

  .lg\:pl-10{
    padding-left: 2.5rem !important;
  }

  .lg\:pl-11{
    padding-left: 2.75rem !important;
  }

  .lg\:pl-12{
    padding-left: 3rem !important;
  }

  .lg\:pl-14{
    padding-left: 3.5rem !important;
  }

  .lg\:pl-16{
    padding-left: 4rem !important;
  }

  .lg\:pl-20{
    padding-left: 5rem !important;
  }

  .lg\:pl-24{
    padding-left: 6rem !important;
  }

  .lg\:pl-28{
    padding-left: 7rem !important;
  }

  .lg\:pl-32{
    padding-left: 8rem !important;
  }

  .lg\:pl-36{
    padding-left: 9rem !important;
  }

  .lg\:pl-40{
    padding-left: 10rem !important;
  }

  .lg\:pl-44{
    padding-left: 11rem !important;
  }

  .lg\:pl-48{
    padding-left: 12rem !important;
  }

  .lg\:pl-52{
    padding-left: 13rem !important;
  }

  .lg\:pl-56{
    padding-left: 14rem !important;
  }

  .lg\:pl-60{
    padding-left: 15rem !important;
  }

  .lg\:pl-64{
    padding-left: 16rem !important;
  }

  .lg\:pl-72{
    padding-left: 18rem !important;
  }

  .lg\:pl-80{
    padding-left: 20rem !important;
  }

  .lg\:pl-96{
    padding-left: 24rem !important;
  }

  .lg\:pl-px{
    padding-left: 1px !important;
  }

  .lg\:pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .lg\:pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .lg\:pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .lg\:pl-3\.5{
    padding-left: 0.875rem !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\: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\:font-body{
    font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  }

  .lg\:font-heading{
    font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  }

  .lg\:text-xs{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .lg\:text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lg\:text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .lg\:text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .lg\:text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .lg\:text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .lg\:text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .lg\:text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .lg\:text-7xl{
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .lg\:text-8xl{
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .lg\:text-9xl{
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .lg\:font-normal{
    font-weight: 400 !important;
  }

  .lg\:font-bold{
    font-weight: 700 !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\:italic{
    font-style: italic !important;
  }

  .lg\:not-italic{
    font-style: normal !important;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .lg\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .lg\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .lg\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .lg\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .lg\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .lg\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .lg\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .lg\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .lg\:leading-tight{
    line-height: 1 !important;
  }

  .lg\:leading-regular{
    line-height: 1.5 !important;
  }

  .lg\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .lg\:tracking-normal{
    letter-spacing: 0em !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\:text-transparent{
    color: var(--color-transparent) !important;
  }

  .lg\:text-black{
    color: var(--color-black) !important;
  }

  .lg\:text-white{
    color: var(--color-white) !important;
  }

  .lg\:text-error{
    color: var(--color-error) !important;
  }

  .lg\:text-warning{
    color: var(--color-warning) !important;
  }

  .lg\:text-success{
    color: var(--color-success) !important;
  }

  .group:hover .lg\:group-hover\:text-transparent{
    color: var(--color-transparent) !important;
  }

  .group:hover .lg\:group-hover\:text-black{
    color: var(--color-black) !important;
  }

  .group:hover .lg\:group-hover\:text-white{
    color: var(--color-white) !important;
  }

  .group:hover .lg\:group-hover\:text-error{
    color: var(--color-error) !important;
  }

  .group:hover .lg\:group-hover\:text-warning{
    color: var(--color-warning) !important;
  }

  .group:hover .lg\:group-hover\:text-success{
    color: var(--color-success) !important;
  }

  .lg\:focus-within\:text-transparent:focus-within{
    color: var(--color-transparent) !important;
  }

  .lg\:focus-within\:text-black:focus-within{
    color: var(--color-black) !important;
  }

  .lg\:focus-within\:text-white:focus-within{
    color: var(--color-white) !important;
  }

  .lg\:focus-within\:text-error:focus-within{
    color: var(--color-error) !important;
  }

  .lg\:focus-within\:text-warning:focus-within{
    color: var(--color-warning) !important;
  }

  .lg\:focus-within\:text-success:focus-within{
    color: var(--color-success) !important;
  }

  .lg\:hover\:text-transparent:hover{
    color: var(--color-transparent) !important;
  }

  .lg\:hover\:text-black:hover{
    color: var(--color-black) !important;
  }

  .lg\:hover\:text-white:hover{
    color: var(--color-white) !important;
  }

  .lg\:hover\:text-error:hover{
    color: var(--color-error) !important;
  }

  .lg\:hover\:text-warning:hover{
    color: var(--color-warning) !important;
  }

  .lg\:hover\:text-success:hover{
    color: var(--color-success) !important;
  }

  .lg\:focus\:text-transparent:focus{
    color: var(--color-transparent) !important;
  }

  .lg\:focus\:text-black:focus{
    color: var(--color-black) !important;
  }

  .lg\:focus\:text-white:focus{
    color: var(--color-white) !important;
  }

  .lg\:focus\:text-error:focus{
    color: var(--color-error) !important;
  }

  .lg\:focus\:text-warning:focus{
    color: var(--color-warning) !important;
  }

  .lg\:focus\:text-success:focus{
    color: var(--color-success) !important;
  }

  .lg\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .lg\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .lg\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .lg\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .lg\:underline{
    text-decoration: underline !important;
  }

  .lg\:line-through{
    text-decoration: line-through !important;
  }

  .lg\:no-underline{
    text-decoration: none !important;
  }

  .group:hover .lg\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .lg\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .lg\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .lg\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .lg\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .lg\:focus-within\:no-underline:focus-within{
    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\:placeholder-transparent::-webkit-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .lg\:placeholder-transparent::-moz-placeholder{
    color: var(--color-transparent) !important;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .lg\:placeholder-transparent::-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .lg\:placeholder-transparent::placeholder{
    color: var(--color-transparent) !important;
  }

  .lg\:placeholder-black::-webkit-input-placeholder{
    color: var(--color-black) !important;
  }

  .lg\:placeholder-black::-moz-placeholder{
    color: var(--color-black) !important;
  }

  .lg\:placeholder-black:-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .lg\:placeholder-black::-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .lg\:placeholder-black::placeholder{
    color: var(--color-black) !important;
  }

  .lg\:placeholder-white::-webkit-input-placeholder{
    color: var(--color-white) !important;
  }

  .lg\:placeholder-white::-moz-placeholder{
    color: var(--color-white) !important;
  }

  .lg\:placeholder-white:-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .lg\:placeholder-white::-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .lg\:placeholder-white::placeholder{
    color: var(--color-white) !important;
  }

  .lg\:placeholder-error::-webkit-input-placeholder{
    color: var(--color-error) !important;
  }

  .lg\:placeholder-error::-moz-placeholder{
    color: var(--color-error) !important;
  }

  .lg\:placeholder-error:-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .lg\:placeholder-error::-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .lg\:placeholder-error::placeholder{
    color: var(--color-error) !important;
  }

  .lg\:placeholder-warning::-webkit-input-placeholder{
    color: var(--color-warning) !important;
  }

  .lg\:placeholder-warning::-moz-placeholder{
    color: var(--color-warning) !important;
  }

  .lg\:placeholder-warning:-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .lg\:placeholder-warning::-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .lg\:placeholder-warning::placeholder{
    color: var(--color-warning) !important;
  }

  .lg\:placeholder-success::-webkit-input-placeholder{
    color: var(--color-success) !important;
  }

  .lg\:placeholder-success::-moz-placeholder{
    color: var(--color-success) !important;
  }

  .lg\:placeholder-success:-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .lg\:placeholder-success::-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .lg\:placeholder-success::placeholder{
    color: var(--color-success) !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: var(--color-transparent) !important;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: var(--color-transparent) !important;
  }

  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: var(--color-black) !important;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--color-black) !important;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    color: var(--color-black) !important;
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: var(--color-white) !important;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--color-white) !important;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    color: var(--color-white) !important;
  }

  .lg\:focus\:placeholder-error:focus::-webkit-input-placeholder{
    color: var(--color-error) !important;
  }

  .lg\:focus\:placeholder-error:focus::-moz-placeholder{
    color: var(--color-error) !important;
  }

  .lg\:focus\:placeholder-error:focus:-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .lg\:focus\:placeholder-error:focus::-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .lg\:focus\:placeholder-error:focus::placeholder{
    color: var(--color-error) !important;
  }

  .lg\:focus\:placeholder-warning:focus::-webkit-input-placeholder{
    color: var(--color-warning) !important;
  }

  .lg\:focus\:placeholder-warning:focus::-moz-placeholder{
    color: var(--color-warning) !important;
  }

  .lg\:focus\:placeholder-warning:focus:-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .lg\:focus\:placeholder-warning:focus::-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .lg\:focus\:placeholder-warning:focus::placeholder{
    color: var(--color-warning) !important;
  }

  .lg\:focus\:placeholder-success:focus::-webkit-input-placeholder{
    color: var(--color-success) !important;
  }

  .lg\:focus\:placeholder-success:focus::-moz-placeholder{
    color: var(--color-success) !important;
  }

  .lg\:focus\:placeholder-success:focus:-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .lg\:focus\:placeholder-success:focus::-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .lg\:focus\:placeholder-success:focus::placeholder{
    color: var(--color-success) !important;
  }

  .lg\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:opacity-0{
    opacity: 0 !important;
  }

  .lg\:opacity-5{
    opacity: 0.05 !important;
  }

  .lg\:opacity-10{
    opacity: 0.1 !important;
  }

  .lg\:opacity-20{
    opacity: 0.2 !important;
  }

  .lg\:opacity-25{
    opacity: 0.25 !important;
  }

  .lg\:opacity-30{
    opacity: 0.3 !important;
  }

  .lg\:opacity-40{
    opacity: 0.4 !important;
  }

  .lg\:opacity-50{
    opacity: 0.5 !important;
  }

  .lg\:opacity-60{
    opacity: 0.6 !important;
  }

  .lg\:opacity-70{
    opacity: 0.7 !important;
  }

  .lg\:opacity-75{
    opacity: 0.75 !important;
  }

  .lg\:opacity-80{
    opacity: 0.8 !important;
  }

  .lg\:opacity-90{
    opacity: 0.9 !important;
  }

  .lg\:opacity-95{
    opacity: 0.95 !important;
  }

  .lg\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .lg\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .lg\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .lg\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .lg\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .lg\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .lg\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .lg\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .lg\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .lg\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .lg\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .lg\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .lg\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .lg\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .lg\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .lg\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .lg\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .lg\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .lg\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .lg\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .lg\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .lg\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .lg\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .lg\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .lg\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .lg\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .lg\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .lg\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .lg\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .lg\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .lg\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .lg\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .lg\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .lg\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .lg\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .lg\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .lg\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .lg\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .lg\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .lg\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .lg\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .lg\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .lg\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .lg\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .lg\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .lg\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .lg\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .lg\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .lg\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .lg\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .lg\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .lg\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .lg\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .lg\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .lg\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .lg\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .lg\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .lg\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .lg\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .lg\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .lg\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .lg\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .lg\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .lg\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .lg\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .lg\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .lg\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .lg\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .lg\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .lg\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .lg\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .lg\:ring-transparent{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .lg\:ring-black{
    --tw-ring-color: var(--color-black) !important;
  }

  .lg\:ring-white{
    --tw-ring-color: var(--color-white) !important;
  }

  .lg\:ring-error{
    --tw-ring-color: var(--color-error) !important;
  }

  .lg\:ring-warning{
    --tw-ring-color: var(--color-warning) !important;
  }

  .lg\:ring-success{
    --tw-ring-color: var(--color-success) !important;
  }

  .lg\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .lg\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--color-black) !important;
  }

  .lg\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--color-white) !important;
  }

  .lg\:focus-within\:ring-error:focus-within{
    --tw-ring-color: var(--color-error) !important;
  }

  .lg\:focus-within\:ring-warning:focus-within{
    --tw-ring-color: var(--color-warning) !important;
  }

  .lg\:focus-within\:ring-success:focus-within{
    --tw-ring-color: var(--color-success) !important;
  }

  .lg\:focus\:ring-transparent:focus{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .lg\:focus\:ring-black:focus{
    --tw-ring-color: var(--color-black) !important;
  }

  .lg\:focus\:ring-white:focus{
    --tw-ring-color: var(--color-white) !important;
  }

  .lg\:focus\:ring-error:focus{
    --tw-ring-color: var(--color-error) !important;
  }

  .lg\:focus\:ring-warning:focus{
    --tw-ring-color: var(--color-warning) !important;
  }

  .lg\:focus\:ring-success:focus{
    --tw-ring-color: var(--color-success) !important;
  }

  .lg\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .lg\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .lg\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:ring-offset-transparent{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .lg\:ring-offset-black{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .lg\:ring-offset-white{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .lg\:ring-offset-error{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .lg\:ring-offset-warning{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .lg\:ring-offset-success{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .lg\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .lg\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .lg\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .lg\:focus-within\:ring-offset-warning:focus-within{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .lg\:focus-within\:ring-offset-success:focus-within{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .lg\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .lg\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .lg\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .lg\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .lg\:focus\:ring-offset-warning:focus{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .lg\:focus\:ring-offset-success:focus{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .lg\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
            filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:filter-none{
    -webkit-filter: none !important;
            filter: none !important;
  }

  .lg\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .lg\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .lg\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .lg\:blur{
    --tw-blur: blur(8px) !important;
  }

  .lg\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .lg\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .lg\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .lg\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .lg\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .lg\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .lg\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .lg\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .lg\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .lg\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .lg\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .lg\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .lg\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .lg\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .lg\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .lg\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .lg\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .lg\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .lg\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .lg\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .lg\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .lg\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .lg\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .lg\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .lg\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .lg\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .lg\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .lg\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .lg\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .lg\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .lg\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .lg\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .lg\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .lg\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .lg\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .lg\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .lg\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .lg\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .lg\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lg\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lg\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lg\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lg\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lg\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .lg\:invert{
    --tw-invert: invert(100%) !important;
  }

  .lg\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .lg\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .lg\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .lg\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .lg\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .lg\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .lg\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .lg\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .lg\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .lg\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .lg\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .lg\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .lg\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .lg\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .lg\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .lg\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .lg\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .lg\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .lg\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .lg\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .lg\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .lg\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .lg\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .lg\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .lg\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .lg\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .lg\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .lg\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .lg\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .lg\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .lg\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .lg\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .lg\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .lg\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .lg\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .lg\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .lg\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .lg\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .lg\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .lg\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .lg\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .lg\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .lg\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .lg\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .lg\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lg\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lg\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lg\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lg\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lg\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .lg\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .lg\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .lg\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .lg\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .lg\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .lg\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .lg\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .lg\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .lg\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .lg\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .lg\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .lg\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .lg\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .lg\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .lg\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .lg\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .lg\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .lg\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .lg\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .lg\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .lg\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .lg\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .lg\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .lg\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .lg\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .lg\:delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .lg\:delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .lg\:delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .lg\:delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .lg\:delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .lg\:delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .lg\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .lg\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .lg\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .lg\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .lg\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .lg\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .lg\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .lg\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .lg\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .lg\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1200px){
  .lgxl\:container{
    width: 100%;
  }

  @media (min-width: 400px){
    .lgxl\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 576px){
    .lgxl\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .lgxl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .lgxl\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1024px){
    .lgxl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1200px){
    .lgxl\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1351px){
    .lgxl\:container{
      max-width: 1351px;
    }
  }

  @media (min-width: 1530px){
    .lgxl\:container{
      max-width: 1530px;
    }
  }

  .lgxl\: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;
  }

  .lgxl\: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;
  }

  .lgxl\:focus-within\:sr-only:focus-within{
    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;
  }

  .lgxl\:focus-within\:not-sr-only:focus-within{
    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;
  }

  .lgxl\: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;
  }

  .lgxl\: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;
  }

  .lgxl\:pointer-events-none{
    pointer-events: none !important;
  }

  .lgxl\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .lgxl\:visible{
    visibility: visible !important;
  }

  .lgxl\:invisible{
    visibility: hidden !important;
  }

  .lgxl\:static{
    position: static !important;
  }

  .lgxl\:fixed{
    position: fixed !important;
  }

  .lgxl\:absolute{
    position: absolute !important;
  }

  .lgxl\:relative{
    position: relative !important;
  }

  .lgxl\:sticky{
    position: sticky !important;
  }

  .lgxl\:inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lgxl\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .lgxl\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .lgxl\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .lgxl\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .lgxl\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .lgxl\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lgxl\:inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .lgxl\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .lgxl\:inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .lgxl\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .lgxl\:inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .lgxl\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .lgxl\:inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .lgxl\:inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .lgxl\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .lgxl\:inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .lgxl\:inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .lgxl\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .lgxl\:inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .lgxl\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .lgxl\:inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .lgxl\:inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .lgxl\:inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .lgxl\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .lgxl\:inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .lgxl\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .lgxl\:inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .lgxl\:inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .lgxl\:inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .lgxl\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lgxl\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .lgxl\:inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .lgxl\:inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .lgxl\:inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .lgxl\:inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .lgxl\:-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lgxl\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .lgxl\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .lgxl\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .lgxl\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .lgxl\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .lgxl\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .lgxl\:-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .lgxl\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .lgxl\:-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .lgxl\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .lgxl\:-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .lgxl\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .lgxl\:-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .lgxl\:-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .lgxl\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .lgxl\:-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .lgxl\:-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .lgxl\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .lgxl\:-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .lgxl\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .lgxl\:-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .lgxl\:-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .lgxl\:-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .lgxl\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .lgxl\:-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .lgxl\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .lgxl\:-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .lgxl\:-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .lgxl\:-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .lgxl\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .lgxl\:-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .lgxl\:-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .lgxl\:-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .lgxl\:-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .lgxl\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lgxl\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lgxl\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lgxl\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .lgxl\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lgxl\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .lgxl\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .lgxl\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lgxl\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .lgxl\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .lgxl\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .lgxl\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lgxl\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .lgxl\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .lgxl\:inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .lgxl\:inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .lgxl\:inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .lgxl\:inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .lgxl\:inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .lgxl\:inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .lgxl\:inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .lgxl\:inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .lgxl\:inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .lgxl\:inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .lgxl\:inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .lgxl\:inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .lgxl\:inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .lgxl\:inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .lgxl\:inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .lgxl\:inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .lgxl\:inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .lgxl\:inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .lgxl\:inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .lgxl\:inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .lgxl\:inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .lgxl\:inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .lgxl\:inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .lgxl\:inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .lgxl\:inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .lgxl\:inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .lgxl\:inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .lgxl\:inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .lgxl\:inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .lgxl\:inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .lgxl\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .lgxl\:inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .lgxl\:inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .lgxl\:inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .lgxl\:inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .lgxl\:inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .lgxl\:-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .lgxl\:-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .lgxl\:-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .lgxl\:-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .lgxl\:-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .lgxl\:-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .lgxl\:-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .lgxl\:-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .lgxl\:-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .lgxl\:-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .lgxl\:-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .lgxl\:-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .lgxl\:-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .lgxl\:-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .lgxl\:-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .lgxl\:-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .lgxl\:-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .lgxl\:-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .lgxl\:-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .lgxl\:-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .lgxl\:-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .lgxl\:-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .lgxl\:-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .lgxl\:-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .lgxl\:-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .lgxl\:-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .lgxl\:-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .lgxl\:-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .lgxl\:-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .lgxl\:-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .lgxl\:-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .lgxl\:-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .lgxl\:-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .lgxl\:-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .lgxl\:-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .lgxl\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .lgxl\:inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .lgxl\:inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .lgxl\:inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .lgxl\:inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .lgxl\:inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .lgxl\:inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .lgxl\:-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .lgxl\:-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .lgxl\:-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .lgxl\:-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .lgxl\:-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .lgxl\:-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .lgxl\:-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .lgxl\:inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .lgxl\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .lgxl\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .lgxl\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .lgxl\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .lgxl\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .lgxl\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .lgxl\:inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .lgxl\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .lgxl\:inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .lgxl\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .lgxl\:inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .lgxl\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .lgxl\:inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .lgxl\:inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .lgxl\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .lgxl\:inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .lgxl\:inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .lgxl\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .lgxl\:inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .lgxl\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .lgxl\:inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .lgxl\:inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .lgxl\:inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .lgxl\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .lgxl\:inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .lgxl\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .lgxl\:inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .lgxl\:inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .lgxl\:inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .lgxl\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .lgxl\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .lgxl\:inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .lgxl\:inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .lgxl\:inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .lgxl\:inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .lgxl\:-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .lgxl\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .lgxl\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .lgxl\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .lgxl\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .lgxl\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .lgxl\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .lgxl\:-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .lgxl\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .lgxl\:-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .lgxl\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .lgxl\:-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .lgxl\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .lgxl\:-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .lgxl\:-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .lgxl\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .lgxl\:-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .lgxl\:-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .lgxl\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .lgxl\:-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .lgxl\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .lgxl\:-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .lgxl\:-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .lgxl\:-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .lgxl\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .lgxl\:-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .lgxl\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .lgxl\:-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .lgxl\:-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .lgxl\:-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .lgxl\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .lgxl\:-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .lgxl\:-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .lgxl\:-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .lgxl\:-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .lgxl\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .lgxl\:inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lgxl\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lgxl\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .lgxl\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .lgxl\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .lgxl\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .lgxl\:-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .lgxl\:-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .lgxl\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .lgxl\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .lgxl\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .lgxl\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .lgxl\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .lgxl\:top-0{
    top: 0px !important;
  }

  .lgxl\:top-1{
    top: 0.25rem !important;
  }

  .lgxl\:top-2{
    top: 0.5rem !important;
  }

  .lgxl\:top-3{
    top: 0.75rem !important;
  }

  .lgxl\:top-4{
    top: 1rem !important;
  }

  .lgxl\:top-5{
    top: 1.25rem !important;
  }

  .lgxl\:top-6{
    top: 1.5rem !important;
  }

  .lgxl\:top-7{
    top: 1.75rem !important;
  }

  .lgxl\:top-8{
    top: 2rem !important;
  }

  .lgxl\:top-9{
    top: 2.25rem !important;
  }

  .lgxl\:top-10{
    top: 2.5rem !important;
  }

  .lgxl\:top-11{
    top: 2.75rem !important;
  }

  .lgxl\:top-12{
    top: 3rem !important;
  }

  .lgxl\:top-14{
    top: 3.5rem !important;
  }

  .lgxl\:top-16{
    top: 4rem !important;
  }

  .lgxl\:top-20{
    top: 5rem !important;
  }

  .lgxl\:top-24{
    top: 6rem !important;
  }

  .lgxl\:top-28{
    top: 7rem !important;
  }

  .lgxl\:top-32{
    top: 8rem !important;
  }

  .lgxl\:top-36{
    top: 9rem !important;
  }

  .lgxl\:top-40{
    top: 10rem !important;
  }

  .lgxl\:top-44{
    top: 11rem !important;
  }

  .lgxl\:top-48{
    top: 12rem !important;
  }

  .lgxl\:top-52{
    top: 13rem !important;
  }

  .lgxl\:top-56{
    top: 14rem !important;
  }

  .lgxl\:top-60{
    top: 15rem !important;
  }

  .lgxl\:top-64{
    top: 16rem !important;
  }

  .lgxl\:top-72{
    top: 18rem !important;
  }

  .lgxl\:top-80{
    top: 20rem !important;
  }

  .lgxl\:top-96{
    top: 24rem !important;
  }

  .lgxl\:top-auto{
    top: auto !important;
  }

  .lgxl\:top-px{
    top: 1px !important;
  }

  .lgxl\:top-0\.5{
    top: 0.125rem !important;
  }

  .lgxl\:top-1\.5{
    top: 0.375rem !important;
  }

  .lgxl\:top-2\.5{
    top: 0.625rem !important;
  }

  .lgxl\:top-3\.5{
    top: 0.875rem !important;
  }

  .lgxl\:-top-0{
    top: 0px !important;
  }

  .lgxl\:-top-1{
    top: -0.25rem !important;
  }

  .lgxl\:-top-2{
    top: -0.5rem !important;
  }

  .lgxl\:-top-3{
    top: -0.75rem !important;
  }

  .lgxl\:-top-4{
    top: -1rem !important;
  }

  .lgxl\:-top-5{
    top: -1.25rem !important;
  }

  .lgxl\:-top-6{
    top: -1.5rem !important;
  }

  .lgxl\:-top-7{
    top: -1.75rem !important;
  }

  .lgxl\:-top-8{
    top: -2rem !important;
  }

  .lgxl\:-top-9{
    top: -2.25rem !important;
  }

  .lgxl\:-top-10{
    top: -2.5rem !important;
  }

  .lgxl\:-top-11{
    top: -2.75rem !important;
  }

  .lgxl\:-top-12{
    top: -3rem !important;
  }

  .lgxl\:-top-14{
    top: -3.5rem !important;
  }

  .lgxl\:-top-16{
    top: -4rem !important;
  }

  .lgxl\:-top-20{
    top: -5rem !important;
  }

  .lgxl\:-top-24{
    top: -6rem !important;
  }

  .lgxl\:-top-28{
    top: -7rem !important;
  }

  .lgxl\:-top-32{
    top: -8rem !important;
  }

  .lgxl\:-top-36{
    top: -9rem !important;
  }

  .lgxl\:-top-40{
    top: -10rem !important;
  }

  .lgxl\:-top-44{
    top: -11rem !important;
  }

  .lgxl\:-top-48{
    top: -12rem !important;
  }

  .lgxl\:-top-52{
    top: -13rem !important;
  }

  .lgxl\:-top-56{
    top: -14rem !important;
  }

  .lgxl\:-top-60{
    top: -15rem !important;
  }

  .lgxl\:-top-64{
    top: -16rem !important;
  }

  .lgxl\:-top-72{
    top: -18rem !important;
  }

  .lgxl\:-top-80{
    top: -20rem !important;
  }

  .lgxl\:-top-96{
    top: -24rem !important;
  }

  .lgxl\:-top-px{
    top: -1px !important;
  }

  .lgxl\:-top-0\.5{
    top: -0.125rem !important;
  }

  .lgxl\:-top-1\.5{
    top: -0.375rem !important;
  }

  .lgxl\:-top-2\.5{
    top: -0.625rem !important;
  }

  .lgxl\:-top-3\.5{
    top: -0.875rem !important;
  }

  .lgxl\:top-1\/2{
    top: 50% !important;
  }

  .lgxl\:top-1\/3{
    top: 33.333333% !important;
  }

  .lgxl\:top-2\/3{
    top: 66.666667% !important;
  }

  .lgxl\:top-1\/4{
    top: 25% !important;
  }

  .lgxl\:top-2\/4{
    top: 50% !important;
  }

  .lgxl\:top-3\/4{
    top: 75% !important;
  }

  .lgxl\:top-full{
    top: 100% !important;
  }

  .lgxl\:-top-1\/2{
    top: -50% !important;
  }

  .lgxl\:-top-1\/3{
    top: -33.333333% !important;
  }

  .lgxl\:-top-2\/3{
    top: -66.666667% !important;
  }

  .lgxl\:-top-1\/4{
    top: -25% !important;
  }

  .lgxl\:-top-2\/4{
    top: -50% !important;
  }

  .lgxl\:-top-3\/4{
    top: -75% !important;
  }

  .lgxl\:-top-full{
    top: -100% !important;
  }

  .lgxl\:right-0{
    right: 0px !important;
  }

  .lgxl\:right-1{
    right: 0.25rem !important;
  }

  .lgxl\:right-2{
    right: 0.5rem !important;
  }

  .lgxl\:right-3{
    right: 0.75rem !important;
  }

  .lgxl\:right-4{
    right: 1rem !important;
  }

  .lgxl\:right-5{
    right: 1.25rem !important;
  }

  .lgxl\:right-6{
    right: 1.5rem !important;
  }

  .lgxl\:right-7{
    right: 1.75rem !important;
  }

  .lgxl\:right-8{
    right: 2rem !important;
  }

  .lgxl\:right-9{
    right: 2.25rem !important;
  }

  .lgxl\:right-10{
    right: 2.5rem !important;
  }

  .lgxl\:right-11{
    right: 2.75rem !important;
  }

  .lgxl\:right-12{
    right: 3rem !important;
  }

  .lgxl\:right-14{
    right: 3.5rem !important;
  }

  .lgxl\:right-16{
    right: 4rem !important;
  }

  .lgxl\:right-20{
    right: 5rem !important;
  }

  .lgxl\:right-24{
    right: 6rem !important;
  }

  .lgxl\:right-28{
    right: 7rem !important;
  }

  .lgxl\:right-32{
    right: 8rem !important;
  }

  .lgxl\:right-36{
    right: 9rem !important;
  }

  .lgxl\:right-40{
    right: 10rem !important;
  }

  .lgxl\:right-44{
    right: 11rem !important;
  }

  .lgxl\:right-48{
    right: 12rem !important;
  }

  .lgxl\:right-52{
    right: 13rem !important;
  }

  .lgxl\:right-56{
    right: 14rem !important;
  }

  .lgxl\:right-60{
    right: 15rem !important;
  }

  .lgxl\:right-64{
    right: 16rem !important;
  }

  .lgxl\:right-72{
    right: 18rem !important;
  }

  .lgxl\:right-80{
    right: 20rem !important;
  }

  .lgxl\:right-96{
    right: 24rem !important;
  }

  .lgxl\:right-auto{
    right: auto !important;
  }

  .lgxl\:right-px{
    right: 1px !important;
  }

  .lgxl\:right-0\.5{
    right: 0.125rem !important;
  }

  .lgxl\:right-1\.5{
    right: 0.375rem !important;
  }

  .lgxl\:right-2\.5{
    right: 0.625rem !important;
  }

  .lgxl\:right-3\.5{
    right: 0.875rem !important;
  }

  .lgxl\:-right-0{
    right: 0px !important;
  }

  .lgxl\:-right-1{
    right: -0.25rem !important;
  }

  .lgxl\:-right-2{
    right: -0.5rem !important;
  }

  .lgxl\:-right-3{
    right: -0.75rem !important;
  }

  .lgxl\:-right-4{
    right: -1rem !important;
  }

  .lgxl\:-right-5{
    right: -1.25rem !important;
  }

  .lgxl\:-right-6{
    right: -1.5rem !important;
  }

  .lgxl\:-right-7{
    right: -1.75rem !important;
  }

  .lgxl\:-right-8{
    right: -2rem !important;
  }

  .lgxl\:-right-9{
    right: -2.25rem !important;
  }

  .lgxl\:-right-10{
    right: -2.5rem !important;
  }

  .lgxl\:-right-11{
    right: -2.75rem !important;
  }

  .lgxl\:-right-12{
    right: -3rem !important;
  }

  .lgxl\:-right-14{
    right: -3.5rem !important;
  }

  .lgxl\:-right-16{
    right: -4rem !important;
  }

  .lgxl\:-right-20{
    right: -5rem !important;
  }

  .lgxl\:-right-24{
    right: -6rem !important;
  }

  .lgxl\:-right-28{
    right: -7rem !important;
  }

  .lgxl\:-right-32{
    right: -8rem !important;
  }

  .lgxl\:-right-36{
    right: -9rem !important;
  }

  .lgxl\:-right-40{
    right: -10rem !important;
  }

  .lgxl\:-right-44{
    right: -11rem !important;
  }

  .lgxl\:-right-48{
    right: -12rem !important;
  }

  .lgxl\:-right-52{
    right: -13rem !important;
  }

  .lgxl\:-right-56{
    right: -14rem !important;
  }

  .lgxl\:-right-60{
    right: -15rem !important;
  }

  .lgxl\:-right-64{
    right: -16rem !important;
  }

  .lgxl\:-right-72{
    right: -18rem !important;
  }

  .lgxl\:-right-80{
    right: -20rem !important;
  }

  .lgxl\:-right-96{
    right: -24rem !important;
  }

  .lgxl\:-right-px{
    right: -1px !important;
  }

  .lgxl\:-right-0\.5{
    right: -0.125rem !important;
  }

  .lgxl\:-right-1\.5{
    right: -0.375rem !important;
  }

  .lgxl\:-right-2\.5{
    right: -0.625rem !important;
  }

  .lgxl\:-right-3\.5{
    right: -0.875rem !important;
  }

  .lgxl\:right-1\/2{
    right: 50% !important;
  }

  .lgxl\:right-1\/3{
    right: 33.333333% !important;
  }

  .lgxl\:right-2\/3{
    right: 66.666667% !important;
  }

  .lgxl\:right-1\/4{
    right: 25% !important;
  }

  .lgxl\:right-2\/4{
    right: 50% !important;
  }

  .lgxl\:right-3\/4{
    right: 75% !important;
  }

  .lgxl\:right-full{
    right: 100% !important;
  }

  .lgxl\:-right-1\/2{
    right: -50% !important;
  }

  .lgxl\:-right-1\/3{
    right: -33.333333% !important;
  }

  .lgxl\:-right-2\/3{
    right: -66.666667% !important;
  }

  .lgxl\:-right-1\/4{
    right: -25% !important;
  }

  .lgxl\:-right-2\/4{
    right: -50% !important;
  }

  .lgxl\:-right-3\/4{
    right: -75% !important;
  }

  .lgxl\:-right-full{
    right: -100% !important;
  }

  .lgxl\:bottom-0{
    bottom: 0px !important;
  }

  .lgxl\:bottom-1{
    bottom: 0.25rem !important;
  }

  .lgxl\:bottom-2{
    bottom: 0.5rem !important;
  }

  .lgxl\:bottom-3{
    bottom: 0.75rem !important;
  }

  .lgxl\:bottom-4{
    bottom: 1rem !important;
  }

  .lgxl\:bottom-5{
    bottom: 1.25rem !important;
  }

  .lgxl\:bottom-6{
    bottom: 1.5rem !important;
  }

  .lgxl\:bottom-7{
    bottom: 1.75rem !important;
  }

  .lgxl\:bottom-8{
    bottom: 2rem !important;
  }

  .lgxl\:bottom-9{
    bottom: 2.25rem !important;
  }

  .lgxl\:bottom-10{
    bottom: 2.5rem !important;
  }

  .lgxl\:bottom-11{
    bottom: 2.75rem !important;
  }

  .lgxl\:bottom-12{
    bottom: 3rem !important;
  }

  .lgxl\:bottom-14{
    bottom: 3.5rem !important;
  }

  .lgxl\:bottom-16{
    bottom: 4rem !important;
  }

  .lgxl\:bottom-20{
    bottom: 5rem !important;
  }

  .lgxl\:bottom-24{
    bottom: 6rem !important;
  }

  .lgxl\:bottom-28{
    bottom: 7rem !important;
  }

  .lgxl\:bottom-32{
    bottom: 8rem !important;
  }

  .lgxl\:bottom-36{
    bottom: 9rem !important;
  }

  .lgxl\:bottom-40{
    bottom: 10rem !important;
  }

  .lgxl\:bottom-44{
    bottom: 11rem !important;
  }

  .lgxl\:bottom-48{
    bottom: 12rem !important;
  }

  .lgxl\:bottom-52{
    bottom: 13rem !important;
  }

  .lgxl\:bottom-56{
    bottom: 14rem !important;
  }

  .lgxl\:bottom-60{
    bottom: 15rem !important;
  }

  .lgxl\:bottom-64{
    bottom: 16rem !important;
  }

  .lgxl\:bottom-72{
    bottom: 18rem !important;
  }

  .lgxl\:bottom-80{
    bottom: 20rem !important;
  }

  .lgxl\:bottom-96{
    bottom: 24rem !important;
  }

  .lgxl\:bottom-auto{
    bottom: auto !important;
  }

  .lgxl\:bottom-px{
    bottom: 1px !important;
  }

  .lgxl\:bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .lgxl\:bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .lgxl\:bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .lgxl\:bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .lgxl\:-bottom-0{
    bottom: 0px !important;
  }

  .lgxl\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .lgxl\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .lgxl\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .lgxl\:-bottom-4{
    bottom: -1rem !important;
  }

  .lgxl\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .lgxl\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .lgxl\:-bottom-7{
    bottom: -1.75rem !important;
  }

  .lgxl\:-bottom-8{
    bottom: -2rem !important;
  }

  .lgxl\:-bottom-9{
    bottom: -2.25rem !important;
  }

  .lgxl\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .lgxl\:-bottom-11{
    bottom: -2.75rem !important;
  }

  .lgxl\:-bottom-12{
    bottom: -3rem !important;
  }

  .lgxl\:-bottom-14{
    bottom: -3.5rem !important;
  }

  .lgxl\:-bottom-16{
    bottom: -4rem !important;
  }

  .lgxl\:-bottom-20{
    bottom: -5rem !important;
  }

  .lgxl\:-bottom-24{
    bottom: -6rem !important;
  }

  .lgxl\:-bottom-28{
    bottom: -7rem !important;
  }

  .lgxl\:-bottom-32{
    bottom: -8rem !important;
  }

  .lgxl\:-bottom-36{
    bottom: -9rem !important;
  }

  .lgxl\:-bottom-40{
    bottom: -10rem !important;
  }

  .lgxl\:-bottom-44{
    bottom: -11rem !important;
  }

  .lgxl\:-bottom-48{
    bottom: -12rem !important;
  }

  .lgxl\:-bottom-52{
    bottom: -13rem !important;
  }

  .lgxl\:-bottom-56{
    bottom: -14rem !important;
  }

  .lgxl\:-bottom-60{
    bottom: -15rem !important;
  }

  .lgxl\:-bottom-64{
    bottom: -16rem !important;
  }

  .lgxl\:-bottom-72{
    bottom: -18rem !important;
  }

  .lgxl\:-bottom-80{
    bottom: -20rem !important;
  }

  .lgxl\:-bottom-96{
    bottom: -24rem !important;
  }

  .lgxl\:-bottom-px{
    bottom: -1px !important;
  }

  .lgxl\:-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .lgxl\:-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .lgxl\:-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .lgxl\:-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .lgxl\:bottom-1\/2{
    bottom: 50% !important;
  }

  .lgxl\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .lgxl\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .lgxl\:bottom-1\/4{
    bottom: 25% !important;
  }

  .lgxl\:bottom-2\/4{
    bottom: 50% !important;
  }

  .lgxl\:bottom-3\/4{
    bottom: 75% !important;
  }

  .lgxl\:bottom-full{
    bottom: 100% !important;
  }

  .lgxl\:-bottom-1\/2{
    bottom: -50% !important;
  }

  .lgxl\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .lgxl\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .lgxl\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .lgxl\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .lgxl\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .lgxl\:-bottom-full{
    bottom: -100% !important;
  }

  .lgxl\:left-0{
    left: 0px !important;
  }

  .lgxl\:left-1{
    left: 0.25rem !important;
  }

  .lgxl\:left-2{
    left: 0.5rem !important;
  }

  .lgxl\:left-3{
    left: 0.75rem !important;
  }

  .lgxl\:left-4{
    left: 1rem !important;
  }

  .lgxl\:left-5{
    left: 1.25rem !important;
  }

  .lgxl\:left-6{
    left: 1.5rem !important;
  }

  .lgxl\:left-7{
    left: 1.75rem !important;
  }

  .lgxl\:left-8{
    left: 2rem !important;
  }

  .lgxl\:left-9{
    left: 2.25rem !important;
  }

  .lgxl\:left-10{
    left: 2.5rem !important;
  }

  .lgxl\:left-11{
    left: 2.75rem !important;
  }

  .lgxl\:left-12{
    left: 3rem !important;
  }

  .lgxl\:left-14{
    left: 3.5rem !important;
  }

  .lgxl\:left-16{
    left: 4rem !important;
  }

  .lgxl\:left-20{
    left: 5rem !important;
  }

  .lgxl\:left-24{
    left: 6rem !important;
  }

  .lgxl\:left-28{
    left: 7rem !important;
  }

  .lgxl\:left-32{
    left: 8rem !important;
  }

  .lgxl\:left-36{
    left: 9rem !important;
  }

  .lgxl\:left-40{
    left: 10rem !important;
  }

  .lgxl\:left-44{
    left: 11rem !important;
  }

  .lgxl\:left-48{
    left: 12rem !important;
  }

  .lgxl\:left-52{
    left: 13rem !important;
  }

  .lgxl\:left-56{
    left: 14rem !important;
  }

  .lgxl\:left-60{
    left: 15rem !important;
  }

  .lgxl\:left-64{
    left: 16rem !important;
  }

  .lgxl\:left-72{
    left: 18rem !important;
  }

  .lgxl\:left-80{
    left: 20rem !important;
  }

  .lgxl\:left-96{
    left: 24rem !important;
  }

  .lgxl\:left-auto{
    left: auto !important;
  }

  .lgxl\:left-px{
    left: 1px !important;
  }

  .lgxl\:left-0\.5{
    left: 0.125rem !important;
  }

  .lgxl\:left-1\.5{
    left: 0.375rem !important;
  }

  .lgxl\:left-2\.5{
    left: 0.625rem !important;
  }

  .lgxl\:left-3\.5{
    left: 0.875rem !important;
  }

  .lgxl\:-left-0{
    left: 0px !important;
  }

  .lgxl\:-left-1{
    left: -0.25rem !important;
  }

  .lgxl\:-left-2{
    left: -0.5rem !important;
  }

  .lgxl\:-left-3{
    left: -0.75rem !important;
  }

  .lgxl\:-left-4{
    left: -1rem !important;
  }

  .lgxl\:-left-5{
    left: -1.25rem !important;
  }

  .lgxl\:-left-6{
    left: -1.5rem !important;
  }

  .lgxl\:-left-7{
    left: -1.75rem !important;
  }

  .lgxl\:-left-8{
    left: -2rem !important;
  }

  .lgxl\:-left-9{
    left: -2.25rem !important;
  }

  .lgxl\:-left-10{
    left: -2.5rem !important;
  }

  .lgxl\:-left-11{
    left: -2.75rem !important;
  }

  .lgxl\:-left-12{
    left: -3rem !important;
  }

  .lgxl\:-left-14{
    left: -3.5rem !important;
  }

  .lgxl\:-left-16{
    left: -4rem !important;
  }

  .lgxl\:-left-20{
    left: -5rem !important;
  }

  .lgxl\:-left-24{
    left: -6rem !important;
  }

  .lgxl\:-left-28{
    left: -7rem !important;
  }

  .lgxl\:-left-32{
    left: -8rem !important;
  }

  .lgxl\:-left-36{
    left: -9rem !important;
  }

  .lgxl\:-left-40{
    left: -10rem !important;
  }

  .lgxl\:-left-44{
    left: -11rem !important;
  }

  .lgxl\:-left-48{
    left: -12rem !important;
  }

  .lgxl\:-left-52{
    left: -13rem !important;
  }

  .lgxl\:-left-56{
    left: -14rem !important;
  }

  .lgxl\:-left-60{
    left: -15rem !important;
  }

  .lgxl\:-left-64{
    left: -16rem !important;
  }

  .lgxl\:-left-72{
    left: -18rem !important;
  }

  .lgxl\:-left-80{
    left: -20rem !important;
  }

  .lgxl\:-left-96{
    left: -24rem !important;
  }

  .lgxl\:-left-px{
    left: -1px !important;
  }

  .lgxl\:-left-0\.5{
    left: -0.125rem !important;
  }

  .lgxl\:-left-1\.5{
    left: -0.375rem !important;
  }

  .lgxl\:-left-2\.5{
    left: -0.625rem !important;
  }

  .lgxl\:-left-3\.5{
    left: -0.875rem !important;
  }

  .lgxl\:left-1\/2{
    left: 50% !important;
  }

  .lgxl\:left-1\/3{
    left: 33.333333% !important;
  }

  .lgxl\:left-2\/3{
    left: 66.666667% !important;
  }

  .lgxl\:left-1\/4{
    left: 25% !important;
  }

  .lgxl\:left-2\/4{
    left: 50% !important;
  }

  .lgxl\:left-3\/4{
    left: 75% !important;
  }

  .lgxl\:left-full{
    left: 100% !important;
  }

  .lgxl\:-left-1\/2{
    left: -50% !important;
  }

  .lgxl\:-left-1\/3{
    left: -33.333333% !important;
  }

  .lgxl\:-left-2\/3{
    left: -66.666667% !important;
  }

  .lgxl\:-left-1\/4{
    left: -25% !important;
  }

  .lgxl\:-left-2\/4{
    left: -50% !important;
  }

  .lgxl\:-left-3\/4{
    left: -75% !important;
  }

  .lgxl\:-left-full{
    left: -100% !important;
  }

  .lgxl\:isolate{
    isolation: isolate !important;
  }

  .lgxl\:isolation-auto{
    isolation: auto !important;
  }

  .lgxl\:z-0{
    z-index: 0 !important;
  }

  .lgxl\:z-10{
    z-index: 10 !important;
  }

  .lgxl\:z-20{
    z-index: 20 !important;
  }

  .lgxl\:z-30{
    z-index: 30 !important;
  }

  .lgxl\:z-40{
    z-index: 40 !important;
  }

  .lgxl\:z-50{
    z-index: 50 !important;
  }

  .lgxl\:z-auto{
    z-index: auto !important;
  }

  .lgxl\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .lgxl\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .lgxl\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .lgxl\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .lgxl\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .lgxl\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .lgxl\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .lgxl\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .lgxl\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .lgxl\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .lgxl\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .lgxl\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .lgxl\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .lgxl\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .lgxl\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .lgxl\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .lgxl\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .lgxl\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .lgxl\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .lgxl\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .lgxl\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .lgxl\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .lgxl\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .lgxl\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .lgxl\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .lgxl\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .lgxl\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .lgxl\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .lgxl\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .lgxl\:col-auto{
    grid-column: auto !important;
  }

  .lgxl\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .lgxl\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .lgxl\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .lgxl\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .lgxl\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .lgxl\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .lgxl\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .lgxl\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .lgxl\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .lgxl\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .lgxl\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .lgxl\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .lgxl\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .lgxl\:col-start-1{
    grid-column-start: 1 !important;
  }

  .lgxl\:col-start-2{
    grid-column-start: 2 !important;
  }

  .lgxl\:col-start-3{
    grid-column-start: 3 !important;
  }

  .lgxl\:col-start-4{
    grid-column-start: 4 !important;
  }

  .lgxl\:col-start-5{
    grid-column-start: 5 !important;
  }

  .lgxl\:col-start-6{
    grid-column-start: 6 !important;
  }

  .lgxl\:col-start-7{
    grid-column-start: 7 !important;
  }

  .lgxl\:col-start-8{
    grid-column-start: 8 !important;
  }

  .lgxl\:col-start-9{
    grid-column-start: 9 !important;
  }

  .lgxl\:col-start-10{
    grid-column-start: 10 !important;
  }

  .lgxl\:col-start-11{
    grid-column-start: 11 !important;
  }

  .lgxl\:col-start-12{
    grid-column-start: 12 !important;
  }

  .lgxl\:col-start-13{
    grid-column-start: 13 !important;
  }

  .lgxl\:col-start-auto{
    grid-column-start: auto !important;
  }

  .lgxl\:col-end-1{
    grid-column-end: 1 !important;
  }

  .lgxl\:col-end-2{
    grid-column-end: 2 !important;
  }

  .lgxl\:col-end-3{
    grid-column-end: 3 !important;
  }

  .lgxl\:col-end-4{
    grid-column-end: 4 !important;
  }

  .lgxl\:col-end-5{
    grid-column-end: 5 !important;
  }

  .lgxl\:col-end-6{
    grid-column-end: 6 !important;
  }

  .lgxl\:col-end-7{
    grid-column-end: 7 !important;
  }

  .lgxl\:col-end-8{
    grid-column-end: 8 !important;
  }

  .lgxl\:col-end-9{
    grid-column-end: 9 !important;
  }

  .lgxl\:col-end-10{
    grid-column-end: 10 !important;
  }

  .lgxl\:col-end-11{
    grid-column-end: 11 !important;
  }

  .lgxl\:col-end-12{
    grid-column-end: 12 !important;
  }

  .lgxl\:col-end-13{
    grid-column-end: 13 !important;
  }

  .lgxl\:col-end-auto{
    grid-column-end: auto !important;
  }

  .lgxl\:row-auto{
    grid-row: auto !important;
  }

  .lgxl\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .lgxl\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .lgxl\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .lgxl\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .lgxl\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .lgxl\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .lgxl\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .lgxl\:row-start-1{
    grid-row-start: 1 !important;
  }

  .lgxl\:row-start-2{
    grid-row-start: 2 !important;
  }

  .lgxl\:row-start-3{
    grid-row-start: 3 !important;
  }

  .lgxl\:row-start-4{
    grid-row-start: 4 !important;
  }

  .lgxl\:row-start-5{
    grid-row-start: 5 !important;
  }

  .lgxl\:row-start-6{
    grid-row-start: 6 !important;
  }

  .lgxl\:row-start-7{
    grid-row-start: 7 !important;
  }

  .lgxl\:row-start-auto{
    grid-row-start: auto !important;
  }

  .lgxl\:row-end-1{
    grid-row-end: 1 !important;
  }

  .lgxl\:row-end-2{
    grid-row-end: 2 !important;
  }

  .lgxl\:row-end-3{
    grid-row-end: 3 !important;
  }

  .lgxl\:row-end-4{
    grid-row-end: 4 !important;
  }

  .lgxl\:row-end-5{
    grid-row-end: 5 !important;
  }

  .lgxl\:row-end-6{
    grid-row-end: 6 !important;
  }

  .lgxl\:row-end-7{
    grid-row-end: 7 !important;
  }

  .lgxl\:row-end-auto{
    grid-row-end: auto !important;
  }

  .lgxl\:float-right{
    float: right !important;
  }

  .lgxl\:float-left{
    float: left !important;
  }

  .lgxl\:float-none{
    float: none !important;
  }

  .lgxl\:clear-left{
    clear: left !important;
  }

  .lgxl\:clear-right{
    clear: right !important;
  }

  .lgxl\:clear-both{
    clear: both !important;
  }

  .lgxl\:clear-none{
    clear: none !important;
  }

  .lgxl\:m-0{
    margin: 0px !important;
  }

  .lgxl\:m-1{
    margin: 0.25rem !important;
  }

  .lgxl\:m-2{
    margin: 0.5rem !important;
  }

  .lgxl\:m-3{
    margin: 0.75rem !important;
  }

  .lgxl\:m-4{
    margin: 1rem !important;
  }

  .lgxl\:m-5{
    margin: 1.25rem !important;
  }

  .lgxl\:m-6{
    margin: 1.5rem !important;
  }

  .lgxl\:m-7{
    margin: 1.75rem !important;
  }

  .lgxl\:m-8{
    margin: 2rem !important;
  }

  .lgxl\:m-9{
    margin: 2.25rem !important;
  }

  .lgxl\:m-10{
    margin: 2.5rem !important;
  }

  .lgxl\:m-11{
    margin: 2.75rem !important;
  }

  .lgxl\:m-12{
    margin: 3rem !important;
  }

  .lgxl\:m-14{
    margin: 3.5rem !important;
  }

  .lgxl\:m-16{
    margin: 4rem !important;
  }

  .lgxl\:m-20{
    margin: 5rem !important;
  }

  .lgxl\:m-24{
    margin: 6rem !important;
  }

  .lgxl\:m-28{
    margin: 7rem !important;
  }

  .lgxl\:m-32{
    margin: 8rem !important;
  }

  .lgxl\:m-36{
    margin: 9rem !important;
  }

  .lgxl\:m-40{
    margin: 10rem !important;
  }

  .lgxl\:m-44{
    margin: 11rem !important;
  }

  .lgxl\:m-48{
    margin: 12rem !important;
  }

  .lgxl\:m-52{
    margin: 13rem !important;
  }

  .lgxl\:m-56{
    margin: 14rem !important;
  }

  .lgxl\:m-60{
    margin: 15rem !important;
  }

  .lgxl\:m-64{
    margin: 16rem !important;
  }

  .lgxl\:m-72{
    margin: 18rem !important;
  }

  .lgxl\:m-80{
    margin: 20rem !important;
  }

  .lgxl\:m-96{
    margin: 24rem !important;
  }

  .lgxl\:m-auto{
    margin: auto !important;
  }

  .lgxl\:m-px{
    margin: 1px !important;
  }

  .lgxl\:m-0\.5{
    margin: 0.125rem !important;
  }

  .lgxl\:m-1\.5{
    margin: 0.375rem !important;
  }

  .lgxl\:m-2\.5{
    margin: 0.625rem !important;
  }

  .lgxl\:m-3\.5{
    margin: 0.875rem !important;
  }

  .lgxl\:-m-0{
    margin: 0px !important;
  }

  .lgxl\:-m-1{
    margin: -0.25rem !important;
  }

  .lgxl\:-m-2{
    margin: -0.5rem !important;
  }

  .lgxl\:-m-3{
    margin: -0.75rem !important;
  }

  .lgxl\:-m-4{
    margin: -1rem !important;
  }

  .lgxl\:-m-5{
    margin: -1.25rem !important;
  }

  .lgxl\:-m-6{
    margin: -1.5rem !important;
  }

  .lgxl\:-m-7{
    margin: -1.75rem !important;
  }

  .lgxl\:-m-8{
    margin: -2rem !important;
  }

  .lgxl\:-m-9{
    margin: -2.25rem !important;
  }

  .lgxl\:-m-10{
    margin: -2.5rem !important;
  }

  .lgxl\:-m-11{
    margin: -2.75rem !important;
  }

  .lgxl\:-m-12{
    margin: -3rem !important;
  }

  .lgxl\:-m-14{
    margin: -3.5rem !important;
  }

  .lgxl\:-m-16{
    margin: -4rem !important;
  }

  .lgxl\:-m-20{
    margin: -5rem !important;
  }

  .lgxl\:-m-24{
    margin: -6rem !important;
  }

  .lgxl\:-m-28{
    margin: -7rem !important;
  }

  .lgxl\:-m-32{
    margin: -8rem !important;
  }

  .lgxl\:-m-36{
    margin: -9rem !important;
  }

  .lgxl\:-m-40{
    margin: -10rem !important;
  }

  .lgxl\:-m-44{
    margin: -11rem !important;
  }

  .lgxl\:-m-48{
    margin: -12rem !important;
  }

  .lgxl\:-m-52{
    margin: -13rem !important;
  }

  .lgxl\:-m-56{
    margin: -14rem !important;
  }

  .lgxl\:-m-60{
    margin: -15rem !important;
  }

  .lgxl\:-m-64{
    margin: -16rem !important;
  }

  .lgxl\:-m-72{
    margin: -18rem !important;
  }

  .lgxl\:-m-80{
    margin: -20rem !important;
  }

  .lgxl\:-m-96{
    margin: -24rem !important;
  }

  .lgxl\:-m-px{
    margin: -1px !important;
  }

  .lgxl\:-m-0\.5{
    margin: -0.125rem !important;
  }

  .lgxl\:-m-1\.5{
    margin: -0.375rem !important;
  }

  .lgxl\:-m-2\.5{
    margin: -0.625rem !important;
  }

  .lgxl\:-m-3\.5{
    margin: -0.875rem !important;
  }

  .lgxl\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lgxl\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lgxl\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lgxl\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lgxl\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lgxl\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lgxl\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lgxl\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .lgxl\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lgxl\:mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .lgxl\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lgxl\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .lgxl\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lgxl\:mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lgxl\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lgxl\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lgxl\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lgxl\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .lgxl\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lgxl\:mx-36{
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .lgxl\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lgxl\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .lgxl\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lgxl\:mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .lgxl\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lgxl\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .lgxl\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lgxl\:mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .lgxl\:mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .lgxl\:mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .lgxl\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lgxl\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lgxl\:mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .lgxl\:mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .lgxl\:mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .lgxl\:mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .lgxl\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lgxl\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lgxl\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lgxl\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lgxl\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lgxl\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lgxl\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lgxl\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .lgxl\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lgxl\:-mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .lgxl\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lgxl\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .lgxl\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lgxl\:-mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .lgxl\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lgxl\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lgxl\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lgxl\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .lgxl\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lgxl\:-mx-36{
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .lgxl\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lgxl\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .lgxl\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lgxl\:-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .lgxl\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lgxl\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .lgxl\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lgxl\:-mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .lgxl\:-mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .lgxl\:-mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .lgxl\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lgxl\:-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .lgxl\:-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .lgxl\:-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .lgxl\:-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .lgxl\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lgxl\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lgxl\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lgxl\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lgxl\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lgxl\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lgxl\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lgxl\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .lgxl\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lgxl\:my-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .lgxl\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lgxl\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .lgxl\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lgxl\:my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lgxl\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lgxl\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lgxl\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lgxl\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .lgxl\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lgxl\:my-36{
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .lgxl\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lgxl\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .lgxl\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lgxl\:my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .lgxl\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lgxl\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .lgxl\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lgxl\:my-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .lgxl\:my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .lgxl\:my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .lgxl\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lgxl\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lgxl\:my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .lgxl\:my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .lgxl\:my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .lgxl\:my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .lgxl\:-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lgxl\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lgxl\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lgxl\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lgxl\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lgxl\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lgxl\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lgxl\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .lgxl\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lgxl\:-my-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .lgxl\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lgxl\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .lgxl\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lgxl\:-my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lgxl\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lgxl\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lgxl\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lgxl\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .lgxl\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lgxl\:-my-36{
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .lgxl\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lgxl\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .lgxl\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lgxl\:-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .lgxl\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lgxl\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .lgxl\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lgxl\:-my-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .lgxl\:-my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .lgxl\:-my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .lgxl\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lgxl\:-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .lgxl\:-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .lgxl\:-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .lgxl\:-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .lgxl\:mt-0{
    margin-top: 0px !important;
  }

  .lgxl\:mt-1{
    margin-top: 0.25rem !important;
  }

  .lgxl\:mt-2{
    margin-top: 0.5rem !important;
  }

  .lgxl\:mt-3{
    margin-top: 0.75rem !important;
  }

  .lgxl\:mt-4{
    margin-top: 1rem !important;
  }

  .lgxl\:mt-5{
    margin-top: 1.25rem !important;
  }

  .lgxl\:mt-6{
    margin-top: 1.5rem !important;
  }

  .lgxl\:mt-7{
    margin-top: 1.75rem !important;
  }

  .lgxl\:mt-8{
    margin-top: 2rem !important;
  }

  .lgxl\:mt-9{
    margin-top: 2.25rem !important;
  }

  .lgxl\:mt-10{
    margin-top: 2.5rem !important;
  }

  .lgxl\:mt-11{
    margin-top: 2.75rem !important;
  }

  .lgxl\:mt-12{
    margin-top: 3rem !important;
  }

  .lgxl\:mt-14{
    margin-top: 3.5rem !important;
  }

  .lgxl\:mt-16{
    margin-top: 4rem !important;
  }

  .lgxl\:mt-20{
    margin-top: 5rem !important;
  }

  .lgxl\:mt-24{
    margin-top: 6rem !important;
  }

  .lgxl\:mt-28{
    margin-top: 7rem !important;
  }

  .lgxl\:mt-32{
    margin-top: 8rem !important;
  }

  .lgxl\:mt-36{
    margin-top: 9rem !important;
  }

  .lgxl\:mt-40{
    margin-top: 10rem !important;
  }

  .lgxl\:mt-44{
    margin-top: 11rem !important;
  }

  .lgxl\:mt-48{
    margin-top: 12rem !important;
  }

  .lgxl\:mt-52{
    margin-top: 13rem !important;
  }

  .lgxl\:mt-56{
    margin-top: 14rem !important;
  }

  .lgxl\:mt-60{
    margin-top: 15rem !important;
  }

  .lgxl\:mt-64{
    margin-top: 16rem !important;
  }

  .lgxl\:mt-72{
    margin-top: 18rem !important;
  }

  .lgxl\:mt-80{
    margin-top: 20rem !important;
  }

  .lgxl\:mt-96{
    margin-top: 24rem !important;
  }

  .lgxl\:mt-auto{
    margin-top: auto !important;
  }

  .lgxl\:mt-px{
    margin-top: 1px !important;
  }

  .lgxl\:mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .lgxl\:mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .lgxl\:mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .lgxl\:mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .lgxl\:-mt-0{
    margin-top: 0px !important;
  }

  .lgxl\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .lgxl\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .lgxl\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .lgxl\:-mt-4{
    margin-top: -1rem !important;
  }

  .lgxl\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .lgxl\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .lgxl\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .lgxl\:-mt-8{
    margin-top: -2rem !important;
  }

  .lgxl\:-mt-9{
    margin-top: -2.25rem !important;
  }

  .lgxl\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .lgxl\:-mt-11{
    margin-top: -2.75rem !important;
  }

  .lgxl\:-mt-12{
    margin-top: -3rem !important;
  }

  .lgxl\:-mt-14{
    margin-top: -3.5rem !important;
  }

  .lgxl\:-mt-16{
    margin-top: -4rem !important;
  }

  .lgxl\:-mt-20{
    margin-top: -5rem !important;
  }

  .lgxl\:-mt-24{
    margin-top: -6rem !important;
  }

  .lgxl\:-mt-28{
    margin-top: -7rem !important;
  }

  .lgxl\:-mt-32{
    margin-top: -8rem !important;
  }

  .lgxl\:-mt-36{
    margin-top: -9rem !important;
  }

  .lgxl\:-mt-40{
    margin-top: -10rem !important;
  }

  .lgxl\:-mt-44{
    margin-top: -11rem !important;
  }

  .lgxl\:-mt-48{
    margin-top: -12rem !important;
  }

  .lgxl\:-mt-52{
    margin-top: -13rem !important;
  }

  .lgxl\:-mt-56{
    margin-top: -14rem !important;
  }

  .lgxl\:-mt-60{
    margin-top: -15rem !important;
  }

  .lgxl\:-mt-64{
    margin-top: -16rem !important;
  }

  .lgxl\:-mt-72{
    margin-top: -18rem !important;
  }

  .lgxl\:-mt-80{
    margin-top: -20rem !important;
  }

  .lgxl\:-mt-96{
    margin-top: -24rem !important;
  }

  .lgxl\:-mt-px{
    margin-top: -1px !important;
  }

  .lgxl\:-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .lgxl\:-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .lgxl\:-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .lgxl\:-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .lgxl\:mr-0{
    margin-right: 0px !important;
  }

  .lgxl\:mr-1{
    margin-right: 0.25rem !important;
  }

  .lgxl\:mr-2{
    margin-right: 0.5rem !important;
  }

  .lgxl\:mr-3{
    margin-right: 0.75rem !important;
  }

  .lgxl\:mr-4{
    margin-right: 1rem !important;
  }

  .lgxl\:mr-5{
    margin-right: 1.25rem !important;
  }

  .lgxl\:mr-6{
    margin-right: 1.5rem !important;
  }

  .lgxl\:mr-7{
    margin-right: 1.75rem !important;
  }

  .lgxl\:mr-8{
    margin-right: 2rem !important;
  }

  .lgxl\:mr-9{
    margin-right: 2.25rem !important;
  }

  .lgxl\:mr-10{
    margin-right: 2.5rem !important;
  }

  .lgxl\:mr-11{
    margin-right: 2.75rem !important;
  }

  .lgxl\:mr-12{
    margin-right: 3rem !important;
  }

  .lgxl\:mr-14{
    margin-right: 3.5rem !important;
  }

  .lgxl\:mr-16{
    margin-right: 4rem !important;
  }

  .lgxl\:mr-20{
    margin-right: 5rem !important;
  }

  .lgxl\:mr-24{
    margin-right: 6rem !important;
  }

  .lgxl\:mr-28{
    margin-right: 7rem !important;
  }

  .lgxl\:mr-32{
    margin-right: 8rem !important;
  }

  .lgxl\:mr-36{
    margin-right: 9rem !important;
  }

  .lgxl\:mr-40{
    margin-right: 10rem !important;
  }

  .lgxl\:mr-44{
    margin-right: 11rem !important;
  }

  .lgxl\:mr-48{
    margin-right: 12rem !important;
  }

  .lgxl\:mr-52{
    margin-right: 13rem !important;
  }

  .lgxl\:mr-56{
    margin-right: 14rem !important;
  }

  .lgxl\:mr-60{
    margin-right: 15rem !important;
  }

  .lgxl\:mr-64{
    margin-right: 16rem !important;
  }

  .lgxl\:mr-72{
    margin-right: 18rem !important;
  }

  .lgxl\:mr-80{
    margin-right: 20rem !important;
  }

  .lgxl\:mr-96{
    margin-right: 24rem !important;
  }

  .lgxl\:mr-auto{
    margin-right: auto !important;
  }

  .lgxl\:mr-px{
    margin-right: 1px !important;
  }

  .lgxl\:mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .lgxl\:mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .lgxl\:mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .lgxl\:mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .lgxl\:-mr-0{
    margin-right: 0px !important;
  }

  .lgxl\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .lgxl\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .lgxl\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .lgxl\:-mr-4{
    margin-right: -1rem !important;
  }

  .lgxl\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .lgxl\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .lgxl\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .lgxl\:-mr-8{
    margin-right: -2rem !important;
  }

  .lgxl\:-mr-9{
    margin-right: -2.25rem !important;
  }

  .lgxl\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .lgxl\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .lgxl\:-mr-12{
    margin-right: -3rem !important;
  }

  .lgxl\:-mr-14{
    margin-right: -3.5rem !important;
  }

  .lgxl\:-mr-16{
    margin-right: -4rem !important;
  }

  .lgxl\:-mr-20{
    margin-right: -5rem !important;
  }

  .lgxl\:-mr-24{
    margin-right: -6rem !important;
  }

  .lgxl\:-mr-28{
    margin-right: -7rem !important;
  }

  .lgxl\:-mr-32{
    margin-right: -8rem !important;
  }

  .lgxl\:-mr-36{
    margin-right: -9rem !important;
  }

  .lgxl\:-mr-40{
    margin-right: -10rem !important;
  }

  .lgxl\:-mr-44{
    margin-right: -11rem !important;
  }

  .lgxl\:-mr-48{
    margin-right: -12rem !important;
  }

  .lgxl\:-mr-52{
    margin-right: -13rem !important;
  }

  .lgxl\:-mr-56{
    margin-right: -14rem !important;
  }

  .lgxl\:-mr-60{
    margin-right: -15rem !important;
  }

  .lgxl\:-mr-64{
    margin-right: -16rem !important;
  }

  .lgxl\:-mr-72{
    margin-right: -18rem !important;
  }

  .lgxl\:-mr-80{
    margin-right: -20rem !important;
  }

  .lgxl\:-mr-96{
    margin-right: -24rem !important;
  }

  .lgxl\:-mr-px{
    margin-right: -1px !important;
  }

  .lgxl\:-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .lgxl\:-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .lgxl\:-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .lgxl\:-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .lgxl\:mb-0{
    margin-bottom: 0px !important;
  }

  .lgxl\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .lgxl\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .lgxl\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .lgxl\:mb-4{
    margin-bottom: 1rem !important;
  }

  .lgxl\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .lgxl\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .lgxl\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .lgxl\:mb-8{
    margin-bottom: 2rem !important;
  }

  .lgxl\:mb-9{
    margin-bottom: 2.25rem !important;
  }

  .lgxl\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .lgxl\:mb-11{
    margin-bottom: 2.75rem !important;
  }

  .lgxl\:mb-12{
    margin-bottom: 3rem !important;
  }

  .lgxl\:mb-14{
    margin-bottom: 3.5rem !important;
  }

  .lgxl\:mb-16{
    margin-bottom: 4rem !important;
  }

  .lgxl\:mb-20{
    margin-bottom: 5rem !important;
  }

  .lgxl\:mb-24{
    margin-bottom: 6rem !important;
  }

  .lgxl\:mb-28{
    margin-bottom: 7rem !important;
  }

  .lgxl\:mb-32{
    margin-bottom: 8rem !important;
  }

  .lgxl\:mb-36{
    margin-bottom: 9rem !important;
  }

  .lgxl\:mb-40{
    margin-bottom: 10rem !important;
  }

  .lgxl\:mb-44{
    margin-bottom: 11rem !important;
  }

  .lgxl\:mb-48{
    margin-bottom: 12rem !important;
  }

  .lgxl\:mb-52{
    margin-bottom: 13rem !important;
  }

  .lgxl\:mb-56{
    margin-bottom: 14rem !important;
  }

  .lgxl\:mb-60{
    margin-bottom: 15rem !important;
  }

  .lgxl\:mb-64{
    margin-bottom: 16rem !important;
  }

  .lgxl\:mb-72{
    margin-bottom: 18rem !important;
  }

  .lgxl\:mb-80{
    margin-bottom: 20rem !important;
  }

  .lgxl\:mb-96{
    margin-bottom: 24rem !important;
  }

  .lgxl\:mb-auto{
    margin-bottom: auto !important;
  }

  .lgxl\:mb-px{
    margin-bottom: 1px !important;
  }

  .lgxl\:mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .lgxl\:mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .lgxl\:mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .lgxl\:mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .lgxl\:-mb-0{
    margin-bottom: 0px !important;
  }

  .lgxl\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .lgxl\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .lgxl\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .lgxl\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .lgxl\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .lgxl\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .lgxl\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .lgxl\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .lgxl\:-mb-9{
    margin-bottom: -2.25rem !important;
  }

  .lgxl\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .lgxl\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .lgxl\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .lgxl\:-mb-14{
    margin-bottom: -3.5rem !important;
  }

  .lgxl\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .lgxl\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .lgxl\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .lgxl\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .lgxl\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .lgxl\:-mb-36{
    margin-bottom: -9rem !important;
  }

  .lgxl\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .lgxl\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .lgxl\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .lgxl\:-mb-52{
    margin-bottom: -13rem !important;
  }

  .lgxl\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .lgxl\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .lgxl\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .lgxl\:-mb-72{
    margin-bottom: -18rem !important;
  }

  .lgxl\:-mb-80{
    margin-bottom: -20rem !important;
  }

  .lgxl\:-mb-96{
    margin-bottom: -24rem !important;
  }

  .lgxl\:-mb-px{
    margin-bottom: -1px !important;
  }

  .lgxl\:-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .lgxl\:-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .lgxl\:-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .lgxl\:-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .lgxl\:ml-0{
    margin-left: 0px !important;
  }

  .lgxl\:ml-1{
    margin-left: 0.25rem !important;
  }

  .lgxl\:ml-2{
    margin-left: 0.5rem !important;
  }

  .lgxl\:ml-3{
    margin-left: 0.75rem !important;
  }

  .lgxl\:ml-4{
    margin-left: 1rem !important;
  }

  .lgxl\:ml-5{
    margin-left: 1.25rem !important;
  }

  .lgxl\:ml-6{
    margin-left: 1.5rem !important;
  }

  .lgxl\:ml-7{
    margin-left: 1.75rem !important;
  }

  .lgxl\:ml-8{
    margin-left: 2rem !important;
  }

  .lgxl\:ml-9{
    margin-left: 2.25rem !important;
  }

  .lgxl\:ml-10{
    margin-left: 2.5rem !important;
  }

  .lgxl\:ml-11{
    margin-left: 2.75rem !important;
  }

  .lgxl\:ml-12{
    margin-left: 3rem !important;
  }

  .lgxl\:ml-14{
    margin-left: 3.5rem !important;
  }

  .lgxl\:ml-16{
    margin-left: 4rem !important;
  }

  .lgxl\:ml-20{
    margin-left: 5rem !important;
  }

  .lgxl\:ml-24{
    margin-left: 6rem !important;
  }

  .lgxl\:ml-28{
    margin-left: 7rem !important;
  }

  .lgxl\:ml-32{
    margin-left: 8rem !important;
  }

  .lgxl\:ml-36{
    margin-left: 9rem !important;
  }

  .lgxl\:ml-40{
    margin-left: 10rem !important;
  }

  .lgxl\:ml-44{
    margin-left: 11rem !important;
  }

  .lgxl\:ml-48{
    margin-left: 12rem !important;
  }

  .lgxl\:ml-52{
    margin-left: 13rem !important;
  }

  .lgxl\:ml-56{
    margin-left: 14rem !important;
  }

  .lgxl\:ml-60{
    margin-left: 15rem !important;
  }

  .lgxl\:ml-64{
    margin-left: 16rem !important;
  }

  .lgxl\:ml-72{
    margin-left: 18rem !important;
  }

  .lgxl\:ml-80{
    margin-left: 20rem !important;
  }

  .lgxl\:ml-96{
    margin-left: 24rem !important;
  }

  .lgxl\:ml-auto{
    margin-left: auto !important;
  }

  .lgxl\:ml-px{
    margin-left: 1px !important;
  }

  .lgxl\:ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .lgxl\:ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .lgxl\:ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .lgxl\:ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .lgxl\:-ml-0{
    margin-left: 0px !important;
  }

  .lgxl\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .lgxl\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .lgxl\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .lgxl\:-ml-4{
    margin-left: -1rem !important;
  }

  .lgxl\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .lgxl\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .lgxl\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .lgxl\:-ml-8{
    margin-left: -2rem !important;
  }

  .lgxl\:-ml-9{
    margin-left: -2.25rem !important;
  }

  .lgxl\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .lgxl\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .lgxl\:-ml-12{
    margin-left: -3rem !important;
  }

  .lgxl\:-ml-14{
    margin-left: -3.5rem !important;
  }

  .lgxl\:-ml-16{
    margin-left: -4rem !important;
  }

  .lgxl\:-ml-20{
    margin-left: -5rem !important;
  }

  .lgxl\:-ml-24{
    margin-left: -6rem !important;
  }

  .lgxl\:-ml-28{
    margin-left: -7rem !important;
  }

  .lgxl\:-ml-32{
    margin-left: -8rem !important;
  }

  .lgxl\:-ml-36{
    margin-left: -9rem !important;
  }

  .lgxl\:-ml-40{
    margin-left: -10rem !important;
  }

  .lgxl\:-ml-44{
    margin-left: -11rem !important;
  }

  .lgxl\:-ml-48{
    margin-left: -12rem !important;
  }

  .lgxl\:-ml-52{
    margin-left: -13rem !important;
  }

  .lgxl\:-ml-56{
    margin-left: -14rem !important;
  }

  .lgxl\:-ml-60{
    margin-left: -15rem !important;
  }

  .lgxl\:-ml-64{
    margin-left: -16rem !important;
  }

  .lgxl\:-ml-72{
    margin-left: -18rem !important;
  }

  .lgxl\:-ml-80{
    margin-left: -20rem !important;
  }

  .lgxl\:-ml-96{
    margin-left: -24rem !important;
  }

  .lgxl\:-ml-px{
    margin-left: -1px !important;
  }

  .lgxl\:-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .lgxl\:-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .lgxl\:-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .lgxl\:-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .lgxl\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .lgxl\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .lgxl\:block{
    display: block !important;
  }

  .lgxl\:inline-block{
    display: inline-block !important;
  }

  .lgxl\:inline{
    display: inline !important;
  }

  .lgxl\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .lgxl\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .lgxl\:table{
    display: table !important;
  }

  .lgxl\:inline-table{
    display: inline-table !important;
  }

  .lgxl\:table-caption{
    display: table-caption !important;
  }

  .lgxl\:table-cell{
    display: table-cell !important;
  }

  .lgxl\:table-column{
    display: table-column !important;
  }

  .lgxl\:table-column-group{
    display: table-column-group !important;
  }

  .lgxl\:table-footer-group{
    display: table-footer-group !important;
  }

  .lgxl\:table-header-group{
    display: table-header-group !important;
  }

  .lgxl\:table-row-group{
    display: table-row-group !important;
  }

  .lgxl\:table-row{
    display: table-row !important;
  }

  .lgxl\:flow-root{
    display: flow-root !important;
  }

  .lgxl\:grid{
    display: grid !important;
  }

  .lgxl\:inline-grid{
    display: inline-grid !important;
  }

  .lgxl\:contents{
    display: contents !important;
  }

  .lgxl\:list-item{
    display: list-item !important;
  }

  .lgxl\:hidden{
    display: none !important;
  }

  .lgxl\:h-0{
    height: 0px !important;
  }

  .lgxl\:h-1{
    height: 0.25rem !important;
  }

  .lgxl\:h-2{
    height: 0.5rem !important;
  }

  .lgxl\:h-3{
    height: 0.75rem !important;
  }

  .lgxl\:h-4{
    height: 1rem !important;
  }

  .lgxl\:h-5{
    height: 1.25rem !important;
  }

  .lgxl\:h-6{
    height: 1.5rem !important;
  }

  .lgxl\:h-7{
    height: 1.75rem !important;
  }

  .lgxl\:h-8{
    height: 2rem !important;
  }

  .lgxl\:h-9{
    height: 2.25rem !important;
  }

  .lgxl\:h-10{
    height: 2.5rem !important;
  }

  .lgxl\:h-11{
    height: 2.75rem !important;
  }

  .lgxl\:h-12{
    height: 3rem !important;
  }

  .lgxl\:h-14{
    height: 3.5rem !important;
  }

  .lgxl\:h-16{
    height: 4rem !important;
  }

  .lgxl\:h-20{
    height: 5rem !important;
  }

  .lgxl\:h-24{
    height: 6rem !important;
  }

  .lgxl\:h-28{
    height: 7rem !important;
  }

  .lgxl\:h-32{
    height: 8rem !important;
  }

  .lgxl\:h-36{
    height: 9rem !important;
  }

  .lgxl\:h-40{
    height: 10rem !important;
  }

  .lgxl\:h-44{
    height: 11rem !important;
  }

  .lgxl\:h-48{
    height: 12rem !important;
  }

  .lgxl\:h-52{
    height: 13rem !important;
  }

  .lgxl\:h-56{
    height: 14rem !important;
  }

  .lgxl\:h-60{
    height: 15rem !important;
  }

  .lgxl\:h-64{
    height: 16rem !important;
  }

  .lgxl\:h-72{
    height: 18rem !important;
  }

  .lgxl\:h-80{
    height: 20rem !important;
  }

  .lgxl\:h-96{
    height: 24rem !important;
  }

  .lgxl\:h-auto{
    height: auto !important;
  }

  .lgxl\:h-px{
    height: 1px !important;
  }

  .lgxl\:h-0\.5{
    height: 0.125rem !important;
  }

  .lgxl\:h-1\.5{
    height: 0.375rem !important;
  }

  .lgxl\:h-2\.5{
    height: 0.625rem !important;
  }

  .lgxl\:h-3\.5{
    height: 0.875rem !important;
  }

  .lgxl\:h-1\/2{
    height: 50% !important;
  }

  .lgxl\:h-1\/3{
    height: 33.333333% !important;
  }

  .lgxl\:h-2\/3{
    height: 66.666667% !important;
  }

  .lgxl\:h-1\/4{
    height: 25% !important;
  }

  .lgxl\:h-2\/4{
    height: 50% !important;
  }

  .lgxl\:h-3\/4{
    height: 75% !important;
  }

  .lgxl\:h-1\/5{
    height: 20% !important;
  }

  .lgxl\:h-2\/5{
    height: 40% !important;
  }

  .lgxl\:h-3\/5{
    height: 60% !important;
  }

  .lgxl\:h-4\/5{
    height: 80% !important;
  }

  .lgxl\:h-1\/6{
    height: 16.666667% !important;
  }

  .lgxl\:h-2\/6{
    height: 33.333333% !important;
  }

  .lgxl\:h-3\/6{
    height: 50% !important;
  }

  .lgxl\:h-4\/6{
    height: 66.666667% !important;
  }

  .lgxl\:h-5\/6{
    height: 83.333333% !important;
  }

  .lgxl\:h-full{
    height: 100% !important;
  }

  .lgxl\:h-screen{
    height: 100vh !important;
  }

  .lgxl\:max-h-0{
    max-height: 0px !important;
  }

  .lgxl\:max-h-1{
    max-height: 0.25rem !important;
  }

  .lgxl\:max-h-2{
    max-height: 0.5rem !important;
  }

  .lgxl\:max-h-3{
    max-height: 0.75rem !important;
  }

  .lgxl\:max-h-4{
    max-height: 1rem !important;
  }

  .lgxl\:max-h-5{
    max-height: 1.25rem !important;
  }

  .lgxl\:max-h-6{
    max-height: 1.5rem !important;
  }

  .lgxl\:max-h-7{
    max-height: 1.75rem !important;
  }

  .lgxl\:max-h-8{
    max-height: 2rem !important;
  }

  .lgxl\:max-h-9{
    max-height: 2.25rem !important;
  }

  .lgxl\:max-h-10{
    max-height: 2.5rem !important;
  }

  .lgxl\:max-h-11{
    max-height: 2.75rem !important;
  }

  .lgxl\:max-h-12{
    max-height: 3rem !important;
  }

  .lgxl\:max-h-14{
    max-height: 3.5rem !important;
  }

  .lgxl\:max-h-16{
    max-height: 4rem !important;
  }

  .lgxl\:max-h-20{
    max-height: 5rem !important;
  }

  .lgxl\:max-h-24{
    max-height: 6rem !important;
  }

  .lgxl\:max-h-28{
    max-height: 7rem !important;
  }

  .lgxl\:max-h-32{
    max-height: 8rem !important;
  }

  .lgxl\:max-h-36{
    max-height: 9rem !important;
  }

  .lgxl\:max-h-40{
    max-height: 10rem !important;
  }

  .lgxl\:max-h-44{
    max-height: 11rem !important;
  }

  .lgxl\:max-h-48{
    max-height: 12rem !important;
  }

  .lgxl\:max-h-52{
    max-height: 13rem !important;
  }

  .lgxl\:max-h-56{
    max-height: 14rem !important;
  }

  .lgxl\:max-h-60{
    max-height: 15rem !important;
  }

  .lgxl\:max-h-64{
    max-height: 16rem !important;
  }

  .lgxl\:max-h-72{
    max-height: 18rem !important;
  }

  .lgxl\:max-h-80{
    max-height: 20rem !important;
  }

  .lgxl\:max-h-96{
    max-height: 24rem !important;
  }

  .lgxl\:max-h-px{
    max-height: 1px !important;
  }

  .lgxl\:max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .lgxl\:max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .lgxl\:max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .lgxl\:max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .lgxl\:max-h-full{
    max-height: 100% !important;
  }

  .lgxl\:max-h-screen{
    max-height: 100vh !important;
  }

  .lgxl\:min-h-0{
    min-height: 0px !important;
  }

  .lgxl\:min-h-full{
    min-height: 100% !important;
  }

  .lgxl\:min-h-screen{
    min-height: 100vh !important;
  }

  .lgxl\:w-0{
    width: 0px !important;
  }

  .lgxl\:w-1{
    width: 0.25rem !important;
  }

  .lgxl\:w-2{
    width: 0.5rem !important;
  }

  .lgxl\:w-3{
    width: 0.75rem !important;
  }

  .lgxl\:w-4{
    width: 1rem !important;
  }

  .lgxl\:w-5{
    width: 1.25rem !important;
  }

  .lgxl\:w-6{
    width: 1.5rem !important;
  }

  .lgxl\:w-7{
    width: 1.75rem !important;
  }

  .lgxl\:w-8{
    width: 2rem !important;
  }

  .lgxl\:w-9{
    width: 2.25rem !important;
  }

  .lgxl\:w-10{
    width: 2.5rem !important;
  }

  .lgxl\:w-11{
    width: 2.75rem !important;
  }

  .lgxl\:w-12{
    width: 3rem !important;
  }

  .lgxl\:w-14{
    width: 3.5rem !important;
  }

  .lgxl\:w-16{
    width: 4rem !important;
  }

  .lgxl\:w-20{
    width: 5rem !important;
  }

  .lgxl\:w-24{
    width: 6rem !important;
  }

  .lgxl\:w-28{
    width: 7rem !important;
  }

  .lgxl\:w-32{
    width: 8rem !important;
  }

  .lgxl\:w-36{
    width: 9rem !important;
  }

  .lgxl\:w-40{
    width: 10rem !important;
  }

  .lgxl\:w-44{
    width: 11rem !important;
  }

  .lgxl\:w-48{
    width: 12rem !important;
  }

  .lgxl\:w-52{
    width: 13rem !important;
  }

  .lgxl\:w-56{
    width: 14rem !important;
  }

  .lgxl\:w-60{
    width: 15rem !important;
  }

  .lgxl\:w-64{
    width: 16rem !important;
  }

  .lgxl\:w-72{
    width: 18rem !important;
  }

  .lgxl\:w-80{
    width: 20rem !important;
  }

  .lgxl\:w-96{
    width: 24rem !important;
  }

  .lgxl\:w-auto{
    width: auto !important;
  }

  .lgxl\:w-px{
    width: 1px !important;
  }

  .lgxl\:w-0\.5{
    width: 0.125rem !important;
  }

  .lgxl\:w-1\.5{
    width: 0.375rem !important;
  }

  .lgxl\:w-2\.5{
    width: 0.625rem !important;
  }

  .lgxl\:w-3\.5{
    width: 0.875rem !important;
  }

  .lgxl\:w-1\/2{
    width: 50% !important;
  }

  .lgxl\:w-1\/3{
    width: 33.333333% !important;
  }

  .lgxl\:w-2\/3{
    width: 66.666667% !important;
  }

  .lgxl\:w-1\/4{
    width: 25% !important;
  }

  .lgxl\:w-2\/4{
    width: 50% !important;
  }

  .lgxl\:w-3\/4{
    width: 75% !important;
  }

  .lgxl\:w-1\/5{
    width: 20% !important;
  }

  .lgxl\:w-2\/5{
    width: 40% !important;
  }

  .lgxl\:w-3\/5{
    width: 60% !important;
  }

  .lgxl\:w-4\/5{
    width: 80% !important;
  }

  .lgxl\:w-1\/6{
    width: 16.666667% !important;
  }

  .lgxl\:w-2\/6{
    width: 33.333333% !important;
  }

  .lgxl\:w-3\/6{
    width: 50% !important;
  }

  .lgxl\:w-4\/6{
    width: 66.666667% !important;
  }

  .lgxl\:w-5\/6{
    width: 83.333333% !important;
  }

  .lgxl\:w-1\/12{
    width: 8.333333% !important;
  }

  .lgxl\:w-2\/12{
    width: 16.666667% !important;
  }

  .lgxl\:w-3\/12{
    width: 25% !important;
  }

  .lgxl\:w-4\/12{
    width: 33.333333% !important;
  }

  .lgxl\:w-5\/12{
    width: 41.666667% !important;
  }

  .lgxl\:w-6\/12{
    width: 50% !important;
  }

  .lgxl\:w-7\/12{
    width: 58.333333% !important;
  }

  .lgxl\:w-8\/12{
    width: 66.666667% !important;
  }

  .lgxl\:w-9\/12{
    width: 75% !important;
  }

  .lgxl\:w-10\/12{
    width: 83.333333% !important;
  }

  .lgxl\:w-11\/12{
    width: 91.666667% !important;
  }

  .lgxl\:w-full{
    width: 100% !important;
  }

  .lgxl\:w-screen{
    width: 100vw !important;
  }

  .lgxl\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .lgxl\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .lgxl\:min-w-0{
    min-width: 0px !important;
  }

  .lgxl\:min-w-full{
    min-width: 100% !important;
  }

  .lgxl\:min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .lgxl\:min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .lgxl\:max-w-0{
    max-width: 0rem !important;
  }

  .lgxl\:max-w-none{
    max-width: none !important;
  }

  .lgxl\:max-w-xs{
    max-width: 20rem !important;
  }

  .lgxl\:max-w-sm{
    max-width: 24rem !important;
  }

  .lgxl\:max-w-md{
    max-width: 28rem !important;
  }

  .lgxl\:max-w-lg{
    max-width: 32rem !important;
  }

  .lgxl\:max-w-xl{
    max-width: 36rem !important;
  }

  .lgxl\:max-w-2xl{
    max-width: 42rem !important;
  }

  .lgxl\:max-w-3xl{
    max-width: 48rem !important;
  }

  .lgxl\:max-w-4xl{
    max-width: 56rem !important;
  }

  .lgxl\:max-w-5xl{
    max-width: 64rem !important;
  }

  .lgxl\:max-w-6xl{
    max-width: 72rem !important;
  }

  .lgxl\:max-w-7xl{
    max-width: 80rem !important;
  }

  .lgxl\:max-w-full{
    max-width: 100% !important;
  }

  .lgxl\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .lgxl\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .lgxl\:max-w-prose{
    max-width: 65ch !important;
  }

  .lgxl\:max-w-screen-xs{
    max-width: 400px !important;
  }

  .lgxl\:max-w-screen-sm{
    max-width: 576px !important;
  }

  .lgxl\:max-w-screen-md{
    max-width: 768px !important;
  }

  .lgxl\:max-w-screen-mdlg{
    max-width: 992px !important;
  }

  .lgxl\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .lgxl\:max-w-screen-lgxl{
    max-width: 1200px !important;
  }

  .lgxl\:max-w-screen-xl{
    max-width: 1351px !important;
  }

  .lgxl\:max-w-screen-2xl{
    max-width: 1530px !important;
  }

  .lgxl\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .lgxl\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .lgxl\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .lgxl\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .lgxl\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .lgxl\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .lgxl\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .lgxl\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .lgxl\:table-auto{
    table-layout: auto !important;
  }

  .lgxl\:table-fixed{
    table-layout: fixed !important;
  }

  .lgxl\:border-collapse{
    border-collapse: collapse !important;
  }

  .lgxl\:border-separate{
    border-collapse: separate !important;
  }

  .lgxl\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .lgxl\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .lgxl\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .lgxl\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .lgxl\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .lgxl\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .lgxl\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .lgxl\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .lgxl\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .lgxl\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lgxl\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lgxl\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .lgxl\:translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .lgxl\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .lgxl\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .lgxl\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .lgxl\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .lgxl\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .lgxl\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .lgxl\:translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .lgxl\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .lgxl\:translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .lgxl\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .lgxl\:translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .lgxl\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .lgxl\:translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .lgxl\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .lgxl\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .lgxl\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .lgxl\:translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .lgxl\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .lgxl\:translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .lgxl\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .lgxl\:translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .lgxl\:translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .lgxl\:translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .lgxl\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .lgxl\:translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .lgxl\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .lgxl\:translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .lgxl\:translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .lgxl\:translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .lgxl\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .lgxl\:translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .lgxl\:translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .lgxl\:translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .lgxl\:translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .lgxl\:-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .lgxl\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .lgxl\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .lgxl\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .lgxl\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .lgxl\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .lgxl\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .lgxl\:-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .lgxl\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .lgxl\:-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .lgxl\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .lgxl\:-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .lgxl\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .lgxl\:-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .lgxl\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .lgxl\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .lgxl\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .lgxl\:-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .lgxl\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .lgxl\:-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .lgxl\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .lgxl\:-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .lgxl\:-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .lgxl\:-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .lgxl\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .lgxl\:-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .lgxl\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .lgxl\:-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .lgxl\:-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .lgxl\:-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .lgxl\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .lgxl\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .lgxl\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .lgxl\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .lgxl\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .lgxl\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .lgxl\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .lgxl\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .lgxl\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .lgxl\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .lgxl\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .lgxl\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .lgxl\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .lgxl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .lgxl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .lgxl\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .lgxl\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .lgxl\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .lgxl\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .lgxl\:translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .lgxl\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .lgxl\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .lgxl\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .lgxl\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .lgxl\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .lgxl\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .lgxl\:translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .lgxl\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .lgxl\:translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .lgxl\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .lgxl\:translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .lgxl\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .lgxl\:translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .lgxl\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .lgxl\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .lgxl\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .lgxl\:translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .lgxl\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .lgxl\:translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .lgxl\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .lgxl\:translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .lgxl\:translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .lgxl\:translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .lgxl\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .lgxl\:translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .lgxl\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .lgxl\:translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .lgxl\:translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .lgxl\:translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .lgxl\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .lgxl\:translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .lgxl\:translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .lgxl\:translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .lgxl\:translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .lgxl\:-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .lgxl\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .lgxl\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .lgxl\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .lgxl\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .lgxl\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .lgxl\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .lgxl\:-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .lgxl\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .lgxl\:-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .lgxl\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .lgxl\:-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .lgxl\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .lgxl\:-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .lgxl\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .lgxl\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .lgxl\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .lgxl\:-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .lgxl\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .lgxl\:-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .lgxl\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .lgxl\:-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .lgxl\:-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .lgxl\:-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .lgxl\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .lgxl\:-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .lgxl\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .lgxl\:-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .lgxl\:-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .lgxl\:-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .lgxl\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .lgxl\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .lgxl\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .lgxl\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .lgxl\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .lgxl\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .lgxl\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .lgxl\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .lgxl\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .lgxl\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .lgxl\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .lgxl\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .lgxl\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .lgxl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .lgxl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .lgxl\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .lgxl\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .lgxl\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .lgxl\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .lgxl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .lgxl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .lgxl\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .lgxl\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .lgxl\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .lgxl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .lgxl\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .lgxl\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .lgxl\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .lgxl\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .lgxl\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .lgxl\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .lgxl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .lgxl\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .lgxl\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .lgxl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .lgxl\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .lgxl\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .lgxl\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .lgxl\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .lgxl\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .lgxl\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .lgxl\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .lgxl\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .lgxl\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .lgxl\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .lgxl\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .lgxl\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .lgxl\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .lgxl\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .lgxl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .lgxl\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .lgxl\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .lgxl\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .lgxl\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .lgxl\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .lgxl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .lgxl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .lgxl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .lgxl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .lgxl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .lgxl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .lgxl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .lgxl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .lgxl\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .lgxl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .lgxl\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .lgxl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .lgxl\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .lgxl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .lgxl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .lgxl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .lgxl\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .lgxl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .lgxl\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .lgxl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .lgxl\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .lgxl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .lgxl\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .lgxl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .lgxl\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .lgxl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .lgxl\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .lgxl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .lgxl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .lgxl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .lgxl\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .lgxl\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .lgxl\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .lgxl\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .lgxl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .lgxl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .lgxl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .lgxl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .lgxl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .lgxl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .lgxl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .lgxl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .lgxl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .lgxl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .lgxl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .lgxl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .lgxl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .lgxl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .lgxl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .lgxl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .lgxl\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .lgxl\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .lgxl\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .lgxl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .lgxl\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .lgxl\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .lgxl\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .lgxl\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .lgxl\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .lgxl\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .lgxl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .lgxl\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .lgxl\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .lgxl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .lgxl\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .lgxl\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .lgxl\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .lgxl\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .lgxl\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .lgxl\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .lgxl\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .lgxl\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .lgxl\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .lgxl\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .lgxl\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .lgxl\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .lgxl\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .lgxl\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .lgxl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .lgxl\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .lgxl\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .lgxl\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .lgxl\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .lgxl\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .lgxl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .lgxl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .lgxl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .lgxl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .lgxl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .lgxl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .lgxl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .lgxl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .lgxl\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .lgxl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .lgxl\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .lgxl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .lgxl\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .lgxl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .lgxl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .lgxl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .lgxl\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .lgxl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .lgxl\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .lgxl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .lgxl\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .lgxl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .lgxl\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .lgxl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .lgxl\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .lgxl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .lgxl\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .lgxl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .lgxl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .lgxl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .lgxl\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .lgxl\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .lgxl\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .lgxl\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .lgxl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .lgxl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .lgxl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .lgxl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .lgxl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .lgxl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .lgxl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .lgxl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .lgxl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .lgxl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .lgxl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .lgxl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .lgxl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .lgxl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .lgxl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .lgxl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .lgxl\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .lgxl\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .lgxl\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .lgxl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .lgxl\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .lgxl\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .lgxl\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .lgxl\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .lgxl\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .lgxl\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .lgxl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .lgxl\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .lgxl\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .lgxl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .lgxl\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .lgxl\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .lgxl\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .lgxl\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .lgxl\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .lgxl\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .lgxl\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .lgxl\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .lgxl\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .lgxl\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .lgxl\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .lgxl\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .lgxl\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .lgxl\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .lgxl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .lgxl\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .lgxl\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .lgxl\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .lgxl\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .lgxl\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .lgxl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .lgxl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .lgxl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .lgxl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .lgxl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .lgxl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .lgxl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .lgxl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .lgxl\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .lgxl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .lgxl\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .lgxl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .lgxl\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .lgxl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .lgxl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .lgxl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .lgxl\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .lgxl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .lgxl\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .lgxl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .lgxl\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .lgxl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .lgxl\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .lgxl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .lgxl\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .lgxl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .lgxl\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .lgxl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .lgxl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .lgxl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .lgxl\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .lgxl\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .lgxl\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .lgxl\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .lgxl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .lgxl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .lgxl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .lgxl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .lgxl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .lgxl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .lgxl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .lgxl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .lgxl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .lgxl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .lgxl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .lgxl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .lgxl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .lgxl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .lgxl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .lgxl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .lgxl\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .lgxl\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .lgxl\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .lgxl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .lgxl\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .lgxl\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .lgxl\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .lgxl\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .lgxl\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .lgxl\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .lgxl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .lgxl\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .lgxl\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .lgxl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .lgxl\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .lgxl\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .lgxl\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .lgxl\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .lgxl\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .lgxl\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .lgxl\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .lgxl\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .lgxl\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .lgxl\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .lgxl\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .lgxl\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .lgxl\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .lgxl\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .lgxl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .lgxl\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .lgxl\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .lgxl\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .lgxl\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .lgxl\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .lgxl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .lgxl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .lgxl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .lgxl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .lgxl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .lgxl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .lgxl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .lgxl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .lgxl\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .lgxl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .lgxl\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .lgxl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .lgxl\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .lgxl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .lgxl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .lgxl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .lgxl\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .lgxl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .lgxl\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .lgxl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .lgxl\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .lgxl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .lgxl\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .lgxl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .lgxl\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .lgxl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .lgxl\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .lgxl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .lgxl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .lgxl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .lgxl\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .lgxl\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .lgxl\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .lgxl\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .lgxl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .lgxl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .lgxl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .lgxl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .lgxl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .lgxl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .lgxl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .lgxl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .lgxl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .lgxl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .lgxl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .lgxl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .lgxl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .lgxl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .lgxl\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .lgxl\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .lgxl\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .lgxl\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .lgxl\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .lgxl\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .lgxl\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .lgxl\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .lgxl\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .lgxl\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .lgxl\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .lgxl\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .lgxl\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .lgxl\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .lgxl\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .lgxl\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .lgxl\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .lgxl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .lgxl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .lgxl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .lgxl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .lgxl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .lgxl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .lgxl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .lgxl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .lgxl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .lgxl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .lgxl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .lgxl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .lgxl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .lgxl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .lgxl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .lgxl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .lgxl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .lgxl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .lgxl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .lgxl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .lgxl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .lgxl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .lgxl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .lgxl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .lgxl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .lgxl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .lgxl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .lgxl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .lgxl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .lgxl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .lgxl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .lgxl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .lgxl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .lgxl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .lgxl\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .lgxl\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .lgxl\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .lgxl\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .lgxl\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .lgxl\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .lgxl\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .lgxl\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .lgxl\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .lgxl\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .lgxl\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .lgxl\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .lgxl\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .lgxl\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .lgxl\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .lgxl\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .lgxl\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .lgxl\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .lgxl\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .lgxl\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .lgxl\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .lgxl\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .lgxl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .lgxl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .lgxl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .lgxl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .lgxl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .lgxl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .lgxl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .lgxl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .lgxl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .lgxl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .lgxl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .lgxl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .lgxl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .lgxl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .lgxl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .lgxl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .lgxl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .lgxl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .lgxl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .lgxl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .lgxl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .lgxl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .lgxl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .lgxl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .lgxl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .lgxl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .lgxl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .lgxl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .lgxl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .lgxl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .lgxl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .lgxl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .lgxl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .lgxl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .lgxl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .lgxl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .lgxl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .lgxl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .lgxl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .lgxl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .lgxl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .lgxl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .lgxl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .lgxl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .lgxl\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lgxl\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lgxl\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lgxl\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lgxl\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lgxl\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lgxl\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lgxl\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lgxl\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lgxl\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lgxl\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lgxl\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lgxl\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lgxl\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lgxl\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lgxl\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lgxl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lgxl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lgxl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lgxl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lgxl\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lgxl\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lgxl\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lgxl\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lgxl\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lgxl\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lgxl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lgxl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lgxl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lgxl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lgxl\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .lgxl\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .lgxl\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .lgxl\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .lgxl\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .lgxl\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .lgxl\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .lgxl\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .lgxl\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .lgxl\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .lgxl\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .lgxl\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .lgxl\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .lgxl\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .lgxl\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .lgxl\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .lgxl\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .lgxl\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .lgxl\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .lgxl\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .lgxl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .lgxl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .lgxl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .lgxl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .lgxl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .lgxl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .lgxl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .lgxl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .lgxl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .lgxl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .lgxl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .lgxl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .lgxl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .lgxl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .lgxl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .lgxl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .lgxl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .lgxl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .lgxl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .lgxl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .lgxl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .lgxl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .lgxl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .lgxl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .lgxl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .lgxl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .lgxl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .lgxl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .lgxl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .lgxl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .lgxl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .lgxl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .lgxl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .lgxl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .lgxl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .lgxl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .lgxl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .lgxl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .lgxl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .lgxl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .lgxl\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .lgxl\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .lgxl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lgxl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lgxl\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .lgxl\:cursor-auto{
    cursor: auto !important;
  }

  .lgxl\:cursor-default{
    cursor: default !important;
  }

  .lgxl\:cursor-pointer{
    cursor: pointer !important;
  }

  .lgxl\:cursor-wait{
    cursor: wait !important;
  }

  .lgxl\:cursor-text{
    cursor: text !important;
  }

  .lgxl\:cursor-move{
    cursor: move !important;
  }

  .lgxl\:cursor-help{
    cursor: help !important;
  }

  .lgxl\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .lgxl\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lgxl\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .lgxl\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .lgxl\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .lgxl\:resize-none{
    resize: none !important;
  }

  .lgxl\:resize-y{
    resize: vertical !important;
  }

  .lgxl\:resize-x{
    resize: horizontal !important;
  }

  .lgxl\:resize{
    resize: both !important;
  }

  .lgxl\:list-inside{
    list-style-position: inside !important;
  }

  .lgxl\:list-outside{
    list-style-position: outside !important;
  }

  .lgxl\:list-none{
    list-style-type: none !important;
  }

  .lgxl\:list-disc{
    list-style-type: disc !important;
  }

  .lgxl\:list-decimal{
    list-style-type: decimal !important;
  }

  .lgxl\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lgxl\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .lgxl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .lgxl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .lgxl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lgxl\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .lgxl\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .lgxl\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .lgxl\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .lgxl\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .lgxl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .lgxl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .lgxl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lgxl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .lgxl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lgxl\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .lgxl\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .lgxl\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .lgxl\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .lgxl\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .lgxl\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .lgxl\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .lgxl\:flex-nowrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .lgxl\:place-content-center{
    place-content: center !important;
  }

  .lgxl\:place-content-start{
    place-content: start !important;
  }

  .lgxl\:place-content-end{
    place-content: end !important;
  }

  .lgxl\:place-content-between{
    place-content: space-between !important;
  }

  .lgxl\:place-content-around{
    place-content: space-around !important;
  }

  .lgxl\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .lgxl\:place-content-stretch{
    place-content: stretch !important;
  }

  .lgxl\:place-items-start{
    place-items: start !important;
  }

  .lgxl\:place-items-end{
    place-items: end !important;
  }

  .lgxl\:place-items-center{
    place-items: center !important;
  }

  .lgxl\:place-items-stretch{
    place-items: stretch !important;
  }

  .lgxl\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .lgxl\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .lgxl\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .lgxl\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .lgxl\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .lgxl\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .lgxl\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .lgxl\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .lgxl\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .lgxl\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .lgxl\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .lgxl\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .lgxl\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .lgxl\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .lgxl\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .lgxl\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .lgxl\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .lgxl\:justify-items-start{
    justify-items: start !important;
  }

  .lgxl\:justify-items-end{
    justify-items: end !important;
  }

  .lgxl\:justify-items-center{
    justify-items: center !important;
  }

  .lgxl\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .lgxl\:gap-0{
    gap: 0px !important;
  }

  .lgxl\:gap-1{
    gap: 0.25rem !important;
  }

  .lgxl\:gap-2{
    gap: 0.5rem !important;
  }

  .lgxl\:gap-3{
    gap: 0.75rem !important;
  }

  .lgxl\:gap-4{
    gap: 1rem !important;
  }

  .lgxl\:gap-5{
    gap: 1.25rem !important;
  }

  .lgxl\:gap-6{
    gap: 1.5rem !important;
  }

  .lgxl\:gap-7{
    gap: 1.75rem !important;
  }

  .lgxl\:gap-8{
    gap: 2rem !important;
  }

  .lgxl\:gap-9{
    gap: 2.25rem !important;
  }

  .lgxl\:gap-10{
    gap: 2.5rem !important;
  }

  .lgxl\:gap-11{
    gap: 2.75rem !important;
  }

  .lgxl\:gap-12{
    gap: 3rem !important;
  }

  .lgxl\:gap-14{
    gap: 3.5rem !important;
  }

  .lgxl\:gap-16{
    gap: 4rem !important;
  }

  .lgxl\:gap-20{
    gap: 5rem !important;
  }

  .lgxl\:gap-24{
    gap: 6rem !important;
  }

  .lgxl\:gap-28{
    gap: 7rem !important;
  }

  .lgxl\:gap-32{
    gap: 8rem !important;
  }

  .lgxl\:gap-36{
    gap: 9rem !important;
  }

  .lgxl\:gap-40{
    gap: 10rem !important;
  }

  .lgxl\:gap-44{
    gap: 11rem !important;
  }

  .lgxl\:gap-48{
    gap: 12rem !important;
  }

  .lgxl\:gap-52{
    gap: 13rem !important;
  }

  .lgxl\:gap-56{
    gap: 14rem !important;
  }

  .lgxl\:gap-60{
    gap: 15rem !important;
  }

  .lgxl\:gap-64{
    gap: 16rem !important;
  }

  .lgxl\:gap-72{
    gap: 18rem !important;
  }

  .lgxl\:gap-80{
    gap: 20rem !important;
  }

  .lgxl\:gap-96{
    gap: 24rem !important;
  }

  .lgxl\:gap-px{
    gap: 1px !important;
  }

  .lgxl\:gap-0\.5{
    gap: 0.125rem !important;
  }

  .lgxl\:gap-1\.5{
    gap: 0.375rem !important;
  }

  .lgxl\:gap-2\.5{
    gap: 0.625rem !important;
  }

  .lgxl\:gap-3\.5{
    gap: 0.875rem !important;
  }

  .lgxl\:gap-x-0{
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }

  .lgxl\:gap-x-1{
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .lgxl\:gap-x-2{
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .lgxl\:gap-x-3{
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .lgxl\:gap-x-4{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .lgxl\:gap-x-5{
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .lgxl\:gap-x-6{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .lgxl\:gap-x-7{
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .lgxl\:gap-x-8{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .lgxl\:gap-x-9{
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

  .lgxl\:gap-x-10{
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .lgxl\:gap-x-11{
    -webkit-column-gap: 2.75rem !important;
       -moz-column-gap: 2.75rem !important;
            column-gap: 2.75rem !important;
  }

  .lgxl\:gap-x-12{
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .lgxl\:gap-x-14{
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .lgxl\:gap-x-16{
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .lgxl\:gap-x-20{
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .lgxl\:gap-x-24{
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .lgxl\:gap-x-28{
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .lgxl\:gap-x-32{
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .lgxl\:gap-x-36{
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }

  .lgxl\:gap-x-40{
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .lgxl\:gap-x-44{
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .lgxl\:gap-x-48{
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .lgxl\:gap-x-52{
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .lgxl\:gap-x-56{
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .lgxl\:gap-x-60{
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .lgxl\:gap-x-64{
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .lgxl\:gap-x-72{
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .lgxl\:gap-x-80{
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !important;
  }

  .lgxl\:gap-x-96{
    -webkit-column-gap: 24rem !important;
       -moz-column-gap: 24rem !important;
            column-gap: 24rem !important;
  }

  .lgxl\:gap-x-px{
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .lgxl\:gap-x-0\.5{
    -webkit-column-gap: 0.125rem !important;
       -moz-column-gap: 0.125rem !important;
            column-gap: 0.125rem !important;
  }

  .lgxl\:gap-x-1\.5{
    -webkit-column-gap: 0.375rem !important;
       -moz-column-gap: 0.375rem !important;
            column-gap: 0.375rem !important;
  }

  .lgxl\:gap-x-2\.5{
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .lgxl\:gap-x-3\.5{
    -webkit-column-gap: 0.875rem !important;
       -moz-column-gap: 0.875rem !important;
            column-gap: 0.875rem !important;
  }

  .lgxl\:gap-y-0{
    row-gap: 0px !important;
  }

  .lgxl\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .lgxl\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .lgxl\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .lgxl\:gap-y-4{
    row-gap: 1rem !important;
  }

  .lgxl\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .lgxl\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .lgxl\:gap-y-7{
    row-gap: 1.75rem !important;
  }

  .lgxl\:gap-y-8{
    row-gap: 2rem !important;
  }

  .lgxl\:gap-y-9{
    row-gap: 2.25rem !important;
  }

  .lgxl\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .lgxl\:gap-y-11{
    row-gap: 2.75rem !important;
  }

  .lgxl\:gap-y-12{
    row-gap: 3rem !important;
  }

  .lgxl\:gap-y-14{
    row-gap: 3.5rem !important;
  }

  .lgxl\:gap-y-16{
    row-gap: 4rem !important;
  }

  .lgxl\:gap-y-20{
    row-gap: 5rem !important;
  }

  .lgxl\:gap-y-24{
    row-gap: 6rem !important;
  }

  .lgxl\:gap-y-28{
    row-gap: 7rem !important;
  }

  .lgxl\:gap-y-32{
    row-gap: 8rem !important;
  }

  .lgxl\:gap-y-36{
    row-gap: 9rem !important;
  }

  .lgxl\:gap-y-40{
    row-gap: 10rem !important;
  }

  .lgxl\:gap-y-44{
    row-gap: 11rem !important;
  }

  .lgxl\:gap-y-48{
    row-gap: 12rem !important;
  }

  .lgxl\:gap-y-52{
    row-gap: 13rem !important;
  }

  .lgxl\:gap-y-56{
    row-gap: 14rem !important;
  }

  .lgxl\:gap-y-60{
    row-gap: 15rem !important;
  }

  .lgxl\:gap-y-64{
    row-gap: 16rem !important;
  }

  .lgxl\:gap-y-72{
    row-gap: 18rem !important;
  }

  .lgxl\:gap-y-80{
    row-gap: 20rem !important;
  }

  .lgxl\:gap-y-96{
    row-gap: 24rem !important;
  }

  .lgxl\:gap-y-px{
    row-gap: 1px !important;
  }

  .lgxl\:gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .lgxl\:gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .lgxl\:gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .lgxl\:gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .lgxl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lgxl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .lgxl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .lgxl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .lgxl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lgxl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lgxl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lgxl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lgxl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lgxl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .lgxl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .lgxl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .lgxl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .lgxl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lgxl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .lgxl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .lgxl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .lgxl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .lgxl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .lgxl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .lgxl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .lgxl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-transparent) !important;
  }

  .lgxl\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-black) !important;
  }

  .lgxl\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-white) !important;
  }

  .lgxl\:divide-error > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-error) !important;
  }

  .lgxl\:divide-warning > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-warning) !important;
  }

  .lgxl\:divide-success > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-success) !important;
  }

  .lgxl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .lgxl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .lgxl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .lgxl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .lgxl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .lgxl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .lgxl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .lgxl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .lgxl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .lgxl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .lgxl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .lgxl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .lgxl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .lgxl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .lgxl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .lgxl\:place-self-auto{
    place-self: auto !important;
  }

  .lgxl\:place-self-start{
    place-self: start !important;
  }

  .lgxl\:place-self-end{
    place-self: end !important;
  }

  .lgxl\:place-self-center{
    place-self: center !important;
  }

  .lgxl\:place-self-stretch{
    place-self: stretch !important;
  }

  .lgxl\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .lgxl\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .lgxl\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .lgxl\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .lgxl\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .lgxl\:self-baseline{
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .lgxl\:justify-self-auto{
    justify-self: auto !important;
  }

  .lgxl\:justify-self-start{
    justify-self: start !important;
  }

  .lgxl\:justify-self-end{
    justify-self: end !important;
  }

  .lgxl\:justify-self-center{
    justify-self: center !important;
  }

  .lgxl\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .lgxl\:overflow-auto{
    overflow: auto !important;
  }

  .lgxl\:overflow-hidden{
    overflow: hidden !important;
  }

  .lgxl\:overflow-visible{
    overflow: visible !important;
  }

  .lgxl\:overflow-scroll{
    overflow: scroll !important;
  }

  .lgxl\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .lgxl\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .lgxl\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .lgxl\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .lgxl\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .lgxl\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .lgxl\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .lgxl\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .lgxl\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .lgxl\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .lgxl\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .lgxl\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .lgxl\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .lgxl\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .lgxl\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .lgxl\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .lgxl\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .lgxl\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lgxl\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .lgxl\:overflow-clip{
    text-overflow: clip !important;
  }

  .lgxl\:whitespace-normal{
    white-space: normal !important;
  }

  .lgxl\:whitespace-nowrap{
    white-space: nowrap !important;
  }

  .lgxl\:whitespace-pre{
    white-space: pre !important;
  }

  .lgxl\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .lgxl\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .lgxl\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lgxl\:break-words{
    overflow-wrap: break-word !important;
  }

  .lgxl\:break-all{
    word-break: break-all !important;
  }

  .lgxl\:rounded-none{
    border-radius: 0px !important;
  }

  .lgxl\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .lgxl\:rounded{
    border-radius: 0.25rem !important;
  }

  .lgxl\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .lgxl\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .lgxl\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .lgxl\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .lgxl\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .lgxl\:rounded-full{
    border-radius: 9999px !important;
  }

  .lgxl\:rounded-t-none{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .lgxl\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lgxl\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lgxl\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lgxl\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lgxl\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .lgxl\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .lgxl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .lgxl\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lgxl\:rounded-r-none{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .lgxl\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lgxl\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lgxl\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lgxl\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lgxl\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .lgxl\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .lgxl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .lgxl\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lgxl\:rounded-b-none{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lgxl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lgxl\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lgxl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lgxl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lgxl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lgxl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lgxl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lgxl\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lgxl\:rounded-l-none{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lgxl\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lgxl\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lgxl\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lgxl\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lgxl\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lgxl\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lgxl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lgxl\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lgxl\:rounded-tl-none{
    border-top-left-radius: 0px !important;
  }

  .lgxl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .lgxl\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .lgxl\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .lgxl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .lgxl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .lgxl\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .lgxl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .lgxl\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .lgxl\:rounded-tr-none{
    border-top-right-radius: 0px !important;
  }

  .lgxl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .lgxl\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .lgxl\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .lgxl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .lgxl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .lgxl\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .lgxl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .lgxl\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .lgxl\:rounded-br-none{
    border-bottom-right-radius: 0px !important;
  }

  .lgxl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .lgxl\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .lgxl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .lgxl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .lgxl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .lgxl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .lgxl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .lgxl\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .lgxl\:rounded-bl-none{
    border-bottom-left-radius: 0px !important;
  }

  .lgxl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .lgxl\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .lgxl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .lgxl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .lgxl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .lgxl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .lgxl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .lgxl\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .lgxl\:border-0{
    border-width: 0px !important;
  }

  .lgxl\:border-2{
    border-width: 2px !important;
  }

  .lgxl\:border-4{
    border-width: 4px !important;
  }

  .lgxl\:border-8{
    border-width: 8px !important;
  }

  .lgxl\:border{
    border-width: 1px !important;
  }

  .lgxl\:border-t-0{
    border-top-width: 0px !important;
  }

  .lgxl\:border-t-2{
    border-top-width: 2px !important;
  }

  .lgxl\:border-t-4{
    border-top-width: 4px !important;
  }

  .lgxl\:border-t-8{
    border-top-width: 8px !important;
  }

  .lgxl\:border-t{
    border-top-width: 1px !important;
  }

  .lgxl\:border-r-0{
    border-right-width: 0px !important;
  }

  .lgxl\:border-r-2{
    border-right-width: 2px !important;
  }

  .lgxl\:border-r-4{
    border-right-width: 4px !important;
  }

  .lgxl\:border-r-8{
    border-right-width: 8px !important;
  }

  .lgxl\:border-r{
    border-right-width: 1px !important;
  }

  .lgxl\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .lgxl\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .lgxl\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .lgxl\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .lgxl\:border-b{
    border-bottom-width: 1px !important;
  }

  .lgxl\:border-l-0{
    border-left-width: 0px !important;
  }

  .lgxl\:border-l-2{
    border-left-width: 2px !important;
  }

  .lgxl\:border-l-4{
    border-left-width: 4px !important;
  }

  .lgxl\:border-l-8{
    border-left-width: 8px !important;
  }

  .lgxl\:border-l{
    border-left-width: 1px !important;
  }

  .lgxl\:border-solid{
    border-style: solid !important;
  }

  .lgxl\:border-dashed{
    border-style: dashed !important;
  }

  .lgxl\:border-dotted{
    border-style: dotted !important;
  }

  .lgxl\:border-double{
    border-style: double !important;
  }

  .lgxl\:border-none{
    border-style: none !important;
  }

  .lgxl\:border-transparent{
    border-color: var(--color-transparent) !important;
  }

  .lgxl\:border-black{
    border-color: var(--color-black) !important;
  }

  .lgxl\:border-white{
    border-color: var(--color-white) !important;
  }

  .lgxl\:border-error{
    border-color: var(--color-error) !important;
  }

  .lgxl\:border-warning{
    border-color: var(--color-warning) !important;
  }

  .lgxl\:border-success{
    border-color: var(--color-success) !important;
  }

  .group:hover .lgxl\:group-hover\:border-transparent{
    border-color: var(--color-transparent) !important;
  }

  .group:hover .lgxl\:group-hover\:border-black{
    border-color: var(--color-black) !important;
  }

  .group:hover .lgxl\:group-hover\:border-white{
    border-color: var(--color-white) !important;
  }

  .group:hover .lgxl\:group-hover\:border-error{
    border-color: var(--color-error) !important;
  }

  .group:hover .lgxl\:group-hover\:border-warning{
    border-color: var(--color-warning) !important;
  }

  .group:hover .lgxl\:group-hover\:border-success{
    border-color: var(--color-success) !important;
  }

  .lgxl\:focus-within\:border-transparent:focus-within{
    border-color: var(--color-transparent) !important;
  }

  .lgxl\:focus-within\:border-black:focus-within{
    border-color: var(--color-black) !important;
  }

  .lgxl\:focus-within\:border-white:focus-within{
    border-color: var(--color-white) !important;
  }

  .lgxl\:focus-within\:border-error:focus-within{
    border-color: var(--color-error) !important;
  }

  .lgxl\:focus-within\:border-warning:focus-within{
    border-color: var(--color-warning) !important;
  }

  .lgxl\:focus-within\:border-success:focus-within{
    border-color: var(--color-success) !important;
  }

  .lgxl\:hover\:border-transparent:hover{
    border-color: var(--color-transparent) !important;
  }

  .lgxl\:hover\:border-black:hover{
    border-color: var(--color-black) !important;
  }

  .lgxl\:hover\:border-white:hover{
    border-color: var(--color-white) !important;
  }

  .lgxl\:hover\:border-error:hover{
    border-color: var(--color-error) !important;
  }

  .lgxl\:hover\:border-warning:hover{
    border-color: var(--color-warning) !important;
  }

  .lgxl\:hover\:border-success:hover{
    border-color: var(--color-success) !important;
  }

  .lgxl\:focus\:border-transparent:focus{
    border-color: var(--color-transparent) !important;
  }

  .lgxl\:focus\:border-black:focus{
    border-color: var(--color-black) !important;
  }

  .lgxl\:focus\:border-white:focus{
    border-color: var(--color-white) !important;
  }

  .lgxl\:focus\:border-error:focus{
    border-color: var(--color-error) !important;
  }

  .lgxl\:focus\:border-warning:focus{
    border-color: var(--color-warning) !important;
  }

  .lgxl\:focus\:border-success:focus{
    border-color: var(--color-success) !important;
  }

  .lgxl\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .lgxl\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .lgxl\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .lgxl\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .lgxl\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .lgxl\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .lgxl\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .lgxl\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .lgxl\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .lgxl\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .lgxl\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .lgxl\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .lgxl\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .lgxl\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .lgxl\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .lgxl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .lgxl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .lgxl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .lgxl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .lgxl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .lgxl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .lgxl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .lgxl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .lgxl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .lgxl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .lgxl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .lgxl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .lgxl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .lgxl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .lgxl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .lgxl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .lgxl\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .lgxl\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .lgxl\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .lgxl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .lgxl\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .lgxl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .lgxl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .lgxl\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .lgxl\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .lgxl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .lgxl\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .lgxl\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .lgxl\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .lgxl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .lgxl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .lgxl\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .lgxl\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .lgxl\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .lgxl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .lgxl\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .lgxl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .lgxl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .lgxl\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .lgxl\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .lgxl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .lgxl\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .lgxl\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .lgxl\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .lgxl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .lgxl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .lgxl\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .lgxl\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .lgxl\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .lgxl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .lgxl\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .lgxl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .lgxl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .lgxl\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .lgxl\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .lgxl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .lgxl\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .lgxl\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .lgxl\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .lgxl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .lgxl\:bg-transparent{
    background-color: var(--color-transparent) !important;
  }

  .lgxl\:bg-black{
    background-color: var(--color-black) !important;
  }

  .lgxl\:bg-white{
    background-color: var(--color-white) !important;
  }

  .lgxl\:bg-error{
    background-color: var(--color-error) !important;
  }

  .lgxl\:bg-warning{
    background-color: var(--color-warning) !important;
  }

  .lgxl\:bg-success{
    background-color: var(--color-success) !important;
  }

  .group:hover .lgxl\:group-hover\:bg-transparent{
    background-color: var(--color-transparent) !important;
  }

  .group:hover .lgxl\:group-hover\:bg-black{
    background-color: var(--color-black) !important;
  }

  .group:hover .lgxl\:group-hover\:bg-white{
    background-color: var(--color-white) !important;
  }

  .group:hover .lgxl\:group-hover\:bg-error{
    background-color: var(--color-error) !important;
  }

  .group:hover .lgxl\:group-hover\:bg-warning{
    background-color: var(--color-warning) !important;
  }

  .group:hover .lgxl\:group-hover\:bg-success{
    background-color: var(--color-success) !important;
  }

  .lgxl\:focus-within\:bg-transparent:focus-within{
    background-color: var(--color-transparent) !important;
  }

  .lgxl\:focus-within\:bg-black:focus-within{
    background-color: var(--color-black) !important;
  }

  .lgxl\:focus-within\:bg-white:focus-within{
    background-color: var(--color-white) !important;
  }

  .lgxl\:focus-within\:bg-error:focus-within{
    background-color: var(--color-error) !important;
  }

  .lgxl\:focus-within\:bg-warning:focus-within{
    background-color: var(--color-warning) !important;
  }

  .lgxl\:focus-within\:bg-success:focus-within{
    background-color: var(--color-success) !important;
  }

  .lgxl\:hover\:bg-transparent:hover{
    background-color: var(--color-transparent) !important;
  }

  .lgxl\:hover\:bg-black:hover{
    background-color: var(--color-black) !important;
  }

  .lgxl\:hover\:bg-white:hover{
    background-color: var(--color-white) !important;
  }

  .lgxl\:hover\:bg-error:hover{
    background-color: var(--color-error) !important;
  }

  .lgxl\:hover\:bg-warning:hover{
    background-color: var(--color-warning) !important;
  }

  .lgxl\:hover\:bg-success:hover{
    background-color: var(--color-success) !important;
  }

  .lgxl\:focus\:bg-transparent:focus{
    background-color: var(--color-transparent) !important;
  }

  .lgxl\:focus\:bg-black:focus{
    background-color: var(--color-black) !important;
  }

  .lgxl\:focus\:bg-white:focus{
    background-color: var(--color-white) !important;
  }

  .lgxl\:focus\:bg-error:focus{
    background-color: var(--color-error) !important;
  }

  .lgxl\:focus\:bg-warning:focus{
    background-color: var(--color-warning) !important;
  }

  .lgxl\:focus\:bg-success:focus{
    background-color: var(--color-success) !important;
  }

  .lgxl\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .lgxl\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .lgxl\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .lgxl\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .lgxl\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .lgxl\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .lgxl\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .lgxl\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .lgxl\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .lgxl\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .lgxl\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .lgxl\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .lgxl\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .lgxl\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .lgxl\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .lgxl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .lgxl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .lgxl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .lgxl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .lgxl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .lgxl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .lgxl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .lgxl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .lgxl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .lgxl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .lgxl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .lgxl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .lgxl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .lgxl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .lgxl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .lgxl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .lgxl\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .lgxl\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .lgxl\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .lgxl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .lgxl\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .lgxl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .lgxl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .lgxl\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .lgxl\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .lgxl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .lgxl\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .lgxl\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .lgxl\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .lgxl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .lgxl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .lgxl\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .lgxl\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .lgxl\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .lgxl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .lgxl\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .lgxl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .lgxl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .lgxl\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .lgxl\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .lgxl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .lgxl\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .lgxl\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .lgxl\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .lgxl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .lgxl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .lgxl\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .lgxl\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .lgxl\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .lgxl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .lgxl\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .lgxl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .lgxl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .lgxl\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .lgxl\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .lgxl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .lgxl\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .lgxl\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .lgxl\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .lgxl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .lgxl\:bg-none{
    background-image: none !important;
  }

  .lgxl\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .lgxl\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .lgxl\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .lgxl\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .lgxl\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .lgxl\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .lgxl\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .lgxl\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .lgxl\:from-transparent{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:from-black{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:from-white{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:from-error{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:from-warning{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:from-success{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:hover\:from-transparent:hover{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:hover\:from-black:hover{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:hover\:from-white:hover{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:hover\:from-error:hover{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:hover\:from-warning:hover{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:hover\:from-success:hover{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:focus\:from-transparent:focus{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:focus\:from-black:focus{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:focus\:from-white:focus{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:focus\:from-error:focus{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:focus\:from-warning:focus{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:focus\:from-success:focus{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:via-warning{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:via-success{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:hover\:via-warning:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:hover\:via-success:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:focus\:via-warning:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:focus\:via-success:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lgxl\:to-transparent{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .lgxl\:to-black{
    --tw-gradient-to: var(--color-black) !important;
  }

  .lgxl\:to-white{
    --tw-gradient-to: var(--color-white) !important;
  }

  .lgxl\:to-error{
    --tw-gradient-to: var(--color-error) !important;
  }

  .lgxl\:to-warning{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .lgxl\:to-success{
    --tw-gradient-to: var(--color-success) !important;
  }

  .lgxl\:hover\:to-transparent:hover{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .lgxl\:hover\:to-black:hover{
    --tw-gradient-to: var(--color-black) !important;
  }

  .lgxl\:hover\:to-white:hover{
    --tw-gradient-to: var(--color-white) !important;
  }

  .lgxl\:hover\:to-error:hover{
    --tw-gradient-to: var(--color-error) !important;
  }

  .lgxl\:hover\:to-warning:hover{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .lgxl\:hover\:to-success:hover{
    --tw-gradient-to: var(--color-success) !important;
  }

  .lgxl\:focus\:to-transparent:focus{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .lgxl\:focus\:to-black:focus{
    --tw-gradient-to: var(--color-black) !important;
  }

  .lgxl\:focus\:to-white:focus{
    --tw-gradient-to: var(--color-white) !important;
  }

  .lgxl\:focus\:to-error:focus{
    --tw-gradient-to: var(--color-error) !important;
  }

  .lgxl\:focus\:to-warning:focus{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .lgxl\:focus\:to-success:focus{
    --tw-gradient-to: var(--color-success) !important;
  }

  .lgxl\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .lgxl\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .lgxl\:bg-auto{
    background-size: auto !important;
  }

  .lgxl\:bg-cover{
    background-size: cover !important;
  }

  .lgxl\:bg-contain{
    background-size: contain !important;
  }

  .lgxl\:bg-fixed{
    background-attachment: fixed !important;
  }

  .lgxl\:bg-local{
    background-attachment: local !important;
  }

  .lgxl\:bg-scroll{
    background-attachment: scroll !important;
  }

  .lgxl\:bg-clip-border{
    background-clip: border-box !important;
  }

  .lgxl\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .lgxl\:bg-clip-content{
    background-clip: content-box !important;
  }

  .lgxl\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lgxl\:bg-bottom{
    background-position: bottom !important;
  }

  .lgxl\:bg-center{
    background-position: center !important;
  }

  .lgxl\:bg-left{
    background-position: left !important;
  }

  .lgxl\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .lgxl\:bg-left-top{
    background-position: left top !important;
  }

  .lgxl\:bg-right{
    background-position: right !important;
  }

  .lgxl\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .lgxl\:bg-right-top{
    background-position: right top !important;
  }

  .lgxl\:bg-top{
    background-position: top !important;
  }

  .lgxl\:bg-repeat{
    background-repeat: repeat !important;
  }

  .lgxl\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .lgxl\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .lgxl\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .lgxl\:bg-repeat-round{
    background-repeat: round !important;
  }

  .lgxl\:bg-repeat-space{
    background-repeat: space !important;
  }

  .lgxl\:bg-origin-border{
    background-origin: border-box !important;
  }

  .lgxl\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .lgxl\:bg-origin-content{
    background-origin: content-box !important;
  }

  .lgxl\:fill-current{
    fill: currentColor !important;
  }

  .lgxl\:stroke-current{
    stroke: currentColor !important;
  }

  .lgxl\:stroke-0{
    stroke-width: 0 !important;
  }

  .lgxl\:stroke-1{
    stroke-width: 1 !important;
  }

  .lgxl\:stroke-2{
    stroke-width: 2 !important;
  }

  .lgxl\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lgxl\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lgxl\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lgxl\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lgxl\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lgxl\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lgxl\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lgxl\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lgxl\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lgxl\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lgxl\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lgxl\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lgxl\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lgxl\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lgxl\:p-0{
    padding: 0px !important;
  }

  .lgxl\:p-1{
    padding: 0.25rem !important;
  }

  .lgxl\:p-2{
    padding: 0.5rem !important;
  }

  .lgxl\:p-3{
    padding: 0.75rem !important;
  }

  .lgxl\:p-4{
    padding: 1rem !important;
  }

  .lgxl\:p-5{
    padding: 1.25rem !important;
  }

  .lgxl\:p-6{
    padding: 1.5rem !important;
  }

  .lgxl\:p-7{
    padding: 1.75rem !important;
  }

  .lgxl\:p-8{
    padding: 2rem !important;
  }

  .lgxl\:p-9{
    padding: 2.25rem !important;
  }

  .lgxl\:p-10{
    padding: 2.5rem !important;
  }

  .lgxl\:p-11{
    padding: 2.75rem !important;
  }

  .lgxl\:p-12{
    padding: 3rem !important;
  }

  .lgxl\:p-14{
    padding: 3.5rem !important;
  }

  .lgxl\:p-16{
    padding: 4rem !important;
  }

  .lgxl\:p-20{
    padding: 5rem !important;
  }

  .lgxl\:p-24{
    padding: 6rem !important;
  }

  .lgxl\:p-28{
    padding: 7rem !important;
  }

  .lgxl\:p-32{
    padding: 8rem !important;
  }

  .lgxl\:p-36{
    padding: 9rem !important;
  }

  .lgxl\:p-40{
    padding: 10rem !important;
  }

  .lgxl\:p-44{
    padding: 11rem !important;
  }

  .lgxl\:p-48{
    padding: 12rem !important;
  }

  .lgxl\:p-52{
    padding: 13rem !important;
  }

  .lgxl\:p-56{
    padding: 14rem !important;
  }

  .lgxl\:p-60{
    padding: 15rem !important;
  }

  .lgxl\:p-64{
    padding: 16rem !important;
  }

  .lgxl\:p-72{
    padding: 18rem !important;
  }

  .lgxl\:p-80{
    padding: 20rem !important;
  }

  .lgxl\:p-96{
    padding: 24rem !important;
  }

  .lgxl\:p-px{
    padding: 1px !important;
  }

  .lgxl\:p-0\.5{
    padding: 0.125rem !important;
  }

  .lgxl\:p-1\.5{
    padding: 0.375rem !important;
  }

  .lgxl\:p-2\.5{
    padding: 0.625rem !important;
  }

  .lgxl\:p-3\.5{
    padding: 0.875rem !important;
  }

  .lgxl\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lgxl\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lgxl\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lgxl\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lgxl\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lgxl\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lgxl\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lgxl\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .lgxl\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lgxl\:px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .lgxl\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lgxl\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .lgxl\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lgxl\:px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lgxl\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lgxl\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lgxl\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lgxl\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .lgxl\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lgxl\:px-36{
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .lgxl\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lgxl\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .lgxl\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lgxl\:px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .lgxl\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lgxl\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .lgxl\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lgxl\:px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .lgxl\:px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .lgxl\:px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .lgxl\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lgxl\:px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .lgxl\:px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .lgxl\:px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .lgxl\:px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .lgxl\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lgxl\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lgxl\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lgxl\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lgxl\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lgxl\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lgxl\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lgxl\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .lgxl\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lgxl\:py-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .lgxl\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lgxl\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .lgxl\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lgxl\:py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lgxl\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lgxl\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lgxl\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lgxl\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lgxl\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lgxl\:py-36{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .lgxl\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lgxl\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .lgxl\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lgxl\:py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .lgxl\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lgxl\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .lgxl\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lgxl\:py-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .lgxl\:py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .lgxl\:py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .lgxl\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lgxl\:py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .lgxl\:py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .lgxl\:py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .lgxl\:py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .lgxl\:pt-0{
    padding-top: 0px !important;
  }

  .lgxl\:pt-1{
    padding-top: 0.25rem !important;
  }

  .lgxl\:pt-2{
    padding-top: 0.5rem !important;
  }

  .lgxl\:pt-3{
    padding-top: 0.75rem !important;
  }

  .lgxl\:pt-4{
    padding-top: 1rem !important;
  }

  .lgxl\:pt-5{
    padding-top: 1.25rem !important;
  }

  .lgxl\:pt-6{
    padding-top: 1.5rem !important;
  }

  .lgxl\:pt-7{
    padding-top: 1.75rem !important;
  }

  .lgxl\:pt-8{
    padding-top: 2rem !important;
  }

  .lgxl\:pt-9{
    padding-top: 2.25rem !important;
  }

  .lgxl\:pt-10{
    padding-top: 2.5rem !important;
  }

  .lgxl\:pt-11{
    padding-top: 2.75rem !important;
  }

  .lgxl\:pt-12{
    padding-top: 3rem !important;
  }

  .lgxl\:pt-14{
    padding-top: 3.5rem !important;
  }

  .lgxl\:pt-16{
    padding-top: 4rem !important;
  }

  .lgxl\:pt-20{
    padding-top: 5rem !important;
  }

  .lgxl\:pt-24{
    padding-top: 6rem !important;
  }

  .lgxl\:pt-28{
    padding-top: 7rem !important;
  }

  .lgxl\:pt-32{
    padding-top: 8rem !important;
  }

  .lgxl\:pt-36{
    padding-top: 9rem !important;
  }

  .lgxl\:pt-40{
    padding-top: 10rem !important;
  }

  .lgxl\:pt-44{
    padding-top: 11rem !important;
  }

  .lgxl\:pt-48{
    padding-top: 12rem !important;
  }

  .lgxl\:pt-52{
    padding-top: 13rem !important;
  }

  .lgxl\:pt-56{
    padding-top: 14rem !important;
  }

  .lgxl\:pt-60{
    padding-top: 15rem !important;
  }

  .lgxl\:pt-64{
    padding-top: 16rem !important;
  }

  .lgxl\:pt-72{
    padding-top: 18rem !important;
  }

  .lgxl\:pt-80{
    padding-top: 20rem !important;
  }

  .lgxl\:pt-96{
    padding-top: 24rem !important;
  }

  .lgxl\:pt-px{
    padding-top: 1px !important;
  }

  .lgxl\:pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .lgxl\:pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .lgxl\:pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .lgxl\:pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .lgxl\:pr-0{
    padding-right: 0px !important;
  }

  .lgxl\:pr-1{
    padding-right: 0.25rem !important;
  }

  .lgxl\:pr-2{
    padding-right: 0.5rem !important;
  }

  .lgxl\:pr-3{
    padding-right: 0.75rem !important;
  }

  .lgxl\:pr-4{
    padding-right: 1rem !important;
  }

  .lgxl\:pr-5{
    padding-right: 1.25rem !important;
  }

  .lgxl\:pr-6{
    padding-right: 1.5rem !important;
  }

  .lgxl\:pr-7{
    padding-right: 1.75rem !important;
  }

  .lgxl\:pr-8{
    padding-right: 2rem !important;
  }

  .lgxl\:pr-9{
    padding-right: 2.25rem !important;
  }

  .lgxl\:pr-10{
    padding-right: 2.5rem !important;
  }

  .lgxl\:pr-11{
    padding-right: 2.75rem !important;
  }

  .lgxl\:pr-12{
    padding-right: 3rem !important;
  }

  .lgxl\:pr-14{
    padding-right: 3.5rem !important;
  }

  .lgxl\:pr-16{
    padding-right: 4rem !important;
  }

  .lgxl\:pr-20{
    padding-right: 5rem !important;
  }

  .lgxl\:pr-24{
    padding-right: 6rem !important;
  }

  .lgxl\:pr-28{
    padding-right: 7rem !important;
  }

  .lgxl\:pr-32{
    padding-right: 8rem !important;
  }

  .lgxl\:pr-36{
    padding-right: 9rem !important;
  }

  .lgxl\:pr-40{
    padding-right: 10rem !important;
  }

  .lgxl\:pr-44{
    padding-right: 11rem !important;
  }

  .lgxl\:pr-48{
    padding-right: 12rem !important;
  }

  .lgxl\:pr-52{
    padding-right: 13rem !important;
  }

  .lgxl\:pr-56{
    padding-right: 14rem !important;
  }

  .lgxl\:pr-60{
    padding-right: 15rem !important;
  }

  .lgxl\:pr-64{
    padding-right: 16rem !important;
  }

  .lgxl\:pr-72{
    padding-right: 18rem !important;
  }

  .lgxl\:pr-80{
    padding-right: 20rem !important;
  }

  .lgxl\:pr-96{
    padding-right: 24rem !important;
  }

  .lgxl\:pr-px{
    padding-right: 1px !important;
  }

  .lgxl\:pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .lgxl\:pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .lgxl\:pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .lgxl\:pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .lgxl\:pb-0{
    padding-bottom: 0px !important;
  }

  .lgxl\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .lgxl\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .lgxl\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .lgxl\:pb-4{
    padding-bottom: 1rem !important;
  }

  .lgxl\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .lgxl\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .lgxl\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .lgxl\:pb-8{
    padding-bottom: 2rem !important;
  }

  .lgxl\:pb-9{
    padding-bottom: 2.25rem !important;
  }

  .lgxl\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .lgxl\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .lgxl\:pb-12{
    padding-bottom: 3rem !important;
  }

  .lgxl\:pb-14{
    padding-bottom: 3.5rem !important;
  }

  .lgxl\:pb-16{
    padding-bottom: 4rem !important;
  }

  .lgxl\:pb-20{
    padding-bottom: 5rem !important;
  }

  .lgxl\:pb-24{
    padding-bottom: 6rem !important;
  }

  .lgxl\:pb-28{
    padding-bottom: 7rem !important;
  }

  .lgxl\:pb-32{
    padding-bottom: 8rem !important;
  }

  .lgxl\:pb-36{
    padding-bottom: 9rem !important;
  }

  .lgxl\:pb-40{
    padding-bottom: 10rem !important;
  }

  .lgxl\:pb-44{
    padding-bottom: 11rem !important;
  }

  .lgxl\:pb-48{
    padding-bottom: 12rem !important;
  }

  .lgxl\:pb-52{
    padding-bottom: 13rem !important;
  }

  .lgxl\:pb-56{
    padding-bottom: 14rem !important;
  }

  .lgxl\:pb-60{
    padding-bottom: 15rem !important;
  }

  .lgxl\:pb-64{
    padding-bottom: 16rem !important;
  }

  .lgxl\:pb-72{
    padding-bottom: 18rem !important;
  }

  .lgxl\:pb-80{
    padding-bottom: 20rem !important;
  }

  .lgxl\:pb-96{
    padding-bottom: 24rem !important;
  }

  .lgxl\:pb-px{
    padding-bottom: 1px !important;
  }

  .lgxl\:pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .lgxl\:pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .lgxl\:pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .lgxl\:pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .lgxl\:pl-0{
    padding-left: 0px !important;
  }

  .lgxl\:pl-1{
    padding-left: 0.25rem !important;
  }

  .lgxl\:pl-2{
    padding-left: 0.5rem !important;
  }

  .lgxl\:pl-3{
    padding-left: 0.75rem !important;
  }

  .lgxl\:pl-4{
    padding-left: 1rem !important;
  }

  .lgxl\:pl-5{
    padding-left: 1.25rem !important;
  }

  .lgxl\:pl-6{
    padding-left: 1.5rem !important;
  }

  .lgxl\:pl-7{
    padding-left: 1.75rem !important;
  }

  .lgxl\:pl-8{
    padding-left: 2rem !important;
  }

  .lgxl\:pl-9{
    padding-left: 2.25rem !important;
  }

  .lgxl\:pl-10{
    padding-left: 2.5rem !important;
  }

  .lgxl\:pl-11{
    padding-left: 2.75rem !important;
  }

  .lgxl\:pl-12{
    padding-left: 3rem !important;
  }

  .lgxl\:pl-14{
    padding-left: 3.5rem !important;
  }

  .lgxl\:pl-16{
    padding-left: 4rem !important;
  }

  .lgxl\:pl-20{
    padding-left: 5rem !important;
  }

  .lgxl\:pl-24{
    padding-left: 6rem !important;
  }

  .lgxl\:pl-28{
    padding-left: 7rem !important;
  }

  .lgxl\:pl-32{
    padding-left: 8rem !important;
  }

  .lgxl\:pl-36{
    padding-left: 9rem !important;
  }

  .lgxl\:pl-40{
    padding-left: 10rem !important;
  }

  .lgxl\:pl-44{
    padding-left: 11rem !important;
  }

  .lgxl\:pl-48{
    padding-left: 12rem !important;
  }

  .lgxl\:pl-52{
    padding-left: 13rem !important;
  }

  .lgxl\:pl-56{
    padding-left: 14rem !important;
  }

  .lgxl\:pl-60{
    padding-left: 15rem !important;
  }

  .lgxl\:pl-64{
    padding-left: 16rem !important;
  }

  .lgxl\:pl-72{
    padding-left: 18rem !important;
  }

  .lgxl\:pl-80{
    padding-left: 20rem !important;
  }

  .lgxl\:pl-96{
    padding-left: 24rem !important;
  }

  .lgxl\:pl-px{
    padding-left: 1px !important;
  }

  .lgxl\:pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .lgxl\:pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .lgxl\:pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .lgxl\:pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .lgxl\:text-left{
    text-align: left !important;
  }

  .lgxl\:text-center{
    text-align: center !important;
  }

  .lgxl\:text-right{
    text-align: right !important;
  }

  .lgxl\:text-justify{
    text-align: justify !important;
  }

  .lgxl\:align-baseline{
    vertical-align: baseline !important;
  }

  .lgxl\:align-top{
    vertical-align: top !important;
  }

  .lgxl\:align-middle{
    vertical-align: middle !important;
  }

  .lgxl\:align-bottom{
    vertical-align: bottom !important;
  }

  .lgxl\:align-text-top{
    vertical-align: text-top !important;
  }

  .lgxl\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .lgxl\:font-body{
    font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  }

  .lgxl\:font-heading{
    font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  }

  .lgxl\:text-xs{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .lgxl\:text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lgxl\:text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .lgxl\:text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .lgxl\:text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .lgxl\:text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .lgxl\:text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .lgxl\:text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .lgxl\:text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .lgxl\:text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .lgxl\:text-7xl{
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .lgxl\:text-8xl{
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .lgxl\:text-9xl{
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .lgxl\:font-normal{
    font-weight: 400 !important;
  }

  .lgxl\:font-bold{
    font-weight: 700 !important;
  }

  .lgxl\:uppercase{
    text-transform: uppercase !important;
  }

  .lgxl\:lowercase{
    text-transform: lowercase !important;
  }

  .lgxl\:capitalize{
    text-transform: capitalize !important;
  }

  .lgxl\:normal-case{
    text-transform: none !important;
  }

  .lgxl\:italic{
    font-style: italic !important;
  }

  .lgxl\:not-italic{
    font-style: normal !important;
  }

  .lgxl\:ordinal, .lgxl\:slashed-zero, .lgxl\:lining-nums, .lgxl\:oldstyle-nums, .lgxl\:proportional-nums, .lgxl\:tabular-nums, .lgxl\:diagonal-fractions, .lgxl\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .lgxl\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .lgxl\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .lgxl\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .lgxl\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .lgxl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .lgxl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .lgxl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .lgxl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .lgxl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .lgxl\:leading-tight{
    line-height: 1 !important;
  }

  .lgxl\:leading-regular{
    line-height: 1.5 !important;
  }

  .lgxl\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .lgxl\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .lgxl\:tracking-normal{
    letter-spacing: 0em !important;
  }

  .lgxl\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .lgxl\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .lgxl\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .lgxl\:text-transparent{
    color: var(--color-transparent) !important;
  }

  .lgxl\:text-black{
    color: var(--color-black) !important;
  }

  .lgxl\:text-white{
    color: var(--color-white) !important;
  }

  .lgxl\:text-error{
    color: var(--color-error) !important;
  }

  .lgxl\:text-warning{
    color: var(--color-warning) !important;
  }

  .lgxl\:text-success{
    color: var(--color-success) !important;
  }

  .group:hover .lgxl\:group-hover\:text-transparent{
    color: var(--color-transparent) !important;
  }

  .group:hover .lgxl\:group-hover\:text-black{
    color: var(--color-black) !important;
  }

  .group:hover .lgxl\:group-hover\:text-white{
    color: var(--color-white) !important;
  }

  .group:hover .lgxl\:group-hover\:text-error{
    color: var(--color-error) !important;
  }

  .group:hover .lgxl\:group-hover\:text-warning{
    color: var(--color-warning) !important;
  }

  .group:hover .lgxl\:group-hover\:text-success{
    color: var(--color-success) !important;
  }

  .lgxl\:focus-within\:text-transparent:focus-within{
    color: var(--color-transparent) !important;
  }

  .lgxl\:focus-within\:text-black:focus-within{
    color: var(--color-black) !important;
  }

  .lgxl\:focus-within\:text-white:focus-within{
    color: var(--color-white) !important;
  }

  .lgxl\:focus-within\:text-error:focus-within{
    color: var(--color-error) !important;
  }

  .lgxl\:focus-within\:text-warning:focus-within{
    color: var(--color-warning) !important;
  }

  .lgxl\:focus-within\:text-success:focus-within{
    color: var(--color-success) !important;
  }

  .lgxl\:hover\:text-transparent:hover{
    color: var(--color-transparent) !important;
  }

  .lgxl\:hover\:text-black:hover{
    color: var(--color-black) !important;
  }

  .lgxl\:hover\:text-white:hover{
    color: var(--color-white) !important;
  }

  .lgxl\:hover\:text-error:hover{
    color: var(--color-error) !important;
  }

  .lgxl\:hover\:text-warning:hover{
    color: var(--color-warning) !important;
  }

  .lgxl\:hover\:text-success:hover{
    color: var(--color-success) !important;
  }

  .lgxl\:focus\:text-transparent:focus{
    color: var(--color-transparent) !important;
  }

  .lgxl\:focus\:text-black:focus{
    color: var(--color-black) !important;
  }

  .lgxl\:focus\:text-white:focus{
    color: var(--color-white) !important;
  }

  .lgxl\:focus\:text-error:focus{
    color: var(--color-error) !important;
  }

  .lgxl\:focus\:text-warning:focus{
    color: var(--color-warning) !important;
  }

  .lgxl\:focus\:text-success:focus{
    color: var(--color-success) !important;
  }

  .lgxl\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .lgxl\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .lgxl\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .lgxl\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .lgxl\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .lgxl\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .lgxl\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .lgxl\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .lgxl\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .lgxl\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .lgxl\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .lgxl\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .lgxl\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .lgxl\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .lgxl\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .lgxl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .lgxl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .lgxl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .lgxl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .lgxl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .lgxl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .lgxl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .lgxl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .lgxl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .lgxl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .lgxl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .lgxl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .lgxl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .lgxl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .lgxl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .lgxl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .lgxl\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .lgxl\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .lgxl\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .lgxl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .lgxl\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .lgxl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .lgxl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .lgxl\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .lgxl\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .lgxl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .lgxl\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .lgxl\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .lgxl\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .lgxl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .lgxl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .lgxl\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .lgxl\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .lgxl\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .lgxl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .lgxl\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .lgxl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .lgxl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .lgxl\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .lgxl\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .lgxl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .lgxl\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .lgxl\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .lgxl\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .lgxl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .lgxl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .lgxl\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .lgxl\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .lgxl\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .lgxl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .lgxl\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .lgxl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .lgxl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .lgxl\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .lgxl\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .lgxl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .lgxl\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .lgxl\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .lgxl\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .lgxl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .lgxl\:underline{
    text-decoration: underline !important;
  }

  .lgxl\:line-through{
    text-decoration: line-through !important;
  }

  .lgxl\:no-underline{
    text-decoration: none !important;
  }

  .group:hover .lgxl\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .lgxl\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .lgxl\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .lgxl\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .lgxl\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .lgxl\:focus-within\:no-underline:focus-within{
    text-decoration: none !important;
  }

  .lgxl\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .lgxl\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .lgxl\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .lgxl\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .lgxl\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .lgxl\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .lgxl\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lgxl\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lgxl\:placeholder-transparent::-webkit-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .lgxl\:placeholder-transparent::-moz-placeholder{
    color: var(--color-transparent) !important;
  }

  .lgxl\:placeholder-transparent:-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .lgxl\:placeholder-transparent::-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .lgxl\:placeholder-transparent::placeholder{
    color: var(--color-transparent) !important;
  }

  .lgxl\:placeholder-black::-webkit-input-placeholder{
    color: var(--color-black) !important;
  }

  .lgxl\:placeholder-black::-moz-placeholder{
    color: var(--color-black) !important;
  }

  .lgxl\:placeholder-black:-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .lgxl\:placeholder-black::-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .lgxl\:placeholder-black::placeholder{
    color: var(--color-black) !important;
  }

  .lgxl\:placeholder-white::-webkit-input-placeholder{
    color: var(--color-white) !important;
  }

  .lgxl\:placeholder-white::-moz-placeholder{
    color: var(--color-white) !important;
  }

  .lgxl\:placeholder-white:-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .lgxl\:placeholder-white::-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .lgxl\:placeholder-white::placeholder{
    color: var(--color-white) !important;
  }

  .lgxl\:placeholder-error::-webkit-input-placeholder{
    color: var(--color-error) !important;
  }

  .lgxl\:placeholder-error::-moz-placeholder{
    color: var(--color-error) !important;
  }

  .lgxl\:placeholder-error:-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .lgxl\:placeholder-error::-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .lgxl\:placeholder-error::placeholder{
    color: var(--color-error) !important;
  }

  .lgxl\:placeholder-warning::-webkit-input-placeholder{
    color: var(--color-warning) !important;
  }

  .lgxl\:placeholder-warning::-moz-placeholder{
    color: var(--color-warning) !important;
  }

  .lgxl\:placeholder-warning:-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .lgxl\:placeholder-warning::-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .lgxl\:placeholder-warning::placeholder{
    color: var(--color-warning) !important;
  }

  .lgxl\:placeholder-success::-webkit-input-placeholder{
    color: var(--color-success) !important;
  }

  .lgxl\:placeholder-success::-moz-placeholder{
    color: var(--color-success) !important;
  }

  .lgxl\:placeholder-success:-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .lgxl\:placeholder-success::-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .lgxl\:placeholder-success::placeholder{
    color: var(--color-success) !important;
  }

  .lgxl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .lgxl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: var(--color-transparent) !important;
  }

  .lgxl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .lgxl\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .lgxl\:focus\:placeholder-transparent:focus::placeholder{
    color: var(--color-transparent) !important;
  }

  .lgxl\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: var(--color-black) !important;
  }

  .lgxl\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--color-black) !important;
  }

  .lgxl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .lgxl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .lgxl\:focus\:placeholder-black:focus::placeholder{
    color: var(--color-black) !important;
  }

  .lgxl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: var(--color-white) !important;
  }

  .lgxl\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--color-white) !important;
  }

  .lgxl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .lgxl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .lgxl\:focus\:placeholder-white:focus::placeholder{
    color: var(--color-white) !important;
  }

  .lgxl\:focus\:placeholder-error:focus::-webkit-input-placeholder{
    color: var(--color-error) !important;
  }

  .lgxl\:focus\:placeholder-error:focus::-moz-placeholder{
    color: var(--color-error) !important;
  }

  .lgxl\:focus\:placeholder-error:focus:-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .lgxl\:focus\:placeholder-error:focus::-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .lgxl\:focus\:placeholder-error:focus::placeholder{
    color: var(--color-error) !important;
  }

  .lgxl\:focus\:placeholder-warning:focus::-webkit-input-placeholder{
    color: var(--color-warning) !important;
  }

  .lgxl\:focus\:placeholder-warning:focus::-moz-placeholder{
    color: var(--color-warning) !important;
  }

  .lgxl\:focus\:placeholder-warning:focus:-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .lgxl\:focus\:placeholder-warning:focus::-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .lgxl\:focus\:placeholder-warning:focus::placeholder{
    color: var(--color-warning) !important;
  }

  .lgxl\:focus\:placeholder-success:focus::-webkit-input-placeholder{
    color: var(--color-success) !important;
  }

  .lgxl\:focus\:placeholder-success:focus::-moz-placeholder{
    color: var(--color-success) !important;
  }

  .lgxl\:focus\:placeholder-success:focus:-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .lgxl\:focus\:placeholder-success:focus::-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .lgxl\:focus\:placeholder-success:focus::placeholder{
    color: var(--color-success) !important;
  }

  .lgxl\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lgxl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lgxl\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lgxl\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lgxl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lgxl\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lgxl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lgxl\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lgxl\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lgxl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lgxl\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lgxl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lgxl\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lgxl\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lgxl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lgxl\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lgxl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lgxl\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lgxl\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lgxl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lgxl\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lgxl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lgxl\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lgxl\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lgxl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lgxl\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lgxl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lgxl\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lgxl\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lgxl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lgxl\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lgxl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lgxl\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lgxl\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lgxl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lgxl\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lgxl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lgxl\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lgxl\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lgxl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lgxl\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lgxl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lgxl\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lgxl\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lgxl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lgxl\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lgxl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lgxl\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lgxl\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lgxl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lgxl\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lgxl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lgxl\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lgxl\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lgxl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lgxl\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lgxl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lgxl\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lgxl\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lgxl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lgxl\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lgxl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lgxl\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lgxl\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lgxl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lgxl\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lgxl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lgxl\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lgxl\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lgxl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lgxl\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lgxl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lgxl\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lgxl\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lgxl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lgxl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lgxl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lgxl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lgxl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lgxl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lgxl\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lgxl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lgxl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lgxl\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lgxl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lgxl\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lgxl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lgxl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lgxl\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lgxl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lgxl\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lgxl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lgxl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lgxl\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lgxl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lgxl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lgxl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lgxl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lgxl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lgxl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lgxl\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lgxl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lgxl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lgxl\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lgxl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lgxl\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lgxl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lgxl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lgxl\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lgxl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lgxl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lgxl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lgxl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lgxl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lgxl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lgxl\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lgxl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lgxl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lgxl\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lgxl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lgxl\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lgxl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lgxl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lgxl\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lgxl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lgxl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lgxl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lgxl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lgxl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lgxl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lgxl\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lgxl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lgxl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lgxl\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lgxl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lgxl\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lgxl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lgxl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lgxl\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lgxl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lgxl\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lgxl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lgxl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lgxl\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lgxl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lgxl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lgxl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lgxl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lgxl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lgxl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lgxl\:opacity-0{
    opacity: 0 !important;
  }

  .lgxl\:opacity-5{
    opacity: 0.05 !important;
  }

  .lgxl\:opacity-10{
    opacity: 0.1 !important;
  }

  .lgxl\:opacity-20{
    opacity: 0.2 !important;
  }

  .lgxl\:opacity-25{
    opacity: 0.25 !important;
  }

  .lgxl\:opacity-30{
    opacity: 0.3 !important;
  }

  .lgxl\:opacity-40{
    opacity: 0.4 !important;
  }

  .lgxl\:opacity-50{
    opacity: 0.5 !important;
  }

  .lgxl\:opacity-60{
    opacity: 0.6 !important;
  }

  .lgxl\:opacity-70{
    opacity: 0.7 !important;
  }

  .lgxl\:opacity-75{
    opacity: 0.75 !important;
  }

  .lgxl\:opacity-80{
    opacity: 0.8 !important;
  }

  .lgxl\:opacity-90{
    opacity: 0.9 !important;
  }

  .lgxl\:opacity-95{
    opacity: 0.95 !important;
  }

  .lgxl\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .lgxl\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .lgxl\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .lgxl\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .lgxl\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .lgxl\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .lgxl\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .lgxl\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .lgxl\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .lgxl\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .lgxl\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .lgxl\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .lgxl\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .lgxl\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .lgxl\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .lgxl\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .lgxl\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .lgxl\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .lgxl\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .lgxl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .lgxl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .lgxl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .lgxl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .lgxl\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .lgxl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .lgxl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .lgxl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .lgxl\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .lgxl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .lgxl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .lgxl\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .lgxl\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .lgxl\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .lgxl\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .lgxl\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .lgxl\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .lgxl\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .lgxl\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .lgxl\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .lgxl\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .lgxl\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .lgxl\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .lgxl\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .lgxl\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .lgxl\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .lgxl\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .lgxl\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .lgxl\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .lgxl\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .lgxl\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .lgxl\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .lgxl\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .lgxl\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .lgxl\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .lgxl\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .lgxl\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .lgxl\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .lgxl\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .lgxl\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .lgxl\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .lgxl\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .lgxl\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .lgxl\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .lgxl\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .lgxl\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .lgxl\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .lgxl\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .lgxl\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .lgxl\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .lgxl\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .lgxl\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .lgxl\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .lgxl\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .lgxl\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .lgxl\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .lgxl\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .lgxl\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .lgxl\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .lgxl\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .lgxl\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .lgxl\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .lgxl\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .lgxl\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .lgxl\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .lgxl\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .lgxl\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .lgxl\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .lgxl\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .lgxl\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .lgxl\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .lgxl\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .lgxl\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .lgxl\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .lgxl\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lgxl\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lgxl\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lgxl\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lgxl\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lgxl\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lgxl\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lgxl\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lgxl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lgxl\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lgxl\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lgxl\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lgxl\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lgxl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lgxl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lgxl\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lgxl\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lgxl\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lgxl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lgxl\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .lgxl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .lgxl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .lgxl\:ring-transparent{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .lgxl\:ring-black{
    --tw-ring-color: var(--color-black) !important;
  }

  .lgxl\:ring-white{
    --tw-ring-color: var(--color-white) !important;
  }

  .lgxl\:ring-error{
    --tw-ring-color: var(--color-error) !important;
  }

  .lgxl\:ring-warning{
    --tw-ring-color: var(--color-warning) !important;
  }

  .lgxl\:ring-success{
    --tw-ring-color: var(--color-success) !important;
  }

  .lgxl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .lgxl\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--color-black) !important;
  }

  .lgxl\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--color-white) !important;
  }

  .lgxl\:focus-within\:ring-error:focus-within{
    --tw-ring-color: var(--color-error) !important;
  }

  .lgxl\:focus-within\:ring-warning:focus-within{
    --tw-ring-color: var(--color-warning) !important;
  }

  .lgxl\:focus-within\:ring-success:focus-within{
    --tw-ring-color: var(--color-success) !important;
  }

  .lgxl\:focus\:ring-transparent:focus{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .lgxl\:focus\:ring-black:focus{
    --tw-ring-color: var(--color-black) !important;
  }

  .lgxl\:focus\:ring-white:focus{
    --tw-ring-color: var(--color-white) !important;
  }

  .lgxl\:focus\:ring-error:focus{
    --tw-ring-color: var(--color-error) !important;
  }

  .lgxl\:focus\:ring-warning:focus{
    --tw-ring-color: var(--color-warning) !important;
  }

  .lgxl\:focus\:ring-success:focus{
    --tw-ring-color: var(--color-success) !important;
  }

  .lgxl\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .lgxl\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .lgxl\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .lgxl\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .lgxl\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .lgxl\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .lgxl\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .lgxl\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .lgxl\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .lgxl\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .lgxl\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .lgxl\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .lgxl\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .lgxl\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .lgxl\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .lgxl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .lgxl\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .lgxl\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .lgxl\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .lgxl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .lgxl\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .lgxl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .lgxl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .lgxl\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .lgxl\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .lgxl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .lgxl\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .lgxl\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .lgxl\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .lgxl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .lgxl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .lgxl\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .lgxl\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .lgxl\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .lgxl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .lgxl\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .lgxl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .lgxl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .lgxl\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .lgxl\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .lgxl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .lgxl\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .lgxl\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .lgxl\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .lgxl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .lgxl\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .lgxl\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .lgxl\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .lgxl\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .lgxl\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .lgxl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .lgxl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .lgxl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .lgxl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .lgxl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .lgxl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .lgxl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .lgxl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .lgxl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .lgxl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .lgxl\:ring-offset-transparent{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .lgxl\:ring-offset-black{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .lgxl\:ring-offset-white{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .lgxl\:ring-offset-error{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .lgxl\:ring-offset-warning{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .lgxl\:ring-offset-success{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .lgxl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .lgxl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .lgxl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .lgxl\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .lgxl\:focus-within\:ring-offset-warning:focus-within{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .lgxl\:focus-within\:ring-offset-success:focus-within{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .lgxl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .lgxl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .lgxl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .lgxl\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .lgxl\:focus\:ring-offset-warning:focus{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .lgxl\:focus\:ring-offset-success:focus{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .lgxl\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
            filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lgxl\:filter-none{
    -webkit-filter: none !important;
            filter: none !important;
  }

  .lgxl\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .lgxl\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .lgxl\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .lgxl\:blur{
    --tw-blur: blur(8px) !important;
  }

  .lgxl\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .lgxl\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .lgxl\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .lgxl\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .lgxl\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .lgxl\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .lgxl\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .lgxl\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .lgxl\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .lgxl\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .lgxl\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .lgxl\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .lgxl\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .lgxl\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .lgxl\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .lgxl\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .lgxl\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .lgxl\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .lgxl\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .lgxl\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .lgxl\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .lgxl\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .lgxl\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .lgxl\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .lgxl\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .lgxl\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .lgxl\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .lgxl\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .lgxl\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .lgxl\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .lgxl\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .lgxl\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .lgxl\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .lgxl\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .lgxl\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .lgxl\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .lgxl\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .lgxl\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .lgxl\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lgxl\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lgxl\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lgxl\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lgxl\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lgxl\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .lgxl\:invert{
    --tw-invert: invert(100%) !important;
  }

  .lgxl\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .lgxl\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .lgxl\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .lgxl\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .lgxl\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .lgxl\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .lgxl\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .lgxl\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .lgxl\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .lgxl\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .lgxl\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .lgxl\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .lgxl\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .lgxl\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .lgxl\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .lgxl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .lgxl\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .lgxl\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .lgxl\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .lgxl\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .lgxl\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .lgxl\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .lgxl\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .lgxl\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .lgxl\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .lgxl\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .lgxl\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .lgxl\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .lgxl\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .lgxl\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .lgxl\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .lgxl\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .lgxl\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .lgxl\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .lgxl\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .lgxl\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .lgxl\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .lgxl\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .lgxl\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .lgxl\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .lgxl\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .lgxl\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .lgxl\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .lgxl\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .lgxl\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lgxl\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lgxl\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lgxl\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lgxl\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lgxl\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .lgxl\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .lgxl\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .lgxl\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .lgxl\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .lgxl\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .lgxl\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .lgxl\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .lgxl\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .lgxl\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .lgxl\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .lgxl\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .lgxl\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .lgxl\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .lgxl\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .lgxl\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .lgxl\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .lgxl\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .lgxl\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .lgxl\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .lgxl\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .lgxl\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .lgxl\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .lgxl\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .lgxl\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .lgxl\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lgxl\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lgxl\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lgxl\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lgxl\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lgxl\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lgxl\:delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .lgxl\:delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .lgxl\:delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .lgxl\:delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .lgxl\:delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .lgxl\:delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .lgxl\:delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .lgxl\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .lgxl\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .lgxl\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .lgxl\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lgxl\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .lgxl\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .lgxl\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .lgxl\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .lgxl\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .lgxl\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .lgxl\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lgxl\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lgxl\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1351px){
  .xl\:container{
    width: 100%;
  }

  @media (min-width: 400px){
    .xl\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 576px){
    .xl\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .xl\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1024px){
    .xl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1200px){
    .xl\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1351px){
    .xl\:container{
      max-width: 1351px;
    }
  }

  @media (min-width: 1530px){
    .xl\:container{
      max-width: 1530px;
    }
  }

  .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-within\:sr-only:focus-within{
    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-within\:not-sr-only:focus-within{
    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\:pointer-events-none{
    pointer-events: none !important;
  }

  .xl\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .xl\:visible{
    visibility: visible !important;
  }

  .xl\:invisible{
    visibility: hidden !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: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xl\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xl\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xl\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xl\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xl\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xl\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xl\:inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .xl\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xl\:inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .xl\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xl\:inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .xl\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .xl\:inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .xl\:inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .xl\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xl\:inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .xl\:inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .xl\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .xl\:inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .xl\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .xl\:inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .xl\:inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .xl\:inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .xl\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .xl\:inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .xl\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .xl\:inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .xl\:inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .xl\:inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .xl\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xl\:inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .xl\:inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .xl\:inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .xl\:inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .xl\:-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xl\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xl\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xl\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xl\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .xl\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xl\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xl\:-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .xl\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .xl\:-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .xl\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xl\:-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .xl\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .xl\:-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .xl\:-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .xl\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .xl\:-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .xl\:-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .xl\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .xl\:-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .xl\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .xl\:-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .xl\:-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .xl\:-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .xl\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .xl\:-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .xl\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .xl\:-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .xl\:-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .xl\:-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .xl\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xl\:-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .xl\:-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .xl\:-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .xl\:-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .xl\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xl\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xl\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xl\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xl\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xl\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xl\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xl\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xl\:inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .xl\:inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .xl\:inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .xl\:inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .xl\:inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .xl\:inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .xl\:inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .xl\:inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .xl\:inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .xl\:inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .xl\:inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .xl\:inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .xl\:inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .xl\:inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .xl\:inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .xl\:inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .xl\:inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .xl\:inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .xl\:inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .xl\:inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .xl\:inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .xl\:inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .xl\:inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .xl\:inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .xl\:inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .xl\:inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .xl\:inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .xl\:inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .xl\:inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .xl\:inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .xl\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .xl\:inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .xl\:inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .xl\:inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .xl\:inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .xl\:inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .xl\:-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .xl\:-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .xl\:-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .xl\:-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .xl\:-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .xl\:-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .xl\:-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .xl\:-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .xl\:-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .xl\:-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .xl\:-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .xl\:-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .xl\:-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .xl\:-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .xl\:-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .xl\:-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .xl\:-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .xl\:-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .xl\:-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .xl\:-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .xl\:-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .xl\:-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .xl\:-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .xl\:-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .xl\:-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .xl\:-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .xl\:-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .xl\:-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .xl\:-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .xl\:-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .xl\:-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .xl\:-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .xl\:-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .xl\:-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .xl\:-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .xl\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .xl\:inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .xl\:inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .xl\:inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .xl\:inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .xl\:inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .xl\:inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .xl\:-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .xl\:-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .xl\:-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .xl\:-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .xl\:-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .xl\:-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .xl\:-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .xl\:inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .xl\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .xl\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .xl\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .xl\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xl\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .xl\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .xl\:inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .xl\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xl\:inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .xl\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .xl\:inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .xl\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .xl\:inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .xl\:inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .xl\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xl\:inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .xl\:inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .xl\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .xl\:inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .xl\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .xl\:inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .xl\:inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .xl\:inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .xl\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .xl\:inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .xl\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .xl\:inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .xl\:inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .xl\:inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .xl\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .xl\:inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .xl\:inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .xl\:inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .xl\:inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .xl\:-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .xl\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .xl\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .xl\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .xl\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .xl\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .xl\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .xl\:-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .xl\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .xl\:-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .xl\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .xl\:-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .xl\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .xl\:-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .xl\:-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .xl\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .xl\:-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .xl\:-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .xl\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .xl\:-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .xl\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .xl\:-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .xl\:-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .xl\:-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .xl\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .xl\:-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .xl\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .xl\:-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .xl\:-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .xl\:-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .xl\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .xl\:-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .xl\:-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .xl\:-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .xl\:-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .xl\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xl\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xl\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .xl\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .xl\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .xl\:-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl\:-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xl\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xl\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .xl\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .xl\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .xl\:top-0{
    top: 0px !important;
  }

  .xl\:top-1{
    top: 0.25rem !important;
  }

  .xl\:top-2{
    top: 0.5rem !important;
  }

  .xl\:top-3{
    top: 0.75rem !important;
  }

  .xl\:top-4{
    top: 1rem !important;
  }

  .xl\:top-5{
    top: 1.25rem !important;
  }

  .xl\:top-6{
    top: 1.5rem !important;
  }

  .xl\:top-7{
    top: 1.75rem !important;
  }

  .xl\:top-8{
    top: 2rem !important;
  }

  .xl\:top-9{
    top: 2.25rem !important;
  }

  .xl\:top-10{
    top: 2.5rem !important;
  }

  .xl\:top-11{
    top: 2.75rem !important;
  }

  .xl\:top-12{
    top: 3rem !important;
  }

  .xl\:top-14{
    top: 3.5rem !important;
  }

  .xl\:top-16{
    top: 4rem !important;
  }

  .xl\:top-20{
    top: 5rem !important;
  }

  .xl\:top-24{
    top: 6rem !important;
  }

  .xl\:top-28{
    top: 7rem !important;
  }

  .xl\:top-32{
    top: 8rem !important;
  }

  .xl\:top-36{
    top: 9rem !important;
  }

  .xl\:top-40{
    top: 10rem !important;
  }

  .xl\:top-44{
    top: 11rem !important;
  }

  .xl\:top-48{
    top: 12rem !important;
  }

  .xl\:top-52{
    top: 13rem !important;
  }

  .xl\:top-56{
    top: 14rem !important;
  }

  .xl\:top-60{
    top: 15rem !important;
  }

  .xl\:top-64{
    top: 16rem !important;
  }

  .xl\:top-72{
    top: 18rem !important;
  }

  .xl\:top-80{
    top: 20rem !important;
  }

  .xl\:top-96{
    top: 24rem !important;
  }

  .xl\:top-auto{
    top: auto !important;
  }

  .xl\:top-px{
    top: 1px !important;
  }

  .xl\:top-0\.5{
    top: 0.125rem !important;
  }

  .xl\:top-1\.5{
    top: 0.375rem !important;
  }

  .xl\:top-2\.5{
    top: 0.625rem !important;
  }

  .xl\:top-3\.5{
    top: 0.875rem !important;
  }

  .xl\:-top-0{
    top: 0px !important;
  }

  .xl\:-top-1{
    top: -0.25rem !important;
  }

  .xl\:-top-2{
    top: -0.5rem !important;
  }

  .xl\:-top-3{
    top: -0.75rem !important;
  }

  .xl\:-top-4{
    top: -1rem !important;
  }

  .xl\:-top-5{
    top: -1.25rem !important;
  }

  .xl\:-top-6{
    top: -1.5rem !important;
  }

  .xl\:-top-7{
    top: -1.75rem !important;
  }

  .xl\:-top-8{
    top: -2rem !important;
  }

  .xl\:-top-9{
    top: -2.25rem !important;
  }

  .xl\:-top-10{
    top: -2.5rem !important;
  }

  .xl\:-top-11{
    top: -2.75rem !important;
  }

  .xl\:-top-12{
    top: -3rem !important;
  }

  .xl\:-top-14{
    top: -3.5rem !important;
  }

  .xl\:-top-16{
    top: -4rem !important;
  }

  .xl\:-top-20{
    top: -5rem !important;
  }

  .xl\:-top-24{
    top: -6rem !important;
  }

  .xl\:-top-28{
    top: -7rem !important;
  }

  .xl\:-top-32{
    top: -8rem !important;
  }

  .xl\:-top-36{
    top: -9rem !important;
  }

  .xl\:-top-40{
    top: -10rem !important;
  }

  .xl\:-top-44{
    top: -11rem !important;
  }

  .xl\:-top-48{
    top: -12rem !important;
  }

  .xl\:-top-52{
    top: -13rem !important;
  }

  .xl\:-top-56{
    top: -14rem !important;
  }

  .xl\:-top-60{
    top: -15rem !important;
  }

  .xl\:-top-64{
    top: -16rem !important;
  }

  .xl\:-top-72{
    top: -18rem !important;
  }

  .xl\:-top-80{
    top: -20rem !important;
  }

  .xl\:-top-96{
    top: -24rem !important;
  }

  .xl\:-top-px{
    top: -1px !important;
  }

  .xl\:-top-0\.5{
    top: -0.125rem !important;
  }

  .xl\:-top-1\.5{
    top: -0.375rem !important;
  }

  .xl\:-top-2\.5{
    top: -0.625rem !important;
  }

  .xl\:-top-3\.5{
    top: -0.875rem !important;
  }

  .xl\:top-1\/2{
    top: 50% !important;
  }

  .xl\:top-1\/3{
    top: 33.333333% !important;
  }

  .xl\:top-2\/3{
    top: 66.666667% !important;
  }

  .xl\:top-1\/4{
    top: 25% !important;
  }

  .xl\:top-2\/4{
    top: 50% !important;
  }

  .xl\:top-3\/4{
    top: 75% !important;
  }

  .xl\:top-full{
    top: 100% !important;
  }

  .xl\:-top-1\/2{
    top: -50% !important;
  }

  .xl\:-top-1\/3{
    top: -33.333333% !important;
  }

  .xl\:-top-2\/3{
    top: -66.666667% !important;
  }

  .xl\:-top-1\/4{
    top: -25% !important;
  }

  .xl\:-top-2\/4{
    top: -50% !important;
  }

  .xl\:-top-3\/4{
    top: -75% !important;
  }

  .xl\:-top-full{
    top: -100% !important;
  }

  .xl\:right-0{
    right: 0px !important;
  }

  .xl\:right-1{
    right: 0.25rem !important;
  }

  .xl\:right-2{
    right: 0.5rem !important;
  }

  .xl\:right-3{
    right: 0.75rem !important;
  }

  .xl\:right-4{
    right: 1rem !important;
  }

  .xl\:right-5{
    right: 1.25rem !important;
  }

  .xl\:right-6{
    right: 1.5rem !important;
  }

  .xl\:right-7{
    right: 1.75rem !important;
  }

  .xl\:right-8{
    right: 2rem !important;
  }

  .xl\:right-9{
    right: 2.25rem !important;
  }

  .xl\:right-10{
    right: 2.5rem !important;
  }

  .xl\:right-11{
    right: 2.75rem !important;
  }

  .xl\:right-12{
    right: 3rem !important;
  }

  .xl\:right-14{
    right: 3.5rem !important;
  }

  .xl\:right-16{
    right: 4rem !important;
  }

  .xl\:right-20{
    right: 5rem !important;
  }

  .xl\:right-24{
    right: 6rem !important;
  }

  .xl\:right-28{
    right: 7rem !important;
  }

  .xl\:right-32{
    right: 8rem !important;
  }

  .xl\:right-36{
    right: 9rem !important;
  }

  .xl\:right-40{
    right: 10rem !important;
  }

  .xl\:right-44{
    right: 11rem !important;
  }

  .xl\:right-48{
    right: 12rem !important;
  }

  .xl\:right-52{
    right: 13rem !important;
  }

  .xl\:right-56{
    right: 14rem !important;
  }

  .xl\:right-60{
    right: 15rem !important;
  }

  .xl\:right-64{
    right: 16rem !important;
  }

  .xl\:right-72{
    right: 18rem !important;
  }

  .xl\:right-80{
    right: 20rem !important;
  }

  .xl\:right-96{
    right: 24rem !important;
  }

  .xl\:right-auto{
    right: auto !important;
  }

  .xl\:right-px{
    right: 1px !important;
  }

  .xl\:right-0\.5{
    right: 0.125rem !important;
  }

  .xl\:right-1\.5{
    right: 0.375rem !important;
  }

  .xl\:right-2\.5{
    right: 0.625rem !important;
  }

  .xl\:right-3\.5{
    right: 0.875rem !important;
  }

  .xl\:-right-0{
    right: 0px !important;
  }

  .xl\:-right-1{
    right: -0.25rem !important;
  }

  .xl\:-right-2{
    right: -0.5rem !important;
  }

  .xl\:-right-3{
    right: -0.75rem !important;
  }

  .xl\:-right-4{
    right: -1rem !important;
  }

  .xl\:-right-5{
    right: -1.25rem !important;
  }

  .xl\:-right-6{
    right: -1.5rem !important;
  }

  .xl\:-right-7{
    right: -1.75rem !important;
  }

  .xl\:-right-8{
    right: -2rem !important;
  }

  .xl\:-right-9{
    right: -2.25rem !important;
  }

  .xl\:-right-10{
    right: -2.5rem !important;
  }

  .xl\:-right-11{
    right: -2.75rem !important;
  }

  .xl\:-right-12{
    right: -3rem !important;
  }

  .xl\:-right-14{
    right: -3.5rem !important;
  }

  .xl\:-right-16{
    right: -4rem !important;
  }

  .xl\:-right-20{
    right: -5rem !important;
  }

  .xl\:-right-24{
    right: -6rem !important;
  }

  .xl\:-right-28{
    right: -7rem !important;
  }

  .xl\:-right-32{
    right: -8rem !important;
  }

  .xl\:-right-36{
    right: -9rem !important;
  }

  .xl\:-right-40{
    right: -10rem !important;
  }

  .xl\:-right-44{
    right: -11rem !important;
  }

  .xl\:-right-48{
    right: -12rem !important;
  }

  .xl\:-right-52{
    right: -13rem !important;
  }

  .xl\:-right-56{
    right: -14rem !important;
  }

  .xl\:-right-60{
    right: -15rem !important;
  }

  .xl\:-right-64{
    right: -16rem !important;
  }

  .xl\:-right-72{
    right: -18rem !important;
  }

  .xl\:-right-80{
    right: -20rem !important;
  }

  .xl\:-right-96{
    right: -24rem !important;
  }

  .xl\:-right-px{
    right: -1px !important;
  }

  .xl\:-right-0\.5{
    right: -0.125rem !important;
  }

  .xl\:-right-1\.5{
    right: -0.375rem !important;
  }

  .xl\:-right-2\.5{
    right: -0.625rem !important;
  }

  .xl\:-right-3\.5{
    right: -0.875rem !important;
  }

  .xl\:right-1\/2{
    right: 50% !important;
  }

  .xl\:right-1\/3{
    right: 33.333333% !important;
  }

  .xl\:right-2\/3{
    right: 66.666667% !important;
  }

  .xl\:right-1\/4{
    right: 25% !important;
  }

  .xl\:right-2\/4{
    right: 50% !important;
  }

  .xl\:right-3\/4{
    right: 75% !important;
  }

  .xl\:right-full{
    right: 100% !important;
  }

  .xl\:-right-1\/2{
    right: -50% !important;
  }

  .xl\:-right-1\/3{
    right: -33.333333% !important;
  }

  .xl\:-right-2\/3{
    right: -66.666667% !important;
  }

  .xl\:-right-1\/4{
    right: -25% !important;
  }

  .xl\:-right-2\/4{
    right: -50% !important;
  }

  .xl\:-right-3\/4{
    right: -75% !important;
  }

  .xl\:-right-full{
    right: -100% !important;
  }

  .xl\:bottom-0{
    bottom: 0px !important;
  }

  .xl\:bottom-1{
    bottom: 0.25rem !important;
  }

  .xl\:bottom-2{
    bottom: 0.5rem !important;
  }

  .xl\:bottom-3{
    bottom: 0.75rem !important;
  }

  .xl\:bottom-4{
    bottom: 1rem !important;
  }

  .xl\:bottom-5{
    bottom: 1.25rem !important;
  }

  .xl\:bottom-6{
    bottom: 1.5rem !important;
  }

  .xl\:bottom-7{
    bottom: 1.75rem !important;
  }

  .xl\:bottom-8{
    bottom: 2rem !important;
  }

  .xl\:bottom-9{
    bottom: 2.25rem !important;
  }

  .xl\:bottom-10{
    bottom: 2.5rem !important;
  }

  .xl\:bottom-11{
    bottom: 2.75rem !important;
  }

  .xl\:bottom-12{
    bottom: 3rem !important;
  }

  .xl\:bottom-14{
    bottom: 3.5rem !important;
  }

  .xl\:bottom-16{
    bottom: 4rem !important;
  }

  .xl\:bottom-20{
    bottom: 5rem !important;
  }

  .xl\:bottom-24{
    bottom: 6rem !important;
  }

  .xl\:bottom-28{
    bottom: 7rem !important;
  }

  .xl\:bottom-32{
    bottom: 8rem !important;
  }

  .xl\:bottom-36{
    bottom: 9rem !important;
  }

  .xl\:bottom-40{
    bottom: 10rem !important;
  }

  .xl\:bottom-44{
    bottom: 11rem !important;
  }

  .xl\:bottom-48{
    bottom: 12rem !important;
  }

  .xl\:bottom-52{
    bottom: 13rem !important;
  }

  .xl\:bottom-56{
    bottom: 14rem !important;
  }

  .xl\:bottom-60{
    bottom: 15rem !important;
  }

  .xl\:bottom-64{
    bottom: 16rem !important;
  }

  .xl\:bottom-72{
    bottom: 18rem !important;
  }

  .xl\:bottom-80{
    bottom: 20rem !important;
  }

  .xl\:bottom-96{
    bottom: 24rem !important;
  }

  .xl\:bottom-auto{
    bottom: auto !important;
  }

  .xl\:bottom-px{
    bottom: 1px !important;
  }

  .xl\:bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .xl\:bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .xl\:bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .xl\:bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .xl\:-bottom-0{
    bottom: 0px !important;
  }

  .xl\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .xl\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .xl\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .xl\:-bottom-4{
    bottom: -1rem !important;
  }

  .xl\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .xl\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .xl\:-bottom-7{
    bottom: -1.75rem !important;
  }

  .xl\:-bottom-8{
    bottom: -2rem !important;
  }

  .xl\:-bottom-9{
    bottom: -2.25rem !important;
  }

  .xl\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .xl\:-bottom-11{
    bottom: -2.75rem !important;
  }

  .xl\:-bottom-12{
    bottom: -3rem !important;
  }

  .xl\:-bottom-14{
    bottom: -3.5rem !important;
  }

  .xl\:-bottom-16{
    bottom: -4rem !important;
  }

  .xl\:-bottom-20{
    bottom: -5rem !important;
  }

  .xl\:-bottom-24{
    bottom: -6rem !important;
  }

  .xl\:-bottom-28{
    bottom: -7rem !important;
  }

  .xl\:-bottom-32{
    bottom: -8rem !important;
  }

  .xl\:-bottom-36{
    bottom: -9rem !important;
  }

  .xl\:-bottom-40{
    bottom: -10rem !important;
  }

  .xl\:-bottom-44{
    bottom: -11rem !important;
  }

  .xl\:-bottom-48{
    bottom: -12rem !important;
  }

  .xl\:-bottom-52{
    bottom: -13rem !important;
  }

  .xl\:-bottom-56{
    bottom: -14rem !important;
  }

  .xl\:-bottom-60{
    bottom: -15rem !important;
  }

  .xl\:-bottom-64{
    bottom: -16rem !important;
  }

  .xl\:-bottom-72{
    bottom: -18rem !important;
  }

  .xl\:-bottom-80{
    bottom: -20rem !important;
  }

  .xl\:-bottom-96{
    bottom: -24rem !important;
  }

  .xl\:-bottom-px{
    bottom: -1px !important;
  }

  .xl\:-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .xl\:-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .xl\:-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .xl\:-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .xl\:bottom-1\/2{
    bottom: 50% !important;
  }

  .xl\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .xl\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .xl\:bottom-1\/4{
    bottom: 25% !important;
  }

  .xl\:bottom-2\/4{
    bottom: 50% !important;
  }

  .xl\:bottom-3\/4{
    bottom: 75% !important;
  }

  .xl\:bottom-full{
    bottom: 100% !important;
  }

  .xl\:-bottom-1\/2{
    bottom: -50% !important;
  }

  .xl\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .xl\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .xl\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .xl\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .xl\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .xl\:-bottom-full{
    bottom: -100% !important;
  }

  .xl\:left-0{
    left: 0px !important;
  }

  .xl\:left-1{
    left: 0.25rem !important;
  }

  .xl\:left-2{
    left: 0.5rem !important;
  }

  .xl\:left-3{
    left: 0.75rem !important;
  }

  .xl\:left-4{
    left: 1rem !important;
  }

  .xl\:left-5{
    left: 1.25rem !important;
  }

  .xl\:left-6{
    left: 1.5rem !important;
  }

  .xl\:left-7{
    left: 1.75rem !important;
  }

  .xl\:left-8{
    left: 2rem !important;
  }

  .xl\:left-9{
    left: 2.25rem !important;
  }

  .xl\:left-10{
    left: 2.5rem !important;
  }

  .xl\:left-11{
    left: 2.75rem !important;
  }

  .xl\:left-12{
    left: 3rem !important;
  }

  .xl\:left-14{
    left: 3.5rem !important;
  }

  .xl\:left-16{
    left: 4rem !important;
  }

  .xl\:left-20{
    left: 5rem !important;
  }

  .xl\:left-24{
    left: 6rem !important;
  }

  .xl\:left-28{
    left: 7rem !important;
  }

  .xl\:left-32{
    left: 8rem !important;
  }

  .xl\:left-36{
    left: 9rem !important;
  }

  .xl\:left-40{
    left: 10rem !important;
  }

  .xl\:left-44{
    left: 11rem !important;
  }

  .xl\:left-48{
    left: 12rem !important;
  }

  .xl\:left-52{
    left: 13rem !important;
  }

  .xl\:left-56{
    left: 14rem !important;
  }

  .xl\:left-60{
    left: 15rem !important;
  }

  .xl\:left-64{
    left: 16rem !important;
  }

  .xl\:left-72{
    left: 18rem !important;
  }

  .xl\:left-80{
    left: 20rem !important;
  }

  .xl\:left-96{
    left: 24rem !important;
  }

  .xl\:left-auto{
    left: auto !important;
  }

  .xl\:left-px{
    left: 1px !important;
  }

  .xl\:left-0\.5{
    left: 0.125rem !important;
  }

  .xl\:left-1\.5{
    left: 0.375rem !important;
  }

  .xl\:left-2\.5{
    left: 0.625rem !important;
  }

  .xl\:left-3\.5{
    left: 0.875rem !important;
  }

  .xl\:-left-0{
    left: 0px !important;
  }

  .xl\:-left-1{
    left: -0.25rem !important;
  }

  .xl\:-left-2{
    left: -0.5rem !important;
  }

  .xl\:-left-3{
    left: -0.75rem !important;
  }

  .xl\:-left-4{
    left: -1rem !important;
  }

  .xl\:-left-5{
    left: -1.25rem !important;
  }

  .xl\:-left-6{
    left: -1.5rem !important;
  }

  .xl\:-left-7{
    left: -1.75rem !important;
  }

  .xl\:-left-8{
    left: -2rem !important;
  }

  .xl\:-left-9{
    left: -2.25rem !important;
  }

  .xl\:-left-10{
    left: -2.5rem !important;
  }

  .xl\:-left-11{
    left: -2.75rem !important;
  }

  .xl\:-left-12{
    left: -3rem !important;
  }

  .xl\:-left-14{
    left: -3.5rem !important;
  }

  .xl\:-left-16{
    left: -4rem !important;
  }

  .xl\:-left-20{
    left: -5rem !important;
  }

  .xl\:-left-24{
    left: -6rem !important;
  }

  .xl\:-left-28{
    left: -7rem !important;
  }

  .xl\:-left-32{
    left: -8rem !important;
  }

  .xl\:-left-36{
    left: -9rem !important;
  }

  .xl\:-left-40{
    left: -10rem !important;
  }

  .xl\:-left-44{
    left: -11rem !important;
  }

  .xl\:-left-48{
    left: -12rem !important;
  }

  .xl\:-left-52{
    left: -13rem !important;
  }

  .xl\:-left-56{
    left: -14rem !important;
  }

  .xl\:-left-60{
    left: -15rem !important;
  }

  .xl\:-left-64{
    left: -16rem !important;
  }

  .xl\:-left-72{
    left: -18rem !important;
  }

  .xl\:-left-80{
    left: -20rem !important;
  }

  .xl\:-left-96{
    left: -24rem !important;
  }

  .xl\:-left-px{
    left: -1px !important;
  }

  .xl\:-left-0\.5{
    left: -0.125rem !important;
  }

  .xl\:-left-1\.5{
    left: -0.375rem !important;
  }

  .xl\:-left-2\.5{
    left: -0.625rem !important;
  }

  .xl\:-left-3\.5{
    left: -0.875rem !important;
  }

  .xl\:left-1\/2{
    left: 50% !important;
  }

  .xl\:left-1\/3{
    left: 33.333333% !important;
  }

  .xl\:left-2\/3{
    left: 66.666667% !important;
  }

  .xl\:left-1\/4{
    left: 25% !important;
  }

  .xl\:left-2\/4{
    left: 50% !important;
  }

  .xl\:left-3\/4{
    left: 75% !important;
  }

  .xl\:left-full{
    left: 100% !important;
  }

  .xl\:-left-1\/2{
    left: -50% !important;
  }

  .xl\:-left-1\/3{
    left: -33.333333% !important;
  }

  .xl\:-left-2\/3{
    left: -66.666667% !important;
  }

  .xl\:-left-1\/4{
    left: -25% !important;
  }

  .xl\:-left-2\/4{
    left: -50% !important;
  }

  .xl\:-left-3\/4{
    left: -75% !important;
  }

  .xl\:-left-full{
    left: -100% !important;
  }

  .xl\:isolate{
    isolation: isolate !important;
  }

  .xl\:isolation-auto{
    isolation: auto !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\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .xl\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .xl\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .xl\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .xl\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .xl\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .xl\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .xl\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .xl\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .xl\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .xl\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .xl\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .xl\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .xl\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .xl\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .xl\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .xl\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .xl\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .xl\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .xl\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .xl\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .xl\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .xl\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .xl\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .xl\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .xl\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .xl\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .xl\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .xl\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !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\: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\:float-right{
    float: right !important;
  }

  .xl\:float-left{
    float: left !important;
  }

  .xl\:float-none{
    float: none !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\:m-0{
    margin: 0px !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-7{
    margin: 1.75rem !important;
  }

  .xl\:m-8{
    margin: 2rem !important;
  }

  .xl\:m-9{
    margin: 2.25rem !important;
  }

  .xl\:m-10{
    margin: 2.5rem !important;
  }

  .xl\:m-11{
    margin: 2.75rem !important;
  }

  .xl\:m-12{
    margin: 3rem !important;
  }

  .xl\:m-14{
    margin: 3.5rem !important;
  }

  .xl\:m-16{
    margin: 4rem !important;
  }

  .xl\:m-20{
    margin: 5rem !important;
  }

  .xl\:m-24{
    margin: 6rem !important;
  }

  .xl\:m-28{
    margin: 7rem !important;
  }

  .xl\:m-32{
    margin: 8rem !important;
  }

  .xl\:m-36{
    margin: 9rem !important;
  }

  .xl\:m-40{
    margin: 10rem !important;
  }

  .xl\:m-44{
    margin: 11rem !important;
  }

  .xl\:m-48{
    margin: 12rem !important;
  }

  .xl\:m-52{
    margin: 13rem !important;
  }

  .xl\:m-56{
    margin: 14rem !important;
  }

  .xl\:m-60{
    margin: 15rem !important;
  }

  .xl\:m-64{
    margin: 16rem !important;
  }

  .xl\:m-72{
    margin: 18rem !important;
  }

  .xl\:m-80{
    margin: 20rem !important;
  }

  .xl\:m-96{
    margin: 24rem !important;
  }

  .xl\:m-auto{
    margin: auto !important;
  }

  .xl\:m-px{
    margin: 1px !important;
  }

  .xl\:m-0\.5{
    margin: 0.125rem !important;
  }

  .xl\:m-1\.5{
    margin: 0.375rem !important;
  }

  .xl\:m-2\.5{
    margin: 0.625rem !important;
  }

  .xl\:m-3\.5{
    margin: 0.875rem !important;
  }

  .xl\:-m-0{
    margin: 0px !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-7{
    margin: -1.75rem !important;
  }

  .xl\:-m-8{
    margin: -2rem !important;
  }

  .xl\:-m-9{
    margin: -2.25rem !important;
  }

  .xl\:-m-10{
    margin: -2.5rem !important;
  }

  .xl\:-m-11{
    margin: -2.75rem !important;
  }

  .xl\:-m-12{
    margin: -3rem !important;
  }

  .xl\:-m-14{
    margin: -3.5rem !important;
  }

  .xl\:-m-16{
    margin: -4rem !important;
  }

  .xl\:-m-20{
    margin: -5rem !important;
  }

  .xl\:-m-24{
    margin: -6rem !important;
  }

  .xl\:-m-28{
    margin: -7rem !important;
  }

  .xl\:-m-32{
    margin: -8rem !important;
  }

  .xl\:-m-36{
    margin: -9rem !important;
  }

  .xl\:-m-40{
    margin: -10rem !important;
  }

  .xl\:-m-44{
    margin: -11rem !important;
  }

  .xl\:-m-48{
    margin: -12rem !important;
  }

  .xl\:-m-52{
    margin: -13rem !important;
  }

  .xl\:-m-56{
    margin: -14rem !important;
  }

  .xl\:-m-60{
    margin: -15rem !important;
  }

  .xl\:-m-64{
    margin: -16rem !important;
  }

  .xl\:-m-72{
    margin: -18rem !important;
  }

  .xl\:-m-80{
    margin: -20rem !important;
  }

  .xl\:-m-96{
    margin: -24rem !important;
  }

  .xl\:-m-px{
    margin: -1px !important;
  }

  .xl\:-m-0\.5{
    margin: -0.125rem !important;
  }

  .xl\:-m-1\.5{
    margin: -0.375rem !important;
  }

  .xl\:-m-2\.5{
    margin: -0.625rem !important;
  }

  .xl\:-m-3\.5{
    margin: -0.875rem !important;
  }

  .xl\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .xl\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .xl\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .xl\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xl\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xl\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:mx-36{
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .xl\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .xl\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .xl\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xl\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .xl\:mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .xl\:mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .xl\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .xl\:mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .xl\:mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .xl\:mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .xl\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .xl\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:-mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .xl\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .xl\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:-mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .xl\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xl\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:-mx-36{
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .xl\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .xl\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .xl\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .xl\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:-mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .xl\:-mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .xl\:-mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .xl\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .xl\:-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .xl\:-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .xl\:-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .xl\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .xl\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:my-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .xl\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .xl\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xl\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xl\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:my-36{
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .xl\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .xl\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .xl\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xl\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:my-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .xl\:my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .xl\:my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .xl\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .xl\:my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .xl\:my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .xl\:my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .xl\:-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .xl\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:-my-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .xl\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .xl\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:-my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xl\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xl\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:-my-36{
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .xl\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .xl\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .xl\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xl\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:-my-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .xl\:-my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .xl\:-my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .xl\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .xl\:-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .xl\:-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .xl\:-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .xl\:mt-0{
    margin-top: 0px !important;
  }

  .xl\:mt-1{
    margin-top: 0.25rem !important;
  }

  .xl\:mt-2{
    margin-top: 0.5rem !important;
  }

  .xl\:mt-3{
    margin-top: 0.75rem !important;
  }

  .xl\:mt-4{
    margin-top: 1rem !important;
  }

  .xl\:mt-5{
    margin-top: 1.25rem !important;
  }

  .xl\:mt-6{
    margin-top: 1.5rem !important;
  }

  .xl\:mt-7{
    margin-top: 1.75rem !important;
  }

  .xl\:mt-8{
    margin-top: 2rem !important;
  }

  .xl\:mt-9{
    margin-top: 2.25rem !important;
  }

  .xl\:mt-10{
    margin-top: 2.5rem !important;
  }

  .xl\:mt-11{
    margin-top: 2.75rem !important;
  }

  .xl\:mt-12{
    margin-top: 3rem !important;
  }

  .xl\:mt-14{
    margin-top: 3.5rem !important;
  }

  .xl\:mt-16{
    margin-top: 4rem !important;
  }

  .xl\:mt-20{
    margin-top: 5rem !important;
  }

  .xl\:mt-24{
    margin-top: 6rem !important;
  }

  .xl\:mt-28{
    margin-top: 7rem !important;
  }

  .xl\:mt-32{
    margin-top: 8rem !important;
  }

  .xl\:mt-36{
    margin-top: 9rem !important;
  }

  .xl\:mt-40{
    margin-top: 10rem !important;
  }

  .xl\:mt-44{
    margin-top: 11rem !important;
  }

  .xl\:mt-48{
    margin-top: 12rem !important;
  }

  .xl\:mt-52{
    margin-top: 13rem !important;
  }

  .xl\:mt-56{
    margin-top: 14rem !important;
  }

  .xl\:mt-60{
    margin-top: 15rem !important;
  }

  .xl\:mt-64{
    margin-top: 16rem !important;
  }

  .xl\:mt-72{
    margin-top: 18rem !important;
  }

  .xl\:mt-80{
    margin-top: 20rem !important;
  }

  .xl\:mt-96{
    margin-top: 24rem !important;
  }

  .xl\:mt-auto{
    margin-top: auto !important;
  }

  .xl\:mt-px{
    margin-top: 1px !important;
  }

  .xl\:mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .xl\:mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .xl\:mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .xl\:mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .xl\:-mt-0{
    margin-top: 0px !important;
  }

  .xl\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .xl\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .xl\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .xl\:-mt-4{
    margin-top: -1rem !important;
  }

  .xl\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .xl\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .xl\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .xl\:-mt-8{
    margin-top: -2rem !important;
  }

  .xl\:-mt-9{
    margin-top: -2.25rem !important;
  }

  .xl\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .xl\:-mt-11{
    margin-top: -2.75rem !important;
  }

  .xl\:-mt-12{
    margin-top: -3rem !important;
  }

  .xl\:-mt-14{
    margin-top: -3.5rem !important;
  }

  .xl\:-mt-16{
    margin-top: -4rem !important;
  }

  .xl\:-mt-20{
    margin-top: -5rem !important;
  }

  .xl\:-mt-24{
    margin-top: -6rem !important;
  }

  .xl\:-mt-28{
    margin-top: -7rem !important;
  }

  .xl\:-mt-32{
    margin-top: -8rem !important;
  }

  .xl\:-mt-36{
    margin-top: -9rem !important;
  }

  .xl\:-mt-40{
    margin-top: -10rem !important;
  }

  .xl\:-mt-44{
    margin-top: -11rem !important;
  }

  .xl\:-mt-48{
    margin-top: -12rem !important;
  }

  .xl\:-mt-52{
    margin-top: -13rem !important;
  }

  .xl\:-mt-56{
    margin-top: -14rem !important;
  }

  .xl\:-mt-60{
    margin-top: -15rem !important;
  }

  .xl\:-mt-64{
    margin-top: -16rem !important;
  }

  .xl\:-mt-72{
    margin-top: -18rem !important;
  }

  .xl\:-mt-80{
    margin-top: -20rem !important;
  }

  .xl\:-mt-96{
    margin-top: -24rem !important;
  }

  .xl\:-mt-px{
    margin-top: -1px !important;
  }

  .xl\:-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .xl\:-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .xl\:-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .xl\:-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .xl\:mr-0{
    margin-right: 0px !important;
  }

  .xl\:mr-1{
    margin-right: 0.25rem !important;
  }

  .xl\:mr-2{
    margin-right: 0.5rem !important;
  }

  .xl\:mr-3{
    margin-right: 0.75rem !important;
  }

  .xl\:mr-4{
    margin-right: 1rem !important;
  }

  .xl\:mr-5{
    margin-right: 1.25rem !important;
  }

  .xl\:mr-6{
    margin-right: 1.5rem !important;
  }

  .xl\:mr-7{
    margin-right: 1.75rem !important;
  }

  .xl\:mr-8{
    margin-right: 2rem !important;
  }

  .xl\:mr-9{
    margin-right: 2.25rem !important;
  }

  .xl\:mr-10{
    margin-right: 2.5rem !important;
  }

  .xl\:mr-11{
    margin-right: 2.75rem !important;
  }

  .xl\:mr-12{
    margin-right: 3rem !important;
  }

  .xl\:mr-14{
    margin-right: 3.5rem !important;
  }

  .xl\:mr-16{
    margin-right: 4rem !important;
  }

  .xl\:mr-20{
    margin-right: 5rem !important;
  }

  .xl\:mr-24{
    margin-right: 6rem !important;
  }

  .xl\:mr-28{
    margin-right: 7rem !important;
  }

  .xl\:mr-32{
    margin-right: 8rem !important;
  }

  .xl\:mr-36{
    margin-right: 9rem !important;
  }

  .xl\:mr-40{
    margin-right: 10rem !important;
  }

  .xl\:mr-44{
    margin-right: 11rem !important;
  }

  .xl\:mr-48{
    margin-right: 12rem !important;
  }

  .xl\:mr-52{
    margin-right: 13rem !important;
  }

  .xl\:mr-56{
    margin-right: 14rem !important;
  }

  .xl\:mr-60{
    margin-right: 15rem !important;
  }

  .xl\:mr-64{
    margin-right: 16rem !important;
  }

  .xl\:mr-72{
    margin-right: 18rem !important;
  }

  .xl\:mr-80{
    margin-right: 20rem !important;
  }

  .xl\:mr-96{
    margin-right: 24rem !important;
  }

  .xl\:mr-auto{
    margin-right: auto !important;
  }

  .xl\:mr-px{
    margin-right: 1px !important;
  }

  .xl\:mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .xl\:mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .xl\:mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .xl\:mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .xl\:-mr-0{
    margin-right: 0px !important;
  }

  .xl\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .xl\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .xl\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .xl\:-mr-4{
    margin-right: -1rem !important;
  }

  .xl\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .xl\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .xl\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .xl\:-mr-8{
    margin-right: -2rem !important;
  }

  .xl\:-mr-9{
    margin-right: -2.25rem !important;
  }

  .xl\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .xl\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .xl\:-mr-12{
    margin-right: -3rem !important;
  }

  .xl\:-mr-14{
    margin-right: -3.5rem !important;
  }

  .xl\:-mr-16{
    margin-right: -4rem !important;
  }

  .xl\:-mr-20{
    margin-right: -5rem !important;
  }

  .xl\:-mr-24{
    margin-right: -6rem !important;
  }

  .xl\:-mr-28{
    margin-right: -7rem !important;
  }

  .xl\:-mr-32{
    margin-right: -8rem !important;
  }

  .xl\:-mr-36{
    margin-right: -9rem !important;
  }

  .xl\:-mr-40{
    margin-right: -10rem !important;
  }

  .xl\:-mr-44{
    margin-right: -11rem !important;
  }

  .xl\:-mr-48{
    margin-right: -12rem !important;
  }

  .xl\:-mr-52{
    margin-right: -13rem !important;
  }

  .xl\:-mr-56{
    margin-right: -14rem !important;
  }

  .xl\:-mr-60{
    margin-right: -15rem !important;
  }

  .xl\:-mr-64{
    margin-right: -16rem !important;
  }

  .xl\:-mr-72{
    margin-right: -18rem !important;
  }

  .xl\:-mr-80{
    margin-right: -20rem !important;
  }

  .xl\:-mr-96{
    margin-right: -24rem !important;
  }

  .xl\:-mr-px{
    margin-right: -1px !important;
  }

  .xl\:-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .xl\:-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .xl\:-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .xl\:-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .xl\:mb-0{
    margin-bottom: 0px !important;
  }

  .xl\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .xl\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .xl\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .xl\:mb-4{
    margin-bottom: 1rem !important;
  }

  .xl\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .xl\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .xl\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .xl\:mb-8{
    margin-bottom: 2rem !important;
  }

  .xl\:mb-9{
    margin-bottom: 2.25rem !important;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .xl\:mb-11{
    margin-bottom: 2.75rem !important;
  }

  .xl\:mb-12{
    margin-bottom: 3rem !important;
  }

  .xl\:mb-14{
    margin-bottom: 3.5rem !important;
  }

  .xl\:mb-16{
    margin-bottom: 4rem !important;
  }

  .xl\:mb-20{
    margin-bottom: 5rem !important;
  }

  .xl\:mb-24{
    margin-bottom: 6rem !important;
  }

  .xl\:mb-28{
    margin-bottom: 7rem !important;
  }

  .xl\:mb-32{
    margin-bottom: 8rem !important;
  }

  .xl\:mb-36{
    margin-bottom: 9rem !important;
  }

  .xl\:mb-40{
    margin-bottom: 10rem !important;
  }

  .xl\:mb-44{
    margin-bottom: 11rem !important;
  }

  .xl\:mb-48{
    margin-bottom: 12rem !important;
  }

  .xl\:mb-52{
    margin-bottom: 13rem !important;
  }

  .xl\:mb-56{
    margin-bottom: 14rem !important;
  }

  .xl\:mb-60{
    margin-bottom: 15rem !important;
  }

  .xl\:mb-64{
    margin-bottom: 16rem !important;
  }

  .xl\:mb-72{
    margin-bottom: 18rem !important;
  }

  .xl\:mb-80{
    margin-bottom: 20rem !important;
  }

  .xl\:mb-96{
    margin-bottom: 24rem !important;
  }

  .xl\:mb-auto{
    margin-bottom: auto !important;
  }

  .xl\:mb-px{
    margin-bottom: 1px !important;
  }

  .xl\:mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .xl\:mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .xl\:mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .xl\:mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .xl\:-mb-0{
    margin-bottom: 0px !important;
  }

  .xl\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .xl\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .xl\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .xl\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .xl\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .xl\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .xl\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .xl\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .xl\:-mb-9{
    margin-bottom: -2.25rem !important;
  }

  .xl\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .xl\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .xl\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .xl\:-mb-14{
    margin-bottom: -3.5rem !important;
  }

  .xl\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .xl\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .xl\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .xl\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .xl\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .xl\:-mb-36{
    margin-bottom: -9rem !important;
  }

  .xl\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .xl\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .xl\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .xl\:-mb-52{
    margin-bottom: -13rem !important;
  }

  .xl\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .xl\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .xl\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .xl\:-mb-72{
    margin-bottom: -18rem !important;
  }

  .xl\:-mb-80{
    margin-bottom: -20rem !important;
  }

  .xl\:-mb-96{
    margin-bottom: -24rem !important;
  }

  .xl\:-mb-px{
    margin-bottom: -1px !important;
  }

  .xl\:-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .xl\:-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .xl\:-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .xl\:-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .xl\:ml-0{
    margin-left: 0px !important;
  }

  .xl\:ml-1{
    margin-left: 0.25rem !important;
  }

  .xl\:ml-2{
    margin-left: 0.5rem !important;
  }

  .xl\:ml-3{
    margin-left: 0.75rem !important;
  }

  .xl\:ml-4{
    margin-left: 1rem !important;
  }

  .xl\:ml-5{
    margin-left: 1.25rem !important;
  }

  .xl\:ml-6{
    margin-left: 1.5rem !important;
  }

  .xl\:ml-7{
    margin-left: 1.75rem !important;
  }

  .xl\:ml-8{
    margin-left: 2rem !important;
  }

  .xl\:ml-9{
    margin-left: 2.25rem !important;
  }

  .xl\:ml-10{
    margin-left: 2.5rem !important;
  }

  .xl\:ml-11{
    margin-left: 2.75rem !important;
  }

  .xl\:ml-12{
    margin-left: 3rem !important;
  }

  .xl\:ml-14{
    margin-left: 3.5rem !important;
  }

  .xl\:ml-16{
    margin-left: 4rem !important;
  }

  .xl\:ml-20{
    margin-left: 5rem !important;
  }

  .xl\:ml-24{
    margin-left: 6rem !important;
  }

  .xl\:ml-28{
    margin-left: 7rem !important;
  }

  .xl\:ml-32{
    margin-left: 8rem !important;
  }

  .xl\:ml-36{
    margin-left: 9rem !important;
  }

  .xl\:ml-40{
    margin-left: 10rem !important;
  }

  .xl\:ml-44{
    margin-left: 11rem !important;
  }

  .xl\:ml-48{
    margin-left: 12rem !important;
  }

  .xl\:ml-52{
    margin-left: 13rem !important;
  }

  .xl\:ml-56{
    margin-left: 14rem !important;
  }

  .xl\:ml-60{
    margin-left: 15rem !important;
  }

  .xl\:ml-64{
    margin-left: 16rem !important;
  }

  .xl\:ml-72{
    margin-left: 18rem !important;
  }

  .xl\:ml-80{
    margin-left: 20rem !important;
  }

  .xl\:ml-96{
    margin-left: 24rem !important;
  }

  .xl\:ml-auto{
    margin-left: auto !important;
  }

  .xl\:ml-px{
    margin-left: 1px !important;
  }

  .xl\:ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .xl\:ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .xl\:ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .xl\:ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .xl\:-ml-0{
    margin-left: 0px !important;
  }

  .xl\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .xl\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .xl\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .xl\:-ml-4{
    margin-left: -1rem !important;
  }

  .xl\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .xl\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .xl\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .xl\:-ml-8{
    margin-left: -2rem !important;
  }

  .xl\:-ml-9{
    margin-left: -2.25rem !important;
  }

  .xl\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .xl\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .xl\:-ml-12{
    margin-left: -3rem !important;
  }

  .xl\:-ml-14{
    margin-left: -3.5rem !important;
  }

  .xl\:-ml-16{
    margin-left: -4rem !important;
  }

  .xl\:-ml-20{
    margin-left: -5rem !important;
  }

  .xl\:-ml-24{
    margin-left: -6rem !important;
  }

  .xl\:-ml-28{
    margin-left: -7rem !important;
  }

  .xl\:-ml-32{
    margin-left: -8rem !important;
  }

  .xl\:-ml-36{
    margin-left: -9rem !important;
  }

  .xl\:-ml-40{
    margin-left: -10rem !important;
  }

  .xl\:-ml-44{
    margin-left: -11rem !important;
  }

  .xl\:-ml-48{
    margin-left: -12rem !important;
  }

  .xl\:-ml-52{
    margin-left: -13rem !important;
  }

  .xl\:-ml-56{
    margin-left: -14rem !important;
  }

  .xl\:-ml-60{
    margin-left: -15rem !important;
  }

  .xl\:-ml-64{
    margin-left: -16rem !important;
  }

  .xl\:-ml-72{
    margin-left: -18rem !important;
  }

  .xl\:-ml-80{
    margin-left: -20rem !important;
  }

  .xl\:-ml-96{
    margin-left: -24rem !important;
  }

  .xl\:-ml-px{
    margin-left: -1px !important;
  }

  .xl\:-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .xl\:-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .xl\:-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .xl\:-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .xl\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .xl\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .xl\:block{
    display: block !important;
  }

  .xl\:inline-block{
    display: inline-block !important;
  }

  .xl\:inline{
    display: inline !important;
  }

  .xl\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .xl\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .xl\:table{
    display: table !important;
  }

  .xl\:inline-table{
    display: inline-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\:list-item{
    display: list-item !important;
  }

  .xl\:hidden{
    display: none !important;
  }

  .xl\:h-0{
    height: 0px !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-7{
    height: 1.75rem !important;
  }

  .xl\:h-8{
    height: 2rem !important;
  }

  .xl\:h-9{
    height: 2.25rem !important;
  }

  .xl\:h-10{
    height: 2.5rem !important;
  }

  .xl\:h-11{
    height: 2.75rem !important;
  }

  .xl\:h-12{
    height: 3rem !important;
  }

  .xl\:h-14{
    height: 3.5rem !important;
  }

  .xl\:h-16{
    height: 4rem !important;
  }

  .xl\:h-20{
    height: 5rem !important;
  }

  .xl\:h-24{
    height: 6rem !important;
  }

  .xl\:h-28{
    height: 7rem !important;
  }

  .xl\:h-32{
    height: 8rem !important;
  }

  .xl\:h-36{
    height: 9rem !important;
  }

  .xl\:h-40{
    height: 10rem !important;
  }

  .xl\:h-44{
    height: 11rem !important;
  }

  .xl\:h-48{
    height: 12rem !important;
  }

  .xl\:h-52{
    height: 13rem !important;
  }

  .xl\:h-56{
    height: 14rem !important;
  }

  .xl\:h-60{
    height: 15rem !important;
  }

  .xl\:h-64{
    height: 16rem !important;
  }

  .xl\:h-72{
    height: 18rem !important;
  }

  .xl\:h-80{
    height: 20rem !important;
  }

  .xl\:h-96{
    height: 24rem !important;
  }

  .xl\:h-auto{
    height: auto !important;
  }

  .xl\:h-px{
    height: 1px !important;
  }

  .xl\:h-0\.5{
    height: 0.125rem !important;
  }

  .xl\:h-1\.5{
    height: 0.375rem !important;
  }

  .xl\:h-2\.5{
    height: 0.625rem !important;
  }

  .xl\:h-3\.5{
    height: 0.875rem !important;
  }

  .xl\:h-1\/2{
    height: 50% !important;
  }

  .xl\:h-1\/3{
    height: 33.333333% !important;
  }

  .xl\:h-2\/3{
    height: 66.666667% !important;
  }

  .xl\:h-1\/4{
    height: 25% !important;
  }

  .xl\:h-2\/4{
    height: 50% !important;
  }

  .xl\:h-3\/4{
    height: 75% !important;
  }

  .xl\:h-1\/5{
    height: 20% !important;
  }

  .xl\:h-2\/5{
    height: 40% !important;
  }

  .xl\:h-3\/5{
    height: 60% !important;
  }

  .xl\:h-4\/5{
    height: 80% !important;
  }

  .xl\:h-1\/6{
    height: 16.666667% !important;
  }

  .xl\:h-2\/6{
    height: 33.333333% !important;
  }

  .xl\:h-3\/6{
    height: 50% !important;
  }

  .xl\:h-4\/6{
    height: 66.666667% !important;
  }

  .xl\:h-5\/6{
    height: 83.333333% !important;
  }

  .xl\:h-full{
    height: 100% !important;
  }

  .xl\:h-screen{
    height: 100vh !important;
  }

  .xl\:max-h-0{
    max-height: 0px !important;
  }

  .xl\:max-h-1{
    max-height: 0.25rem !important;
  }

  .xl\:max-h-2{
    max-height: 0.5rem !important;
  }

  .xl\:max-h-3{
    max-height: 0.75rem !important;
  }

  .xl\:max-h-4{
    max-height: 1rem !important;
  }

  .xl\:max-h-5{
    max-height: 1.25rem !important;
  }

  .xl\:max-h-6{
    max-height: 1.5rem !important;
  }

  .xl\:max-h-7{
    max-height: 1.75rem !important;
  }

  .xl\:max-h-8{
    max-height: 2rem !important;
  }

  .xl\:max-h-9{
    max-height: 2.25rem !important;
  }

  .xl\:max-h-10{
    max-height: 2.5rem !important;
  }

  .xl\:max-h-11{
    max-height: 2.75rem !important;
  }

  .xl\:max-h-12{
    max-height: 3rem !important;
  }

  .xl\:max-h-14{
    max-height: 3.5rem !important;
  }

  .xl\:max-h-16{
    max-height: 4rem !important;
  }

  .xl\:max-h-20{
    max-height: 5rem !important;
  }

  .xl\:max-h-24{
    max-height: 6rem !important;
  }

  .xl\:max-h-28{
    max-height: 7rem !important;
  }

  .xl\:max-h-32{
    max-height: 8rem !important;
  }

  .xl\:max-h-36{
    max-height: 9rem !important;
  }

  .xl\:max-h-40{
    max-height: 10rem !important;
  }

  .xl\:max-h-44{
    max-height: 11rem !important;
  }

  .xl\:max-h-48{
    max-height: 12rem !important;
  }

  .xl\:max-h-52{
    max-height: 13rem !important;
  }

  .xl\:max-h-56{
    max-height: 14rem !important;
  }

  .xl\:max-h-60{
    max-height: 15rem !important;
  }

  .xl\:max-h-64{
    max-height: 16rem !important;
  }

  .xl\:max-h-72{
    max-height: 18rem !important;
  }

  .xl\:max-h-80{
    max-height: 20rem !important;
  }

  .xl\:max-h-96{
    max-height: 24rem !important;
  }

  .xl\:max-h-px{
    max-height: 1px !important;
  }

  .xl\:max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .xl\:max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .xl\:max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .xl\:max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .xl\:max-h-full{
    max-height: 100% !important;
  }

  .xl\:max-h-screen{
    max-height: 100vh !important;
  }

  .xl\:min-h-0{
    min-height: 0px !important;
  }

  .xl\:min-h-full{
    min-height: 100% !important;
  }

  .xl\:min-h-screen{
    min-height: 100vh !important;
  }

  .xl\:w-0{
    width: 0px !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-7{
    width: 1.75rem !important;
  }

  .xl\:w-8{
    width: 2rem !important;
  }

  .xl\:w-9{
    width: 2.25rem !important;
  }

  .xl\:w-10{
    width: 2.5rem !important;
  }

  .xl\:w-11{
    width: 2.75rem !important;
  }

  .xl\:w-12{
    width: 3rem !important;
  }

  .xl\:w-14{
    width: 3.5rem !important;
  }

  .xl\:w-16{
    width: 4rem !important;
  }

  .xl\:w-20{
    width: 5rem !important;
  }

  .xl\:w-24{
    width: 6rem !important;
  }

  .xl\:w-28{
    width: 7rem !important;
  }

  .xl\:w-32{
    width: 8rem !important;
  }

  .xl\:w-36{
    width: 9rem !important;
  }

  .xl\:w-40{
    width: 10rem !important;
  }

  .xl\:w-44{
    width: 11rem !important;
  }

  .xl\:w-48{
    width: 12rem !important;
  }

  .xl\:w-52{
    width: 13rem !important;
  }

  .xl\:w-56{
    width: 14rem !important;
  }

  .xl\:w-60{
    width: 15rem !important;
  }

  .xl\:w-64{
    width: 16rem !important;
  }

  .xl\:w-72{
    width: 18rem !important;
  }

  .xl\:w-80{
    width: 20rem !important;
  }

  .xl\:w-96{
    width: 24rem !important;
  }

  .xl\:w-auto{
    width: auto !important;
  }

  .xl\:w-px{
    width: 1px !important;
  }

  .xl\:w-0\.5{
    width: 0.125rem !important;
  }

  .xl\:w-1\.5{
    width: 0.375rem !important;
  }

  .xl\:w-2\.5{
    width: 0.625rem !important;
  }

  .xl\:w-3\.5{
    width: 0.875rem !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\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xl\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xl\:min-w-0{
    min-width: 0px !important;
  }

  .xl\:min-w-full{
    min-width: 100% !important;
  }

  .xl\:min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xl\:min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .xl\:max-w-0{
    max-width: 0rem !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-7xl{
    max-width: 80rem !important;
  }

  .xl\:max-w-full{
    max-width: 100% !important;
  }

  .xl\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xl\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xl\:max-w-prose{
    max-width: 65ch !important;
  }

  .xl\:max-w-screen-xs{
    max-width: 400px !important;
  }

  .xl\:max-w-screen-sm{
    max-width: 576px !important;
  }

  .xl\:max-w-screen-md{
    max-width: 768px !important;
  }

  .xl\:max-w-screen-mdlg{
    max-width: 992px !important;
  }

  .xl\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xl\:max-w-screen-lgxl{
    max-width: 1200px !important;
  }

  .xl\:max-w-screen-xl{
    max-width: 1351px !important;
  }

  .xl\:max-w-screen-2xl{
    max-width: 1530px !important;
  }

  .xl\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .xl\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .xl\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .xl\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .xl\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .xl\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .xl\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .xl\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .xl\:table-auto{
    table-layout: auto !important;
  }

  .xl\:table-fixed{
    table-layout: fixed !important;
  }

  .xl\:border-collapse{
    border-collapse: collapse !important;
  }

  .xl\:border-separate{
    border-collapse: separate !important;
  }

  .xl\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .xl\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .xl\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .xl\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .xl\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .xl\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .xl\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .xl\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .xl\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .xl\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .xl\:translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .xl\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .xl\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .xl\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .xl\:translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .xl\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .xl\:translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .xl\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .xl\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .xl\:translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .xl\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .xl\:translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .xl\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .xl\:translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .xl\:translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .xl\:translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .xl\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .xl\:translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .xl\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .xl\:translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .xl\:translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .xl\:translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .xl\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .xl\:translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .xl\:translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .xl\:translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .xl\:translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .xl\:-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .xl\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .xl\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .xl\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .xl\:-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .xl\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .xl\:-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .xl\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .xl\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .xl\:-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .xl\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .xl\:-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .xl\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .xl\:-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .xl\:-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .xl\:-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .xl\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .xl\:-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .xl\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .xl\:-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .xl\:-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .xl\:-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .xl\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .xl\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .xl\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .xl\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .xl\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .xl\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .xl\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .xl\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .xl\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .xl\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .xl\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .xl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .xl\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .xl\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .xl\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .xl\:translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .xl\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .xl\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .xl\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .xl\:translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .xl\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .xl\:translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .xl\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .xl\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .xl\:translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .xl\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .xl\:translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .xl\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .xl\:translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .xl\:translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .xl\:translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .xl\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .xl\:translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .xl\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .xl\:translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .xl\:translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .xl\:translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .xl\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .xl\:translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .xl\:translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .xl\:translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .xl\:translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .xl\:-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .xl\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .xl\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .xl\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .xl\:-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .xl\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .xl\:-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .xl\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .xl\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .xl\:-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .xl\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .xl\:-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .xl\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .xl\:-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .xl\:-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .xl\:-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .xl\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .xl\:-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .xl\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .xl\:-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .xl\:-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .xl\:-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .xl\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .xl\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .xl\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .xl\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .xl\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .xl\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .xl\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .xl\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .xl\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .xl\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .xl\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .xl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .xl\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .xl\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .xl\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .xl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .xl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .xl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .xl\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .xl\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .xl\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .xl\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .xl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .xl\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .xl\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .xl\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .xl\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .xl\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .xl\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .xl\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .xl\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .xl\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .xl\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .xl\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .xl\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .xl\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .xl\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .xl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .xl\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .xl\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .xl\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .xl\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .xl\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .xl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .xl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .xl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .xl\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .xl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .xl\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .xl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .xl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .xl\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .xl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .xl\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .xl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .xl\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .xl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .xl\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .xl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .xl\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .xl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .xl\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .xl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .xl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .xl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .xl\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .xl\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .xl\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .xl\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .xl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .xl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .xl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .xl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .xl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .xl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .xl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .xl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .xl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .xl\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .xl\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .xl\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .xl\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .xl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .xl\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .xl\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .xl\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .xl\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .xl\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .xl\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .xl\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .xl\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .xl\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .xl\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .xl\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .xl\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .xl\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .xl\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .xl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .xl\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .xl\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .xl\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .xl\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .xl\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .xl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .xl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .xl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .xl\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .xl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .xl\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .xl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .xl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .xl\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .xl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .xl\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .xl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .xl\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .xl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .xl\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .xl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .xl\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .xl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .xl\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .xl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .xl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .xl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .xl\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .xl\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .xl\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .xl\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .xl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .xl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .xl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .xl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .xl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .xl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .xl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .xl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .xl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .xl\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .xl\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .xl\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .xl\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .xl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .xl\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .xl\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .xl\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .xl\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .xl\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .xl\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .xl\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .xl\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .xl\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .xl\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .xl\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .xl\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .xl\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .xl\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .xl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .xl\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .xl\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .xl\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .xl\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .xl\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .xl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .xl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .xl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .xl\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .xl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .xl\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .xl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .xl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .xl\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .xl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .xl\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .xl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .xl\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .xl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .xl\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .xl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .xl\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .xl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .xl\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .xl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .xl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .xl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .xl\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .xl\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .xl\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .xl\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .xl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .xl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .xl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .xl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .xl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .xl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .xl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .xl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .xl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .xl\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .xl\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .xl\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .xl\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .xl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .xl\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .xl\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .xl\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .xl\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .xl\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .xl\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .xl\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .xl\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .xl\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .xl\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .xl\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .xl\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .xl\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .xl\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .xl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .xl\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .xl\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .xl\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .xl\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .xl\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .xl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .xl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .xl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .xl\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .xl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .xl\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .xl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .xl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .xl\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .xl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .xl\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .xl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .xl\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .xl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .xl\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .xl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .xl\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .xl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .xl\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .xl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .xl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .xl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .xl\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .xl\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .xl\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .xl\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .xl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .xl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .xl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .xl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .xl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .xl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .xl\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .xl\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .xl\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .xl\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .xl\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .xl\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .xl\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .xl\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .xl\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .xl\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .xl\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .xl\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .xl\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .xl\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .xl\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .xl\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .xl\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .xl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .xl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .xl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .xl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .xl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .xl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .xl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .xl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .xl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .xl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .xl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .xl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .xl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .xl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .xl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .xl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .xl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .xl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .xl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .xl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .xl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .xl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .xl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .xl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .xl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .xl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .xl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .xl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .xl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .xl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .xl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .xl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .xl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .xl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .xl\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .xl\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .xl\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .xl\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .xl\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .xl\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .xl\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .xl\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .xl\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .xl\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .xl\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .xl\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .xl\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .xl\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .xl\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .xl\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .xl\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .xl\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .xl\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .xl\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .xl\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .xl\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .xl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .xl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .xl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .xl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .xl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .xl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .xl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .xl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .xl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .xl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .xl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .xl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .xl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .xl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .xl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .xl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .xl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .xl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .xl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .xl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .xl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .xl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .xl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .xl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .xl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .xl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .xl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .xl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .xl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .xl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .xl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .xl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .xl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .xl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .xl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .xl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .xl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .xl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .xl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .xl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .xl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .xl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .xl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .xl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .xl\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .xl\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .xl\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .xl\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .xl\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .xl\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .xl\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .xl\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .xl\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .xl\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .xl\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .xl\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .xl\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .xl\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .xl\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .xl\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .xl\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .xl\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .xl\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .xl\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .xl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .xl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .xl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .xl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .xl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .xl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .xl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .xl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .xl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .xl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .xl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .xl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .xl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .xl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .xl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .xl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .xl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .xl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .xl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .xl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .xl\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xl\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .xl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !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-help{
    cursor: help !important;
  }

  .xl\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .xl\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xl\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-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;
        -ms-user-select: auto !important;
            user-select: 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\: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\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !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\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !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\: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\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .xl\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .xl\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .xl\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-nowrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !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-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\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .xl\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .xl\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .xl\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .xl\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .xl\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .xl\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .xl\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .xl\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .xl\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .xl\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .xl\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .xl\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .xl\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .xl\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .xl\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .xl\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !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\:gap-0{
    gap: 0px !important;
  }

  .xl\:gap-1{
    gap: 0.25rem !important;
  }

  .xl\:gap-2{
    gap: 0.5rem !important;
  }

  .xl\:gap-3{
    gap: 0.75rem !important;
  }

  .xl\:gap-4{
    gap: 1rem !important;
  }

  .xl\:gap-5{
    gap: 1.25rem !important;
  }

  .xl\:gap-6{
    gap: 1.5rem !important;
  }

  .xl\:gap-7{
    gap: 1.75rem !important;
  }

  .xl\:gap-8{
    gap: 2rem !important;
  }

  .xl\:gap-9{
    gap: 2.25rem !important;
  }

  .xl\:gap-10{
    gap: 2.5rem !important;
  }

  .xl\:gap-11{
    gap: 2.75rem !important;
  }

  .xl\:gap-12{
    gap: 3rem !important;
  }

  .xl\:gap-14{
    gap: 3.5rem !important;
  }

  .xl\:gap-16{
    gap: 4rem !important;
  }

  .xl\:gap-20{
    gap: 5rem !important;
  }

  .xl\:gap-24{
    gap: 6rem !important;
  }

  .xl\:gap-28{
    gap: 7rem !important;
  }

  .xl\:gap-32{
    gap: 8rem !important;
  }

  .xl\:gap-36{
    gap: 9rem !important;
  }

  .xl\:gap-40{
    gap: 10rem !important;
  }

  .xl\:gap-44{
    gap: 11rem !important;
  }

  .xl\:gap-48{
    gap: 12rem !important;
  }

  .xl\:gap-52{
    gap: 13rem !important;
  }

  .xl\:gap-56{
    gap: 14rem !important;
  }

  .xl\:gap-60{
    gap: 15rem !important;
  }

  .xl\:gap-64{
    gap: 16rem !important;
  }

  .xl\:gap-72{
    gap: 18rem !important;
  }

  .xl\:gap-80{
    gap: 20rem !important;
  }

  .xl\:gap-96{
    gap: 24rem !important;
  }

  .xl\:gap-px{
    gap: 1px !important;
  }

  .xl\:gap-0\.5{
    gap: 0.125rem !important;
  }

  .xl\:gap-1\.5{
    gap: 0.375rem !important;
  }

  .xl\:gap-2\.5{
    gap: 0.625rem !important;
  }

  .xl\:gap-3\.5{
    gap: 0.875rem !important;
  }

  .xl\:gap-x-0{
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }

  .xl\:gap-x-1{
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .xl\:gap-x-2{
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .xl\:gap-x-3{
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .xl\:gap-x-4{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .xl\:gap-x-5{
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .xl\:gap-x-6{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .xl\:gap-x-7{
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .xl\:gap-x-8{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .xl\:gap-x-9{
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

  .xl\:gap-x-10{
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .xl\:gap-x-11{
    -webkit-column-gap: 2.75rem !important;
       -moz-column-gap: 2.75rem !important;
            column-gap: 2.75rem !important;
  }

  .xl\:gap-x-12{
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .xl\:gap-x-14{
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .xl\:gap-x-16{
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .xl\:gap-x-20{
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .xl\:gap-x-24{
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .xl\:gap-x-28{
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .xl\:gap-x-32{
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .xl\:gap-x-36{
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }

  .xl\:gap-x-40{
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .xl\:gap-x-44{
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .xl\:gap-x-48{
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .xl\:gap-x-52{
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .xl\:gap-x-56{
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .xl\:gap-x-60{
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .xl\:gap-x-64{
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .xl\:gap-x-72{
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .xl\:gap-x-80{
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !important;
  }

  .xl\:gap-x-96{
    -webkit-column-gap: 24rem !important;
       -moz-column-gap: 24rem !important;
            column-gap: 24rem !important;
  }

  .xl\:gap-x-px{
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .xl\:gap-x-0\.5{
    -webkit-column-gap: 0.125rem !important;
       -moz-column-gap: 0.125rem !important;
            column-gap: 0.125rem !important;
  }

  .xl\:gap-x-1\.5{
    -webkit-column-gap: 0.375rem !important;
       -moz-column-gap: 0.375rem !important;
            column-gap: 0.375rem !important;
  }

  .xl\:gap-x-2\.5{
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .xl\:gap-x-3\.5{
    -webkit-column-gap: 0.875rem !important;
       -moz-column-gap: 0.875rem !important;
            column-gap: 0.875rem !important;
  }

  .xl\:gap-y-0{
    row-gap: 0px !important;
  }

  .xl\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .xl\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .xl\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .xl\:gap-y-4{
    row-gap: 1rem !important;
  }

  .xl\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .xl\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .xl\:gap-y-7{
    row-gap: 1.75rem !important;
  }

  .xl\:gap-y-8{
    row-gap: 2rem !important;
  }

  .xl\:gap-y-9{
    row-gap: 2.25rem !important;
  }

  .xl\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .xl\:gap-y-11{
    row-gap: 2.75rem !important;
  }

  .xl\:gap-y-12{
    row-gap: 3rem !important;
  }

  .xl\:gap-y-14{
    row-gap: 3.5rem !important;
  }

  .xl\:gap-y-16{
    row-gap: 4rem !important;
  }

  .xl\:gap-y-20{
    row-gap: 5rem !important;
  }

  .xl\:gap-y-24{
    row-gap: 6rem !important;
  }

  .xl\:gap-y-28{
    row-gap: 7rem !important;
  }

  .xl\:gap-y-32{
    row-gap: 8rem !important;
  }

  .xl\:gap-y-36{
    row-gap: 9rem !important;
  }

  .xl\:gap-y-40{
    row-gap: 10rem !important;
  }

  .xl\:gap-y-44{
    row-gap: 11rem !important;
  }

  .xl\:gap-y-48{
    row-gap: 12rem !important;
  }

  .xl\:gap-y-52{
    row-gap: 13rem !important;
  }

  .xl\:gap-y-56{
    row-gap: 14rem !important;
  }

  .xl\:gap-y-60{
    row-gap: 15rem !important;
  }

  .xl\:gap-y-64{
    row-gap: 16rem !important;
  }

  .xl\:gap-y-72{
    row-gap: 18rem !important;
  }

  .xl\:gap-y-80{
    row-gap: 20rem !important;
  }

  .xl\:gap-y-96{
    row-gap: 24rem !important;
  }

  .xl\:gap-y-px{
    row-gap: 1px !important;
  }

  .xl\:gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .xl\:gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .xl\:gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .xl\:gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-transparent) !important;
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-black) !important;
  }

  .xl\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-white) !important;
  }

  .xl\:divide-error > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-error) !important;
  }

  .xl\:divide-warning > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-warning) !important;
  }

  .xl\:divide-success > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-success) !important;
  }

  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !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\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .xl\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .xl\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .xl\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .xl\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .xl\:self-baseline{
    -ms-flex-item-align: baseline !important;
        align-self: baseline !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\: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\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xl\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xl\:overscroll-none{
    -ms-scroll-chaining: none !important;
        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\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .xl\:overflow-clip{
    text-overflow: clip !important;
  }

  .xl\:whitespace-normal{
    white-space: normal !important;
  }

  .xl\:whitespace-nowrap{
    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{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:break-words{
    overflow-wrap: break-word !important;
  }

  .xl\:break-all{
    word-break: break-all !important;
  }

  .xl\:rounded-none{
    border-radius: 0px !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: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !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: 0px !important;
  }

  .xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .xl\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .xl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0px !important;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .xl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0px !important;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0px !important;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:border-0{
    border-width: 0px !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: 0px !important;
  }

  .xl\:border-t-2{
    border-top-width: 2px !important;
  }

  .xl\:border-t-4{
    border-top-width: 4px !important;
  }

  .xl\:border-t-8{
    border-top-width: 8px !important;
  }

  .xl\:border-t{
    border-top-width: 1px !important;
  }

  .xl\:border-r-0{
    border-right-width: 0px !important;
  }

  .xl\:border-r-2{
    border-right-width: 2px !important;
  }

  .xl\:border-r-4{
    border-right-width: 4px !important;
  }

  .xl\:border-r-8{
    border-right-width: 8px !important;
  }

  .xl\:border-r{
    border-right-width: 1px !important;
  }

  .xl\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .xl\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .xl\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .xl\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .xl\:border-b{
    border-bottom-width: 1px !important;
  }

  .xl\:border-l-0{
    border-left-width: 0px !important;
  }

  .xl\:border-l-2{
    border-left-width: 2px !important;
  }

  .xl\:border-l-4{
    border-left-width: 4px !important;
  }

  .xl\:border-l-8{
    border-left-width: 8px !important;
  }

  .xl\:border-l{
    border-left-width: 1px !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-transparent{
    border-color: var(--color-transparent) !important;
  }

  .xl\:border-black{
    border-color: var(--color-black) !important;
  }

  .xl\:border-white{
    border-color: var(--color-white) !important;
  }

  .xl\:border-error{
    border-color: var(--color-error) !important;
  }

  .xl\:border-warning{
    border-color: var(--color-warning) !important;
  }

  .xl\:border-success{
    border-color: var(--color-success) !important;
  }

  .group:hover .xl\:group-hover\:border-transparent{
    border-color: var(--color-transparent) !important;
  }

  .group:hover .xl\:group-hover\:border-black{
    border-color: var(--color-black) !important;
  }

  .group:hover .xl\:group-hover\:border-white{
    border-color: var(--color-white) !important;
  }

  .group:hover .xl\:group-hover\:border-error{
    border-color: var(--color-error) !important;
  }

  .group:hover .xl\:group-hover\:border-warning{
    border-color: var(--color-warning) !important;
  }

  .group:hover .xl\:group-hover\:border-success{
    border-color: var(--color-success) !important;
  }

  .xl\:focus-within\:border-transparent:focus-within{
    border-color: var(--color-transparent) !important;
  }

  .xl\:focus-within\:border-black:focus-within{
    border-color: var(--color-black) !important;
  }

  .xl\:focus-within\:border-white:focus-within{
    border-color: var(--color-white) !important;
  }

  .xl\:focus-within\:border-error:focus-within{
    border-color: var(--color-error) !important;
  }

  .xl\:focus-within\:border-warning:focus-within{
    border-color: var(--color-warning) !important;
  }

  .xl\:focus-within\:border-success:focus-within{
    border-color: var(--color-success) !important;
  }

  .xl\:hover\:border-transparent:hover{
    border-color: var(--color-transparent) !important;
  }

  .xl\:hover\:border-black:hover{
    border-color: var(--color-black) !important;
  }

  .xl\:hover\:border-white:hover{
    border-color: var(--color-white) !important;
  }

  .xl\:hover\:border-error:hover{
    border-color: var(--color-error) !important;
  }

  .xl\:hover\:border-warning:hover{
    border-color: var(--color-warning) !important;
  }

  .xl\:hover\:border-success:hover{
    border-color: var(--color-success) !important;
  }

  .xl\:focus\:border-transparent:focus{
    border-color: var(--color-transparent) !important;
  }

  .xl\:focus\:border-black:focus{
    border-color: var(--color-black) !important;
  }

  .xl\:focus\:border-white:focus{
    border-color: var(--color-white) !important;
  }

  .xl\:focus\:border-error:focus{
    border-color: var(--color-error) !important;
  }

  .xl\:focus\:border-warning:focus{
    border-color: var(--color-warning) !important;
  }

  .xl\:focus\:border-success:focus{
    border-color: var(--color-success) !important;
  }

  .xl\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .xl\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .xl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .xl\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .xl\:bg-transparent{
    background-color: var(--color-transparent) !important;
  }

  .xl\:bg-black{
    background-color: var(--color-black) !important;
  }

  .xl\:bg-white{
    background-color: var(--color-white) !important;
  }

  .xl\:bg-error{
    background-color: var(--color-error) !important;
  }

  .xl\:bg-warning{
    background-color: var(--color-warning) !important;
  }

  .xl\:bg-success{
    background-color: var(--color-success) !important;
  }

  .group:hover .xl\:group-hover\:bg-transparent{
    background-color: var(--color-transparent) !important;
  }

  .group:hover .xl\:group-hover\:bg-black{
    background-color: var(--color-black) !important;
  }

  .group:hover .xl\:group-hover\:bg-white{
    background-color: var(--color-white) !important;
  }

  .group:hover .xl\:group-hover\:bg-error{
    background-color: var(--color-error) !important;
  }

  .group:hover .xl\:group-hover\:bg-warning{
    background-color: var(--color-warning) !important;
  }

  .group:hover .xl\:group-hover\:bg-success{
    background-color: var(--color-success) !important;
  }

  .xl\:focus-within\:bg-transparent:focus-within{
    background-color: var(--color-transparent) !important;
  }

  .xl\:focus-within\:bg-black:focus-within{
    background-color: var(--color-black) !important;
  }

  .xl\:focus-within\:bg-white:focus-within{
    background-color: var(--color-white) !important;
  }

  .xl\:focus-within\:bg-error:focus-within{
    background-color: var(--color-error) !important;
  }

  .xl\:focus-within\:bg-warning:focus-within{
    background-color: var(--color-warning) !important;
  }

  .xl\:focus-within\:bg-success:focus-within{
    background-color: var(--color-success) !important;
  }

  .xl\:hover\:bg-transparent:hover{
    background-color: var(--color-transparent) !important;
  }

  .xl\:hover\:bg-black:hover{
    background-color: var(--color-black) !important;
  }

  .xl\:hover\:bg-white:hover{
    background-color: var(--color-white) !important;
  }

  .xl\:hover\:bg-error:hover{
    background-color: var(--color-error) !important;
  }

  .xl\:hover\:bg-warning:hover{
    background-color: var(--color-warning) !important;
  }

  .xl\:hover\:bg-success:hover{
    background-color: var(--color-success) !important;
  }

  .xl\:focus\:bg-transparent:focus{
    background-color: var(--color-transparent) !important;
  }

  .xl\:focus\:bg-black:focus{
    background-color: var(--color-black) !important;
  }

  .xl\:focus\:bg-white:focus{
    background-color: var(--color-white) !important;
  }

  .xl\:focus\:bg-error:focus{
    background-color: var(--color-error) !important;
  }

  .xl\:focus\:bg-warning:focus{
    background-color: var(--color-warning) !important;
  }

  .xl\:focus\:bg-success:focus{
    background-color: var(--color-success) !important;
  }

  .xl\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .xl\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .xl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .xl\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .xl\:bg-none{
    background-image: none !important;
  }

  .xl\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xl\:from-transparent{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-black{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-white{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-error{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-warning{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-success{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-transparent:hover{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-black:hover{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-white:hover{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-error:hover{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-warning:hover{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-success:hover{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-transparent:focus{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-black:focus{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-white:focus{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-error:focus{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-warning:focus{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-success:focus{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-warning{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-success{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-warning:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-success:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-warning:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-success:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:to-transparent{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .xl\:to-black{
    --tw-gradient-to: var(--color-black) !important;
  }

  .xl\:to-white{
    --tw-gradient-to: var(--color-white) !important;
  }

  .xl\:to-error{
    --tw-gradient-to: var(--color-error) !important;
  }

  .xl\:to-warning{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .xl\:to-success{
    --tw-gradient-to: var(--color-success) !important;
  }

  .xl\:hover\:to-transparent:hover{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .xl\:hover\:to-black:hover{
    --tw-gradient-to: var(--color-black) !important;
  }

  .xl\:hover\:to-white:hover{
    --tw-gradient-to: var(--color-white) !important;
  }

  .xl\:hover\:to-error:hover{
    --tw-gradient-to: var(--color-error) !important;
  }

  .xl\:hover\:to-warning:hover{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .xl\:hover\:to-success:hover{
    --tw-gradient-to: var(--color-success) !important;
  }

  .xl\:focus\:to-transparent:focus{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .xl\:focus\:to-black:focus{
    --tw-gradient-to: var(--color-black) !important;
  }

  .xl\:focus\:to-white:focus{
    --tw-gradient-to: var(--color-white) !important;
  }

  .xl\:focus\:to-error:focus{
    --tw-gradient-to: var(--color-error) !important;
  }

  .xl\:focus\:to-warning:focus{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .xl\:focus\:to-success:focus{
    --tw-gradient-to: var(--color-success) !important;
  }

  .xl\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .xl\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .xl\:bg-auto{
    background-size: auto !important;
  }

  .xl\:bg-cover{
    background-size: cover !important;
  }

  .xl\:bg-contain{
    background-size: contain !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-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-origin-border{
    background-origin: border-box !important;
  }

  .xl\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .xl\:bg-origin-content{
    background-origin: content-box !important;
  }

  .xl\:fill-current{
    fill: currentColor !important;
  }

  .xl\:stroke-current{
    stroke: currentColor !important;
  }

  .xl\:stroke-0{
    stroke-width: 0 !important;
  }

  .xl\:stroke-1{
    stroke-width: 1 !important;
  }

  .xl\:stroke-2{
    stroke-width: 2 !important;
  }

  .xl\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:p-0{
    padding: 0px !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-7{
    padding: 1.75rem !important;
  }

  .xl\:p-8{
    padding: 2rem !important;
  }

  .xl\:p-9{
    padding: 2.25rem !important;
  }

  .xl\:p-10{
    padding: 2.5rem !important;
  }

  .xl\:p-11{
    padding: 2.75rem !important;
  }

  .xl\:p-12{
    padding: 3rem !important;
  }

  .xl\:p-14{
    padding: 3.5rem !important;
  }

  .xl\:p-16{
    padding: 4rem !important;
  }

  .xl\:p-20{
    padding: 5rem !important;
  }

  .xl\:p-24{
    padding: 6rem !important;
  }

  .xl\:p-28{
    padding: 7rem !important;
  }

  .xl\:p-32{
    padding: 8rem !important;
  }

  .xl\:p-36{
    padding: 9rem !important;
  }

  .xl\:p-40{
    padding: 10rem !important;
  }

  .xl\:p-44{
    padding: 11rem !important;
  }

  .xl\:p-48{
    padding: 12rem !important;
  }

  .xl\:p-52{
    padding: 13rem !important;
  }

  .xl\:p-56{
    padding: 14rem !important;
  }

  .xl\:p-60{
    padding: 15rem !important;
  }

  .xl\:p-64{
    padding: 16rem !important;
  }

  .xl\:p-72{
    padding: 18rem !important;
  }

  .xl\:p-80{
    padding: 20rem !important;
  }

  .xl\:p-96{
    padding: 24rem !important;
  }

  .xl\:p-px{
    padding: 1px !important;
  }

  .xl\:p-0\.5{
    padding: 0.125rem !important;
  }

  .xl\:p-1\.5{
    padding: 0.375rem !important;
  }

  .xl\:p-2\.5{
    padding: 0.625rem !important;
  }

  .xl\:p-3\.5{
    padding: 0.875rem !important;
  }

  .xl\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .xl\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .xl\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .xl\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xl\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xl\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:px-36{
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .xl\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xl\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .xl\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xl\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .xl\:px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .xl\:px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .xl\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xl\:px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .xl\:px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .xl\:px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .xl\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xl\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .xl\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:py-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .xl\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .xl\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xl\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xl\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:py-36{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .xl\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .xl\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .xl\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xl\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:py-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .xl\:py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .xl\:py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .xl\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .xl\:py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .xl\:py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .xl\:py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .xl\:pt-0{
    padding-top: 0px !important;
  }

  .xl\:pt-1{
    padding-top: 0.25rem !important;
  }

  .xl\:pt-2{
    padding-top: 0.5rem !important;
  }

  .xl\:pt-3{
    padding-top: 0.75rem !important;
  }

  .xl\:pt-4{
    padding-top: 1rem !important;
  }

  .xl\:pt-5{
    padding-top: 1.25rem !important;
  }

  .xl\:pt-6{
    padding-top: 1.5rem !important;
  }

  .xl\:pt-7{
    padding-top: 1.75rem !important;
  }

  .xl\:pt-8{
    padding-top: 2rem !important;
  }

  .xl\:pt-9{
    padding-top: 2.25rem !important;
  }

  .xl\:pt-10{
    padding-top: 2.5rem !important;
  }

  .xl\:pt-11{
    padding-top: 2.75rem !important;
  }

  .xl\:pt-12{
    padding-top: 3rem !important;
  }

  .xl\:pt-14{
    padding-top: 3.5rem !important;
  }

  .xl\:pt-16{
    padding-top: 4rem !important;
  }

  .xl\:pt-20{
    padding-top: 5rem !important;
  }

  .xl\:pt-24{
    padding-top: 6rem !important;
  }

  .xl\:pt-28{
    padding-top: 7rem !important;
  }

  .xl\:pt-32{
    padding-top: 8rem !important;
  }

  .xl\:pt-36{
    padding-top: 9rem !important;
  }

  .xl\:pt-40{
    padding-top: 10rem !important;
  }

  .xl\:pt-44{
    padding-top: 11rem !important;
  }

  .xl\:pt-48{
    padding-top: 12rem !important;
  }

  .xl\:pt-52{
    padding-top: 13rem !important;
  }

  .xl\:pt-56{
    padding-top: 14rem !important;
  }

  .xl\:pt-60{
    padding-top: 15rem !important;
  }

  .xl\:pt-64{
    padding-top: 16rem !important;
  }

  .xl\:pt-72{
    padding-top: 18rem !important;
  }

  .xl\:pt-80{
    padding-top: 20rem !important;
  }

  .xl\:pt-96{
    padding-top: 24rem !important;
  }

  .xl\:pt-px{
    padding-top: 1px !important;
  }

  .xl\:pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .xl\:pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .xl\:pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .xl\:pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .xl\:pr-0{
    padding-right: 0px !important;
  }

  .xl\:pr-1{
    padding-right: 0.25rem !important;
  }

  .xl\:pr-2{
    padding-right: 0.5rem !important;
  }

  .xl\:pr-3{
    padding-right: 0.75rem !important;
  }

  .xl\:pr-4{
    padding-right: 1rem !important;
  }

  .xl\:pr-5{
    padding-right: 1.25rem !important;
  }

  .xl\:pr-6{
    padding-right: 1.5rem !important;
  }

  .xl\:pr-7{
    padding-right: 1.75rem !important;
  }

  .xl\:pr-8{
    padding-right: 2rem !important;
  }

  .xl\:pr-9{
    padding-right: 2.25rem !important;
  }

  .xl\:pr-10{
    padding-right: 2.5rem !important;
  }

  .xl\:pr-11{
    padding-right: 2.75rem !important;
  }

  .xl\:pr-12{
    padding-right: 3rem !important;
  }

  .xl\:pr-14{
    padding-right: 3.5rem !important;
  }

  .xl\:pr-16{
    padding-right: 4rem !important;
  }

  .xl\:pr-20{
    padding-right: 5rem !important;
  }

  .xl\:pr-24{
    padding-right: 6rem !important;
  }

  .xl\:pr-28{
    padding-right: 7rem !important;
  }

  .xl\:pr-32{
    padding-right: 8rem !important;
  }

  .xl\:pr-36{
    padding-right: 9rem !important;
  }

  .xl\:pr-40{
    padding-right: 10rem !important;
  }

  .xl\:pr-44{
    padding-right: 11rem !important;
  }

  .xl\:pr-48{
    padding-right: 12rem !important;
  }

  .xl\:pr-52{
    padding-right: 13rem !important;
  }

  .xl\:pr-56{
    padding-right: 14rem !important;
  }

  .xl\:pr-60{
    padding-right: 15rem !important;
  }

  .xl\:pr-64{
    padding-right: 16rem !important;
  }

  .xl\:pr-72{
    padding-right: 18rem !important;
  }

  .xl\:pr-80{
    padding-right: 20rem !important;
  }

  .xl\:pr-96{
    padding-right: 24rem !important;
  }

  .xl\:pr-px{
    padding-right: 1px !important;
  }

  .xl\:pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .xl\:pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .xl\:pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .xl\:pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .xl\:pb-0{
    padding-bottom: 0px !important;
  }

  .xl\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .xl\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .xl\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .xl\:pb-4{
    padding-bottom: 1rem !important;
  }

  .xl\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .xl\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .xl\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .xl\:pb-8{
    padding-bottom: 2rem !important;
  }

  .xl\:pb-9{
    padding-bottom: 2.25rem !important;
  }

  .xl\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .xl\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .xl\:pb-12{
    padding-bottom: 3rem !important;
  }

  .xl\:pb-14{
    padding-bottom: 3.5rem !important;
  }

  .xl\:pb-16{
    padding-bottom: 4rem !important;
  }

  .xl\:pb-20{
    padding-bottom: 5rem !important;
  }

  .xl\:pb-24{
    padding-bottom: 6rem !important;
  }

  .xl\:pb-28{
    padding-bottom: 7rem !important;
  }

  .xl\:pb-32{
    padding-bottom: 8rem !important;
  }

  .xl\:pb-36{
    padding-bottom: 9rem !important;
  }

  .xl\:pb-40{
    padding-bottom: 10rem !important;
  }

  .xl\:pb-44{
    padding-bottom: 11rem !important;
  }

  .xl\:pb-48{
    padding-bottom: 12rem !important;
  }

  .xl\:pb-52{
    padding-bottom: 13rem !important;
  }

  .xl\:pb-56{
    padding-bottom: 14rem !important;
  }

  .xl\:pb-60{
    padding-bottom: 15rem !important;
  }

  .xl\:pb-64{
    padding-bottom: 16rem !important;
  }

  .xl\:pb-72{
    padding-bottom: 18rem !important;
  }

  .xl\:pb-80{
    padding-bottom: 20rem !important;
  }

  .xl\:pb-96{
    padding-bottom: 24rem !important;
  }

  .xl\:pb-px{
    padding-bottom: 1px !important;
  }

  .xl\:pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .xl\:pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .xl\:pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .xl\:pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .xl\:pl-0{
    padding-left: 0px !important;
  }

  .xl\:pl-1{
    padding-left: 0.25rem !important;
  }

  .xl\:pl-2{
    padding-left: 0.5rem !important;
  }

  .xl\:pl-3{
    padding-left: 0.75rem !important;
  }

  .xl\:pl-4{
    padding-left: 1rem !important;
  }

  .xl\:pl-5{
    padding-left: 1.25rem !important;
  }

  .xl\:pl-6{
    padding-left: 1.5rem !important;
  }

  .xl\:pl-7{
    padding-left: 1.75rem !important;
  }

  .xl\:pl-8{
    padding-left: 2rem !important;
  }

  .xl\:pl-9{
    padding-left: 2.25rem !important;
  }

  .xl\:pl-10{
    padding-left: 2.5rem !important;
  }

  .xl\:pl-11{
    padding-left: 2.75rem !important;
  }

  .xl\:pl-12{
    padding-left: 3rem !important;
  }

  .xl\:pl-14{
    padding-left: 3.5rem !important;
  }

  .xl\:pl-16{
    padding-left: 4rem !important;
  }

  .xl\:pl-20{
    padding-left: 5rem !important;
  }

  .xl\:pl-24{
    padding-left: 6rem !important;
  }

  .xl\:pl-28{
    padding-left: 7rem !important;
  }

  .xl\:pl-32{
    padding-left: 8rem !important;
  }

  .xl\:pl-36{
    padding-left: 9rem !important;
  }

  .xl\:pl-40{
    padding-left: 10rem !important;
  }

  .xl\:pl-44{
    padding-left: 11rem !important;
  }

  .xl\:pl-48{
    padding-left: 12rem !important;
  }

  .xl\:pl-52{
    padding-left: 13rem !important;
  }

  .xl\:pl-56{
    padding-left: 14rem !important;
  }

  .xl\:pl-60{
    padding-left: 15rem !important;
  }

  .xl\:pl-64{
    padding-left: 16rem !important;
  }

  .xl\:pl-72{
    padding-left: 18rem !important;
  }

  .xl\:pl-80{
    padding-left: 20rem !important;
  }

  .xl\:pl-96{
    padding-left: 24rem !important;
  }

  .xl\:pl-px{
    padding-left: 1px !important;
  }

  .xl\:pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .xl\:pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .xl\:pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .xl\:pl-3\.5{
    padding-left: 0.875rem !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\: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\:font-body{
    font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  }

  .xl\:font-heading{
    font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  }

  .xl\:text-xs{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .xl\:text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .xl\:text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xl\:text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .xl\:text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .xl\:text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .xl\:text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .xl\:text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .xl\:text-7xl{
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .xl\:text-8xl{
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .xl\:text-9xl{
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .xl\:font-normal{
    font-weight: 400 !important;
  }

  .xl\:font-bold{
    font-weight: 700 !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\:italic{
    font-style: italic !important;
  }

  .xl\:not-italic{
    font-style: normal !important;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xl\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xl\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .xl\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .xl\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .xl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xl\:leading-tight{
    line-height: 1 !important;
  }

  .xl\:leading-regular{
    line-height: 1.5 !important;
  }

  .xl\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xl\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xl\:tracking-normal{
    letter-spacing: 0em !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\:text-transparent{
    color: var(--color-transparent) !important;
  }

  .xl\:text-black{
    color: var(--color-black) !important;
  }

  .xl\:text-white{
    color: var(--color-white) !important;
  }

  .xl\:text-error{
    color: var(--color-error) !important;
  }

  .xl\:text-warning{
    color: var(--color-warning) !important;
  }

  .xl\:text-success{
    color: var(--color-success) !important;
  }

  .group:hover .xl\:group-hover\:text-transparent{
    color: var(--color-transparent) !important;
  }

  .group:hover .xl\:group-hover\:text-black{
    color: var(--color-black) !important;
  }

  .group:hover .xl\:group-hover\:text-white{
    color: var(--color-white) !important;
  }

  .group:hover .xl\:group-hover\:text-error{
    color: var(--color-error) !important;
  }

  .group:hover .xl\:group-hover\:text-warning{
    color: var(--color-warning) !important;
  }

  .group:hover .xl\:group-hover\:text-success{
    color: var(--color-success) !important;
  }

  .xl\:focus-within\:text-transparent:focus-within{
    color: var(--color-transparent) !important;
  }

  .xl\:focus-within\:text-black:focus-within{
    color: var(--color-black) !important;
  }

  .xl\:focus-within\:text-white:focus-within{
    color: var(--color-white) !important;
  }

  .xl\:focus-within\:text-error:focus-within{
    color: var(--color-error) !important;
  }

  .xl\:focus-within\:text-warning:focus-within{
    color: var(--color-warning) !important;
  }

  .xl\:focus-within\:text-success:focus-within{
    color: var(--color-success) !important;
  }

  .xl\:hover\:text-transparent:hover{
    color: var(--color-transparent) !important;
  }

  .xl\:hover\:text-black:hover{
    color: var(--color-black) !important;
  }

  .xl\:hover\:text-white:hover{
    color: var(--color-white) !important;
  }

  .xl\:hover\:text-error:hover{
    color: var(--color-error) !important;
  }

  .xl\:hover\:text-warning:hover{
    color: var(--color-warning) !important;
  }

  .xl\:hover\:text-success:hover{
    color: var(--color-success) !important;
  }

  .xl\:focus\:text-transparent:focus{
    color: var(--color-transparent) !important;
  }

  .xl\:focus\:text-black:focus{
    color: var(--color-black) !important;
  }

  .xl\:focus\:text-white:focus{
    color: var(--color-white) !important;
  }

  .xl\:focus\:text-error:focus{
    color: var(--color-error) !important;
  }

  .xl\:focus\:text-warning:focus{
    color: var(--color-warning) !important;
  }

  .xl\:focus\:text-success:focus{
    color: var(--color-success) !important;
  }

  .xl\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .xl\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .xl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .xl\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .xl\:underline{
    text-decoration: underline !important;
  }

  .xl\:line-through{
    text-decoration: line-through !important;
  }

  .xl\:no-underline{
    text-decoration: none !important;
  }

  .group:hover .xl\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .xl\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .xl\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .xl\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .xl\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .xl\:focus-within\:no-underline:focus-within{
    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\:placeholder-transparent::-webkit-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .xl\:placeholder-transparent::-moz-placeholder{
    color: var(--color-transparent) !important;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .xl\:placeholder-transparent::-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .xl\:placeholder-transparent::placeholder{
    color: var(--color-transparent) !important;
  }

  .xl\:placeholder-black::-webkit-input-placeholder{
    color: var(--color-black) !important;
  }

  .xl\:placeholder-black::-moz-placeholder{
    color: var(--color-black) !important;
  }

  .xl\:placeholder-black:-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .xl\:placeholder-black::-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .xl\:placeholder-black::placeholder{
    color: var(--color-black) !important;
  }

  .xl\:placeholder-white::-webkit-input-placeholder{
    color: var(--color-white) !important;
  }

  .xl\:placeholder-white::-moz-placeholder{
    color: var(--color-white) !important;
  }

  .xl\:placeholder-white:-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .xl\:placeholder-white::-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .xl\:placeholder-white::placeholder{
    color: var(--color-white) !important;
  }

  .xl\:placeholder-error::-webkit-input-placeholder{
    color: var(--color-error) !important;
  }

  .xl\:placeholder-error::-moz-placeholder{
    color: var(--color-error) !important;
  }

  .xl\:placeholder-error:-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .xl\:placeholder-error::-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .xl\:placeholder-error::placeholder{
    color: var(--color-error) !important;
  }

  .xl\:placeholder-warning::-webkit-input-placeholder{
    color: var(--color-warning) !important;
  }

  .xl\:placeholder-warning::-moz-placeholder{
    color: var(--color-warning) !important;
  }

  .xl\:placeholder-warning:-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .xl\:placeholder-warning::-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .xl\:placeholder-warning::placeholder{
    color: var(--color-warning) !important;
  }

  .xl\:placeholder-success::-webkit-input-placeholder{
    color: var(--color-success) !important;
  }

  .xl\:placeholder-success::-moz-placeholder{
    color: var(--color-success) !important;
  }

  .xl\:placeholder-success:-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .xl\:placeholder-success::-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .xl\:placeholder-success::placeholder{
    color: var(--color-success) !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: var(--color-transparent) !important;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: var(--color-transparent) !important;
  }

  .xl\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: var(--color-black) !important;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--color-black) !important;
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    color: var(--color-black) !important;
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: var(--color-white) !important;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--color-white) !important;
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    color: var(--color-white) !important;
  }

  .xl\:focus\:placeholder-error:focus::-webkit-input-placeholder{
    color: var(--color-error) !important;
  }

  .xl\:focus\:placeholder-error:focus::-moz-placeholder{
    color: var(--color-error) !important;
  }

  .xl\:focus\:placeholder-error:focus:-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .xl\:focus\:placeholder-error:focus::-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .xl\:focus\:placeholder-error:focus::placeholder{
    color: var(--color-error) !important;
  }

  .xl\:focus\:placeholder-warning:focus::-webkit-input-placeholder{
    color: var(--color-warning) !important;
  }

  .xl\:focus\:placeholder-warning:focus::-moz-placeholder{
    color: var(--color-warning) !important;
  }

  .xl\:focus\:placeholder-warning:focus:-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .xl\:focus\:placeholder-warning:focus::-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .xl\:focus\:placeholder-warning:focus::placeholder{
    color: var(--color-warning) !important;
  }

  .xl\:focus\:placeholder-success:focus::-webkit-input-placeholder{
    color: var(--color-success) !important;
  }

  .xl\:focus\:placeholder-success:focus::-moz-placeholder{
    color: var(--color-success) !important;
  }

  .xl\:focus\:placeholder-success:focus:-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .xl\:focus\:placeholder-success:focus::-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .xl\:focus\:placeholder-success:focus::placeholder{
    color: var(--color-success) !important;
  }

  .xl\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:opacity-0{
    opacity: 0 !important;
  }

  .xl\:opacity-5{
    opacity: 0.05 !important;
  }

  .xl\:opacity-10{
    opacity: 0.1 !important;
  }

  .xl\:opacity-20{
    opacity: 0.2 !important;
  }

  .xl\:opacity-25{
    opacity: 0.25 !important;
  }

  .xl\:opacity-30{
    opacity: 0.3 !important;
  }

  .xl\:opacity-40{
    opacity: 0.4 !important;
  }

  .xl\:opacity-50{
    opacity: 0.5 !important;
  }

  .xl\:opacity-60{
    opacity: 0.6 !important;
  }

  .xl\:opacity-70{
    opacity: 0.7 !important;
  }

  .xl\:opacity-75{
    opacity: 0.75 !important;
  }

  .xl\:opacity-80{
    opacity: 0.8 !important;
  }

  .xl\:opacity-90{
    opacity: 0.9 !important;
  }

  .xl\:opacity-95{
    opacity: 0.95 !important;
  }

  .xl\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .xl\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .xl\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .xl\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .xl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .xl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .xl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .xl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .xl\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .xl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .xl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .xl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .xl\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .xl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .xl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .xl\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xl\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .xl\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .xl\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xl\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .xl\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xl\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .xl\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xl\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .xl\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .xl\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xl\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .xl\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .xl\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xl\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .xl\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xl\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .xl\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xl\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .xl\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .xl\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .xl\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .xl\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .xl\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .xl\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .xl\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .xl\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .xl\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .xl\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .xl\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .xl\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .xl\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .xl\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .xl\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .xl\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .xl\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .xl\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .xl\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .xl\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .xl\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .xl\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .xl\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .xl\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .xl\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .xl\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .xl\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .xl\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .xl\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .xl\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .xl\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .xl\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .xl\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .xl\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .xl\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .xl\:ring-transparent{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .xl\:ring-black{
    --tw-ring-color: var(--color-black) !important;
  }

  .xl\:ring-white{
    --tw-ring-color: var(--color-white) !important;
  }

  .xl\:ring-error{
    --tw-ring-color: var(--color-error) !important;
  }

  .xl\:ring-warning{
    --tw-ring-color: var(--color-warning) !important;
  }

  .xl\:ring-success{
    --tw-ring-color: var(--color-success) !important;
  }

  .xl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .xl\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--color-black) !important;
  }

  .xl\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--color-white) !important;
  }

  .xl\:focus-within\:ring-error:focus-within{
    --tw-ring-color: var(--color-error) !important;
  }

  .xl\:focus-within\:ring-warning:focus-within{
    --tw-ring-color: var(--color-warning) !important;
  }

  .xl\:focus-within\:ring-success:focus-within{
    --tw-ring-color: var(--color-success) !important;
  }

  .xl\:focus\:ring-transparent:focus{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .xl\:focus\:ring-black:focus{
    --tw-ring-color: var(--color-black) !important;
  }

  .xl\:focus\:ring-white:focus{
    --tw-ring-color: var(--color-white) !important;
  }

  .xl\:focus\:ring-error:focus{
    --tw-ring-color: var(--color-error) !important;
  }

  .xl\:focus\:ring-warning:focus{
    --tw-ring-color: var(--color-warning) !important;
  }

  .xl\:focus\:ring-success:focus{
    --tw-ring-color: var(--color-success) !important;
  }

  .xl\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .xl\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .xl\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:ring-offset-transparent{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .xl\:ring-offset-black{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .xl\:ring-offset-white{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .xl\:ring-offset-error{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .xl\:ring-offset-warning{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .xl\:ring-offset-success{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .xl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .xl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .xl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .xl\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .xl\:focus-within\:ring-offset-warning:focus-within{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .xl\:focus-within\:ring-offset-success:focus-within{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .xl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .xl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .xl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .xl\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .xl\:focus\:ring-offset-warning:focus{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .xl\:focus\:ring-offset-success:focus{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .xl\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
            filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xl\:filter-none{
    -webkit-filter: none !important;
            filter: none !important;
  }

  .xl\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .xl\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .xl\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .xl\:blur{
    --tw-blur: blur(8px) !important;
  }

  .xl\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .xl\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .xl\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .xl\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .xl\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .xl\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .xl\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .xl\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .xl\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .xl\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .xl\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .xl\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .xl\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .xl\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .xl\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .xl\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .xl\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .xl\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .xl\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .xl\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .xl\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .xl\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .xl\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .xl\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .xl\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .xl\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .xl\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .xl\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .xl\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .xl\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .xl\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .xl\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .xl\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .xl\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .xl\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .xl\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .xl\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .xl\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .xl\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xl\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xl\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xl\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xl\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xl\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .xl\:invert{
    --tw-invert: invert(100%) !important;
  }

  .xl\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .xl\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .xl\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .xl\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .xl\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .xl\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .xl\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .xl\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .xl\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .xl\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .xl\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .xl\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .xl\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .xl\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .xl\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .xl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .xl\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .xl\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .xl\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .xl\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .xl\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .xl\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .xl\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .xl\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .xl\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .xl\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .xl\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .xl\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .xl\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .xl\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .xl\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .xl\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .xl\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .xl\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .xl\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .xl\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .xl\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .xl\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .xl\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .xl\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .xl\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .xl\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .xl\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .xl\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .xl\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xl\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xl\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xl\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xl\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xl\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .xl\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .xl\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .xl\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .xl\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .xl\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .xl\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .xl\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .xl\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .xl\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .xl\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .xl\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .xl\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .xl\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .xl\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .xl\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .xl\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .xl\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .xl\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .xl\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .xl\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .xl\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .xl\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .xl\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .xl\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .xl\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .xl\:delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .xl\:delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .xl\:delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .xl\:delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .xl\:delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .xl\:delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .xl\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .xl\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .xl\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .xl\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .xl\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .xl\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .xl\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .xl\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .xl\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .xl\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1530px){
  .\32xl\:container{
    width: 100%;
  }

  @media (min-width: 400px){
    .\32xl\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 576px){
    .\32xl\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .\32xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .\32xl\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1024px){
    .\32xl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1200px){
    .\32xl\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1351px){
    .\32xl\:container{
      max-width: 1351px;
    }
  }

  @media (min-width: 1530px){
    .\32xl\:container{
      max-width: 1530px;
    }
  }

  .\32xl\: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;
  }

  .\32xl\: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;
  }

  .\32xl\:focus-within\:sr-only:focus-within{
    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;
  }

  .\32xl\:focus-within\:not-sr-only:focus-within{
    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;
  }

  .\32xl\: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;
  }

  .\32xl\: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;
  }

  .\32xl\:pointer-events-none{
    pointer-events: none !important;
  }

  .\32xl\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .\32xl\:visible{
    visibility: visible !important;
  }

  .\32xl\:invisible{
    visibility: hidden !important;
  }

  .\32xl\:static{
    position: static !important;
  }

  .\32xl\:fixed{
    position: fixed !important;
  }

  .\32xl\:absolute{
    position: absolute !important;
  }

  .\32xl\:relative{
    position: relative !important;
  }

  .\32xl\:sticky{
    position: sticky !important;
  }

  .\32xl\:inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .\32xl\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .\32xl\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .\32xl\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .\32xl\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .\32xl\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .\32xl\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .\32xl\:inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .\32xl\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .\32xl\:inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .\32xl\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .\32xl\:inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .\32xl\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .\32xl\:inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .\32xl\:inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .\32xl\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .\32xl\:inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .\32xl\:inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .\32xl\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .\32xl\:inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .\32xl\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .\32xl\:inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .\32xl\:inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .\32xl\:inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .\32xl\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .\32xl\:inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .\32xl\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .\32xl\:inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .\32xl\:inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .\32xl\:inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .\32xl\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .\32xl\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .\32xl\:inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .\32xl\:inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .\32xl\:inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .\32xl\:inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .\32xl\:-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .\32xl\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .\32xl\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .\32xl\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .\32xl\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .\32xl\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .\32xl\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .\32xl\:-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .\32xl\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .\32xl\:-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .\32xl\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .\32xl\:-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .\32xl\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .\32xl\:-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .\32xl\:-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .\32xl\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .\32xl\:-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .\32xl\:-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .\32xl\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .\32xl\:-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .\32xl\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .\32xl\:-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .\32xl\:-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .\32xl\:-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .\32xl\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .\32xl\:-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .\32xl\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .\32xl\:-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .\32xl\:-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .\32xl\:-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .\32xl\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .\32xl\:-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .\32xl\:-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .\32xl\:-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .\32xl\:-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .\32xl\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .\32xl\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .\32xl\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .\32xl\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .\32xl\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .\32xl\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .\32xl\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .\32xl\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .\32xl\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .\32xl\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .\32xl\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .\32xl\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .\32xl\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .\32xl\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .\32xl\:inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .\32xl\:inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .\32xl\:inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .\32xl\:inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .\32xl\:inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .\32xl\:inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .\32xl\:inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .\32xl\:inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .\32xl\:inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .\32xl\:inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .\32xl\:inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .\32xl\:inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .\32xl\:inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .\32xl\:inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .\32xl\:inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .\32xl\:inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .\32xl\:inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .\32xl\:inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .\32xl\:inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .\32xl\:inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .\32xl\:inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .\32xl\:inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .\32xl\:inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .\32xl\:inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .\32xl\:inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .\32xl\:inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .\32xl\:inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .\32xl\:inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .\32xl\:inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .\32xl\:inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .\32xl\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .\32xl\:inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .\32xl\:inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .\32xl\:inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .\32xl\:inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .\32xl\:inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .\32xl\:-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .\32xl\:-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .\32xl\:-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .\32xl\:-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .\32xl\:-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .\32xl\:-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .\32xl\:-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .\32xl\:-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .\32xl\:-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .\32xl\:-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .\32xl\:-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .\32xl\:-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .\32xl\:-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .\32xl\:-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .\32xl\:-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .\32xl\:-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .\32xl\:-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .\32xl\:-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .\32xl\:-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .\32xl\:-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .\32xl\:-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .\32xl\:-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .\32xl\:-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .\32xl\:-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .\32xl\:-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .\32xl\:-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .\32xl\:-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .\32xl\:-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .\32xl\:-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .\32xl\:-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .\32xl\:-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .\32xl\:-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .\32xl\:-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .\32xl\:-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .\32xl\:-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .\32xl\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .\32xl\:inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .\32xl\:inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .\32xl\:inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .\32xl\:inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .\32xl\:inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .\32xl\:inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .\32xl\:-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .\32xl\:-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .\32xl\:-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .\32xl\:-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .\32xl\:-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .\32xl\:-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .\32xl\:-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .\32xl\:inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .\32xl\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .\32xl\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .\32xl\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .\32xl\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .\32xl\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .\32xl\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .\32xl\:inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .\32xl\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .\32xl\:inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .\32xl\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .\32xl\:inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .\32xl\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .\32xl\:inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .\32xl\:inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .\32xl\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .\32xl\:inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .\32xl\:inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .\32xl\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .\32xl\:inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .\32xl\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .\32xl\:inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .\32xl\:inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .\32xl\:inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .\32xl\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .\32xl\:inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .\32xl\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .\32xl\:inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .\32xl\:inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .\32xl\:inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .\32xl\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .\32xl\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .\32xl\:inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .\32xl\:inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .\32xl\:inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .\32xl\:inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .\32xl\:-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .\32xl\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .\32xl\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .\32xl\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .\32xl\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .\32xl\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .\32xl\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .\32xl\:-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .\32xl\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .\32xl\:-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .\32xl\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .\32xl\:-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .\32xl\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .\32xl\:-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .\32xl\:-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .\32xl\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .\32xl\:-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .\32xl\:-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .\32xl\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .\32xl\:-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .\32xl\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .\32xl\:-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .\32xl\:-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .\32xl\:-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .\32xl\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .\32xl\:-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .\32xl\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .\32xl\:-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .\32xl\:-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .\32xl\:-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .\32xl\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .\32xl\:-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .\32xl\:-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .\32xl\:-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .\32xl\:-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .\32xl\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .\32xl\:inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .\32xl\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .\32xl\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .\32xl\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .\32xl\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .\32xl\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .\32xl\:-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .\32xl\:-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .\32xl\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .\32xl\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .\32xl\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .\32xl\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .\32xl\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .\32xl\:top-0{
    top: 0px !important;
  }

  .\32xl\:top-1{
    top: 0.25rem !important;
  }

  .\32xl\:top-2{
    top: 0.5rem !important;
  }

  .\32xl\:top-3{
    top: 0.75rem !important;
  }

  .\32xl\:top-4{
    top: 1rem !important;
  }

  .\32xl\:top-5{
    top: 1.25rem !important;
  }

  .\32xl\:top-6{
    top: 1.5rem !important;
  }

  .\32xl\:top-7{
    top: 1.75rem !important;
  }

  .\32xl\:top-8{
    top: 2rem !important;
  }

  .\32xl\:top-9{
    top: 2.25rem !important;
  }

  .\32xl\:top-10{
    top: 2.5rem !important;
  }

  .\32xl\:top-11{
    top: 2.75rem !important;
  }

  .\32xl\:top-12{
    top: 3rem !important;
  }

  .\32xl\:top-14{
    top: 3.5rem !important;
  }

  .\32xl\:top-16{
    top: 4rem !important;
  }

  .\32xl\:top-20{
    top: 5rem !important;
  }

  .\32xl\:top-24{
    top: 6rem !important;
  }

  .\32xl\:top-28{
    top: 7rem !important;
  }

  .\32xl\:top-32{
    top: 8rem !important;
  }

  .\32xl\:top-36{
    top: 9rem !important;
  }

  .\32xl\:top-40{
    top: 10rem !important;
  }

  .\32xl\:top-44{
    top: 11rem !important;
  }

  .\32xl\:top-48{
    top: 12rem !important;
  }

  .\32xl\:top-52{
    top: 13rem !important;
  }

  .\32xl\:top-56{
    top: 14rem !important;
  }

  .\32xl\:top-60{
    top: 15rem !important;
  }

  .\32xl\:top-64{
    top: 16rem !important;
  }

  .\32xl\:top-72{
    top: 18rem !important;
  }

  .\32xl\:top-80{
    top: 20rem !important;
  }

  .\32xl\:top-96{
    top: 24rem !important;
  }

  .\32xl\:top-auto{
    top: auto !important;
  }

  .\32xl\:top-px{
    top: 1px !important;
  }

  .\32xl\:top-0\.5{
    top: 0.125rem !important;
  }

  .\32xl\:top-1\.5{
    top: 0.375rem !important;
  }

  .\32xl\:top-2\.5{
    top: 0.625rem !important;
  }

  .\32xl\:top-3\.5{
    top: 0.875rem !important;
  }

  .\32xl\:-top-0{
    top: 0px !important;
  }

  .\32xl\:-top-1{
    top: -0.25rem !important;
  }

  .\32xl\:-top-2{
    top: -0.5rem !important;
  }

  .\32xl\:-top-3{
    top: -0.75rem !important;
  }

  .\32xl\:-top-4{
    top: -1rem !important;
  }

  .\32xl\:-top-5{
    top: -1.25rem !important;
  }

  .\32xl\:-top-6{
    top: -1.5rem !important;
  }

  .\32xl\:-top-7{
    top: -1.75rem !important;
  }

  .\32xl\:-top-8{
    top: -2rem !important;
  }

  .\32xl\:-top-9{
    top: -2.25rem !important;
  }

  .\32xl\:-top-10{
    top: -2.5rem !important;
  }

  .\32xl\:-top-11{
    top: -2.75rem !important;
  }

  .\32xl\:-top-12{
    top: -3rem !important;
  }

  .\32xl\:-top-14{
    top: -3.5rem !important;
  }

  .\32xl\:-top-16{
    top: -4rem !important;
  }

  .\32xl\:-top-20{
    top: -5rem !important;
  }

  .\32xl\:-top-24{
    top: -6rem !important;
  }

  .\32xl\:-top-28{
    top: -7rem !important;
  }

  .\32xl\:-top-32{
    top: -8rem !important;
  }

  .\32xl\:-top-36{
    top: -9rem !important;
  }

  .\32xl\:-top-40{
    top: -10rem !important;
  }

  .\32xl\:-top-44{
    top: -11rem !important;
  }

  .\32xl\:-top-48{
    top: -12rem !important;
  }

  .\32xl\:-top-52{
    top: -13rem !important;
  }

  .\32xl\:-top-56{
    top: -14rem !important;
  }

  .\32xl\:-top-60{
    top: -15rem !important;
  }

  .\32xl\:-top-64{
    top: -16rem !important;
  }

  .\32xl\:-top-72{
    top: -18rem !important;
  }

  .\32xl\:-top-80{
    top: -20rem !important;
  }

  .\32xl\:-top-96{
    top: -24rem !important;
  }

  .\32xl\:-top-px{
    top: -1px !important;
  }

  .\32xl\:-top-0\.5{
    top: -0.125rem !important;
  }

  .\32xl\:-top-1\.5{
    top: -0.375rem !important;
  }

  .\32xl\:-top-2\.5{
    top: -0.625rem !important;
  }

  .\32xl\:-top-3\.5{
    top: -0.875rem !important;
  }

  .\32xl\:top-1\/2{
    top: 50% !important;
  }

  .\32xl\:top-1\/3{
    top: 33.333333% !important;
  }

  .\32xl\:top-2\/3{
    top: 66.666667% !important;
  }

  .\32xl\:top-1\/4{
    top: 25% !important;
  }

  .\32xl\:top-2\/4{
    top: 50% !important;
  }

  .\32xl\:top-3\/4{
    top: 75% !important;
  }

  .\32xl\:top-full{
    top: 100% !important;
  }

  .\32xl\:-top-1\/2{
    top: -50% !important;
  }

  .\32xl\:-top-1\/3{
    top: -33.333333% !important;
  }

  .\32xl\:-top-2\/3{
    top: -66.666667% !important;
  }

  .\32xl\:-top-1\/4{
    top: -25% !important;
  }

  .\32xl\:-top-2\/4{
    top: -50% !important;
  }

  .\32xl\:-top-3\/4{
    top: -75% !important;
  }

  .\32xl\:-top-full{
    top: -100% !important;
  }

  .\32xl\:right-0{
    right: 0px !important;
  }

  .\32xl\:right-1{
    right: 0.25rem !important;
  }

  .\32xl\:right-2{
    right: 0.5rem !important;
  }

  .\32xl\:right-3{
    right: 0.75rem !important;
  }

  .\32xl\:right-4{
    right: 1rem !important;
  }

  .\32xl\:right-5{
    right: 1.25rem !important;
  }

  .\32xl\:right-6{
    right: 1.5rem !important;
  }

  .\32xl\:right-7{
    right: 1.75rem !important;
  }

  .\32xl\:right-8{
    right: 2rem !important;
  }

  .\32xl\:right-9{
    right: 2.25rem !important;
  }

  .\32xl\:right-10{
    right: 2.5rem !important;
  }

  .\32xl\:right-11{
    right: 2.75rem !important;
  }

  .\32xl\:right-12{
    right: 3rem !important;
  }

  .\32xl\:right-14{
    right: 3.5rem !important;
  }

  .\32xl\:right-16{
    right: 4rem !important;
  }

  .\32xl\:right-20{
    right: 5rem !important;
  }

  .\32xl\:right-24{
    right: 6rem !important;
  }

  .\32xl\:right-28{
    right: 7rem !important;
  }

  .\32xl\:right-32{
    right: 8rem !important;
  }

  .\32xl\:right-36{
    right: 9rem !important;
  }

  .\32xl\:right-40{
    right: 10rem !important;
  }

  .\32xl\:right-44{
    right: 11rem !important;
  }

  .\32xl\:right-48{
    right: 12rem !important;
  }

  .\32xl\:right-52{
    right: 13rem !important;
  }

  .\32xl\:right-56{
    right: 14rem !important;
  }

  .\32xl\:right-60{
    right: 15rem !important;
  }

  .\32xl\:right-64{
    right: 16rem !important;
  }

  .\32xl\:right-72{
    right: 18rem !important;
  }

  .\32xl\:right-80{
    right: 20rem !important;
  }

  .\32xl\:right-96{
    right: 24rem !important;
  }

  .\32xl\:right-auto{
    right: auto !important;
  }

  .\32xl\:right-px{
    right: 1px !important;
  }

  .\32xl\:right-0\.5{
    right: 0.125rem !important;
  }

  .\32xl\:right-1\.5{
    right: 0.375rem !important;
  }

  .\32xl\:right-2\.5{
    right: 0.625rem !important;
  }

  .\32xl\:right-3\.5{
    right: 0.875rem !important;
  }

  .\32xl\:-right-0{
    right: 0px !important;
  }

  .\32xl\:-right-1{
    right: -0.25rem !important;
  }

  .\32xl\:-right-2{
    right: -0.5rem !important;
  }

  .\32xl\:-right-3{
    right: -0.75rem !important;
  }

  .\32xl\:-right-4{
    right: -1rem !important;
  }

  .\32xl\:-right-5{
    right: -1.25rem !important;
  }

  .\32xl\:-right-6{
    right: -1.5rem !important;
  }

  .\32xl\:-right-7{
    right: -1.75rem !important;
  }

  .\32xl\:-right-8{
    right: -2rem !important;
  }

  .\32xl\:-right-9{
    right: -2.25rem !important;
  }

  .\32xl\:-right-10{
    right: -2.5rem !important;
  }

  .\32xl\:-right-11{
    right: -2.75rem !important;
  }

  .\32xl\:-right-12{
    right: -3rem !important;
  }

  .\32xl\:-right-14{
    right: -3.5rem !important;
  }

  .\32xl\:-right-16{
    right: -4rem !important;
  }

  .\32xl\:-right-20{
    right: -5rem !important;
  }

  .\32xl\:-right-24{
    right: -6rem !important;
  }

  .\32xl\:-right-28{
    right: -7rem !important;
  }

  .\32xl\:-right-32{
    right: -8rem !important;
  }

  .\32xl\:-right-36{
    right: -9rem !important;
  }

  .\32xl\:-right-40{
    right: -10rem !important;
  }

  .\32xl\:-right-44{
    right: -11rem !important;
  }

  .\32xl\:-right-48{
    right: -12rem !important;
  }

  .\32xl\:-right-52{
    right: -13rem !important;
  }

  .\32xl\:-right-56{
    right: -14rem !important;
  }

  .\32xl\:-right-60{
    right: -15rem !important;
  }

  .\32xl\:-right-64{
    right: -16rem !important;
  }

  .\32xl\:-right-72{
    right: -18rem !important;
  }

  .\32xl\:-right-80{
    right: -20rem !important;
  }

  .\32xl\:-right-96{
    right: -24rem !important;
  }

  .\32xl\:-right-px{
    right: -1px !important;
  }

  .\32xl\:-right-0\.5{
    right: -0.125rem !important;
  }

  .\32xl\:-right-1\.5{
    right: -0.375rem !important;
  }

  .\32xl\:-right-2\.5{
    right: -0.625rem !important;
  }

  .\32xl\:-right-3\.5{
    right: -0.875rem !important;
  }

  .\32xl\:right-1\/2{
    right: 50% !important;
  }

  .\32xl\:right-1\/3{
    right: 33.333333% !important;
  }

  .\32xl\:right-2\/3{
    right: 66.666667% !important;
  }

  .\32xl\:right-1\/4{
    right: 25% !important;
  }

  .\32xl\:right-2\/4{
    right: 50% !important;
  }

  .\32xl\:right-3\/4{
    right: 75% !important;
  }

  .\32xl\:right-full{
    right: 100% !important;
  }

  .\32xl\:-right-1\/2{
    right: -50% !important;
  }

  .\32xl\:-right-1\/3{
    right: -33.333333% !important;
  }

  .\32xl\:-right-2\/3{
    right: -66.666667% !important;
  }

  .\32xl\:-right-1\/4{
    right: -25% !important;
  }

  .\32xl\:-right-2\/4{
    right: -50% !important;
  }

  .\32xl\:-right-3\/4{
    right: -75% !important;
  }

  .\32xl\:-right-full{
    right: -100% !important;
  }

  .\32xl\:bottom-0{
    bottom: 0px !important;
  }

  .\32xl\:bottom-1{
    bottom: 0.25rem !important;
  }

  .\32xl\:bottom-2{
    bottom: 0.5rem !important;
  }

  .\32xl\:bottom-3{
    bottom: 0.75rem !important;
  }

  .\32xl\:bottom-4{
    bottom: 1rem !important;
  }

  .\32xl\:bottom-5{
    bottom: 1.25rem !important;
  }

  .\32xl\:bottom-6{
    bottom: 1.5rem !important;
  }

  .\32xl\:bottom-7{
    bottom: 1.75rem !important;
  }

  .\32xl\:bottom-8{
    bottom: 2rem !important;
  }

  .\32xl\:bottom-9{
    bottom: 2.25rem !important;
  }

  .\32xl\:bottom-10{
    bottom: 2.5rem !important;
  }

  .\32xl\:bottom-11{
    bottom: 2.75rem !important;
  }

  .\32xl\:bottom-12{
    bottom: 3rem !important;
  }

  .\32xl\:bottom-14{
    bottom: 3.5rem !important;
  }

  .\32xl\:bottom-16{
    bottom: 4rem !important;
  }

  .\32xl\:bottom-20{
    bottom: 5rem !important;
  }

  .\32xl\:bottom-24{
    bottom: 6rem !important;
  }

  .\32xl\:bottom-28{
    bottom: 7rem !important;
  }

  .\32xl\:bottom-32{
    bottom: 8rem !important;
  }

  .\32xl\:bottom-36{
    bottom: 9rem !important;
  }

  .\32xl\:bottom-40{
    bottom: 10rem !important;
  }

  .\32xl\:bottom-44{
    bottom: 11rem !important;
  }

  .\32xl\:bottom-48{
    bottom: 12rem !important;
  }

  .\32xl\:bottom-52{
    bottom: 13rem !important;
  }

  .\32xl\:bottom-56{
    bottom: 14rem !important;
  }

  .\32xl\:bottom-60{
    bottom: 15rem !important;
  }

  .\32xl\:bottom-64{
    bottom: 16rem !important;
  }

  .\32xl\:bottom-72{
    bottom: 18rem !important;
  }

  .\32xl\:bottom-80{
    bottom: 20rem !important;
  }

  .\32xl\:bottom-96{
    bottom: 24rem !important;
  }

  .\32xl\:bottom-auto{
    bottom: auto !important;
  }

  .\32xl\:bottom-px{
    bottom: 1px !important;
  }

  .\32xl\:bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .\32xl\:bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .\32xl\:bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .\32xl\:bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .\32xl\:-bottom-0{
    bottom: 0px !important;
  }

  .\32xl\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .\32xl\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .\32xl\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .\32xl\:-bottom-4{
    bottom: -1rem !important;
  }

  .\32xl\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .\32xl\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .\32xl\:-bottom-7{
    bottom: -1.75rem !important;
  }

  .\32xl\:-bottom-8{
    bottom: -2rem !important;
  }

  .\32xl\:-bottom-9{
    bottom: -2.25rem !important;
  }

  .\32xl\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .\32xl\:-bottom-11{
    bottom: -2.75rem !important;
  }

  .\32xl\:-bottom-12{
    bottom: -3rem !important;
  }

  .\32xl\:-bottom-14{
    bottom: -3.5rem !important;
  }

  .\32xl\:-bottom-16{
    bottom: -4rem !important;
  }

  .\32xl\:-bottom-20{
    bottom: -5rem !important;
  }

  .\32xl\:-bottom-24{
    bottom: -6rem !important;
  }

  .\32xl\:-bottom-28{
    bottom: -7rem !important;
  }

  .\32xl\:-bottom-32{
    bottom: -8rem !important;
  }

  .\32xl\:-bottom-36{
    bottom: -9rem !important;
  }

  .\32xl\:-bottom-40{
    bottom: -10rem !important;
  }

  .\32xl\:-bottom-44{
    bottom: -11rem !important;
  }

  .\32xl\:-bottom-48{
    bottom: -12rem !important;
  }

  .\32xl\:-bottom-52{
    bottom: -13rem !important;
  }

  .\32xl\:-bottom-56{
    bottom: -14rem !important;
  }

  .\32xl\:-bottom-60{
    bottom: -15rem !important;
  }

  .\32xl\:-bottom-64{
    bottom: -16rem !important;
  }

  .\32xl\:-bottom-72{
    bottom: -18rem !important;
  }

  .\32xl\:-bottom-80{
    bottom: -20rem !important;
  }

  .\32xl\:-bottom-96{
    bottom: -24rem !important;
  }

  .\32xl\:-bottom-px{
    bottom: -1px !important;
  }

  .\32xl\:-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .\32xl\:-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .\32xl\:-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .\32xl\:-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .\32xl\:bottom-1\/2{
    bottom: 50% !important;
  }

  .\32xl\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .\32xl\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .\32xl\:bottom-1\/4{
    bottom: 25% !important;
  }

  .\32xl\:bottom-2\/4{
    bottom: 50% !important;
  }

  .\32xl\:bottom-3\/4{
    bottom: 75% !important;
  }

  .\32xl\:bottom-full{
    bottom: 100% !important;
  }

  .\32xl\:-bottom-1\/2{
    bottom: -50% !important;
  }

  .\32xl\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .\32xl\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .\32xl\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .\32xl\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .\32xl\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .\32xl\:-bottom-full{
    bottom: -100% !important;
  }

  .\32xl\:left-0{
    left: 0px !important;
  }

  .\32xl\:left-1{
    left: 0.25rem !important;
  }

  .\32xl\:left-2{
    left: 0.5rem !important;
  }

  .\32xl\:left-3{
    left: 0.75rem !important;
  }

  .\32xl\:left-4{
    left: 1rem !important;
  }

  .\32xl\:left-5{
    left: 1.25rem !important;
  }

  .\32xl\:left-6{
    left: 1.5rem !important;
  }

  .\32xl\:left-7{
    left: 1.75rem !important;
  }

  .\32xl\:left-8{
    left: 2rem !important;
  }

  .\32xl\:left-9{
    left: 2.25rem !important;
  }

  .\32xl\:left-10{
    left: 2.5rem !important;
  }

  .\32xl\:left-11{
    left: 2.75rem !important;
  }

  .\32xl\:left-12{
    left: 3rem !important;
  }

  .\32xl\:left-14{
    left: 3.5rem !important;
  }

  .\32xl\:left-16{
    left: 4rem !important;
  }

  .\32xl\:left-20{
    left: 5rem !important;
  }

  .\32xl\:left-24{
    left: 6rem !important;
  }

  .\32xl\:left-28{
    left: 7rem !important;
  }

  .\32xl\:left-32{
    left: 8rem !important;
  }

  .\32xl\:left-36{
    left: 9rem !important;
  }

  .\32xl\:left-40{
    left: 10rem !important;
  }

  .\32xl\:left-44{
    left: 11rem !important;
  }

  .\32xl\:left-48{
    left: 12rem !important;
  }

  .\32xl\:left-52{
    left: 13rem !important;
  }

  .\32xl\:left-56{
    left: 14rem !important;
  }

  .\32xl\:left-60{
    left: 15rem !important;
  }

  .\32xl\:left-64{
    left: 16rem !important;
  }

  .\32xl\:left-72{
    left: 18rem !important;
  }

  .\32xl\:left-80{
    left: 20rem !important;
  }

  .\32xl\:left-96{
    left: 24rem !important;
  }

  .\32xl\:left-auto{
    left: auto !important;
  }

  .\32xl\:left-px{
    left: 1px !important;
  }

  .\32xl\:left-0\.5{
    left: 0.125rem !important;
  }

  .\32xl\:left-1\.5{
    left: 0.375rem !important;
  }

  .\32xl\:left-2\.5{
    left: 0.625rem !important;
  }

  .\32xl\:left-3\.5{
    left: 0.875rem !important;
  }

  .\32xl\:-left-0{
    left: 0px !important;
  }

  .\32xl\:-left-1{
    left: -0.25rem !important;
  }

  .\32xl\:-left-2{
    left: -0.5rem !important;
  }

  .\32xl\:-left-3{
    left: -0.75rem !important;
  }

  .\32xl\:-left-4{
    left: -1rem !important;
  }

  .\32xl\:-left-5{
    left: -1.25rem !important;
  }

  .\32xl\:-left-6{
    left: -1.5rem !important;
  }

  .\32xl\:-left-7{
    left: -1.75rem !important;
  }

  .\32xl\:-left-8{
    left: -2rem !important;
  }

  .\32xl\:-left-9{
    left: -2.25rem !important;
  }

  .\32xl\:-left-10{
    left: -2.5rem !important;
  }

  .\32xl\:-left-11{
    left: -2.75rem !important;
  }

  .\32xl\:-left-12{
    left: -3rem !important;
  }

  .\32xl\:-left-14{
    left: -3.5rem !important;
  }

  .\32xl\:-left-16{
    left: -4rem !important;
  }

  .\32xl\:-left-20{
    left: -5rem !important;
  }

  .\32xl\:-left-24{
    left: -6rem !important;
  }

  .\32xl\:-left-28{
    left: -7rem !important;
  }

  .\32xl\:-left-32{
    left: -8rem !important;
  }

  .\32xl\:-left-36{
    left: -9rem !important;
  }

  .\32xl\:-left-40{
    left: -10rem !important;
  }

  .\32xl\:-left-44{
    left: -11rem !important;
  }

  .\32xl\:-left-48{
    left: -12rem !important;
  }

  .\32xl\:-left-52{
    left: -13rem !important;
  }

  .\32xl\:-left-56{
    left: -14rem !important;
  }

  .\32xl\:-left-60{
    left: -15rem !important;
  }

  .\32xl\:-left-64{
    left: -16rem !important;
  }

  .\32xl\:-left-72{
    left: -18rem !important;
  }

  .\32xl\:-left-80{
    left: -20rem !important;
  }

  .\32xl\:-left-96{
    left: -24rem !important;
  }

  .\32xl\:-left-px{
    left: -1px !important;
  }

  .\32xl\:-left-0\.5{
    left: -0.125rem !important;
  }

  .\32xl\:-left-1\.5{
    left: -0.375rem !important;
  }

  .\32xl\:-left-2\.5{
    left: -0.625rem !important;
  }

  .\32xl\:-left-3\.5{
    left: -0.875rem !important;
  }

  .\32xl\:left-1\/2{
    left: 50% !important;
  }

  .\32xl\:left-1\/3{
    left: 33.333333% !important;
  }

  .\32xl\:left-2\/3{
    left: 66.666667% !important;
  }

  .\32xl\:left-1\/4{
    left: 25% !important;
  }

  .\32xl\:left-2\/4{
    left: 50% !important;
  }

  .\32xl\:left-3\/4{
    left: 75% !important;
  }

  .\32xl\:left-full{
    left: 100% !important;
  }

  .\32xl\:-left-1\/2{
    left: -50% !important;
  }

  .\32xl\:-left-1\/3{
    left: -33.333333% !important;
  }

  .\32xl\:-left-2\/3{
    left: -66.666667% !important;
  }

  .\32xl\:-left-1\/4{
    left: -25% !important;
  }

  .\32xl\:-left-2\/4{
    left: -50% !important;
  }

  .\32xl\:-left-3\/4{
    left: -75% !important;
  }

  .\32xl\:-left-full{
    left: -100% !important;
  }

  .\32xl\:isolate{
    isolation: isolate !important;
  }

  .\32xl\:isolation-auto{
    isolation: auto !important;
  }

  .\32xl\:z-0{
    z-index: 0 !important;
  }

  .\32xl\:z-10{
    z-index: 10 !important;
  }

  .\32xl\:z-20{
    z-index: 20 !important;
  }

  .\32xl\:z-30{
    z-index: 30 !important;
  }

  .\32xl\:z-40{
    z-index: 40 !important;
  }

  .\32xl\:z-50{
    z-index: 50 !important;
  }

  .\32xl\:z-auto{
    z-index: auto !important;
  }

  .\32xl\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .\32xl\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .\32xl\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .\32xl\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .\32xl\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .\32xl\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .\32xl\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .\32xl\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .\32xl\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .\32xl\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .\32xl\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .\32xl\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .\32xl\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .\32xl\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .\32xl\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .\32xl\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .\32xl\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .\32xl\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .\32xl\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .\32xl\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .\32xl\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .\32xl\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .\32xl\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .\32xl\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .\32xl\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .\32xl\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .\32xl\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .\32xl\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .\32xl\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .\32xl\:col-auto{
    grid-column: auto !important;
  }

  .\32xl\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .\32xl\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .\32xl\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .\32xl\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .\32xl\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .\32xl\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .\32xl\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .\32xl\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .\32xl\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .\32xl\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .\32xl\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .\32xl\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .\32xl\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .\32xl\:col-start-1{
    grid-column-start: 1 !important;
  }

  .\32xl\:col-start-2{
    grid-column-start: 2 !important;
  }

  .\32xl\:col-start-3{
    grid-column-start: 3 !important;
  }

  .\32xl\:col-start-4{
    grid-column-start: 4 !important;
  }

  .\32xl\:col-start-5{
    grid-column-start: 5 !important;
  }

  .\32xl\:col-start-6{
    grid-column-start: 6 !important;
  }

  .\32xl\:col-start-7{
    grid-column-start: 7 !important;
  }

  .\32xl\:col-start-8{
    grid-column-start: 8 !important;
  }

  .\32xl\:col-start-9{
    grid-column-start: 9 !important;
  }

  .\32xl\:col-start-10{
    grid-column-start: 10 !important;
  }

  .\32xl\:col-start-11{
    grid-column-start: 11 !important;
  }

  .\32xl\:col-start-12{
    grid-column-start: 12 !important;
  }

  .\32xl\:col-start-13{
    grid-column-start: 13 !important;
  }

  .\32xl\:col-start-auto{
    grid-column-start: auto !important;
  }

  .\32xl\:col-end-1{
    grid-column-end: 1 !important;
  }

  .\32xl\:col-end-2{
    grid-column-end: 2 !important;
  }

  .\32xl\:col-end-3{
    grid-column-end: 3 !important;
  }

  .\32xl\:col-end-4{
    grid-column-end: 4 !important;
  }

  .\32xl\:col-end-5{
    grid-column-end: 5 !important;
  }

  .\32xl\:col-end-6{
    grid-column-end: 6 !important;
  }

  .\32xl\:col-end-7{
    grid-column-end: 7 !important;
  }

  .\32xl\:col-end-8{
    grid-column-end: 8 !important;
  }

  .\32xl\:col-end-9{
    grid-column-end: 9 !important;
  }

  .\32xl\:col-end-10{
    grid-column-end: 10 !important;
  }

  .\32xl\:col-end-11{
    grid-column-end: 11 !important;
  }

  .\32xl\:col-end-12{
    grid-column-end: 12 !important;
  }

  .\32xl\:col-end-13{
    grid-column-end: 13 !important;
  }

  .\32xl\:col-end-auto{
    grid-column-end: auto !important;
  }

  .\32xl\:row-auto{
    grid-row: auto !important;
  }

  .\32xl\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .\32xl\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .\32xl\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .\32xl\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .\32xl\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .\32xl\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .\32xl\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .\32xl\:row-start-1{
    grid-row-start: 1 !important;
  }

  .\32xl\:row-start-2{
    grid-row-start: 2 !important;
  }

  .\32xl\:row-start-3{
    grid-row-start: 3 !important;
  }

  .\32xl\:row-start-4{
    grid-row-start: 4 !important;
  }

  .\32xl\:row-start-5{
    grid-row-start: 5 !important;
  }

  .\32xl\:row-start-6{
    grid-row-start: 6 !important;
  }

  .\32xl\:row-start-7{
    grid-row-start: 7 !important;
  }

  .\32xl\:row-start-auto{
    grid-row-start: auto !important;
  }

  .\32xl\:row-end-1{
    grid-row-end: 1 !important;
  }

  .\32xl\:row-end-2{
    grid-row-end: 2 !important;
  }

  .\32xl\:row-end-3{
    grid-row-end: 3 !important;
  }

  .\32xl\:row-end-4{
    grid-row-end: 4 !important;
  }

  .\32xl\:row-end-5{
    grid-row-end: 5 !important;
  }

  .\32xl\:row-end-6{
    grid-row-end: 6 !important;
  }

  .\32xl\:row-end-7{
    grid-row-end: 7 !important;
  }

  .\32xl\:row-end-auto{
    grid-row-end: auto !important;
  }

  .\32xl\:float-right{
    float: right !important;
  }

  .\32xl\:float-left{
    float: left !important;
  }

  .\32xl\:float-none{
    float: none !important;
  }

  .\32xl\:clear-left{
    clear: left !important;
  }

  .\32xl\:clear-right{
    clear: right !important;
  }

  .\32xl\:clear-both{
    clear: both !important;
  }

  .\32xl\:clear-none{
    clear: none !important;
  }

  .\32xl\:m-0{
    margin: 0px !important;
  }

  .\32xl\:m-1{
    margin: 0.25rem !important;
  }

  .\32xl\:m-2{
    margin: 0.5rem !important;
  }

  .\32xl\:m-3{
    margin: 0.75rem !important;
  }

  .\32xl\:m-4{
    margin: 1rem !important;
  }

  .\32xl\:m-5{
    margin: 1.25rem !important;
  }

  .\32xl\:m-6{
    margin: 1.5rem !important;
  }

  .\32xl\:m-7{
    margin: 1.75rem !important;
  }

  .\32xl\:m-8{
    margin: 2rem !important;
  }

  .\32xl\:m-9{
    margin: 2.25rem !important;
  }

  .\32xl\:m-10{
    margin: 2.5rem !important;
  }

  .\32xl\:m-11{
    margin: 2.75rem !important;
  }

  .\32xl\:m-12{
    margin: 3rem !important;
  }

  .\32xl\:m-14{
    margin: 3.5rem !important;
  }

  .\32xl\:m-16{
    margin: 4rem !important;
  }

  .\32xl\:m-20{
    margin: 5rem !important;
  }

  .\32xl\:m-24{
    margin: 6rem !important;
  }

  .\32xl\:m-28{
    margin: 7rem !important;
  }

  .\32xl\:m-32{
    margin: 8rem !important;
  }

  .\32xl\:m-36{
    margin: 9rem !important;
  }

  .\32xl\:m-40{
    margin: 10rem !important;
  }

  .\32xl\:m-44{
    margin: 11rem !important;
  }

  .\32xl\:m-48{
    margin: 12rem !important;
  }

  .\32xl\:m-52{
    margin: 13rem !important;
  }

  .\32xl\:m-56{
    margin: 14rem !important;
  }

  .\32xl\:m-60{
    margin: 15rem !important;
  }

  .\32xl\:m-64{
    margin: 16rem !important;
  }

  .\32xl\:m-72{
    margin: 18rem !important;
  }

  .\32xl\:m-80{
    margin: 20rem !important;
  }

  .\32xl\:m-96{
    margin: 24rem !important;
  }

  .\32xl\:m-auto{
    margin: auto !important;
  }

  .\32xl\:m-px{
    margin: 1px !important;
  }

  .\32xl\:m-0\.5{
    margin: 0.125rem !important;
  }

  .\32xl\:m-1\.5{
    margin: 0.375rem !important;
  }

  .\32xl\:m-2\.5{
    margin: 0.625rem !important;
  }

  .\32xl\:m-3\.5{
    margin: 0.875rem !important;
  }

  .\32xl\:-m-0{
    margin: 0px !important;
  }

  .\32xl\:-m-1{
    margin: -0.25rem !important;
  }

  .\32xl\:-m-2{
    margin: -0.5rem !important;
  }

  .\32xl\:-m-3{
    margin: -0.75rem !important;
  }

  .\32xl\:-m-4{
    margin: -1rem !important;
  }

  .\32xl\:-m-5{
    margin: -1.25rem !important;
  }

  .\32xl\:-m-6{
    margin: -1.5rem !important;
  }

  .\32xl\:-m-7{
    margin: -1.75rem !important;
  }

  .\32xl\:-m-8{
    margin: -2rem !important;
  }

  .\32xl\:-m-9{
    margin: -2.25rem !important;
  }

  .\32xl\:-m-10{
    margin: -2.5rem !important;
  }

  .\32xl\:-m-11{
    margin: -2.75rem !important;
  }

  .\32xl\:-m-12{
    margin: -3rem !important;
  }

  .\32xl\:-m-14{
    margin: -3.5rem !important;
  }

  .\32xl\:-m-16{
    margin: -4rem !important;
  }

  .\32xl\:-m-20{
    margin: -5rem !important;
  }

  .\32xl\:-m-24{
    margin: -6rem !important;
  }

  .\32xl\:-m-28{
    margin: -7rem !important;
  }

  .\32xl\:-m-32{
    margin: -8rem !important;
  }

  .\32xl\:-m-36{
    margin: -9rem !important;
  }

  .\32xl\:-m-40{
    margin: -10rem !important;
  }

  .\32xl\:-m-44{
    margin: -11rem !important;
  }

  .\32xl\:-m-48{
    margin: -12rem !important;
  }

  .\32xl\:-m-52{
    margin: -13rem !important;
  }

  .\32xl\:-m-56{
    margin: -14rem !important;
  }

  .\32xl\:-m-60{
    margin: -15rem !important;
  }

  .\32xl\:-m-64{
    margin: -16rem !important;
  }

  .\32xl\:-m-72{
    margin: -18rem !important;
  }

  .\32xl\:-m-80{
    margin: -20rem !important;
  }

  .\32xl\:-m-96{
    margin: -24rem !important;
  }

  .\32xl\:-m-px{
    margin: -1px !important;
  }

  .\32xl\:-m-0\.5{
    margin: -0.125rem !important;
  }

  .\32xl\:-m-1\.5{
    margin: -0.375rem !important;
  }

  .\32xl\:-m-2\.5{
    margin: -0.625rem !important;
  }

  .\32xl\:-m-3\.5{
    margin: -0.875rem !important;
  }

  .\32xl\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .\32xl\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .\32xl\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .\32xl\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .\32xl\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .\32xl\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .\32xl\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .\32xl\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .\32xl\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .\32xl\:mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .\32xl\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .\32xl\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .\32xl\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .\32xl\:mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .\32xl\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .\32xl\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .\32xl\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .\32xl\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .\32xl\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .\32xl\:mx-36{
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .\32xl\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .\32xl\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .\32xl\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .\32xl\:mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .\32xl\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .\32xl\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .\32xl\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .\32xl\:mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .\32xl\:mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .\32xl\:mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .\32xl\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .\32xl\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .\32xl\:mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .\32xl\:mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .\32xl\:mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .\32xl\:mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .\32xl\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .\32xl\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .\32xl\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .\32xl\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .\32xl\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .\32xl\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .\32xl\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .\32xl\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .\32xl\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .\32xl\:-mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .\32xl\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .\32xl\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .\32xl\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .\32xl\:-mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .\32xl\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .\32xl\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .\32xl\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .\32xl\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .\32xl\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .\32xl\:-mx-36{
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .\32xl\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .\32xl\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .\32xl\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .\32xl\:-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .\32xl\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .\32xl\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .\32xl\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .\32xl\:-mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .\32xl\:-mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .\32xl\:-mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .\32xl\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .\32xl\:-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .\32xl\:-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .\32xl\:-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .\32xl\:-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .\32xl\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .\32xl\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .\32xl\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .\32xl\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .\32xl\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .\32xl\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .\32xl\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .\32xl\:my-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .\32xl\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .\32xl\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .\32xl\:my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .\32xl\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .\32xl\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .\32xl\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .\32xl\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .\32xl\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .\32xl\:my-36{
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .\32xl\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .\32xl\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .\32xl\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .\32xl\:my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .\32xl\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .\32xl\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .\32xl\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .\32xl\:my-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .\32xl\:my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .\32xl\:my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .\32xl\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .\32xl\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .\32xl\:my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .\32xl\:my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .\32xl\:my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .\32xl\:my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .\32xl\:-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .\32xl\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .\32xl\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .\32xl\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .\32xl\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .\32xl\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .\32xl\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .\32xl\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .\32xl\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .\32xl\:-my-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .\32xl\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .\32xl\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .\32xl\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .\32xl\:-my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .\32xl\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .\32xl\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .\32xl\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .\32xl\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .\32xl\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .\32xl\:-my-36{
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .\32xl\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .\32xl\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .\32xl\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .\32xl\:-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .\32xl\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .\32xl\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .\32xl\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .\32xl\:-my-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .\32xl\:-my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .\32xl\:-my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .\32xl\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .\32xl\:-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .\32xl\:-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .\32xl\:-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .\32xl\:-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .\32xl\:mt-0{
    margin-top: 0px !important;
  }

  .\32xl\:mt-1{
    margin-top: 0.25rem !important;
  }

  .\32xl\:mt-2{
    margin-top: 0.5rem !important;
  }

  .\32xl\:mt-3{
    margin-top: 0.75rem !important;
  }

  .\32xl\:mt-4{
    margin-top: 1rem !important;
  }

  .\32xl\:mt-5{
    margin-top: 1.25rem !important;
  }

  .\32xl\:mt-6{
    margin-top: 1.5rem !important;
  }

  .\32xl\:mt-7{
    margin-top: 1.75rem !important;
  }

  .\32xl\:mt-8{
    margin-top: 2rem !important;
  }

  .\32xl\:mt-9{
    margin-top: 2.25rem !important;
  }

  .\32xl\:mt-10{
    margin-top: 2.5rem !important;
  }

  .\32xl\:mt-11{
    margin-top: 2.75rem !important;
  }

  .\32xl\:mt-12{
    margin-top: 3rem !important;
  }

  .\32xl\:mt-14{
    margin-top: 3.5rem !important;
  }

  .\32xl\:mt-16{
    margin-top: 4rem !important;
  }

  .\32xl\:mt-20{
    margin-top: 5rem !important;
  }

  .\32xl\:mt-24{
    margin-top: 6rem !important;
  }

  .\32xl\:mt-28{
    margin-top: 7rem !important;
  }

  .\32xl\:mt-32{
    margin-top: 8rem !important;
  }

  .\32xl\:mt-36{
    margin-top: 9rem !important;
  }

  .\32xl\:mt-40{
    margin-top: 10rem !important;
  }

  .\32xl\:mt-44{
    margin-top: 11rem !important;
  }

  .\32xl\:mt-48{
    margin-top: 12rem !important;
  }

  .\32xl\:mt-52{
    margin-top: 13rem !important;
  }

  .\32xl\:mt-56{
    margin-top: 14rem !important;
  }

  .\32xl\:mt-60{
    margin-top: 15rem !important;
  }

  .\32xl\:mt-64{
    margin-top: 16rem !important;
  }

  .\32xl\:mt-72{
    margin-top: 18rem !important;
  }

  .\32xl\:mt-80{
    margin-top: 20rem !important;
  }

  .\32xl\:mt-96{
    margin-top: 24rem !important;
  }

  .\32xl\:mt-auto{
    margin-top: auto !important;
  }

  .\32xl\:mt-px{
    margin-top: 1px !important;
  }

  .\32xl\:mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .\32xl\:mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .\32xl\:mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .\32xl\:mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .\32xl\:-mt-0{
    margin-top: 0px !important;
  }

  .\32xl\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .\32xl\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .\32xl\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .\32xl\:-mt-4{
    margin-top: -1rem !important;
  }

  .\32xl\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .\32xl\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .\32xl\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .\32xl\:-mt-8{
    margin-top: -2rem !important;
  }

  .\32xl\:-mt-9{
    margin-top: -2.25rem !important;
  }

  .\32xl\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .\32xl\:-mt-11{
    margin-top: -2.75rem !important;
  }

  .\32xl\:-mt-12{
    margin-top: -3rem !important;
  }

  .\32xl\:-mt-14{
    margin-top: -3.5rem !important;
  }

  .\32xl\:-mt-16{
    margin-top: -4rem !important;
  }

  .\32xl\:-mt-20{
    margin-top: -5rem !important;
  }

  .\32xl\:-mt-24{
    margin-top: -6rem !important;
  }

  .\32xl\:-mt-28{
    margin-top: -7rem !important;
  }

  .\32xl\:-mt-32{
    margin-top: -8rem !important;
  }

  .\32xl\:-mt-36{
    margin-top: -9rem !important;
  }

  .\32xl\:-mt-40{
    margin-top: -10rem !important;
  }

  .\32xl\:-mt-44{
    margin-top: -11rem !important;
  }

  .\32xl\:-mt-48{
    margin-top: -12rem !important;
  }

  .\32xl\:-mt-52{
    margin-top: -13rem !important;
  }

  .\32xl\:-mt-56{
    margin-top: -14rem !important;
  }

  .\32xl\:-mt-60{
    margin-top: -15rem !important;
  }

  .\32xl\:-mt-64{
    margin-top: -16rem !important;
  }

  .\32xl\:-mt-72{
    margin-top: -18rem !important;
  }

  .\32xl\:-mt-80{
    margin-top: -20rem !important;
  }

  .\32xl\:-mt-96{
    margin-top: -24rem !important;
  }

  .\32xl\:-mt-px{
    margin-top: -1px !important;
  }

  .\32xl\:-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .\32xl\:-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .\32xl\:-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .\32xl\:-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .\32xl\:mr-0{
    margin-right: 0px !important;
  }

  .\32xl\:mr-1{
    margin-right: 0.25rem !important;
  }

  .\32xl\:mr-2{
    margin-right: 0.5rem !important;
  }

  .\32xl\:mr-3{
    margin-right: 0.75rem !important;
  }

  .\32xl\:mr-4{
    margin-right: 1rem !important;
  }

  .\32xl\:mr-5{
    margin-right: 1.25rem !important;
  }

  .\32xl\:mr-6{
    margin-right: 1.5rem !important;
  }

  .\32xl\:mr-7{
    margin-right: 1.75rem !important;
  }

  .\32xl\:mr-8{
    margin-right: 2rem !important;
  }

  .\32xl\:mr-9{
    margin-right: 2.25rem !important;
  }

  .\32xl\:mr-10{
    margin-right: 2.5rem !important;
  }

  .\32xl\:mr-11{
    margin-right: 2.75rem !important;
  }

  .\32xl\:mr-12{
    margin-right: 3rem !important;
  }

  .\32xl\:mr-14{
    margin-right: 3.5rem !important;
  }

  .\32xl\:mr-16{
    margin-right: 4rem !important;
  }

  .\32xl\:mr-20{
    margin-right: 5rem !important;
  }

  .\32xl\:mr-24{
    margin-right: 6rem !important;
  }

  .\32xl\:mr-28{
    margin-right: 7rem !important;
  }

  .\32xl\:mr-32{
    margin-right: 8rem !important;
  }

  .\32xl\:mr-36{
    margin-right: 9rem !important;
  }

  .\32xl\:mr-40{
    margin-right: 10rem !important;
  }

  .\32xl\:mr-44{
    margin-right: 11rem !important;
  }

  .\32xl\:mr-48{
    margin-right: 12rem !important;
  }

  .\32xl\:mr-52{
    margin-right: 13rem !important;
  }

  .\32xl\:mr-56{
    margin-right: 14rem !important;
  }

  .\32xl\:mr-60{
    margin-right: 15rem !important;
  }

  .\32xl\:mr-64{
    margin-right: 16rem !important;
  }

  .\32xl\:mr-72{
    margin-right: 18rem !important;
  }

  .\32xl\:mr-80{
    margin-right: 20rem !important;
  }

  .\32xl\:mr-96{
    margin-right: 24rem !important;
  }

  .\32xl\:mr-auto{
    margin-right: auto !important;
  }

  .\32xl\:mr-px{
    margin-right: 1px !important;
  }

  .\32xl\:mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .\32xl\:mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .\32xl\:mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .\32xl\:mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .\32xl\:-mr-0{
    margin-right: 0px !important;
  }

  .\32xl\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .\32xl\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .\32xl\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .\32xl\:-mr-4{
    margin-right: -1rem !important;
  }

  .\32xl\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .\32xl\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .\32xl\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .\32xl\:-mr-8{
    margin-right: -2rem !important;
  }

  .\32xl\:-mr-9{
    margin-right: -2.25rem !important;
  }

  .\32xl\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .\32xl\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .\32xl\:-mr-12{
    margin-right: -3rem !important;
  }

  .\32xl\:-mr-14{
    margin-right: -3.5rem !important;
  }

  .\32xl\:-mr-16{
    margin-right: -4rem !important;
  }

  .\32xl\:-mr-20{
    margin-right: -5rem !important;
  }

  .\32xl\:-mr-24{
    margin-right: -6rem !important;
  }

  .\32xl\:-mr-28{
    margin-right: -7rem !important;
  }

  .\32xl\:-mr-32{
    margin-right: -8rem !important;
  }

  .\32xl\:-mr-36{
    margin-right: -9rem !important;
  }

  .\32xl\:-mr-40{
    margin-right: -10rem !important;
  }

  .\32xl\:-mr-44{
    margin-right: -11rem !important;
  }

  .\32xl\:-mr-48{
    margin-right: -12rem !important;
  }

  .\32xl\:-mr-52{
    margin-right: -13rem !important;
  }

  .\32xl\:-mr-56{
    margin-right: -14rem !important;
  }

  .\32xl\:-mr-60{
    margin-right: -15rem !important;
  }

  .\32xl\:-mr-64{
    margin-right: -16rem !important;
  }

  .\32xl\:-mr-72{
    margin-right: -18rem !important;
  }

  .\32xl\:-mr-80{
    margin-right: -20rem !important;
  }

  .\32xl\:-mr-96{
    margin-right: -24rem !important;
  }

  .\32xl\:-mr-px{
    margin-right: -1px !important;
  }

  .\32xl\:-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .\32xl\:-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .\32xl\:-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .\32xl\:-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .\32xl\:mb-0{
    margin-bottom: 0px !important;
  }

  .\32xl\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .\32xl\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .\32xl\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .\32xl\:mb-4{
    margin-bottom: 1rem !important;
  }

  .\32xl\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .\32xl\:mb-8{
    margin-bottom: 2rem !important;
  }

  .\32xl\:mb-9{
    margin-bottom: 2.25rem !important;
  }

  .\32xl\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:mb-11{
    margin-bottom: 2.75rem !important;
  }

  .\32xl\:mb-12{
    margin-bottom: 3rem !important;
  }

  .\32xl\:mb-14{
    margin-bottom: 3.5rem !important;
  }

  .\32xl\:mb-16{
    margin-bottom: 4rem !important;
  }

  .\32xl\:mb-20{
    margin-bottom: 5rem !important;
  }

  .\32xl\:mb-24{
    margin-bottom: 6rem !important;
  }

  .\32xl\:mb-28{
    margin-bottom: 7rem !important;
  }

  .\32xl\:mb-32{
    margin-bottom: 8rem !important;
  }

  .\32xl\:mb-36{
    margin-bottom: 9rem !important;
  }

  .\32xl\:mb-40{
    margin-bottom: 10rem !important;
  }

  .\32xl\:mb-44{
    margin-bottom: 11rem !important;
  }

  .\32xl\:mb-48{
    margin-bottom: 12rem !important;
  }

  .\32xl\:mb-52{
    margin-bottom: 13rem !important;
  }

  .\32xl\:mb-56{
    margin-bottom: 14rem !important;
  }

  .\32xl\:mb-60{
    margin-bottom: 15rem !important;
  }

  .\32xl\:mb-64{
    margin-bottom: 16rem !important;
  }

  .\32xl\:mb-72{
    margin-bottom: 18rem !important;
  }

  .\32xl\:mb-80{
    margin-bottom: 20rem !important;
  }

  .\32xl\:mb-96{
    margin-bottom: 24rem !important;
  }

  .\32xl\:mb-auto{
    margin-bottom: auto !important;
  }

  .\32xl\:mb-px{
    margin-bottom: 1px !important;
  }

  .\32xl\:mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .\32xl\:mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .\32xl\:mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .\32xl\:mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .\32xl\:-mb-0{
    margin-bottom: 0px !important;
  }

  .\32xl\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .\32xl\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .\32xl\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .\32xl\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .\32xl\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .\32xl\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .\32xl\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .\32xl\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .\32xl\:-mb-9{
    margin-bottom: -2.25rem !important;
  }

  .\32xl\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .\32xl\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .\32xl\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .\32xl\:-mb-14{
    margin-bottom: -3.5rem !important;
  }

  .\32xl\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .\32xl\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .\32xl\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .\32xl\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .\32xl\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .\32xl\:-mb-36{
    margin-bottom: -9rem !important;
  }

  .\32xl\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .\32xl\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .\32xl\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .\32xl\:-mb-52{
    margin-bottom: -13rem !important;
  }

  .\32xl\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .\32xl\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .\32xl\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .\32xl\:-mb-72{
    margin-bottom: -18rem !important;
  }

  .\32xl\:-mb-80{
    margin-bottom: -20rem !important;
  }

  .\32xl\:-mb-96{
    margin-bottom: -24rem !important;
  }

  .\32xl\:-mb-px{
    margin-bottom: -1px !important;
  }

  .\32xl\:-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .\32xl\:-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .\32xl\:-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .\32xl\:-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .\32xl\:ml-0{
    margin-left: 0px !important;
  }

  .\32xl\:ml-1{
    margin-left: 0.25rem !important;
  }

  .\32xl\:ml-2{
    margin-left: 0.5rem !important;
  }

  .\32xl\:ml-3{
    margin-left: 0.75rem !important;
  }

  .\32xl\:ml-4{
    margin-left: 1rem !important;
  }

  .\32xl\:ml-5{
    margin-left: 1.25rem !important;
  }

  .\32xl\:ml-6{
    margin-left: 1.5rem !important;
  }

  .\32xl\:ml-7{
    margin-left: 1.75rem !important;
  }

  .\32xl\:ml-8{
    margin-left: 2rem !important;
  }

  .\32xl\:ml-9{
    margin-left: 2.25rem !important;
  }

  .\32xl\:ml-10{
    margin-left: 2.5rem !important;
  }

  .\32xl\:ml-11{
    margin-left: 2.75rem !important;
  }

  .\32xl\:ml-12{
    margin-left: 3rem !important;
  }

  .\32xl\:ml-14{
    margin-left: 3.5rem !important;
  }

  .\32xl\:ml-16{
    margin-left: 4rem !important;
  }

  .\32xl\:ml-20{
    margin-left: 5rem !important;
  }

  .\32xl\:ml-24{
    margin-left: 6rem !important;
  }

  .\32xl\:ml-28{
    margin-left: 7rem !important;
  }

  .\32xl\:ml-32{
    margin-left: 8rem !important;
  }

  .\32xl\:ml-36{
    margin-left: 9rem !important;
  }

  .\32xl\:ml-40{
    margin-left: 10rem !important;
  }

  .\32xl\:ml-44{
    margin-left: 11rem !important;
  }

  .\32xl\:ml-48{
    margin-left: 12rem !important;
  }

  .\32xl\:ml-52{
    margin-left: 13rem !important;
  }

  .\32xl\:ml-56{
    margin-left: 14rem !important;
  }

  .\32xl\:ml-60{
    margin-left: 15rem !important;
  }

  .\32xl\:ml-64{
    margin-left: 16rem !important;
  }

  .\32xl\:ml-72{
    margin-left: 18rem !important;
  }

  .\32xl\:ml-80{
    margin-left: 20rem !important;
  }

  .\32xl\:ml-96{
    margin-left: 24rem !important;
  }

  .\32xl\:ml-auto{
    margin-left: auto !important;
  }

  .\32xl\:ml-px{
    margin-left: 1px !important;
  }

  .\32xl\:ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .\32xl\:ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .\32xl\:ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .\32xl\:ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .\32xl\:-ml-0{
    margin-left: 0px !important;
  }

  .\32xl\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .\32xl\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .\32xl\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .\32xl\:-ml-4{
    margin-left: -1rem !important;
  }

  .\32xl\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .\32xl\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .\32xl\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .\32xl\:-ml-8{
    margin-left: -2rem !important;
  }

  .\32xl\:-ml-9{
    margin-left: -2.25rem !important;
  }

  .\32xl\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .\32xl\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .\32xl\:-ml-12{
    margin-left: -3rem !important;
  }

  .\32xl\:-ml-14{
    margin-left: -3.5rem !important;
  }

  .\32xl\:-ml-16{
    margin-left: -4rem !important;
  }

  .\32xl\:-ml-20{
    margin-left: -5rem !important;
  }

  .\32xl\:-ml-24{
    margin-left: -6rem !important;
  }

  .\32xl\:-ml-28{
    margin-left: -7rem !important;
  }

  .\32xl\:-ml-32{
    margin-left: -8rem !important;
  }

  .\32xl\:-ml-36{
    margin-left: -9rem !important;
  }

  .\32xl\:-ml-40{
    margin-left: -10rem !important;
  }

  .\32xl\:-ml-44{
    margin-left: -11rem !important;
  }

  .\32xl\:-ml-48{
    margin-left: -12rem !important;
  }

  .\32xl\:-ml-52{
    margin-left: -13rem !important;
  }

  .\32xl\:-ml-56{
    margin-left: -14rem !important;
  }

  .\32xl\:-ml-60{
    margin-left: -15rem !important;
  }

  .\32xl\:-ml-64{
    margin-left: -16rem !important;
  }

  .\32xl\:-ml-72{
    margin-left: -18rem !important;
  }

  .\32xl\:-ml-80{
    margin-left: -20rem !important;
  }

  .\32xl\:-ml-96{
    margin-left: -24rem !important;
  }

  .\32xl\:-ml-px{
    margin-left: -1px !important;
  }

  .\32xl\:-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .\32xl\:-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .\32xl\:-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .\32xl\:-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .\32xl\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .\32xl\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .\32xl\:block{
    display: block !important;
  }

  .\32xl\:inline-block{
    display: inline-block !important;
  }

  .\32xl\:inline{
    display: inline !important;
  }

  .\32xl\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .\32xl\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .\32xl\:table{
    display: table !important;
  }

  .\32xl\:inline-table{
    display: inline-table !important;
  }

  .\32xl\:table-caption{
    display: table-caption !important;
  }

  .\32xl\:table-cell{
    display: table-cell !important;
  }

  .\32xl\:table-column{
    display: table-column !important;
  }

  .\32xl\:table-column-group{
    display: table-column-group !important;
  }

  .\32xl\:table-footer-group{
    display: table-footer-group !important;
  }

  .\32xl\:table-header-group{
    display: table-header-group !important;
  }

  .\32xl\:table-row-group{
    display: table-row-group !important;
  }

  .\32xl\:table-row{
    display: table-row !important;
  }

  .\32xl\:flow-root{
    display: flow-root !important;
  }

  .\32xl\:grid{
    display: grid !important;
  }

  .\32xl\:inline-grid{
    display: inline-grid !important;
  }

  .\32xl\:contents{
    display: contents !important;
  }

  .\32xl\:list-item{
    display: list-item !important;
  }

  .\32xl\:hidden{
    display: none !important;
  }

  .\32xl\:h-0{
    height: 0px !important;
  }

  .\32xl\:h-1{
    height: 0.25rem !important;
  }

  .\32xl\:h-2{
    height: 0.5rem !important;
  }

  .\32xl\:h-3{
    height: 0.75rem !important;
  }

  .\32xl\:h-4{
    height: 1rem !important;
  }

  .\32xl\:h-5{
    height: 1.25rem !important;
  }

  .\32xl\:h-6{
    height: 1.5rem !important;
  }

  .\32xl\:h-7{
    height: 1.75rem !important;
  }

  .\32xl\:h-8{
    height: 2rem !important;
  }

  .\32xl\:h-9{
    height: 2.25rem !important;
  }

  .\32xl\:h-10{
    height: 2.5rem !important;
  }

  .\32xl\:h-11{
    height: 2.75rem !important;
  }

  .\32xl\:h-12{
    height: 3rem !important;
  }

  .\32xl\:h-14{
    height: 3.5rem !important;
  }

  .\32xl\:h-16{
    height: 4rem !important;
  }

  .\32xl\:h-20{
    height: 5rem !important;
  }

  .\32xl\:h-24{
    height: 6rem !important;
  }

  .\32xl\:h-28{
    height: 7rem !important;
  }

  .\32xl\:h-32{
    height: 8rem !important;
  }

  .\32xl\:h-36{
    height: 9rem !important;
  }

  .\32xl\:h-40{
    height: 10rem !important;
  }

  .\32xl\:h-44{
    height: 11rem !important;
  }

  .\32xl\:h-48{
    height: 12rem !important;
  }

  .\32xl\:h-52{
    height: 13rem !important;
  }

  .\32xl\:h-56{
    height: 14rem !important;
  }

  .\32xl\:h-60{
    height: 15rem !important;
  }

  .\32xl\:h-64{
    height: 16rem !important;
  }

  .\32xl\:h-72{
    height: 18rem !important;
  }

  .\32xl\:h-80{
    height: 20rem !important;
  }

  .\32xl\:h-96{
    height: 24rem !important;
  }

  .\32xl\:h-auto{
    height: auto !important;
  }

  .\32xl\:h-px{
    height: 1px !important;
  }

  .\32xl\:h-0\.5{
    height: 0.125rem !important;
  }

  .\32xl\:h-1\.5{
    height: 0.375rem !important;
  }

  .\32xl\:h-2\.5{
    height: 0.625rem !important;
  }

  .\32xl\:h-3\.5{
    height: 0.875rem !important;
  }

  .\32xl\:h-1\/2{
    height: 50% !important;
  }

  .\32xl\:h-1\/3{
    height: 33.333333% !important;
  }

  .\32xl\:h-2\/3{
    height: 66.666667% !important;
  }

  .\32xl\:h-1\/4{
    height: 25% !important;
  }

  .\32xl\:h-2\/4{
    height: 50% !important;
  }

  .\32xl\:h-3\/4{
    height: 75% !important;
  }

  .\32xl\:h-1\/5{
    height: 20% !important;
  }

  .\32xl\:h-2\/5{
    height: 40% !important;
  }

  .\32xl\:h-3\/5{
    height: 60% !important;
  }

  .\32xl\:h-4\/5{
    height: 80% !important;
  }

  .\32xl\:h-1\/6{
    height: 16.666667% !important;
  }

  .\32xl\:h-2\/6{
    height: 33.333333% !important;
  }

  .\32xl\:h-3\/6{
    height: 50% !important;
  }

  .\32xl\:h-4\/6{
    height: 66.666667% !important;
  }

  .\32xl\:h-5\/6{
    height: 83.333333% !important;
  }

  .\32xl\:h-full{
    height: 100% !important;
  }

  .\32xl\:h-screen{
    height: 100vh !important;
  }

  .\32xl\:max-h-0{
    max-height: 0px !important;
  }

  .\32xl\:max-h-1{
    max-height: 0.25rem !important;
  }

  .\32xl\:max-h-2{
    max-height: 0.5rem !important;
  }

  .\32xl\:max-h-3{
    max-height: 0.75rem !important;
  }

  .\32xl\:max-h-4{
    max-height: 1rem !important;
  }

  .\32xl\:max-h-5{
    max-height: 1.25rem !important;
  }

  .\32xl\:max-h-6{
    max-height: 1.5rem !important;
  }

  .\32xl\:max-h-7{
    max-height: 1.75rem !important;
  }

  .\32xl\:max-h-8{
    max-height: 2rem !important;
  }

  .\32xl\:max-h-9{
    max-height: 2.25rem !important;
  }

  .\32xl\:max-h-10{
    max-height: 2.5rem !important;
  }

  .\32xl\:max-h-11{
    max-height: 2.75rem !important;
  }

  .\32xl\:max-h-12{
    max-height: 3rem !important;
  }

  .\32xl\:max-h-14{
    max-height: 3.5rem !important;
  }

  .\32xl\:max-h-16{
    max-height: 4rem !important;
  }

  .\32xl\:max-h-20{
    max-height: 5rem !important;
  }

  .\32xl\:max-h-24{
    max-height: 6rem !important;
  }

  .\32xl\:max-h-28{
    max-height: 7rem !important;
  }

  .\32xl\:max-h-32{
    max-height: 8rem !important;
  }

  .\32xl\:max-h-36{
    max-height: 9rem !important;
  }

  .\32xl\:max-h-40{
    max-height: 10rem !important;
  }

  .\32xl\:max-h-44{
    max-height: 11rem !important;
  }

  .\32xl\:max-h-48{
    max-height: 12rem !important;
  }

  .\32xl\:max-h-52{
    max-height: 13rem !important;
  }

  .\32xl\:max-h-56{
    max-height: 14rem !important;
  }

  .\32xl\:max-h-60{
    max-height: 15rem !important;
  }

  .\32xl\:max-h-64{
    max-height: 16rem !important;
  }

  .\32xl\:max-h-72{
    max-height: 18rem !important;
  }

  .\32xl\:max-h-80{
    max-height: 20rem !important;
  }

  .\32xl\:max-h-96{
    max-height: 24rem !important;
  }

  .\32xl\:max-h-px{
    max-height: 1px !important;
  }

  .\32xl\:max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .\32xl\:max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .\32xl\:max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .\32xl\:max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .\32xl\:max-h-full{
    max-height: 100% !important;
  }

  .\32xl\:max-h-screen{
    max-height: 100vh !important;
  }

  .\32xl\:min-h-0{
    min-height: 0px !important;
  }

  .\32xl\:min-h-full{
    min-height: 100% !important;
  }

  .\32xl\:min-h-screen{
    min-height: 100vh !important;
  }

  .\32xl\:w-0{
    width: 0px !important;
  }

  .\32xl\:w-1{
    width: 0.25rem !important;
  }

  .\32xl\:w-2{
    width: 0.5rem !important;
  }

  .\32xl\:w-3{
    width: 0.75rem !important;
  }

  .\32xl\:w-4{
    width: 1rem !important;
  }

  .\32xl\:w-5{
    width: 1.25rem !important;
  }

  .\32xl\:w-6{
    width: 1.5rem !important;
  }

  .\32xl\:w-7{
    width: 1.75rem !important;
  }

  .\32xl\:w-8{
    width: 2rem !important;
  }

  .\32xl\:w-9{
    width: 2.25rem !important;
  }

  .\32xl\:w-10{
    width: 2.5rem !important;
  }

  .\32xl\:w-11{
    width: 2.75rem !important;
  }

  .\32xl\:w-12{
    width: 3rem !important;
  }

  .\32xl\:w-14{
    width: 3.5rem !important;
  }

  .\32xl\:w-16{
    width: 4rem !important;
  }

  .\32xl\:w-20{
    width: 5rem !important;
  }

  .\32xl\:w-24{
    width: 6rem !important;
  }

  .\32xl\:w-28{
    width: 7rem !important;
  }

  .\32xl\:w-32{
    width: 8rem !important;
  }

  .\32xl\:w-36{
    width: 9rem !important;
  }

  .\32xl\:w-40{
    width: 10rem !important;
  }

  .\32xl\:w-44{
    width: 11rem !important;
  }

  .\32xl\:w-48{
    width: 12rem !important;
  }

  .\32xl\:w-52{
    width: 13rem !important;
  }

  .\32xl\:w-56{
    width: 14rem !important;
  }

  .\32xl\:w-60{
    width: 15rem !important;
  }

  .\32xl\:w-64{
    width: 16rem !important;
  }

  .\32xl\:w-72{
    width: 18rem !important;
  }

  .\32xl\:w-80{
    width: 20rem !important;
  }

  .\32xl\:w-96{
    width: 24rem !important;
  }

  .\32xl\:w-auto{
    width: auto !important;
  }

  .\32xl\:w-px{
    width: 1px !important;
  }

  .\32xl\:w-0\.5{
    width: 0.125rem !important;
  }

  .\32xl\:w-1\.5{
    width: 0.375rem !important;
  }

  .\32xl\:w-2\.5{
    width: 0.625rem !important;
  }

  .\32xl\:w-3\.5{
    width: 0.875rem !important;
  }

  .\32xl\:w-1\/2{
    width: 50% !important;
  }

  .\32xl\:w-1\/3{
    width: 33.333333% !important;
  }

  .\32xl\:w-2\/3{
    width: 66.666667% !important;
  }

  .\32xl\:w-1\/4{
    width: 25% !important;
  }

  .\32xl\:w-2\/4{
    width: 50% !important;
  }

  .\32xl\:w-3\/4{
    width: 75% !important;
  }

  .\32xl\:w-1\/5{
    width: 20% !important;
  }

  .\32xl\:w-2\/5{
    width: 40% !important;
  }

  .\32xl\:w-3\/5{
    width: 60% !important;
  }

  .\32xl\:w-4\/5{
    width: 80% !important;
  }

  .\32xl\:w-1\/6{
    width: 16.666667% !important;
  }

  .\32xl\:w-2\/6{
    width: 33.333333% !important;
  }

  .\32xl\:w-3\/6{
    width: 50% !important;
  }

  .\32xl\:w-4\/6{
    width: 66.666667% !important;
  }

  .\32xl\:w-5\/6{
    width: 83.333333% !important;
  }

  .\32xl\:w-1\/12{
    width: 8.333333% !important;
  }

  .\32xl\:w-2\/12{
    width: 16.666667% !important;
  }

  .\32xl\:w-3\/12{
    width: 25% !important;
  }

  .\32xl\:w-4\/12{
    width: 33.333333% !important;
  }

  .\32xl\:w-5\/12{
    width: 41.666667% !important;
  }

  .\32xl\:w-6\/12{
    width: 50% !important;
  }

  .\32xl\:w-7\/12{
    width: 58.333333% !important;
  }

  .\32xl\:w-8\/12{
    width: 66.666667% !important;
  }

  .\32xl\:w-9\/12{
    width: 75% !important;
  }

  .\32xl\:w-10\/12{
    width: 83.333333% !important;
  }

  .\32xl\:w-11\/12{
    width: 91.666667% !important;
  }

  .\32xl\:w-full{
    width: 100% !important;
  }

  .\32xl\:w-screen{
    width: 100vw !important;
  }

  .\32xl\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .\32xl\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .\32xl\:min-w-0{
    min-width: 0px !important;
  }

  .\32xl\:min-w-full{
    min-width: 100% !important;
  }

  .\32xl\:min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .\32xl\:min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .\32xl\:max-w-0{
    max-width: 0rem !important;
  }

  .\32xl\:max-w-none{
    max-width: none !important;
  }

  .\32xl\:max-w-xs{
    max-width: 20rem !important;
  }

  .\32xl\:max-w-sm{
    max-width: 24rem !important;
  }

  .\32xl\:max-w-md{
    max-width: 28rem !important;
  }

  .\32xl\:max-w-lg{
    max-width: 32rem !important;
  }

  .\32xl\:max-w-xl{
    max-width: 36rem !important;
  }

  .\32xl\:max-w-2xl{
    max-width: 42rem !important;
  }

  .\32xl\:max-w-3xl{
    max-width: 48rem !important;
  }

  .\32xl\:max-w-4xl{
    max-width: 56rem !important;
  }

  .\32xl\:max-w-5xl{
    max-width: 64rem !important;
  }

  .\32xl\:max-w-6xl{
    max-width: 72rem !important;
  }

  .\32xl\:max-w-7xl{
    max-width: 80rem !important;
  }

  .\32xl\:max-w-full{
    max-width: 100% !important;
  }

  .\32xl\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .\32xl\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .\32xl\:max-w-prose{
    max-width: 65ch !important;
  }

  .\32xl\:max-w-screen-xs{
    max-width: 400px !important;
  }

  .\32xl\:max-w-screen-sm{
    max-width: 576px !important;
  }

  .\32xl\:max-w-screen-md{
    max-width: 768px !important;
  }

  .\32xl\:max-w-screen-mdlg{
    max-width: 992px !important;
  }

  .\32xl\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .\32xl\:max-w-screen-lgxl{
    max-width: 1200px !important;
  }

  .\32xl\:max-w-screen-xl{
    max-width: 1351px !important;
  }

  .\32xl\:max-w-screen-2xl{
    max-width: 1530px !important;
  }

  .\32xl\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .\32xl\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .\32xl\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .\32xl\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .\32xl\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .\32xl\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .\32xl\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .\32xl\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .\32xl\:table-auto{
    table-layout: auto !important;
  }

  .\32xl\:table-fixed{
    table-layout: fixed !important;
  }

  .\32xl\:border-collapse{
    border-collapse: collapse !important;
  }

  .\32xl\:border-separate{
    border-collapse: separate !important;
  }

  .\32xl\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .\32xl\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .\32xl\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .\32xl\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .\32xl\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .\32xl\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .\32xl\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .\32xl\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .\32xl\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .\32xl\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .\32xl\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .\32xl\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .\32xl\:translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .\32xl\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .\32xl\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl\:translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .\32xl\:translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl\:translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .\32xl\:translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .\32xl\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .\32xl\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .\32xl\:translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .\32xl\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .\32xl\:translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .\32xl\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .\32xl\:translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .\32xl\:translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .\32xl\:translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .\32xl\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .\32xl\:translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .\32xl\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .\32xl\:translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .\32xl\:translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .\32xl\:translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .\32xl\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .\32xl\:translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl\:translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl\:translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl\:translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl\:-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .\32xl\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .\32xl\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl\:-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .\32xl\:-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl\:-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .\32xl\:-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .\32xl\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .\32xl\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .\32xl\:-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .\32xl\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .\32xl\:-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .\32xl\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .\32xl\:-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .\32xl\:-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .\32xl\:-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .\32xl\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .\32xl\:-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .\32xl\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .\32xl\:-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .\32xl\:-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .\32xl\:-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .\32xl\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .\32xl\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .\32xl\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .\32xl\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .\32xl\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .\32xl\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .\32xl\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .\32xl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .\32xl\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .\32xl\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .\32xl\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .\32xl\:translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .\32xl\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .\32xl\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl\:translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .\32xl\:translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl\:translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .\32xl\:translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .\32xl\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .\32xl\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .\32xl\:translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .\32xl\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .\32xl\:translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .\32xl\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .\32xl\:translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .\32xl\:translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .\32xl\:translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .\32xl\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .\32xl\:translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .\32xl\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .\32xl\:translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .\32xl\:translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .\32xl\:translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .\32xl\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .\32xl\:translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl\:translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl\:translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl\:translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl\:-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .\32xl\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .\32xl\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl\:-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .\32xl\:-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl\:-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .\32xl\:-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .\32xl\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .\32xl\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .\32xl\:-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .\32xl\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .\32xl\:-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .\32xl\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .\32xl\:-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .\32xl\:-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .\32xl\:-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .\32xl\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .\32xl\:-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .\32xl\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .\32xl\:-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .\32xl\:-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .\32xl\:-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .\32xl\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .\32xl\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .\32xl\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .\32xl\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .\32xl\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .\32xl\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .\32xl\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .\32xl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .\32xl\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .\32xl\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .\32xl\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .\32xl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .\32xl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .\32xl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .\32xl\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .\32xl\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .\32xl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .\32xl\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .\32xl\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .\32xl\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .\32xl\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .\32xl\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .\32xl\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .\32xl\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .\32xl\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .\32xl\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .\32xl\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .\32xl\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .\32xl\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .\32xl\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .\32xl\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .\32xl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .\32xl\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .\32xl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .\32xl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .\32xl\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .\32xl\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .\32xl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .\32xl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .\32xl\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .\32xl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .\32xl\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .\32xl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .\32xl\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .\32xl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .\32xl\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .\32xl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .\32xl\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .\32xl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .\32xl\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .\32xl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .\32xl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .\32xl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .\32xl\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .\32xl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .\32xl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .\32xl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .\32xl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .\32xl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .\32xl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .\32xl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .\32xl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .\32xl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .\32xl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .\32xl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .\32xl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .\32xl\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .\32xl\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .\32xl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .\32xl\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .\32xl\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .\32xl\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .\32xl\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .\32xl\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .\32xl\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .\32xl\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .\32xl\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .\32xl\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .\32xl\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .\32xl\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .\32xl\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .\32xl\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .\32xl\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .\32xl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .\32xl\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .\32xl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .\32xl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .\32xl\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .\32xl\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .\32xl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .\32xl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .\32xl\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .\32xl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .\32xl\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .\32xl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .\32xl\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .\32xl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .\32xl\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .\32xl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .\32xl\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .\32xl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .\32xl\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .\32xl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .\32xl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .\32xl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .\32xl\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .\32xl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .\32xl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .\32xl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .\32xl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .\32xl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .\32xl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .\32xl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .\32xl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .\32xl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .\32xl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .\32xl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .\32xl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .\32xl\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .\32xl\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .\32xl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .\32xl\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .\32xl\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .\32xl\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .\32xl\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .\32xl\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .\32xl\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .\32xl\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .\32xl\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .\32xl\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .\32xl\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .\32xl\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .\32xl\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .\32xl\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .\32xl\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .\32xl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .\32xl\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .\32xl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .\32xl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .\32xl\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .\32xl\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .\32xl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .\32xl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .\32xl\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .\32xl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .\32xl\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .\32xl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .\32xl\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .\32xl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .\32xl\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .\32xl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .\32xl\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .\32xl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .\32xl\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .\32xl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .\32xl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .\32xl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .\32xl\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .\32xl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .\32xl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .\32xl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .\32xl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .\32xl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .\32xl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .\32xl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .\32xl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .\32xl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .\32xl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .\32xl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .\32xl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .\32xl\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .\32xl\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .\32xl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .\32xl\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .\32xl\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .\32xl\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .\32xl\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .\32xl\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .\32xl\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .\32xl\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .\32xl\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .\32xl\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .\32xl\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .\32xl\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .\32xl\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .\32xl\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .\32xl\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .\32xl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .\32xl\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .\32xl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .\32xl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .\32xl\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .\32xl\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .\32xl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .\32xl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .\32xl\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .\32xl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .\32xl\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .\32xl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .\32xl\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .\32xl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .\32xl\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .\32xl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .\32xl\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .\32xl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .\32xl\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .\32xl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .\32xl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .\32xl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .\32xl\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .\32xl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .\32xl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .\32xl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .\32xl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .\32xl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .\32xl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .\32xl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .\32xl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .\32xl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .\32xl\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .\32xl\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .\32xl\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .\32xl\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .\32xl\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .\32xl\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .\32xl\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .\32xl\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .\32xl\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .\32xl\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .\32xl\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .\32xl\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .\32xl\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .\32xl\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .\32xl\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .\32xl\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .\32xl\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .\32xl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .\32xl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .\32xl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .\32xl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .\32xl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .\32xl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .\32xl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .\32xl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .\32xl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .\32xl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .\32xl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .\32xl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .\32xl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .\32xl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .\32xl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .\32xl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .\32xl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .\32xl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .\32xl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .\32xl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .\32xl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .\32xl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .\32xl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .\32xl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .\32xl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .\32xl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .\32xl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .\32xl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .\32xl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .\32xl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .\32xl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .\32xl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .\32xl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .\32xl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .\32xl\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .\32xl\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .\32xl\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .\32xl\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .\32xl\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .\32xl\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .\32xl\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .\32xl\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .\32xl\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .\32xl\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .\32xl\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .\32xl\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .\32xl\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .\32xl\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .\32xl\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .\32xl\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .\32xl\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .\32xl\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .\32xl\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .\32xl\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .\32xl\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .\32xl\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .\32xl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .\32xl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .\32xl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .\32xl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .\32xl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .\32xl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .\32xl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .\32xl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .\32xl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .\32xl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .\32xl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .\32xl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .\32xl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .\32xl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .\32xl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .\32xl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .\32xl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .\32xl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .\32xl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .\32xl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .\32xl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .\32xl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .\32xl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .\32xl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .\32xl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .\32xl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .\32xl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .\32xl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .\32xl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .\32xl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .\32xl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .\32xl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .\32xl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .\32xl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .\32xl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .\32xl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .\32xl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .\32xl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .\32xl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .\32xl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .\32xl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .\32xl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .\32xl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .\32xl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .\32xl\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .\32xl\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .\32xl\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .\32xl\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .\32xl\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .\32xl\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .\32xl\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .\32xl\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .\32xl\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .\32xl\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .\32xl\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .\32xl\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .\32xl\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .\32xl\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .\32xl\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .\32xl\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .\32xl\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .\32xl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .\32xl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .\32xl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .\32xl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .\32xl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .\32xl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .\32xl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .\32xl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .\32xl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .\32xl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .\32xl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .\32xl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .\32xl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .\32xl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .\32xl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .\32xl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .\32xl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .\32xl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .\32xl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .\32xl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .\32xl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .\32xl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .\32xl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .\32xl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .\32xl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .\32xl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .\32xl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .\32xl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .\32xl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .\32xl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .\32xl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .\32xl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .\32xl\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .\32xl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .\32xl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .\32xl\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .\32xl\:cursor-auto{
    cursor: auto !important;
  }

  .\32xl\:cursor-default{
    cursor: default !important;
  }

  .\32xl\:cursor-pointer{
    cursor: pointer !important;
  }

  .\32xl\:cursor-wait{
    cursor: wait !important;
  }

  .\32xl\:cursor-text{
    cursor: text !important;
  }

  .\32xl\:cursor-move{
    cursor: move !important;
  }

  .\32xl\:cursor-help{
    cursor: help !important;
  }

  .\32xl\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .\32xl\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .\32xl\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .\32xl\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .\32xl\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .\32xl\:resize-none{
    resize: none !important;
  }

  .\32xl\:resize-y{
    resize: vertical !important;
  }

  .\32xl\:resize-x{
    resize: horizontal !important;
  }

  .\32xl\:resize{
    resize: both !important;
  }

  .\32xl\:list-inside{
    list-style-position: inside !important;
  }

  .\32xl\:list-outside{
    list-style-position: outside !important;
  }

  .\32xl\:list-none{
    list-style-type: none !important;
  }

  .\32xl\:list-disc{
    list-style-type: disc !important;
  }

  .\32xl\:list-decimal{
    list-style-type: decimal !important;
  }

  .\32xl\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .\32xl\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .\32xl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .\32xl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .\32xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .\32xl\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .\32xl\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .\32xl\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .\32xl\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .\32xl\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .\32xl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .\32xl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .\32xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .\32xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .\32xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .\32xl\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .\32xl\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .\32xl\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .\32xl\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .\32xl\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .\32xl\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .\32xl\:flex-nowrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .\32xl\:place-content-center{
    place-content: center !important;
  }

  .\32xl\:place-content-start{
    place-content: start !important;
  }

  .\32xl\:place-content-end{
    place-content: end !important;
  }

  .\32xl\:place-content-between{
    place-content: space-between !important;
  }

  .\32xl\:place-content-around{
    place-content: space-around !important;
  }

  .\32xl\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .\32xl\:place-content-stretch{
    place-content: stretch !important;
  }

  .\32xl\:place-items-start{
    place-items: start !important;
  }

  .\32xl\:place-items-end{
    place-items: end !important;
  }

  .\32xl\:place-items-center{
    place-items: center !important;
  }

  .\32xl\:place-items-stretch{
    place-items: stretch !important;
  }

  .\32xl\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .\32xl\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .\32xl\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .\32xl\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .\32xl\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .\32xl\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .\32xl\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .\32xl\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .\32xl\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .\32xl\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .\32xl\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .\32xl\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .\32xl\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .\32xl\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .\32xl\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .\32xl\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .\32xl\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .\32xl\:justify-items-start{
    justify-items: start !important;
  }

  .\32xl\:justify-items-end{
    justify-items: end !important;
  }

  .\32xl\:justify-items-center{
    justify-items: center !important;
  }

  .\32xl\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .\32xl\:gap-0{
    gap: 0px !important;
  }

  .\32xl\:gap-1{
    gap: 0.25rem !important;
  }

  .\32xl\:gap-2{
    gap: 0.5rem !important;
  }

  .\32xl\:gap-3{
    gap: 0.75rem !important;
  }

  .\32xl\:gap-4{
    gap: 1rem !important;
  }

  .\32xl\:gap-5{
    gap: 1.25rem !important;
  }

  .\32xl\:gap-6{
    gap: 1.5rem !important;
  }

  .\32xl\:gap-7{
    gap: 1.75rem !important;
  }

  .\32xl\:gap-8{
    gap: 2rem !important;
  }

  .\32xl\:gap-9{
    gap: 2.25rem !important;
  }

  .\32xl\:gap-10{
    gap: 2.5rem !important;
  }

  .\32xl\:gap-11{
    gap: 2.75rem !important;
  }

  .\32xl\:gap-12{
    gap: 3rem !important;
  }

  .\32xl\:gap-14{
    gap: 3.5rem !important;
  }

  .\32xl\:gap-16{
    gap: 4rem !important;
  }

  .\32xl\:gap-20{
    gap: 5rem !important;
  }

  .\32xl\:gap-24{
    gap: 6rem !important;
  }

  .\32xl\:gap-28{
    gap: 7rem !important;
  }

  .\32xl\:gap-32{
    gap: 8rem !important;
  }

  .\32xl\:gap-36{
    gap: 9rem !important;
  }

  .\32xl\:gap-40{
    gap: 10rem !important;
  }

  .\32xl\:gap-44{
    gap: 11rem !important;
  }

  .\32xl\:gap-48{
    gap: 12rem !important;
  }

  .\32xl\:gap-52{
    gap: 13rem !important;
  }

  .\32xl\:gap-56{
    gap: 14rem !important;
  }

  .\32xl\:gap-60{
    gap: 15rem !important;
  }

  .\32xl\:gap-64{
    gap: 16rem !important;
  }

  .\32xl\:gap-72{
    gap: 18rem !important;
  }

  .\32xl\:gap-80{
    gap: 20rem !important;
  }

  .\32xl\:gap-96{
    gap: 24rem !important;
  }

  .\32xl\:gap-px{
    gap: 1px !important;
  }

  .\32xl\:gap-0\.5{
    gap: 0.125rem !important;
  }

  .\32xl\:gap-1\.5{
    gap: 0.375rem !important;
  }

  .\32xl\:gap-2\.5{
    gap: 0.625rem !important;
  }

  .\32xl\:gap-3\.5{
    gap: 0.875rem !important;
  }

  .\32xl\:gap-x-0{
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }

  .\32xl\:gap-x-1{
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .\32xl\:gap-x-2{
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .\32xl\:gap-x-3{
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .\32xl\:gap-x-4{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .\32xl\:gap-x-5{
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .\32xl\:gap-x-6{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .\32xl\:gap-x-7{
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .\32xl\:gap-x-8{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .\32xl\:gap-x-9{
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

  .\32xl\:gap-x-10{
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .\32xl\:gap-x-11{
    -webkit-column-gap: 2.75rem !important;
       -moz-column-gap: 2.75rem !important;
            column-gap: 2.75rem !important;
  }

  .\32xl\:gap-x-12{
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .\32xl\:gap-x-14{
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .\32xl\:gap-x-16{
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .\32xl\:gap-x-20{
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .\32xl\:gap-x-24{
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .\32xl\:gap-x-28{
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .\32xl\:gap-x-32{
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .\32xl\:gap-x-36{
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }

  .\32xl\:gap-x-40{
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .\32xl\:gap-x-44{
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .\32xl\:gap-x-48{
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .\32xl\:gap-x-52{
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .\32xl\:gap-x-56{
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .\32xl\:gap-x-60{
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .\32xl\:gap-x-64{
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .\32xl\:gap-x-72{
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .\32xl\:gap-x-80{
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !important;
  }

  .\32xl\:gap-x-96{
    -webkit-column-gap: 24rem !important;
       -moz-column-gap: 24rem !important;
            column-gap: 24rem !important;
  }

  .\32xl\:gap-x-px{
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .\32xl\:gap-x-0\.5{
    -webkit-column-gap: 0.125rem !important;
       -moz-column-gap: 0.125rem !important;
            column-gap: 0.125rem !important;
  }

  .\32xl\:gap-x-1\.5{
    -webkit-column-gap: 0.375rem !important;
       -moz-column-gap: 0.375rem !important;
            column-gap: 0.375rem !important;
  }

  .\32xl\:gap-x-2\.5{
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .\32xl\:gap-x-3\.5{
    -webkit-column-gap: 0.875rem !important;
       -moz-column-gap: 0.875rem !important;
            column-gap: 0.875rem !important;
  }

  .\32xl\:gap-y-0{
    row-gap: 0px !important;
  }

  .\32xl\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .\32xl\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .\32xl\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .\32xl\:gap-y-4{
    row-gap: 1rem !important;
  }

  .\32xl\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .\32xl\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .\32xl\:gap-y-7{
    row-gap: 1.75rem !important;
  }

  .\32xl\:gap-y-8{
    row-gap: 2rem !important;
  }

  .\32xl\:gap-y-9{
    row-gap: 2.25rem !important;
  }

  .\32xl\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .\32xl\:gap-y-11{
    row-gap: 2.75rem !important;
  }

  .\32xl\:gap-y-12{
    row-gap: 3rem !important;
  }

  .\32xl\:gap-y-14{
    row-gap: 3.5rem !important;
  }

  .\32xl\:gap-y-16{
    row-gap: 4rem !important;
  }

  .\32xl\:gap-y-20{
    row-gap: 5rem !important;
  }

  .\32xl\:gap-y-24{
    row-gap: 6rem !important;
  }

  .\32xl\:gap-y-28{
    row-gap: 7rem !important;
  }

  .\32xl\:gap-y-32{
    row-gap: 8rem !important;
  }

  .\32xl\:gap-y-36{
    row-gap: 9rem !important;
  }

  .\32xl\:gap-y-40{
    row-gap: 10rem !important;
  }

  .\32xl\:gap-y-44{
    row-gap: 11rem !important;
  }

  .\32xl\:gap-y-48{
    row-gap: 12rem !important;
  }

  .\32xl\:gap-y-52{
    row-gap: 13rem !important;
  }

  .\32xl\:gap-y-56{
    row-gap: 14rem !important;
  }

  .\32xl\:gap-y-60{
    row-gap: 15rem !important;
  }

  .\32xl\:gap-y-64{
    row-gap: 16rem !important;
  }

  .\32xl\:gap-y-72{
    row-gap: 18rem !important;
  }

  .\32xl\:gap-y-80{
    row-gap: 20rem !important;
  }

  .\32xl\:gap-y-96{
    row-gap: 24rem !important;
  }

  .\32xl\:gap-y-px{
    row-gap: 1px !important;
  }

  .\32xl\:gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .\32xl\:gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .\32xl\:gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .\32xl\:gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .\32xl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .\32xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .\32xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .\32xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .\32xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .\32xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .\32xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .\32xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .\32xl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-transparent) !important;
  }

  .\32xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-black) !important;
  }

  .\32xl\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-white) !important;
  }

  .\32xl\:divide-error > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-error) !important;
  }

  .\32xl\:divide-warning > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-warning) !important;
  }

  .\32xl\:divide-success > :not([hidden]) ~ :not([hidden]){
    border-color: var(--color-success) !important;
  }

  .\32xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .\32xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .\32xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .\32xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .\32xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .\32xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .\32xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .\32xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .\32xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .\32xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .\32xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .\32xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .\32xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .\32xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .\32xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .\32xl\:place-self-auto{
    place-self: auto !important;
  }

  .\32xl\:place-self-start{
    place-self: start !important;
  }

  .\32xl\:place-self-end{
    place-self: end !important;
  }

  .\32xl\:place-self-center{
    place-self: center !important;
  }

  .\32xl\:place-self-stretch{
    place-self: stretch !important;
  }

  .\32xl\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .\32xl\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .\32xl\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .\32xl\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .\32xl\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .\32xl\:self-baseline{
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .\32xl\:justify-self-auto{
    justify-self: auto !important;
  }

  .\32xl\:justify-self-start{
    justify-self: start !important;
  }

  .\32xl\:justify-self-end{
    justify-self: end !important;
  }

  .\32xl\:justify-self-center{
    justify-self: center !important;
  }

  .\32xl\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .\32xl\:overflow-auto{
    overflow: auto !important;
  }

  .\32xl\:overflow-hidden{
    overflow: hidden !important;
  }

  .\32xl\:overflow-visible{
    overflow: visible !important;
  }

  .\32xl\:overflow-scroll{
    overflow: scroll !important;
  }

  .\32xl\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .\32xl\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .\32xl\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .\32xl\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .\32xl\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .\32xl\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .\32xl\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .\32xl\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .\32xl\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .\32xl\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .\32xl\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .\32xl\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .\32xl\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .\32xl\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .\32xl\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .\32xl\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .\32xl\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .\32xl\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .\32xl\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .\32xl\:overflow-clip{
    text-overflow: clip !important;
  }

  .\32xl\:whitespace-normal{
    white-space: normal !important;
  }

  .\32xl\:whitespace-nowrap{
    white-space: nowrap !important;
  }

  .\32xl\:whitespace-pre{
    white-space: pre !important;
  }

  .\32xl\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .\32xl\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .\32xl\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .\32xl\:break-words{
    overflow-wrap: break-word !important;
  }

  .\32xl\:break-all{
    word-break: break-all !important;
  }

  .\32xl\:rounded-none{
    border-radius: 0px !important;
  }

  .\32xl\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .\32xl\:rounded{
    border-radius: 0.25rem !important;
  }

  .\32xl\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .\32xl\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .\32xl\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .\32xl\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .\32xl\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .\32xl\:rounded-full{
    border-radius: 9999px !important;
  }

  .\32xl\:rounded-t-none{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .\32xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .\32xl\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .\32xl\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .\32xl\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .\32xl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .\32xl\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .\32xl\:rounded-r-none{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .\32xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .\32xl\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .\32xl\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .\32xl\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .\32xl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .\32xl\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl\:rounded-b-none{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .\32xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:rounded-l-none{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .\32xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:rounded-tl-none{
    border-top-left-radius: 0px !important;
  }

  .\32xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .\32xl\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .\32xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .\32xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .\32xl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .\32xl\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .\32xl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .\32xl\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .\32xl\:rounded-tr-none{
    border-top-right-radius: 0px !important;
  }

  .\32xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .\32xl\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .\32xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .\32xl\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .\32xl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .\32xl\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .\32xl\:rounded-br-none{
    border-bottom-right-radius: 0px !important;
  }

  .\32xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .\32xl\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .\32xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .\32xl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .\32xl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .\32xl\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl\:rounded-bl-none{
    border-bottom-left-radius: 0px !important;
  }

  .\32xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:border-0{
    border-width: 0px !important;
  }

  .\32xl\:border-2{
    border-width: 2px !important;
  }

  .\32xl\:border-4{
    border-width: 4px !important;
  }

  .\32xl\:border-8{
    border-width: 8px !important;
  }

  .\32xl\:border{
    border-width: 1px !important;
  }

  .\32xl\:border-t-0{
    border-top-width: 0px !important;
  }

  .\32xl\:border-t-2{
    border-top-width: 2px !important;
  }

  .\32xl\:border-t-4{
    border-top-width: 4px !important;
  }

  .\32xl\:border-t-8{
    border-top-width: 8px !important;
  }

  .\32xl\:border-t{
    border-top-width: 1px !important;
  }

  .\32xl\:border-r-0{
    border-right-width: 0px !important;
  }

  .\32xl\:border-r-2{
    border-right-width: 2px !important;
  }

  .\32xl\:border-r-4{
    border-right-width: 4px !important;
  }

  .\32xl\:border-r-8{
    border-right-width: 8px !important;
  }

  .\32xl\:border-r{
    border-right-width: 1px !important;
  }

  .\32xl\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .\32xl\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .\32xl\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .\32xl\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .\32xl\:border-b{
    border-bottom-width: 1px !important;
  }

  .\32xl\:border-l-0{
    border-left-width: 0px !important;
  }

  .\32xl\:border-l-2{
    border-left-width: 2px !important;
  }

  .\32xl\:border-l-4{
    border-left-width: 4px !important;
  }

  .\32xl\:border-l-8{
    border-left-width: 8px !important;
  }

  .\32xl\:border-l{
    border-left-width: 1px !important;
  }

  .\32xl\:border-solid{
    border-style: solid !important;
  }

  .\32xl\:border-dashed{
    border-style: dashed !important;
  }

  .\32xl\:border-dotted{
    border-style: dotted !important;
  }

  .\32xl\:border-double{
    border-style: double !important;
  }

  .\32xl\:border-none{
    border-style: none !important;
  }

  .\32xl\:border-transparent{
    border-color: var(--color-transparent) !important;
  }

  .\32xl\:border-black{
    border-color: var(--color-black) !important;
  }

  .\32xl\:border-white{
    border-color: var(--color-white) !important;
  }

  .\32xl\:border-error{
    border-color: var(--color-error) !important;
  }

  .\32xl\:border-warning{
    border-color: var(--color-warning) !important;
  }

  .\32xl\:border-success{
    border-color: var(--color-success) !important;
  }

  .group:hover .\32xl\:group-hover\:border-transparent{
    border-color: var(--color-transparent) !important;
  }

  .group:hover .\32xl\:group-hover\:border-black{
    border-color: var(--color-black) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white{
    border-color: var(--color-white) !important;
  }

  .group:hover .\32xl\:group-hover\:border-error{
    border-color: var(--color-error) !important;
  }

  .group:hover .\32xl\:group-hover\:border-warning{
    border-color: var(--color-warning) !important;
  }

  .group:hover .\32xl\:group-hover\:border-success{
    border-color: var(--color-success) !important;
  }

  .\32xl\:focus-within\:border-transparent:focus-within{
    border-color: var(--color-transparent) !important;
  }

  .\32xl\:focus-within\:border-black:focus-within{
    border-color: var(--color-black) !important;
  }

  .\32xl\:focus-within\:border-white:focus-within{
    border-color: var(--color-white) !important;
  }

  .\32xl\:focus-within\:border-error:focus-within{
    border-color: var(--color-error) !important;
  }

  .\32xl\:focus-within\:border-warning:focus-within{
    border-color: var(--color-warning) !important;
  }

  .\32xl\:focus-within\:border-success:focus-within{
    border-color: var(--color-success) !important;
  }

  .\32xl\:hover\:border-transparent:hover{
    border-color: var(--color-transparent) !important;
  }

  .\32xl\:hover\:border-black:hover{
    border-color: var(--color-black) !important;
  }

  .\32xl\:hover\:border-white:hover{
    border-color: var(--color-white) !important;
  }

  .\32xl\:hover\:border-error:hover{
    border-color: var(--color-error) !important;
  }

  .\32xl\:hover\:border-warning:hover{
    border-color: var(--color-warning) !important;
  }

  .\32xl\:hover\:border-success:hover{
    border-color: var(--color-success) !important;
  }

  .\32xl\:focus\:border-transparent:focus{
    border-color: var(--color-transparent) !important;
  }

  .\32xl\:focus\:border-black:focus{
    border-color: var(--color-black) !important;
  }

  .\32xl\:focus\:border-white:focus{
    border-color: var(--color-white) !important;
  }

  .\32xl\:focus\:border-error:focus{
    border-color: var(--color-error) !important;
  }

  .\32xl\:focus\:border-warning:focus{
    border-color: var(--color-warning) !important;
  }

  .\32xl\:focus\:border-success:focus{
    border-color: var(--color-success) !important;
  }

  .\32xl\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:bg-transparent{
    background-color: var(--color-transparent) !important;
  }

  .\32xl\:bg-black{
    background-color: var(--color-black) !important;
  }

  .\32xl\:bg-white{
    background-color: var(--color-white) !important;
  }

  .\32xl\:bg-error{
    background-color: var(--color-error) !important;
  }

  .\32xl\:bg-warning{
    background-color: var(--color-warning) !important;
  }

  .\32xl\:bg-success{
    background-color: var(--color-success) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-transparent{
    background-color: var(--color-transparent) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black{
    background-color: var(--color-black) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white{
    background-color: var(--color-white) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-error{
    background-color: var(--color-error) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-warning{
    background-color: var(--color-warning) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-success{
    background-color: var(--color-success) !important;
  }

  .\32xl\:focus-within\:bg-transparent:focus-within{
    background-color: var(--color-transparent) !important;
  }

  .\32xl\:focus-within\:bg-black:focus-within{
    background-color: var(--color-black) !important;
  }

  .\32xl\:focus-within\:bg-white:focus-within{
    background-color: var(--color-white) !important;
  }

  .\32xl\:focus-within\:bg-error:focus-within{
    background-color: var(--color-error) !important;
  }

  .\32xl\:focus-within\:bg-warning:focus-within{
    background-color: var(--color-warning) !important;
  }

  .\32xl\:focus-within\:bg-success:focus-within{
    background-color: var(--color-success) !important;
  }

  .\32xl\:hover\:bg-transparent:hover{
    background-color: var(--color-transparent) !important;
  }

  .\32xl\:hover\:bg-black:hover{
    background-color: var(--color-black) !important;
  }

  .\32xl\:hover\:bg-white:hover{
    background-color: var(--color-white) !important;
  }

  .\32xl\:hover\:bg-error:hover{
    background-color: var(--color-error) !important;
  }

  .\32xl\:hover\:bg-warning:hover{
    background-color: var(--color-warning) !important;
  }

  .\32xl\:hover\:bg-success:hover{
    background-color: var(--color-success) !important;
  }

  .\32xl\:focus\:bg-transparent:focus{
    background-color: var(--color-transparent) !important;
  }

  .\32xl\:focus\:bg-black:focus{
    background-color: var(--color-black) !important;
  }

  .\32xl\:focus\:bg-white:focus{
    background-color: var(--color-white) !important;
  }

  .\32xl\:focus\:bg-error:focus{
    background-color: var(--color-error) !important;
  }

  .\32xl\:focus\:bg-warning:focus{
    background-color: var(--color-warning) !important;
  }

  .\32xl\:focus\:bg-success:focus{
    background-color: var(--color-success) !important;
  }

  .\32xl\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:bg-none{
    background-image: none !important;
  }

  .\32xl\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:from-transparent{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:from-black{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:from-white{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:from-error{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:from-warning{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:from-success{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:from-transparent:hover{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:from-black:hover{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:from-white:hover{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:from-error:hover{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:from-warning:hover{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:from-success:hover{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:from-transparent:focus{
    --tw-gradient-from: var(--color-transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:from-black:focus{
    --tw-gradient-from: var(--color-black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:from-white:focus{
    --tw-gradient-from: var(--color-white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:from-error:focus{
    --tw-gradient-from: var(--color-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:from-warning:focus{
    --tw-gradient-from: var(--color-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:from-success:focus{
    --tw-gradient-from: var(--color-success) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:via-error{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:via-warning{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:via-success{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:via-error:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:via-warning:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:via-success:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-transparent), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:via-error:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:via-warning:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:via-success:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-success), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:to-transparent{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .\32xl\:to-black{
    --tw-gradient-to: var(--color-black) !important;
  }

  .\32xl\:to-white{
    --tw-gradient-to: var(--color-white) !important;
  }

  .\32xl\:to-error{
    --tw-gradient-to: var(--color-error) !important;
  }

  .\32xl\:to-warning{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .\32xl\:to-success{
    --tw-gradient-to: var(--color-success) !important;
  }

  .\32xl\:hover\:to-transparent:hover{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .\32xl\:hover\:to-black:hover{
    --tw-gradient-to: var(--color-black) !important;
  }

  .\32xl\:hover\:to-white:hover{
    --tw-gradient-to: var(--color-white) !important;
  }

  .\32xl\:hover\:to-error:hover{
    --tw-gradient-to: var(--color-error) !important;
  }

  .\32xl\:hover\:to-warning:hover{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .\32xl\:hover\:to-success:hover{
    --tw-gradient-to: var(--color-success) !important;
  }

  .\32xl\:focus\:to-transparent:focus{
    --tw-gradient-to: var(--color-transparent) !important;
  }

  .\32xl\:focus\:to-black:focus{
    --tw-gradient-to: var(--color-black) !important;
  }

  .\32xl\:focus\:to-white:focus{
    --tw-gradient-to: var(--color-white) !important;
  }

  .\32xl\:focus\:to-error:focus{
    --tw-gradient-to: var(--color-error) !important;
  }

  .\32xl\:focus\:to-warning:focus{
    --tw-gradient-to: var(--color-warning) !important;
  }

  .\32xl\:focus\:to-success:focus{
    --tw-gradient-to: var(--color-success) !important;
  }

  .\32xl\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .\32xl\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .\32xl\:bg-auto{
    background-size: auto !important;
  }

  .\32xl\:bg-cover{
    background-size: cover !important;
  }

  .\32xl\:bg-contain{
    background-size: contain !important;
  }

  .\32xl\:bg-fixed{
    background-attachment: fixed !important;
  }

  .\32xl\:bg-local{
    background-attachment: local !important;
  }

  .\32xl\:bg-scroll{
    background-attachment: scroll !important;
  }

  .\32xl\:bg-clip-border{
    background-clip: border-box !important;
  }

  .\32xl\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .\32xl\:bg-clip-content{
    background-clip: content-box !important;
  }

  .\32xl\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .\32xl\:bg-bottom{
    background-position: bottom !important;
  }

  .\32xl\:bg-center{
    background-position: center !important;
  }

  .\32xl\:bg-left{
    background-position: left !important;
  }

  .\32xl\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .\32xl\:bg-left-top{
    background-position: left top !important;
  }

  .\32xl\:bg-right{
    background-position: right !important;
  }

  .\32xl\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .\32xl\:bg-right-top{
    background-position: right top !important;
  }

  .\32xl\:bg-top{
    background-position: top !important;
  }

  .\32xl\:bg-repeat{
    background-repeat: repeat !important;
  }

  .\32xl\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .\32xl\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .\32xl\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .\32xl\:bg-repeat-round{
    background-repeat: round !important;
  }

  .\32xl\:bg-repeat-space{
    background-repeat: space !important;
  }

  .\32xl\:bg-origin-border{
    background-origin: border-box !important;
  }

  .\32xl\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .\32xl\:bg-origin-content{
    background-origin: content-box !important;
  }

  .\32xl\:fill-current{
    fill: currentColor !important;
  }

  .\32xl\:stroke-current{
    stroke: currentColor !important;
  }

  .\32xl\:stroke-0{
    stroke-width: 0 !important;
  }

  .\32xl\:stroke-1{
    stroke-width: 1 !important;
  }

  .\32xl\:stroke-2{
    stroke-width: 2 !important;
  }

  .\32xl\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .\32xl\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .\32xl\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .\32xl\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .\32xl\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .\32xl\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .\32xl\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .\32xl\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .\32xl\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .\32xl\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .\32xl\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .\32xl\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .\32xl\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .\32xl\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .\32xl\:p-0{
    padding: 0px !important;
  }

  .\32xl\:p-1{
    padding: 0.25rem !important;
  }

  .\32xl\:p-2{
    padding: 0.5rem !important;
  }

  .\32xl\:p-3{
    padding: 0.75rem !important;
  }

  .\32xl\:p-4{
    padding: 1rem !important;
  }

  .\32xl\:p-5{
    padding: 1.25rem !important;
  }

  .\32xl\:p-6{
    padding: 1.5rem !important;
  }

  .\32xl\:p-7{
    padding: 1.75rem !important;
  }

  .\32xl\:p-8{
    padding: 2rem !important;
  }

  .\32xl\:p-9{
    padding: 2.25rem !important;
  }

  .\32xl\:p-10{
    padding: 2.5rem !important;
  }

  .\32xl\:p-11{
    padding: 2.75rem !important;
  }

  .\32xl\:p-12{
    padding: 3rem !important;
  }

  .\32xl\:p-14{
    padding: 3.5rem !important;
  }

  .\32xl\:p-16{
    padding: 4rem !important;
  }

  .\32xl\:p-20{
    padding: 5rem !important;
  }

  .\32xl\:p-24{
    padding: 6rem !important;
  }

  .\32xl\:p-28{
    padding: 7rem !important;
  }

  .\32xl\:p-32{
    padding: 8rem !important;
  }

  .\32xl\:p-36{
    padding: 9rem !important;
  }

  .\32xl\:p-40{
    padding: 10rem !important;
  }

  .\32xl\:p-44{
    padding: 11rem !important;
  }

  .\32xl\:p-48{
    padding: 12rem !important;
  }

  .\32xl\:p-52{
    padding: 13rem !important;
  }

  .\32xl\:p-56{
    padding: 14rem !important;
  }

  .\32xl\:p-60{
    padding: 15rem !important;
  }

  .\32xl\:p-64{
    padding: 16rem !important;
  }

  .\32xl\:p-72{
    padding: 18rem !important;
  }

  .\32xl\:p-80{
    padding: 20rem !important;
  }

  .\32xl\:p-96{
    padding: 24rem !important;
  }

  .\32xl\:p-px{
    padding: 1px !important;
  }

  .\32xl\:p-0\.5{
    padding: 0.125rem !important;
  }

  .\32xl\:p-1\.5{
    padding: 0.375rem !important;
  }

  .\32xl\:p-2\.5{
    padding: 0.625rem !important;
  }

  .\32xl\:p-3\.5{
    padding: 0.875rem !important;
  }

  .\32xl\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .\32xl\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .\32xl\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .\32xl\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .\32xl\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .\32xl\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\32xl\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\32xl\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .\32xl\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .\32xl\:px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .\32xl\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\32xl\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .\32xl\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\32xl\:px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .\32xl\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .\32xl\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\32xl\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .\32xl\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .\32xl\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .\32xl\:px-36{
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .\32xl\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .\32xl\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .\32xl\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .\32xl\:px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .\32xl\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .\32xl\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .\32xl\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .\32xl\:px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .\32xl\:px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .\32xl\:px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .\32xl\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .\32xl\:px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .\32xl\:px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .\32xl\:px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .\32xl\:px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .\32xl\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .\32xl\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .\32xl\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .\32xl\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .\32xl\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .\32xl\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .\32xl\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .\32xl\:py-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .\32xl\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .\32xl\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .\32xl\:py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .\32xl\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .\32xl\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .\32xl\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .\32xl\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .\32xl\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .\32xl\:py-36{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .\32xl\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .\32xl\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .\32xl\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .\32xl\:py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .\32xl\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .\32xl\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .\32xl\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .\32xl\:py-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .\32xl\:py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .\32xl\:py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .\32xl\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .\32xl\:py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .\32xl\:py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .\32xl\:py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .\32xl\:py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .\32xl\:pt-0{
    padding-top: 0px !important;
  }

  .\32xl\:pt-1{
    padding-top: 0.25rem !important;
  }

  .\32xl\:pt-2{
    padding-top: 0.5rem !important;
  }

  .\32xl\:pt-3{
    padding-top: 0.75rem !important;
  }

  .\32xl\:pt-4{
    padding-top: 1rem !important;
  }

  .\32xl\:pt-5{
    padding-top: 1.25rem !important;
  }

  .\32xl\:pt-6{
    padding-top: 1.5rem !important;
  }

  .\32xl\:pt-7{
    padding-top: 1.75rem !important;
  }

  .\32xl\:pt-8{
    padding-top: 2rem !important;
  }

  .\32xl\:pt-9{
    padding-top: 2.25rem !important;
  }

  .\32xl\:pt-10{
    padding-top: 2.5rem !important;
  }

  .\32xl\:pt-11{
    padding-top: 2.75rem !important;
  }

  .\32xl\:pt-12{
    padding-top: 3rem !important;
  }

  .\32xl\:pt-14{
    padding-top: 3.5rem !important;
  }

  .\32xl\:pt-16{
    padding-top: 4rem !important;
  }

  .\32xl\:pt-20{
    padding-top: 5rem !important;
  }

  .\32xl\:pt-24{
    padding-top: 6rem !important;
  }

  .\32xl\:pt-28{
    padding-top: 7rem !important;
  }

  .\32xl\:pt-32{
    padding-top: 8rem !important;
  }

  .\32xl\:pt-36{
    padding-top: 9rem !important;
  }

  .\32xl\:pt-40{
    padding-top: 10rem !important;
  }

  .\32xl\:pt-44{
    padding-top: 11rem !important;
  }

  .\32xl\:pt-48{
    padding-top: 12rem !important;
  }

  .\32xl\:pt-52{
    padding-top: 13rem !important;
  }

  .\32xl\:pt-56{
    padding-top: 14rem !important;
  }

  .\32xl\:pt-60{
    padding-top: 15rem !important;
  }

  .\32xl\:pt-64{
    padding-top: 16rem !important;
  }

  .\32xl\:pt-72{
    padding-top: 18rem !important;
  }

  .\32xl\:pt-80{
    padding-top: 20rem !important;
  }

  .\32xl\:pt-96{
    padding-top: 24rem !important;
  }

  .\32xl\:pt-px{
    padding-top: 1px !important;
  }

  .\32xl\:pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .\32xl\:pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .\32xl\:pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .\32xl\:pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .\32xl\:pr-0{
    padding-right: 0px !important;
  }

  .\32xl\:pr-1{
    padding-right: 0.25rem !important;
  }

  .\32xl\:pr-2{
    padding-right: 0.5rem !important;
  }

  .\32xl\:pr-3{
    padding-right: 0.75rem !important;
  }

  .\32xl\:pr-4{
    padding-right: 1rem !important;
  }

  .\32xl\:pr-5{
    padding-right: 1.25rem !important;
  }

  .\32xl\:pr-6{
    padding-right: 1.5rem !important;
  }

  .\32xl\:pr-7{
    padding-right: 1.75rem !important;
  }

  .\32xl\:pr-8{
    padding-right: 2rem !important;
  }

  .\32xl\:pr-9{
    padding-right: 2.25rem !important;
  }

  .\32xl\:pr-10{
    padding-right: 2.5rem !important;
  }

  .\32xl\:pr-11{
    padding-right: 2.75rem !important;
  }

  .\32xl\:pr-12{
    padding-right: 3rem !important;
  }

  .\32xl\:pr-14{
    padding-right: 3.5rem !important;
  }

  .\32xl\:pr-16{
    padding-right: 4rem !important;
  }

  .\32xl\:pr-20{
    padding-right: 5rem !important;
  }

  .\32xl\:pr-24{
    padding-right: 6rem !important;
  }

  .\32xl\:pr-28{
    padding-right: 7rem !important;
  }

  .\32xl\:pr-32{
    padding-right: 8rem !important;
  }

  .\32xl\:pr-36{
    padding-right: 9rem !important;
  }

  .\32xl\:pr-40{
    padding-right: 10rem !important;
  }

  .\32xl\:pr-44{
    padding-right: 11rem !important;
  }

  .\32xl\:pr-48{
    padding-right: 12rem !important;
  }

  .\32xl\:pr-52{
    padding-right: 13rem !important;
  }

  .\32xl\:pr-56{
    padding-right: 14rem !important;
  }

  .\32xl\:pr-60{
    padding-right: 15rem !important;
  }

  .\32xl\:pr-64{
    padding-right: 16rem !important;
  }

  .\32xl\:pr-72{
    padding-right: 18rem !important;
  }

  .\32xl\:pr-80{
    padding-right: 20rem !important;
  }

  .\32xl\:pr-96{
    padding-right: 24rem !important;
  }

  .\32xl\:pr-px{
    padding-right: 1px !important;
  }

  .\32xl\:pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .\32xl\:pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .\32xl\:pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .\32xl\:pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .\32xl\:pb-0{
    padding-bottom: 0px !important;
  }

  .\32xl\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .\32xl\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .\32xl\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .\32xl\:pb-4{
    padding-bottom: 1rem !important;
  }

  .\32xl\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .\32xl\:pb-8{
    padding-bottom: 2rem !important;
  }

  .\32xl\:pb-9{
    padding-bottom: 2.25rem !important;
  }

  .\32xl\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .\32xl\:pb-12{
    padding-bottom: 3rem !important;
  }

  .\32xl\:pb-14{
    padding-bottom: 3.5rem !important;
  }

  .\32xl\:pb-16{
    padding-bottom: 4rem !important;
  }

  .\32xl\:pb-20{
    padding-bottom: 5rem !important;
  }

  .\32xl\:pb-24{
    padding-bottom: 6rem !important;
  }

  .\32xl\:pb-28{
    padding-bottom: 7rem !important;
  }

  .\32xl\:pb-32{
    padding-bottom: 8rem !important;
  }

  .\32xl\:pb-36{
    padding-bottom: 9rem !important;
  }

  .\32xl\:pb-40{
    padding-bottom: 10rem !important;
  }

  .\32xl\:pb-44{
    padding-bottom: 11rem !important;
  }

  .\32xl\:pb-48{
    padding-bottom: 12rem !important;
  }

  .\32xl\:pb-52{
    padding-bottom: 13rem !important;
  }

  .\32xl\:pb-56{
    padding-bottom: 14rem !important;
  }

  .\32xl\:pb-60{
    padding-bottom: 15rem !important;
  }

  .\32xl\:pb-64{
    padding-bottom: 16rem !important;
  }

  .\32xl\:pb-72{
    padding-bottom: 18rem !important;
  }

  .\32xl\:pb-80{
    padding-bottom: 20rem !important;
  }

  .\32xl\:pb-96{
    padding-bottom: 24rem !important;
  }

  .\32xl\:pb-px{
    padding-bottom: 1px !important;
  }

  .\32xl\:pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .\32xl\:pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .\32xl\:pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .\32xl\:pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .\32xl\:pl-0{
    padding-left: 0px !important;
  }

  .\32xl\:pl-1{
    padding-left: 0.25rem !important;
  }

  .\32xl\:pl-2{
    padding-left: 0.5rem !important;
  }

  .\32xl\:pl-3{
    padding-left: 0.75rem !important;
  }

  .\32xl\:pl-4{
    padding-left: 1rem !important;
  }

  .\32xl\:pl-5{
    padding-left: 1.25rem !important;
  }

  .\32xl\:pl-6{
    padding-left: 1.5rem !important;
  }

  .\32xl\:pl-7{
    padding-left: 1.75rem !important;
  }

  .\32xl\:pl-8{
    padding-left: 2rem !important;
  }

  .\32xl\:pl-9{
    padding-left: 2.25rem !important;
  }

  .\32xl\:pl-10{
    padding-left: 2.5rem !important;
  }

  .\32xl\:pl-11{
    padding-left: 2.75rem !important;
  }

  .\32xl\:pl-12{
    padding-left: 3rem !important;
  }

  .\32xl\:pl-14{
    padding-left: 3.5rem !important;
  }

  .\32xl\:pl-16{
    padding-left: 4rem !important;
  }

  .\32xl\:pl-20{
    padding-left: 5rem !important;
  }

  .\32xl\:pl-24{
    padding-left: 6rem !important;
  }

  .\32xl\:pl-28{
    padding-left: 7rem !important;
  }

  .\32xl\:pl-32{
    padding-left: 8rem !important;
  }

  .\32xl\:pl-36{
    padding-left: 9rem !important;
  }

  .\32xl\:pl-40{
    padding-left: 10rem !important;
  }

  .\32xl\:pl-44{
    padding-left: 11rem !important;
  }

  .\32xl\:pl-48{
    padding-left: 12rem !important;
  }

  .\32xl\:pl-52{
    padding-left: 13rem !important;
  }

  .\32xl\:pl-56{
    padding-left: 14rem !important;
  }

  .\32xl\:pl-60{
    padding-left: 15rem !important;
  }

  .\32xl\:pl-64{
    padding-left: 16rem !important;
  }

  .\32xl\:pl-72{
    padding-left: 18rem !important;
  }

  .\32xl\:pl-80{
    padding-left: 20rem !important;
  }

  .\32xl\:pl-96{
    padding-left: 24rem !important;
  }

  .\32xl\:pl-px{
    padding-left: 1px !important;
  }

  .\32xl\:pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .\32xl\:pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .\32xl\:pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .\32xl\:pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .\32xl\:text-left{
    text-align: left !important;
  }

  .\32xl\:text-center{
    text-align: center !important;
  }

  .\32xl\:text-right{
    text-align: right !important;
  }

  .\32xl\:text-justify{
    text-align: justify !important;
  }

  .\32xl\:align-baseline{
    vertical-align: baseline !important;
  }

  .\32xl\:align-top{
    vertical-align: top !important;
  }

  .\32xl\:align-middle{
    vertical-align: middle !important;
  }

  .\32xl\:align-bottom{
    vertical-align: bottom !important;
  }

  .\32xl\:align-text-top{
    vertical-align: text-top !important;
  }

  .\32xl\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .\32xl\:font-body{
    font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  }

  .\32xl\:font-heading{
    font-family: Open Sans, Helvetica, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  }

  .\32xl\:text-xs{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .\32xl\:text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .\32xl\:text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .\32xl\:text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .\32xl\:text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .\32xl\:text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .\32xl\:text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .\32xl\:text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .\32xl\:text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .\32xl\:text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .\32xl\:text-7xl{
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .\32xl\:text-8xl{
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .\32xl\:text-9xl{
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .\32xl\:font-normal{
    font-weight: 400 !important;
  }

  .\32xl\:font-bold{
    font-weight: 700 !important;
  }

  .\32xl\:uppercase{
    text-transform: uppercase !important;
  }

  .\32xl\:lowercase{
    text-transform: lowercase !important;
  }

  .\32xl\:capitalize{
    text-transform: capitalize !important;
  }

  .\32xl\:normal-case{
    text-transform: none !important;
  }

  .\32xl\:italic{
    font-style: italic !important;
  }

  .\32xl\:not-italic{
    font-style: normal !important;
  }

  .\32xl\:ordinal, .\32xl\:slashed-zero, .\32xl\:lining-nums, .\32xl\:oldstyle-nums, .\32xl\:proportional-nums, .\32xl\:tabular-nums, .\32xl\:diagonal-fractions, .\32xl\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .\32xl\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .\32xl\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .\32xl\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .\32xl\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .\32xl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .\32xl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .\32xl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .\32xl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .\32xl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .\32xl\:leading-tight{
    line-height: 1 !important;
  }

  .\32xl\:leading-regular{
    line-height: 1.5 !important;
  }

  .\32xl\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .\32xl\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .\32xl\:tracking-normal{
    letter-spacing: 0em !important;
  }

  .\32xl\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .\32xl\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .\32xl\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .\32xl\:text-transparent{
    color: var(--color-transparent) !important;
  }

  .\32xl\:text-black{
    color: var(--color-black) !important;
  }

  .\32xl\:text-white{
    color: var(--color-white) !important;
  }

  .\32xl\:text-error{
    color: var(--color-error) !important;
  }

  .\32xl\:text-warning{
    color: var(--color-warning) !important;
  }

  .\32xl\:text-success{
    color: var(--color-success) !important;
  }

  .group:hover .\32xl\:group-hover\:text-transparent{
    color: var(--color-transparent) !important;
  }

  .group:hover .\32xl\:group-hover\:text-black{
    color: var(--color-black) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white{
    color: var(--color-white) !important;
  }

  .group:hover .\32xl\:group-hover\:text-error{
    color: var(--color-error) !important;
  }

  .group:hover .\32xl\:group-hover\:text-warning{
    color: var(--color-warning) !important;
  }

  .group:hover .\32xl\:group-hover\:text-success{
    color: var(--color-success) !important;
  }

  .\32xl\:focus-within\:text-transparent:focus-within{
    color: var(--color-transparent) !important;
  }

  .\32xl\:focus-within\:text-black:focus-within{
    color: var(--color-black) !important;
  }

  .\32xl\:focus-within\:text-white:focus-within{
    color: var(--color-white) !important;
  }

  .\32xl\:focus-within\:text-error:focus-within{
    color: var(--color-error) !important;
  }

  .\32xl\:focus-within\:text-warning:focus-within{
    color: var(--color-warning) !important;
  }

  .\32xl\:focus-within\:text-success:focus-within{
    color: var(--color-success) !important;
  }

  .\32xl\:hover\:text-transparent:hover{
    color: var(--color-transparent) !important;
  }

  .\32xl\:hover\:text-black:hover{
    color: var(--color-black) !important;
  }

  .\32xl\:hover\:text-white:hover{
    color: var(--color-white) !important;
  }

  .\32xl\:hover\:text-error:hover{
    color: var(--color-error) !important;
  }

  .\32xl\:hover\:text-warning:hover{
    color: var(--color-warning) !important;
  }

  .\32xl\:hover\:text-success:hover{
    color: var(--color-success) !important;
  }

  .\32xl\:focus\:text-transparent:focus{
    color: var(--color-transparent) !important;
  }

  .\32xl\:focus\:text-black:focus{
    color: var(--color-black) !important;
  }

  .\32xl\:focus\:text-white:focus{
    color: var(--color-white) !important;
  }

  .\32xl\:focus\:text-error:focus{
    color: var(--color-error) !important;
  }

  .\32xl\:focus\:text-warning:focus{
    color: var(--color-warning) !important;
  }

  .\32xl\:focus\:text-success:focus{
    color: var(--color-success) !important;
  }

  .\32xl\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:underline{
    text-decoration: underline !important;
  }

  .\32xl\:line-through{
    text-decoration: line-through !important;
  }

  .\32xl\:no-underline{
    text-decoration: none !important;
  }

  .group:hover .\32xl\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .\32xl\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .\32xl\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .\32xl\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .\32xl\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .\32xl\:focus-within\:no-underline:focus-within{
    text-decoration: none !important;
  }

  .\32xl\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .\32xl\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .\32xl\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .\32xl\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .\32xl\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .\32xl\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .\32xl\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .\32xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .\32xl\:placeholder-transparent::-webkit-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .\32xl\:placeholder-transparent::-moz-placeholder{
    color: var(--color-transparent) !important;
  }

  .\32xl\:placeholder-transparent:-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .\32xl\:placeholder-transparent::-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .\32xl\:placeholder-transparent::placeholder{
    color: var(--color-transparent) !important;
  }

  .\32xl\:placeholder-black::-webkit-input-placeholder{
    color: var(--color-black) !important;
  }

  .\32xl\:placeholder-black::-moz-placeholder{
    color: var(--color-black) !important;
  }

  .\32xl\:placeholder-black:-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .\32xl\:placeholder-black::-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .\32xl\:placeholder-black::placeholder{
    color: var(--color-black) !important;
  }

  .\32xl\:placeholder-white::-webkit-input-placeholder{
    color: var(--color-white) !important;
  }

  .\32xl\:placeholder-white::-moz-placeholder{
    color: var(--color-white) !important;
  }

  .\32xl\:placeholder-white:-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .\32xl\:placeholder-white::-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .\32xl\:placeholder-white::placeholder{
    color: var(--color-white) !important;
  }

  .\32xl\:placeholder-error::-webkit-input-placeholder{
    color: var(--color-error) !important;
  }

  .\32xl\:placeholder-error::-moz-placeholder{
    color: var(--color-error) !important;
  }

  .\32xl\:placeholder-error:-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .\32xl\:placeholder-error::-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .\32xl\:placeholder-error::placeholder{
    color: var(--color-error) !important;
  }

  .\32xl\:placeholder-warning::-webkit-input-placeholder{
    color: var(--color-warning) !important;
  }

  .\32xl\:placeholder-warning::-moz-placeholder{
    color: var(--color-warning) !important;
  }

  .\32xl\:placeholder-warning:-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .\32xl\:placeholder-warning::-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .\32xl\:placeholder-warning::placeholder{
    color: var(--color-warning) !important;
  }

  .\32xl\:placeholder-success::-webkit-input-placeholder{
    color: var(--color-success) !important;
  }

  .\32xl\:placeholder-success::-moz-placeholder{
    color: var(--color-success) !important;
  }

  .\32xl\:placeholder-success:-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .\32xl\:placeholder-success::-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .\32xl\:placeholder-success::placeholder{
    color: var(--color-success) !important;
  }

  .\32xl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: var(--color-transparent) !important;
  }

  .\32xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .\32xl\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: var(--color-transparent) !important;
  }

  .\32xl\:focus\:placeholder-transparent:focus::placeholder{
    color: var(--color-transparent) !important;
  }

  .\32xl\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: var(--color-black) !important;
  }

  .\32xl\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--color-black) !important;
  }

  .\32xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .\32xl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: var(--color-black) !important;
  }

  .\32xl\:focus\:placeholder-black:focus::placeholder{
    color: var(--color-black) !important;
  }

  .\32xl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: var(--color-white) !important;
  }

  .\32xl\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--color-white) !important;
  }

  .\32xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .\32xl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: var(--color-white) !important;
  }

  .\32xl\:focus\:placeholder-white:focus::placeholder{
    color: var(--color-white) !important;
  }

  .\32xl\:focus\:placeholder-error:focus::-webkit-input-placeholder{
    color: var(--color-error) !important;
  }

  .\32xl\:focus\:placeholder-error:focus::-moz-placeholder{
    color: var(--color-error) !important;
  }

  .\32xl\:focus\:placeholder-error:focus:-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .\32xl\:focus\:placeholder-error:focus::-ms-input-placeholder{
    color: var(--color-error) !important;
  }

  .\32xl\:focus\:placeholder-error:focus::placeholder{
    color: var(--color-error) !important;
  }

  .\32xl\:focus\:placeholder-warning:focus::-webkit-input-placeholder{
    color: var(--color-warning) !important;
  }

  .\32xl\:focus\:placeholder-warning:focus::-moz-placeholder{
    color: var(--color-warning) !important;
  }

  .\32xl\:focus\:placeholder-warning:focus:-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .\32xl\:focus\:placeholder-warning:focus::-ms-input-placeholder{
    color: var(--color-warning) !important;
  }

  .\32xl\:focus\:placeholder-warning:focus::placeholder{
    color: var(--color-warning) !important;
  }

  .\32xl\:focus\:placeholder-success:focus::-webkit-input-placeholder{
    color: var(--color-success) !important;
  }

  .\32xl\:focus\:placeholder-success:focus::-moz-placeholder{
    color: var(--color-success) !important;
  }

  .\32xl\:focus\:placeholder-success:focus:-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .\32xl\:focus\:placeholder-success:focus::-ms-input-placeholder{
    color: var(--color-success) !important;
  }

  .\32xl\:focus\:placeholder-success:focus::placeholder{
    color: var(--color-success) !important;
  }

  .\32xl\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:opacity-0{
    opacity: 0 !important;
  }

  .\32xl\:opacity-5{
    opacity: 0.05 !important;
  }

  .\32xl\:opacity-10{
    opacity: 0.1 !important;
  }

  .\32xl\:opacity-20{
    opacity: 0.2 !important;
  }

  .\32xl\:opacity-25{
    opacity: 0.25 !important;
  }

  .\32xl\:opacity-30{
    opacity: 0.3 !important;
  }

  .\32xl\:opacity-40{
    opacity: 0.4 !important;
  }

  .\32xl\:opacity-50{
    opacity: 0.5 !important;
  }

  .\32xl\:opacity-60{
    opacity: 0.6 !important;
  }

  .\32xl\:opacity-70{
    opacity: 0.7 !important;
  }

  .\32xl\:opacity-75{
    opacity: 0.75 !important;
  }

  .\32xl\:opacity-80{
    opacity: 0.8 !important;
  }

  .\32xl\:opacity-90{
    opacity: 0.9 !important;
  }

  .\32xl\:opacity-95{
    opacity: 0.95 !important;
  }

  .\32xl\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .\32xl\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .\32xl\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .\32xl\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .\32xl\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .\32xl\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .\32xl\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .\32xl\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .\32xl\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .\32xl\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .\32xl\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .\32xl\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .\32xl\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .\32xl\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .\32xl\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .\32xl\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .\32xl\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .\32xl\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .\32xl\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .\32xl\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .\32xl\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .\32xl\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .\32xl\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .\32xl\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .\32xl\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .\32xl\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .\32xl\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .\32xl\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .\32xl\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .\32xl\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .\32xl\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .\32xl\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .\32xl\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .\32xl\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .\32xl\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .\32xl\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .\32xl\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .\32xl\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .\32xl\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .\32xl\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .\32xl\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .\32xl\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .\32xl\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .\32xl\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .\32xl\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .\32xl\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .\32xl\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .\32xl\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .\32xl\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .\32xl\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .\32xl\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .\32xl\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .\32xl\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .\32xl\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .\32xl\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .\32xl\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .\32xl\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .\32xl\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .\32xl\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .\32xl\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .\32xl\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .\32xl\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .\32xl\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .\32xl\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .\32xl\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .\32xl\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .\32xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .\32xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .\32xl\:ring-transparent{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .\32xl\:ring-black{
    --tw-ring-color: var(--color-black) !important;
  }

  .\32xl\:ring-white{
    --tw-ring-color: var(--color-white) !important;
  }

  .\32xl\:ring-error{
    --tw-ring-color: var(--color-error) !important;
  }

  .\32xl\:ring-warning{
    --tw-ring-color: var(--color-warning) !important;
  }

  .\32xl\:ring-success{
    --tw-ring-color: var(--color-success) !important;
  }

  .\32xl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .\32xl\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--color-black) !important;
  }

  .\32xl\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--color-white) !important;
  }

  .\32xl\:focus-within\:ring-error:focus-within{
    --tw-ring-color: var(--color-error) !important;
  }

  .\32xl\:focus-within\:ring-warning:focus-within{
    --tw-ring-color: var(--color-warning) !important;
  }

  .\32xl\:focus-within\:ring-success:focus-within{
    --tw-ring-color: var(--color-success) !important;
  }

  .\32xl\:focus\:ring-transparent:focus{
    --tw-ring-color: var(--color-transparent) !important;
  }

  .\32xl\:focus\:ring-black:focus{
    --tw-ring-color: var(--color-black) !important;
  }

  .\32xl\:focus\:ring-white:focus{
    --tw-ring-color: var(--color-white) !important;
  }

  .\32xl\:focus\:ring-error:focus{
    --tw-ring-color: var(--color-error) !important;
  }

  .\32xl\:focus\:ring-warning:focus{
    --tw-ring-color: var(--color-warning) !important;
  }

  .\32xl\:focus\:ring-success:focus{
    --tw-ring-color: var(--color-success) !important;
  }

  .\32xl\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .\32xl\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .\32xl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .\32xl\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .\32xl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .\32xl\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .\32xl\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl\:ring-offset-transparent{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .\32xl\:ring-offset-black{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .\32xl\:ring-offset-white{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .\32xl\:ring-offset-error{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .\32xl\:ring-offset-warning{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .\32xl\:ring-offset-success{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .\32xl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .\32xl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .\32xl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .\32xl\:focus-within\:ring-offset-error:focus-within{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .\32xl\:focus-within\:ring-offset-warning:focus-within{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .\32xl\:focus-within\:ring-offset-success:focus-within{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .\32xl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: var(--color-transparent) !important;
  }

  .\32xl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--color-black) !important;
  }

  .\32xl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--color-white) !important;
  }

  .\32xl\:focus\:ring-offset-error:focus{
    --tw-ring-offset-color: var(--color-error) !important;
  }

  .\32xl\:focus\:ring-offset-warning:focus{
    --tw-ring-offset-color: var(--color-warning) !important;
  }

  .\32xl\:focus\:ring-offset-success:focus{
    --tw-ring-offset-color: var(--color-success) !important;
  }

  .\32xl\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
            filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\32xl\:filter-none{
    -webkit-filter: none !important;
            filter: none !important;
  }

  .\32xl\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .\32xl\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .\32xl\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .\32xl\:blur{
    --tw-blur: blur(8px) !important;
  }

  .\32xl\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .\32xl\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .\32xl\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .\32xl\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .\32xl\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .\32xl\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .\32xl\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .\32xl\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .\32xl\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .\32xl\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .\32xl\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .\32xl\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .\32xl\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .\32xl\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .\32xl\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .\32xl\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .\32xl\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .\32xl\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .\32xl\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .\32xl\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .\32xl\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .\32xl\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .\32xl\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .\32xl\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .\32xl\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .\32xl\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .\32xl\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .\32xl\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .\32xl\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .\32xl\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .\32xl\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .\32xl\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .\32xl\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .\32xl\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .\32xl\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .\32xl\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .\32xl\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .\32xl\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .\32xl\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .\32xl\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .\32xl\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .\32xl\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .\32xl\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .\32xl\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .\32xl\:invert{
    --tw-invert: invert(100%) !important;
  }

  .\32xl\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .\32xl\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .\32xl\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .\32xl\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .\32xl\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .\32xl\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .\32xl\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .\32xl\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .\32xl\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .\32xl\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .\32xl\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .\32xl\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .\32xl\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .\32xl\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .\32xl\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .\32xl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .\32xl\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .\32xl\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .\32xl\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .\32xl\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .\32xl\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .\32xl\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .\32xl\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .\32xl\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .\32xl\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .\32xl\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .\32xl\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .\32xl\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .\32xl\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .\32xl\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .\32xl\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .\32xl\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .\32xl\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .\32xl\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .\32xl\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .\32xl\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .\32xl\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .\32xl\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .\32xl\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .\32xl\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .\32xl\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .\32xl\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .\32xl\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .\32xl\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .\32xl\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .\32xl\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .\32xl\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .\32xl\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .\32xl\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .\32xl\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .\32xl\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .\32xl\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .\32xl\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .\32xl\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .\32xl\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .\32xl\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .\32xl\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .\32xl\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .\32xl\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .\32xl\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .\32xl\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .\32xl\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .\32xl\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .\32xl\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .\32xl\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .\32xl\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .\32xl\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .\32xl\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .\32xl\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .\32xl\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .\32xl\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .\32xl\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .\32xl\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .\32xl\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .\32xl\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .\32xl\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .\32xl\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .\32xl\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .\32xl\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .\32xl\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .\32xl\:delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .\32xl\:delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .\32xl\:delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .\32xl\:delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .\32xl\:delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .\32xl\:delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .\32xl\:delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .\32xl\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .\32xl\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .\32xl\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .\32xl\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .\32xl\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .\32xl\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .\32xl\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .\32xl\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .\32xl\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .\32xl\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .\32xl\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .\32xl\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .\32xl\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

/*# sourceMappingURL=screen.min.css.map*/