@-webkit-keyframes spinAround{
  from{
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }

  to{
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg)
  }
}

@keyframes spinAround{
  from{
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }

  to{
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg)
  }
}

.accordions .accordion:not(:last-child),.steps:not(:last-child){
  margin-bottom:1.5rem
}

.pageloader{
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0
}

.accordions .accordion{
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
          flex-direction:column;
  background-color:#f5f5f5;
  border-radius:4px;
  font-size:1rem
}

.accordions .accordion strong{
  color:currentColor
}

.accordions .accordion a:not(.button):not(.tag){
  color:currentColor;
  text-decoration:underline
}

.accordions .accordion.is-small{
  font-size:.75rem
}

.accordions .accordion.is-medium{
  font-size:1.25rem
}

.accordions .accordion.is-large{
  font-size:1.5rem
}

.accordions .accordion:not(:first-child) .accordion-header{
  border-radius:0
}

.accordions .accordion:not(:last-child){
  margin-bottom:0
}

.accordions .accordion:not(:last-child) .accordion-content{
  border-radius:0
}

.accordions .accordion .toggle,.accordions .accordion [data-action=toggle]{
  cursor:pointer
}

.accordions .accordion .accordion-header{
  -webkit-box-align:center;
          align-items:center;
  background-color:#4a4a4a;
  border-radius:4px 4px 0 0;
  color:#fff;
  display:-webkit-box;
  display:flex;
  -webkit-box-pack:justify;
          justify-content:space-between;
  line-height:1.25;
  padding:.5em .75em;
  position:relative
}

.accordions .accordion .accordion-header .toggle{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background-color:rgba(10,10,10,.2);
  border:none;
  border-radius:290486px;
  display:inline-block;
  -webkit-box-flex:0;
          flex-grow:0;
  flex-shrink:0;
  margin-left:.75em;
  height:20px;
  width:20px;
  max-height:20px;
  max-width:20px;
  min-height:20px;
  min-width:20px;
  outline:0;
  position:relative;
  vertical-align:top
}

.accordions .accordion .accordion-header .toggle::before{
  color:#fff;
  display:block;
  left:0;
  position:absolute;
  top:-.1em;
  right:0;
  bottom:0;
  content:'+'
}

.accordions .accordion .accordion-header .toggle::after{
  display:none
}

.accordions .accordion .accordion-header+.accordion-body{
  overflow-y:hidden;
  max-height:0;
  color:#4a4a4a;
  border:1px solid #dbdbdb;
  border-radius:4px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-top:none;
  -webkit-transition:max-height .2s ease;
  transition:max-height .2s ease
}

.accordions .accordion .accordion-header+.accordion-body .accordion-content{
  padding:1em 1.25em
}

.accordions .accordion .accordion-header+.accordion-body .accordion-content code,.accordions .accordion .accordion-header+.accordion-body .accordion-content pre{
  background-color:#fff
}

.accordions .accordion .accordion-header+.accordion-body .accordion-content pre code{
  background-color:transparent
}

.accordions .accordion.is-active .accordion-header .toggle::before{
  content:'-'
}

.accordions .accordion.is-active .accordion-body{
  max-height:100em
}

.accordions .accordion.is-white{
  background-color:#fff
}

.accordions .accordion.is-white .accordion-header{
  background-color:#fff;
  color:#0a0a0a
}

.accordions .accordion.is-white .accordion-content{
  border-color:#fff;
  color:#4d4d4d
}

.accordions .accordion.is-black{
  background-color:#fafafa
}

.accordions .accordion.is-black .accordion-header{
  background-color:#0a0a0a;
  color:#fff
}

.accordions .accordion.is-black .accordion-content{
  border-color:#0a0a0a;
  color:#090909
}

.accordions .accordion.is-light{
  background-color:#fafafa
}

.accordions .accordion.is-light .accordion-header{
  background-color:#f5f5f5;
  color:#363636
}

.accordions .accordion.is-light .accordion-content{
  border-color:#f5f5f5;
  color:#505050
}

.accordions .accordion.is-dark{
  background-color:#fafafa
}

.accordions .accordion.is-dark .accordion-header{
  background-color:#363636;
  color:#f5f5f5
}

.accordions .accordion.is-dark .accordion-content{
  border-color:#363636;
  color:#2a2a2a
}

.accordions .accordion.is-primary{
  background-color:#f5fffd
}

.accordions .accordion.is-primary .accordion-header{
  background-color:#00d1b2;
  color:#fff
}

.accordions .accordion.is-primary .accordion-content{
  border-color:#00d1b2;
  color:#021310
}

.accordions .accordion.is-link{
  background-color:#f6f9fe
}

.accordions .accordion.is-link .accordion-header{
  background-color:#3273dc;
  color:#fff
}

.accordions .accordion.is-link .accordion-content{
  border-color:#3273dc;
  color:#22509a
}

.accordions .accordion.is-info{
  background-color:#f6fbfe
}

.accordions .accordion.is-info .accordion-header{
  background-color:#209cee;
  color:#fff
}

.accordions .accordion.is-info .accordion-content{
  border-color:#209cee;
  color:#12537e
}

.accordions .accordion.is-success{
  background-color:#f6fef9
}

.accordions .accordion.is-success .accordion-header{
  background-color:#23d160;
  color:#fff
}

.accordions .accordion.is-success .accordion-content{
  border-color:#23d160;
  color:#0e301a
}

.accordions .accordion.is-warning{
  background-color:#fffdf5
}

.accordions .accordion.is-warning .accordion-header{
  background-color:#ffdd57;
  color:rgba(0,0,0,.7)
}

.accordions .accordion.is-warning .accordion-content{
  border-color:#ffdd57;
  color:#3b3108
}

.accordions .accordion.is-danger{
  background-color:#fff5f7
}

.accordions .accordion.is-danger .accordion-header{
  background-color:#ff3860;
  color:#fff
}

.accordions .accordion.is-danger .accordion-content{
  border-color:#ff3860;
  color:#cd0930
}

.badge{
  position:relative;
  white-space:nowrap;
  position:relative
}

.badge[data-badge]::after{
  position:absolute;
  left:100%;
  margin:0;
  background:#00d1b2;
  background-clip:padding-box;
  border-radius:1rem;
  box-shadow:0 0 0 .1rem #fff;
  color:#fff;
  content:attr(data-badge);
  display:inline-block
}

.badge:not([data-badge=""])::after{
  padding:.3rem .5rem;
  text-align:center;
  white-space:nowrap
}

.badge[data-badge=""]::after{
  display:inline-block;
  vertical-align:inherit
}

.badge.is-badge-white:not([data-badge])::after,.badge.is-badge-white[data-badge]::after{
  background:#fff;
  color:#0a0a0a
}

.badge.is-badge-black:not([data-badge])::after,.badge.is-badge-black[data-badge]::after{
  background:#0a0a0a;
  color:#fff
}

.badge.is-badge-light:not([data-badge])::after,.badge.is-badge-light[data-badge]::after{
  background:#f5f5f5;
  color:#363636
}

.badge.is-badge-dark:not([data-badge])::after,.badge.is-badge-dark[data-badge]::after{
  background:#363636;
  color:#f5f5f5
}

.badge.is-badge-primary:not([data-badge])::after,.badge.is-badge-primary[data-badge]::after{
  background:#00d1b2;
  color:#fff
}

.badge.is-badge-link:not([data-badge])::after,.badge.is-badge-link[data-badge]::after{
  background:#3273dc;
  color:#fff
}

.badge.is-badge-info:not([data-badge])::after,.badge.is-badge-info[data-badge]::after{
  background:#209cee;
  color:#fff
}

.badge.is-badge-success:not([data-badge])::after,.badge.is-badge-success[data-badge]::after{
  background:#23d160;
  color:#fff
}

.badge.is-badge-warning:not([data-badge])::after,.badge.is-badge-warning[data-badge]::after{
  background:#ffdd57;
  color:rgba(0,0,0,.7)
}

.badge.is-badge-danger:not([data-badge])::after,.badge.is-badge-danger[data-badge]::after{
  background:#ff3860;
  color:#fff
}

.badge.is-badge-outlined[data-badge]::after{
  background-color:#fff;
  box-shadow:none;
  border:.1rem solid #00d1b2;
  color:#00d1b2
}

.badge.is-badge-outlined.is-badge-white[data-badge]::after{
  background:#fff;
  box-shadow:none;
  border:.1rem solid #fff;
  color:#fff
}

.badge.is-badge-outlined.is-badge-black[data-badge]::after{
  background:#fff;
  box-shadow:none;
  border:.1rem solid #0a0a0a;
  color:#0a0a0a
}

.badge.is-badge-outlined.is-badge-light[data-badge]::after{
  background:#fff;
  box-shadow:none;
  border:.1rem solid #f5f5f5;
  color:#f5f5f5
}

.badge.is-badge-outlined.is-badge-dark[data-badge]::after{
  background:#fff;
  box-shadow:none;
  border:.1rem solid #363636;
  color:#363636
}

.badge.is-badge-outlined.is-badge-primary[data-badge]::after{
  background:#fff;
  box-shadow:none;
  border:.1rem solid #00d1b2;
  color:#00d1b2
}

.badge.is-badge-outlined.is-badge-link[data-badge]::after{
  background:#fff;
  box-shadow:none;
  border:.1rem solid #3273dc;
  color:#3273dc
}

.badge.is-badge-outlined.is-badge-info[data-badge]::after{
  background:#fff;
  box-shadow:none;
  border:.1rem solid #209cee;
  color:#209cee
}

.badge.is-badge-outlined.is-badge-success[data-badge]::after{
  background:#fff;
  box-shadow:none;
  border:.1rem solid #23d160;
  color:#23d160
}

.badge.is-badge-outlined.is-badge-warning[data-badge]::after{
  background:#fff;
  box-shadow:none;
  border:.1rem solid #ffdd57;
  color:#ffdd57
}

.badge.is-badge-outlined.is-badge-danger[data-badge]::after{
  background:#fff;
  box-shadow:none;
  border:.1rem solid #ff3860;
  color:#ff3860
}

.badge[data-badge]::after{
  top:calc(0px - (1rem / 2));
  left:calc(100% - (1rem / 2));
  min-height:1rem;
  min-width:1rem
}

.badge:not([data-badge=""])::after{
  font-size:.75rem;
  line-height:.5rem
}

.badge[data-badge=""]::after{
  width:1rem
}

.badge.is-badge-left::after{
  left:calc(0px - (1rem / 2))
}

.badge.is-badge-bottom::after{
  top:calc(100% - (1rem / 2))
}

.badge.is-badge-bottom-left::after{
  left:calc(0px - (1rem / 2));
  top:calc(100% - (1rem / 2))
}

.badge.is-badge-small[data-badge]::after{
  top:calc(0px - (.75rem / 2));
  left:calc(100% - (.75rem / 2));
  min-height:.75rem;
  min-width:.75rem
}

.badge.is-badge-small:not([data-badge=""])::after{
  font-size:.5625rem;
  line-height:.375rem
}

.badge.is-badge-small[data-badge=""]::after{
  width:.75rem
}

.badge.is-badge-small.is-badge-left::after{
  left:calc(0px - (.75rem / 2))
}

.badge.is-badge-small.is-badge-bottom::after{
  top:calc(100% - (.75rem / 2))
}

.badge.is-badge-small.is-badge-bottom-left::after{
  left:calc(0px - (.75rem / 2));
  top:calc(100% - (.75rem / 2))
}

.badge.is-badge-medium[data-badge]::after{
  top:calc(0px - (1.25rem / 2));
  left:calc(100% - (1.25rem / 2));
  min-height:1.25rem;
  min-width:1.25rem
}

.badge.is-badge-medium:not([data-badge=""])::after{
  font-size:.9375rem;
  line-height:.625rem
}

.badge.is-badge-medium[data-badge=""]::after{
  width:1.25rem
}

.badge.is-badge-medium.is-badge-left::after{
  left:calc(0px - (1.25rem / 2))
}

.badge.is-badge-medium.is-badge-bottom::after{
  top:calc(100% - (1.25rem / 2))
}

.badge.is-badge-medium.is-badge-bottom-left::after{
  left:calc(0px - (1.25rem / 2));
  top:calc(100% - (1.25rem / 2))
}

.badge.is-badge-large[data-badge]::after{
  top:calc(0px - (1.5rem / 2));
  left:calc(100% - (1.5rem / 2));
  min-height:1.5rem;
  min-width:1.5rem
}

.badge.is-badge-large:not([data-badge=""])::after{
  font-size:1.125rem;
  line-height:.75rem
}

.badge.is-badge-large[data-badge=""]::after{
  width:1.5rem
}

.badge.is-badge-large.is-badge-left::after{
  left:calc(0px - (1.5rem / 2))
}

.badge.is-badge-large.is-badge-bottom::after{
  top:calc(100% - (1.5rem / 2))
}

.badge.is-badge-large.is-badge-bottom-left::after{
  left:calc(0px - (1.5rem / 2));
  top:calc(100% - (1.5rem / 2))
}

.calendar{
  background:#fff;
  border:.1rem solid #f5f5f5;
  border-radius:2px;
  display:block;
  width:28rem;
  text-align:center;
  max-width:95%;
  margin:auto
}

.calendar.is-active{
  display:initial
}

.calendar .calendar-header{
  display:-webkit-box;
  display:flex;
  -webkit-box-flex:1;
          flex:1;
  text-align:left;
  position:relative;
  padding:0 .5rem
}

@media screen and (max-width:768px){
  .calendar .calendar-header{
    font-size:.5rem
  }
}

.calendar .calendar-header .calendar-selection-from,.calendar .calendar-header .calendar-selection-to{
  font-size:.75rem;
  color:#b5b5b5;
  text-transform:uppercase
}

.calendar .calendar-header .calendar-selection-end,.calendar .calendar-header .calendar-selection-start{
  padding:.5rem;
  display:-webkit-box;
  display:flex;
  -webkit-box-flex:1;
          flex:1;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
          flex-direction:column
}

.calendar .calendar-header .calendar-selection-end .calendar-selection-date,.calendar .calendar-header .calendar-selection-start .calendar-selection-date{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
          flex-direction:row;
  display:-webkit-box;
  display:flex
}

.calendar .calendar-header .calendar-selection-end .calendar-selection-day,.calendar .calendar-header .calendar-selection-start .calendar-selection-day{
  -webkit-box-flex:0;
          flex:0;
  text-transform:capitalize;
  font-size:3rem;
  margin-right:.5rem;
  color:#5d5d5e
}

@media screen and (max-width:768px){
  .calendar .calendar-header .calendar-selection-end .calendar-selection-day,.calendar .calendar-header .calendar-selection-start .calendar-selection-day{
    font-size:2rem
  }
}

.calendar .calendar-header .calendar-selection-end .calendar-selection-details,.calendar .calendar-header .calendar-selection-start .calendar-selection-details{
  -webkit-box-pack:center;
          justify-content:center;
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
          flex-direction:column
}

.calendar .calendar-header .calendar-selection-end .calendar-selection-month,.calendar .calendar-header .calendar-selection-start .calendar-selection-month{
  color:#4a4a4a;
  text-transform:capitalize
}

.calendar .calendar-header .calendar-selection-end .calendar-selection-weekday,.calendar .calendar-header .calendar-selection-start .calendar-selection-weekday{
  font-size:12px;
  color:#b6b4b6;
  text-transform:capitalize;
  text-align:left
}

.calendar .calendar-header .calendar-selection-end::before,.calendar .calendar-header .calendar-selection-end:before{
  content:">";
  font:2rem Consolas;
  color:#f5f5f5;
  font-weight:700;
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform:translateY(-50%) translateX(-50%);
  transform:translateY(-50%) translateX(-50%)
}

.calendar .calendar-header .calendar-selection-end .calendar-selection-to{
  padding-left:1rem
}

.calendar .calendar-header .calendar-selection-end .calendar-selection-date{
  -webkit-box-pack:end;
          justify-content:flex-end
}

.calendar .calendar-nav{
  background:#00d1b2;
  color:#fff;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:-webkit-box;
  display:flex;
  -webkit-box-align:center;
          align-items:center;
  -webkit-box-pack:justify;
          justify-content:space-between;
  padding:.5em;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
          flex-direction:row
}

.calendar .calendar-nav .calendar-nav-month-year{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
          flex-direction:row;
  display:-webkit-box;
  display:flex
}

.calendar .calendar-nav .calendar-nav-month,.calendar .calendar-nav .calendar-nav-year{
  text-decoration:none;
  font-size:1rem;
  color:#fff
}

.calendar .calendar-nav .calendar-nav-month:hover,.calendar .calendar-nav .calendar-nav-year:hover{
  cursor:pointer
}

.calendar .calendar-nav .calendar-nav-month{
  text-transform:capitalize
}

.calendar .calendar-nav .calendar-nav-next,.calendar .calendar-nav .calendar-nav-previous{
  flex-basis:auto;
  -webkit-box-flex:0;
          flex-grow:0;
  flex-shrink:0;
  text-decoration:none;
  color:#fff
}

.calendar .calendar-nav .calendar-nav-next:hover,.calendar .calendar-nav .calendar-nav-previous:hover{
  background-color:transparent
}

.calendar .calendar-nav .calendar-nav-next:hover svg,.calendar .calendar-nav .calendar-nav-previous:hover svg{
  stroke-width:1em
}

.calendar .calendar-nav .calendar-nav-next svg,.calendar .calendar-nav .calendar-nav-previous svg{
  stroke:currentColor;
  width:11.25px;
  height:18px
}

.calendar .calendar-body .calendar-dates{
  display:none
}

.calendar .calendar-body .calendar-dates.is-active{
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
          flex-direction:column
}

.calendar .calendar-body .calendar-months,.calendar .calendar-body .calendar-years{
  display:none
}

.calendar .calendar-body .calendar-months.is-active,.calendar .calendar-body .calendar-years.is-active{
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
          flex-direction:row
}

.calendar .calendar-body .calendar-weekdays{
  display:-webkit-box;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
  padding:.3rem 0;
  background:0 0;
  color:#fff;
  font-size:.75rem
}

.calendar .calendar-body .calendar-weekdays .calendar-date{
  -webkit-box-flex:0;
          flex:0 0 14.28%;
  max-width:14.28%;
  background:0 0!important;
  color:#b5b5b5;
  padding:.3rem
}

.calendar .calendar-body .calendar-dates .calendar-days{
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
          flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-around;
  padding:0;
  color:#7a7a7a
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date{
  -webkit-box-flex:0;
          flex:0 0 14.28%;
  max-width:14.28%;
  border:0;
  padding:.1rem 0;
  background:#f5f5f5
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background:0 0;
  border:.1rem solid transparent;
  border-radius:100%;
  color:#4a4a4a;
  cursor:pointer;
  height:2.2rem;
  line-height:1.4rem;
  outline:0;
  padding:.3rem;
  position:relative;
  text-align:center;
  text-decoration:none;
  -webkit-transition:all .2s ease;
  transition:all .2s ease;
  vertical-align:middle;
  white-space:nowrap;
  width:2.2rem
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-today{
  background:0 0;
  border:.1rem dotted #00d1b2;
  color:#00d1b2
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item:focus{
  background:#fff;
  border-color:#fff;
  color:rgba(0,0,0,.7);
  text-decoration:none
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active{
  background:#00d1b2;
  border-color:#00d1b2;
  border-radius:25091983px;
  color:#fff
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item:hover{
  background:#fff;
  border:.1rem solid #00d1b2;
  color:rgba(0,0,0,.7);
  text-decoration:none
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date.is-disabled .calendar-event,.calendar .calendar-body .calendar-dates .calendar-days .calendar-date.is-disabled .date-item,.calendar .calendar-body .calendar-dates .calendar-days .calendar-date[disabled] .calendar-event,.calendar .calendar-body .calendar-dates .calendar-days .calendar-date[disabled] .date-item{
  cursor:default;
  opacity:.25;
  pointer-events:none
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date.is-current-month{
  background:0 0
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date.calendar-range{
  position:relative;
  background:#00d1b2
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date.calendar-range::before{
  background:#00d1b2;
  border:.1rem solid #00d1b2;
  content:"";
  height:100%;
  width:100%;
  position:absolute;
  right:0;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%)
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date.calendar-range.calendar-range-end,.calendar .calendar-body .calendar-dates .calendar-days .calendar-date.calendar-range.calendar-range-start{
  border-radius:25091983px
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date.calendar-range.calendar-range-start::before{
  left:53%
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date.calendar-range.calendar-range-end::before{
  right:50%
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date.calendar-range .date-item{
  background-color:#00d1b2;
  color:#fff
}

.calendar .calendar-body .calendar-months,.calendar .calendar-body .calendar-years{
  display:none;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
          flex-direction:row;
  flex-wrap:wrap;
  padding:.5rem;
  max-height:17rem;
  overflow-y:auto
}

.calendar .calendar-body .calendar-months.is-active,.calendar .calendar-body .calendar-years.is-active{
  display:-webkit-box;
  display:flex
}

.calendar .calendar-body .calendar-months .calendar-month,.calendar .calendar-body .calendar-months .calendar-year,.calendar .calendar-body .calendar-years .calendar-month,.calendar .calendar-body .calendar-years .calendar-year{
  padding:.5rem;
  margin:.5rem;
  font-size:1rem;
  -webkit-box-flex:calc(25% - 1rem);
          flex:calc(25% - 1rem);
  text-transform:capitalize;
  border-radius:25091983px;
  border:.1rem solid transparent
}

.calendar .calendar-body .calendar-months .calendar-month.is-active,.calendar .calendar-body .calendar-months .calendar-year.is-active,.calendar .calendar-body .calendar-years .calendar-month.is-active,.calendar .calendar-body .calendar-years .calendar-year.is-active{
  background:#00d1b2;
  border-color:#00d1b2;
  color:#fff
}

.calendar .calendar-body .calendar-months .calendar-month:hover,.calendar .calendar-body .calendar-months .calendar-year:hover,.calendar .calendar-body .calendar-years .calendar-month:hover,.calendar .calendar-body .calendar-years .calendar-year:hover{
  cursor:pointer;
  background:#fff;
  border:.1rem solid #00d1b2;
  color:rgba(0,0,0,.7)
}

.calendar .calendar-footer{
  display:-webkit-box;
  display:flex;
  -webkit-box-flex:1;
          flex:1;
  -webkit-box-pack:space-evenly;
          justify-content:space-evenly;
  margin-top:.5rem
}

.calendar .calendar-footer>*{
  text-decoration:none!important
}

.calendar.is-large{
  max-width:100%
}

.calendar.is-large .calendar-body .calendar-date{
  border-bottom:.1rem solid #f5f5f5;
  border-right:.1rem solid #f5f5f5;
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
          flex-direction:column;
  height:11rem;
  padding:0
}

.calendar.is-large .calendar-body .calendar-date:nth-child(7n){
  border-right:0
}

.calendar.is-large .calendar-body .calendar-date:nth-last-child(-n+7){
  border-bottom:0
}

.calendar.is-large .date-item{
  align-self:flex-end;
  height:2.2rem;
  margin-right:.5rem;
  margin-top:.5rem
}

.calendar.is-large .calendar-range::before{
  top:1.9rem
}

.calendar.is-large .calendar-range.calendar-range-start::before{
  left:auto;
  width:1.9rem
}

.calendar.is-large .calendar-range.calendar-range-end::before{
  right:1.9rem
}

.calendar.is-large .calendar-events{
  -webkit-box-flex:1;
          flex-grow:1;
  line-height:1;
  overflow-y:auto;
  padding:.5rem
}

.calendar.is-large .calendar-event{
  background-color:#7a7a7a;
  border-radius:2px;
  color:#fff;
  display:block;
  font-size:1rem;
  margin:.2rem auto;
  overflow:hidden;
  padding:.3rem .4rem;
  text-align:left;
  text-overflow:ellipsis;
  vertical-align:baseline;
  white-space:nowrap
}

.calendar.is-large .calendar-event.is-white{
  background-color:#fff;
  color:#0a0a0a
}

.calendar.is-large .calendar-event.is-black{
  background-color:#0a0a0a;
  color:#fff
}

.calendar.is-large .calendar-event.is-light{
  background-color:#f5f5f5;
  color:#363636
}

.calendar.is-large .calendar-event.is-dark{
  background-color:#363636;
  color:#f5f5f5
}

.calendar.is-large .calendar-event.is-primary{
  background-color:#00d1b2;
  color:#fff
}

.calendar.is-large .calendar-event.is-link{
  background-color:#3273dc;
  color:#fff
}

.calendar.is-large .calendar-event.is-info{
  background-color:#209cee;
  color:#fff
}

.calendar.is-large .calendar-event.is-success{
  background-color:#23d160;
  color:#fff
}

.calendar.is-large .calendar-event.is-warning{
  background-color:#ffdd57;
  color:rgba(0,0,0,.7)
}

.calendar.is-large .calendar-event.is-danger{
  background-color:#ff3860;
  color:#fff
}

.datepicker{
  display:none
}

.datepicker.is-active{
  display:-webkit-box;
  display:flex
}

.datepicker.is-active .calendar{
  position:fixed;
  z-index:40;
  position:relative;
  margin:0 auto;
  max-height:calc(100vh - 40px)
}

.datepicker .calendar{
  background:#fff;
  border:.1rem solid #f5f5f5;
  border-radius:2px;
  display:block;
  width:28rem;
  text-align:center;
  max-width:95%;
  margin:auto
}

.datepicker .calendar.is-active{
  display:initial
}

.datepicker .calendar .calendar-header{
  display:-webkit-box;
  display:flex;
  -webkit-box-flex:1;
          flex:1;
  text-align:left;
  position:relative;
  padding:0 .5rem
}

@media screen and (max-width:768px){
  .datepicker .calendar .calendar-header{
    font-size:.5rem
  }
}

.datepicker .calendar .calendar-header .calendar-selection-from,.datepicker .calendar .calendar-header .calendar-selection-to{
  font-size:.75rem;
  color:#b5b5b5;
  text-transform:uppercase
}

.datepicker .calendar .calendar-header .calendar-selection-end,.datepicker .calendar .calendar-header .calendar-selection-start{
  padding:.5rem;
  display:-webkit-box;
  display:flex;
  -webkit-box-flex:1;
          flex:1;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
          flex-direction:column
}

.datepicker .calendar .calendar-header .calendar-selection-end .calendar-selection-date,.datepicker .calendar .calendar-header .calendar-selection-start .calendar-selection-date{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
          flex-direction:row;
  display:-webkit-box;
  display:flex
}

.datepicker .calendar .calendar-header .calendar-selection-end .calendar-selection-day,.datepicker .calendar .calendar-header .calendar-selection-start .calendar-selection-day{
  -webkit-box-flex:0;
          flex:0;
  text-transform:capitalize;
  font-size:3rem;
  margin-right:.5rem;
  color:#5d5d5e
}

@media screen and (max-width:768px){
  .datepicker .calendar .calendar-header .calendar-selection-end .calendar-selection-day,.datepicker .calendar .calendar-header .calendar-selection-start .calendar-selection-day{
    font-size:2rem
  }
}

.datepicker .calendar .calendar-header .calendar-selection-end .calendar-selection-details,.datepicker .calendar .calendar-header .calendar-selection-start .calendar-selection-details{
  -webkit-box-pack:center;
          justify-content:center;
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
          flex-direction:column
}

.datepicker .calendar .calendar-header .calendar-selection-end .calendar-selection-month,.datepicker .calendar .calendar-header .calendar-selection-start .calendar-selection-month{
  color:#4a4a4a;
  text-transform:capitalize
}

.datepicker .calendar .calendar-header .calendar-selection-end .calendar-selection-weekday,.datepicker .calendar .calendar-header .calendar-selection-start .calendar-selection-weekday{
  font-size:12px;
  color:#b6b4b6;
  text-transform:capitalize;
  text-align:left
}

.datepicker .calendar .calendar-header .calendar-selection-end::before,.datepicker .calendar .calendar-header .calendar-selection-end:before{
  content:">";
  font:2rem Consolas;
  color:#f5f5f5;
  font-weight:700;
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform:translateY(-50%) translateX(-50%);
  transform:translateY(-50%) translateX(-50%)
}

.datepicker .calendar .calendar-header .calendar-selection-end .calendar-selection-to{
  padding-left:1rem
}

.datepicker .calendar .calendar-header .calendar-selection-end .calendar-selection-date{
  -webkit-box-pack:end;
          justify-content:flex-end
}

.datepicker .calendar .calendar-nav{
  background:#00d1b2;
  color:#fff;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:-webkit-box;
  display:flex;
  -webkit-box-align:center;
          align-items:center;
  -webkit-box-pack:justify;
          justify-content:space-between;
  padding:.5em;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
          flex-direction:row
}

.datepicker .calendar .calendar-nav .calendar-nav-month-year{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
          flex-direction:row;
  display:-webkit-box;
  display:flex
}

.datepicker .calendar .calendar-nav .calendar-nav-month,.datepicker .calendar .calendar-nav .calendar-nav-year{
  text-decoration:none;
  font-size:1rem;
  color:#fff
}

.datepicker .calendar .calendar-nav .calendar-nav-month:hover,.datepicker .calendar .calendar-nav .calendar-nav-year:hover{
  cursor:pointer
}

.datepicker .calendar .calendar-nav .calendar-nav-month{
  text-transform:capitalize
}

.datepicker .calendar .calendar-nav .calendar-nav-next,.datepicker .calendar .calendar-nav .calendar-nav-previous{
  flex-basis:auto;
  -webkit-box-flex:0;
          flex-grow:0;
  flex-shrink:0;
  text-decoration:none;
  color:#fff
}

.datepicker .calendar .calendar-nav .calendar-nav-next:hover,.datepicker .calendar .calendar-nav .calendar-nav-previous:hover{
  background-color:transparent
}

.datepicker .calendar .calendar-nav .calendar-nav-next:hover svg,.datepicker .calendar .calendar-nav .calendar-nav-previous:hover svg{
  stroke-width:1em
}

.datepicker .calendar .calendar-nav .calendar-nav-next svg,.datepicker .calendar .calendar-nav .calendar-nav-previous svg{
  stroke:currentColor;
  width:11.25px;
  height:18px
}

.datepicker .calendar .calendar-body .calendar-dates{
  display:none
}

.datepicker .calendar .calendar-body .calendar-dates.is-active{
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
          flex-direction:column
}

.datepicker .calendar .calendar-body .calendar-months,.datepicker .calendar .calendar-body .calendar-years{
  display:none
}

.datepicker .calendar .calendar-body .calendar-months.is-active,.datepicker .calendar .calendar-body .calendar-years.is-active{
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
          flex-direction:row
}

.datepicker .calendar .calendar-body .calendar-weekdays{
  display:-webkit-box;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
  padding:.3rem 0;
  background:0 0;
  color:#fff;
  font-size:.75rem
}

.datepicker .calendar .calendar-body .calendar-weekdays .calendar-date{
  -webkit-box-flex:0;
          flex:0 0 14.28%;
  max-width:14.28%;
  background:0 0!important;
  color:#b5b5b5;
  padding:.3rem
}

.datepicker .calendar .calendar-body .calendar-dates .calendar-days{
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
          flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-around;
  padding:0;
  color:#7a7a7a
}

.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date{
  -webkit-box-flex:0;
          flex:0 0 14.28%;
  max-width:14.28%;
  border:0;
  padding:.1rem 0;
  background:#f5f5f5
}

.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background:0 0;
  border:.1rem solid transparent;
  border-radius:100%;
  color:#4a4a4a;
  cursor:pointer;
  height:2.2rem;
  line-height:1.4rem;
  outline:0;
  padding:.3rem;
  position:relative;
  text-align:center;
  text-decoration:none;
  -webkit-transition:all .2s ease;
  transition:all .2s ease;
  vertical-align:middle;
  white-space:nowrap;
  width:2.2rem
}

.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-today{
  background:0 0;
  border:.1rem dotted #00d1b2;
  color:#00d1b2
}

.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item:focus{
  background:#fff;
  border-color:#fff;
  color:rgba(0,0,0,.7);
  text-decoration:none
}

.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active{
  background:#00d1b2;
  border-color:#00d1b2;
  border-radius:25091983px;
  color:#fff
}

.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item:hover{
  background:#fff;
  border:.1rem solid #00d1b2;
  color:rgba(0,0,0,.7);
  text-decoration:none
}

.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date.is-disabled .calendar-event,.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date.is-disabled .date-item,.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date[disabled] .calendar-event,.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date[disabled] .date-item{
  cursor:default;
  opacity:.25;
  pointer-events:none
}

.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date.is-current-month{
  background:0 0
}

.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date.calendar-range{
  position:relative;
  background:#00d1b2
}

.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date.calendar-range::before{
  background:#00d1b2;
  border:.1rem solid #00d1b2;
  content:"";
  height:100%;
  width:100%;
  position:absolute;
  right:0;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%)
}

.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date.calendar-range.calendar-range-end,.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date.calendar-range.calendar-range-start{
  border-radius:25091983px
}

.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date.calendar-range.calendar-range-start::before{
  left:53%
}

.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date.calendar-range.calendar-range-end::before{
  right:50%
}

.datepicker .calendar .calendar-body .calendar-dates .calendar-days .calendar-date.calendar-range .date-item{
  background-color:#00d1b2;
  color:#fff
}

.datepicker .calendar .calendar-body .calendar-months,.datepicker .calendar .calendar-body .calendar-years{
  display:none;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
          flex-direction:row;
  flex-wrap:wrap;
  padding:.5rem;
  max-height:17rem;
  overflow-y:auto
}

.datepicker .calendar .calendar-body .calendar-months.is-active,.datepicker .calendar .calendar-body .calendar-years.is-active{
  display:-webkit-box;
  display:flex
}

.datepicker .calendar .calendar-body .calendar-months .calendar-month,.datepicker .calendar .calendar-body .calendar-months .calendar-year,.datepicker .calendar .calendar-body .calendar-years .calendar-month,.datepicker .calendar .calendar-body .calendar-years .calendar-year{
  padding:.5rem;
  margin:.5rem;
  font-size:1rem;
  -webkit-box-flex:calc(25% - 1rem);
          flex:calc(25% - 1rem);
  text-transform:capitalize;
  border-radius:25091983px;
  border:.1rem solid transparent
}

.datepicker .calendar .calendar-body .calendar-months .calendar-month.is-active,.datepicker .calendar .calendar-body .calendar-months .calendar-year.is-active,.datepicker .calendar .calendar-body .calendar-years .calendar-month.is-active,.datepicker .calendar .calendar-body .calendar-years .calendar-year.is-active{
  background:#00d1b2;
  border-color:#00d1b2;
  color:#fff
}

.datepicker .calendar .calendar-body .calendar-months .calendar-month:hover,.datepicker .calendar .calendar-body .calendar-months .calendar-year:hover,.datepicker .calendar .calendar-body .calendar-years .calendar-month:hover,.datepicker .calendar .calendar-body .calendar-years .calendar-year:hover{
  cursor:pointer;
  background:#fff;
  border:.1rem solid #00d1b2;
  color:rgba(0,0,0,.7)
}

.datepicker .calendar .calendar-footer{
  display:-webkit-box;
  display:flex;
  -webkit-box-flex:1;
          flex:1;
  -webkit-box-pack:space-evenly;
          justify-content:space-evenly;
  margin-top:.5rem
}

.datepicker .calendar .calendar-footer>*{
  text-decoration:none!important
}

.datepicker .calendar.is-large{
  max-width:100%
}

.datepicker .calendar.is-large .calendar-body .calendar-date{
  border-bottom:.1rem solid #f5f5f5;
  border-right:.1rem solid #f5f5f5;
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
          flex-direction:column;
  height:11rem;
  padding:0
}

.datepicker .calendar.is-large .calendar-body .calendar-date:nth-child(7n){
  border-right:0
}

.datepicker .calendar.is-large .calendar-body .calendar-date:nth-last-child(-n+7){
  border-bottom:0
}

.datepicker .calendar.is-large .date-item{
  align-self:flex-end;
  height:2.2rem;
  margin-right:.5rem;
  margin-top:.5rem
}

.datepicker .calendar.is-large .calendar-range::before{
  top:1.9rem
}

.datepicker .calendar.is-large .calendar-range.calendar-range-start::before{
  left:auto;
  width:1.9rem
}

.datepicker .calendar.is-large .calendar-range.calendar-range-end::before{
  right:1.9rem
}

.datepicker .calendar.is-large .calendar-events{
  -webkit-box-flex:1;
          flex-grow:1;
  line-height:1;
  overflow-y:auto;
  padding:.5rem
}

.datepicker .calendar.is-large .calendar-event{
  background-color:#7a7a7a;
  border-radius:2px;
  color:#fff;
  display:block;
  font-size:1rem;
  margin:.2rem auto;
  overflow:hidden;
  padding:.3rem .4rem;
  text-align:left;
  text-overflow:ellipsis;
  vertical-align:baseline;
  white-space:nowrap
}

.datepicker .calendar.is-large .calendar-event.is-white{
  background-color:#fff;
  color:#0a0a0a
}

.datepicker .calendar.is-large .calendar-event.is-black{
  background-color:#0a0a0a;
  color:#fff
}

.datepicker .calendar.is-large .calendar-event.is-light{
  background-color:#f5f5f5;
  color:#363636
}

.datepicker .calendar.is-large .calendar-event.is-dark{
  background-color:#363636;
  color:#f5f5f5
}

.datepicker .calendar.is-large .calendar-event.is-primary{
  background-color:#00d1b2;
  color:#fff
}

.datepicker .calendar.is-large .calendar-event.is-link{
  background-color:#3273dc;
  color:#fff
}

.datepicker .calendar.is-large .calendar-event.is-info{
  background-color:#209cee;
  color:#fff
}

.datepicker .calendar.is-large .calendar-event.is-success{
  background-color:#23d160;
  color:#fff
}

.datepicker .calendar.is-large .calendar-event.is-warning{
  background-color:#ffdd57;
  color:rgba(0,0,0,.7)
}

.datepicker .calendar.is-large .calendar-event.is-danger{
  background-color:#ff3860;
  color:#fff
}

.carousel{
  position:relative;
  overflow:hidden
}

.carousel .carousel-container{
  width:100%;
  position:relative;
  border:none;
  display:-webkit-box;
  display:flex;
  margin:0;
  padding:0;
  left:-100%;
  -webkit-transform:translateX(100%);
  transform:translateX(100%)
}

.carousel .carousel-container .carousel-item{
  display:block;
  position:relative;
  -webkit-box-flex:1;
          flex:1 0 100%
}

.carousel .carousel-container .carousel-item.has-background .is-background{
  -o-object-fit:cover;
  object-fit:cover;
  -o-object-position:center center;
  object-position:center center;
  height:100%;
  width:100%
}

.carousel .carousel-container .carousel-item .title{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:1.5em;
  margin:0;
  text-align:center;
  background:rgba(255,255,255,.6);
  font-size:.75rem
}

.carousel .carousel-navigation{
  display:-webkit-box;
  display:flex;
  justify-content:space-around;
  width:100%;
  pointer-events:none
}

.carousel .carousel-navigation .carousel-nav-left,.carousel .carousel-navigation .carousel-nav-right{
  padding:1em;
  pointer-events:auto
}

.carousel .carousel-navigation.is-centered{
  -webkit-box-pack:center;
          justify-content:center
}

.carousel .carousel-navigation.is-overlay{
  top:50%;
  -webkit-transform:perspective(1px) translateY(-50%);
  transform:perspective(1px) translateY(-50%);
  bottom:auto;
  left:auto;
  right:auto;
  -webkit-box-align:center;
          align-items:center;
  -webkit-box-pack:justify;
          justify-content:space-between;
  z-index:99
}

.carousel .carousel-navigation.is-overlay .carousel-nav-left,.carousel .carousel-navigation.is-overlay .carousel-nav-right{
  height:2.2em;
  width:2em;
  background:rgba(255,255,255,.7);
  display:-webkit-box;
  display:flex;
  -webkit-box-pack:center;
          justify-content:center;
  -webkit-box-align:center;
          align-items:center;
  color:#4a4a4a;
  position:absolute;
  left:0
}

.carousel .carousel-navigation.is-overlay .carousel-nav-left:hover,.carousel .carousel-navigation.is-overlay .carousel-nav-right:hover{
  cursor:pointer
}

.carousel .carousel-navigation.is-overlay .carousel-nav-right{
  left:auto;
  right:0
}

.carousel.is-reversing .carousel-container{
  -webkit-transform:translateX(-100%);
  transform:translateX(-100%)
}

.carousel[data-size]:not(.carousel-animate-fade) .carousel-container .carousel-item{
  padding:1em
}

.hero.has-carousel{
  position:relative
}

.hero.has-carousel+.hero-body,.hero.has-carousel+.hero-footer,.hero.has-carousel+.hero-head{
  z-index:1
}

.hero.has-carousel .hero-carousel{
  display:-webkit-box;
  display:flex;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  height:auto;
  border:none;
  margin:auto;
  padding:0;
  z-index:0
}

.hero.has-carousel .hero-carousel .carousel-container{
  height:auto!important
}

.hero-carousel{
  position:relative;
  overflow:hidden
}

.hero-carousel .carousel-container{
  width:100%;
  position:relative;
  border:none;
  display:-webkit-box;
  display:flex;
  margin:0;
  padding:0;
  left:-100%;
  -webkit-transform:translateX(100%);
  transform:translateX(100%)
}

.hero-carousel .carousel-container .carousel-item{
  display:block;
  position:relative;
  -webkit-box-flex:1;
          flex:1 0 100%
}

.hero-carousel .carousel-container .carousel-item.has-background .is-background{
  -o-object-fit:cover;
  object-fit:cover;
  -o-object-position:center center;
  object-position:center center;
  height:100%;
  width:100%
}

.hero-carousel .carousel-container .carousel-item .title{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:1.5em;
  margin:0;
  text-align:center;
  background:rgba(255,255,255,.6);
  font-size:.75rem
}

.hero-carousel .carousel-navigation{
  display:-webkit-box;
  display:flex;
  justify-content:space-around;
  width:100%;
  pointer-events:none
}

.hero-carousel .carousel-navigation .carousel-nav-left,.hero-carousel .carousel-navigation .carousel-nav-right{
  padding:1em;
  pointer-events:auto
}

.hero-carousel .carousel-navigation.is-centered{
  -webkit-box-pack:center;
          justify-content:center
}

.hero-carousel .carousel-navigation.is-overlay{
  top:50%;
  -webkit-transform:perspective(1px) translateY(-50%);
  transform:perspective(1px) translateY(-50%);
  bottom:auto;
  left:auto;
  right:auto;
  -webkit-box-align:center;
          align-items:center;
  -webkit-box-pack:justify;
          justify-content:space-between;
  z-index:99
}

.hero-carousel .carousel-navigation.is-overlay .carousel-nav-left,.hero-carousel .carousel-navigation.is-overlay .carousel-nav-right{
  height:2.2em;
  width:2em;
  background:rgba(255,255,255,.7);
  display:-webkit-box;
  display:flex;
  -webkit-box-pack:center;
          justify-content:center;
  -webkit-box-align:center;
          align-items:center;
  color:#4a4a4a;
  position:absolute;
  left:0
}

.hero-carousel .carousel-navigation.is-overlay .carousel-nav-left:hover,.hero-carousel .carousel-navigation.is-overlay .carousel-nav-right:hover{
  cursor:pointer
}

.hero-carousel .carousel-navigation.is-overlay .carousel-nav-right{
  left:auto;
  right:0
}

.hero-carousel.is-reversing .carousel-container{
  -webkit-transform:translateX(-100%);
  transform:translateX(-100%)
}

.carousel.carousel-animate-slide.carousel-animated .carousel-container,.hero-carousel.carousel-animate-slide.carousel-animated .carousel-container{
  -webkit-transform:none!important;
  transform:none!important;
  transition:-webkit-transform .5s ease-in-out;
  -webkit-transition:-webkit-transform .5s ease-in-out;
  transition:transform .5s ease-in-out;
  transition:transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out
}

.carousel.carousel-animate-fade .carousel-item,.hero-carousel.carousel-animate-fade .carousel-item{
  position:absolute;
  width:100%;
  height:100%;
  -webkit-transition:opacity .5s ease-in-out;
  transition:opacity .5s ease-in-out
}

.carousel.carousel-animate-fade .carousel-item.is-active,.hero-carousel.carousel-animate-fade .carousel-item.is-active{
  opacity:1
}

.carousel.carousel-animate-fade .carousel-item:not(.is-active),.hero-carousel.carousel-animate-fade .carousel-item:not(.is-active){
  opacity:0
}

.is-checkradio[type=checkbox],.is-checkradio[type=radio]{
  outline:0;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  display:inline-block;
  position:absolute;
  opacity:0
}

.is-checkradio[type=checkbox]+label,.is-checkradio[type=radio]+label{
  position:relative;
  display:initial;
  cursor:pointer;
  vertical-align:middle;
  margin:.5em;
  padding:.2rem .5rem .2rem 0;
  border-radius:4px
}

.is-checkradio[type=checkbox]+label:first-of-type,.is-checkradio[type=radio]+label:first-of-type{
  margin-left:0
}

.is-checkradio[type=checkbox]+label:hover::before,.is-checkradio[type=checkbox]+label:hover:before,.is-checkradio[type=radio]+label:hover::before,.is-checkradio[type=radio]+label:hover:before{
  -webkit-animation-duration:.4s;
  animation-duration:.4s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-name:hover-color;
  animation-name:hover-color
}

.is-checkradio[type=checkbox]+label::before,.is-checkradio[type=checkbox]+label:before,.is-checkradio[type=radio]+label::before,.is-checkradio[type=radio]+label:before{
  position:absolute;
  left:0;
  top:0;
  content:'';
  border:.1rem solid #dbdbdb
}

.is-checkradio[type=checkbox]+label::after,.is-checkradio[type=checkbox]+label:after,.is-checkradio[type=radio]+label::after,.is-checkradio[type=radio]+label:after{
  position:absolute;
  display:none;
  content:'';
  top:0
}

.is-checkradio[type=checkbox].is-rtl+label,.is-checkradio[type=radio].is-rtl+label{
  margin-right:0;
  margin-left:.5rem
}

.is-checkradio[type=checkbox].is-rtl+label::before,.is-checkradio[type=checkbox].is-rtl+label:before,.is-checkradio[type=radio].is-rtl+label::before,.is-checkradio[type=radio].is-rtl+label:before{
  left:auto;
  right:0
}

.is-checkradio[type=checkbox]:focus+label::before,.is-checkradio[type=checkbox]:focus+label:before,.is-checkradio[type=radio]:focus+label::before,.is-checkradio[type=radio]:focus+label:before{
  outline:1px dotted #b5b5b5
}

.is-checkradio[type=checkbox]:hover:not([disabled])+label::before,.is-checkradio[type=checkbox]:hover:not([disabled])+label:before,.is-checkradio[type=radio]:hover:not([disabled])+label::before,.is-checkradio[type=radio]:hover:not([disabled])+label:before{
  border-color:#00d1b2!important
}

.is-checkradio[type=checkbox]:checked+label::before,.is-checkradio[type=checkbox]:checked+label:before,.is-checkradio[type=radio]:checked+label::before,.is-checkradio[type=radio]:checked+label:before{
  border:.1rem solid #dbdbdb
}

.is-checkradio[type=checkbox]:checked[disabled],.is-checkradio[type=radio]:checked[disabled]{
  cursor:not-allowed
}

.is-checkradio[type=checkbox]:checked[disabled]+label,.is-checkradio[type=radio]:checked[disabled]+label{
  opacity:.5
}

.is-checkradio[type=checkbox]:checked+label::before,.is-checkradio[type=checkbox]:checked+label:before,.is-checkradio[type=radio]:checked+label::before,.is-checkradio[type=radio]:checked+label:before{
  -webkit-animation-name:none;
  animation-name:none
}

.is-checkradio[type=checkbox]:checked+label::after,.is-checkradio[type=checkbox]:checked+label:after,.is-checkradio[type=radio]:checked+label::after,.is-checkradio[type=radio]:checked+label:after{
  display:inline-block
}

.is-checkradio[type=checkbox][disabled],.is-checkradio[type=radio][disabled]{
  cursor:not-allowed
}

.is-checkradio[type=checkbox][disabled]+label,.is-checkradio[type=radio][disabled]+label{
  opacity:.5;
  cursor:not-allowed
}

.is-checkradio[type=checkbox][disabled]+label::after,.is-checkradio[type=checkbox][disabled]+label::before,.is-checkradio[type=checkbox][disabled]+label:after,.is-checkradio[type=checkbox][disabled]+label:before,.is-checkradio[type=checkbox][disabled]+label:hover,.is-checkradio[type=radio][disabled]+label::after,.is-checkradio[type=radio][disabled]+label::before,.is-checkradio[type=radio][disabled]+label:after,.is-checkradio[type=radio][disabled]+label:before,.is-checkradio[type=radio][disabled]+label:hover{
  cursor:not-allowed
}

.is-checkradio[type=checkbox][disabled]:hover,.is-checkradio[type=radio][disabled]:hover{
  cursor:not-allowed
}

.is-checkradio[type=checkbox][disabled]:hover::before,.is-checkradio[type=checkbox][disabled]:hover:before,.is-checkradio[type=radio][disabled]:hover::before,.is-checkradio[type=radio][disabled]:hover:before{
  -webkit-animation-name:none;
  animation-name:none
}

.is-checkradio[type=checkbox][disabled]::before,.is-checkradio[type=checkbox][disabled]:before,.is-checkradio[type=radio][disabled]::before,.is-checkradio[type=radio][disabled]:before{
  cursor:not-allowed
}

.is-checkradio[type=checkbox][disabled]::after,.is-checkradio[type=checkbox][disabled]:after,.is-checkradio[type=radio][disabled]::after,.is-checkradio[type=radio][disabled]:after{
  cursor:not-allowed
}

.is-checkradio[type=checkbox].has-no-border+label::before,.is-checkradio[type=checkbox].has-no-border+label:before,.is-checkradio[type=radio].has-no-border+label::before,.is-checkradio[type=radio].has-no-border+label:before{
  border:none!important
}

.is-checkradio[type=checkbox].is-block,.is-checkradio[type=radio].is-block{
  display:none!important
}

.is-checkradio[type=checkbox].is-block+label,.is-checkradio[type=radio].is-block+label{
  width:100%!important;
  background:#f5f5f5;
  color:rgba(0,0,0,.7);
  padding-right:.75em
}

.is-checkradio[type=checkbox].is-block+label::before,.is-checkradio[type=checkbox].is-block+label:before,.is-checkradio[type=radio].is-block+label::before,.is-checkradio[type=radio].is-block+label:before{
  border:none!important
}

.is-checkradio[type=checkbox]+label::before,.is-checkradio[type=checkbox]+label:before{
  border-radius:4px
}

.is-checkradio[type=checkbox]+label::after,.is-checkradio[type=checkbox]+label:after{
  box-sizing:border-box;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  border-width:.1rem;
  border-style:solid;
  border-color:#00d1b2;
  border-top:0;
  border-left:0
}

.is-checkradio[type=checkbox].is-circle+label::before,.is-checkradio[type=checkbox].is-circle+label:before{
  border-radius:50%
}

.is-checkradio[type=checkbox]+label{
  font-size:1rem;
  padding-left:2rem
}

.is-checkradio[type=checkbox]+label::before,.is-checkradio[type=checkbox]+label:before{
  width:1.5rem;
  height:1.5rem
}

.is-checkradio[type=checkbox]+label::after,.is-checkradio[type=checkbox]+label:after{
  width:.375rem;
  height:.6rem;
  top:.405rem;
  left:.6rem
}

.is-checkradio[type=checkbox].is-block+label::after,.is-checkradio[type=checkbox].is-block+label:after{
  top:.585rem;
  left:.78rem
}

.is-checkradio[type=checkbox].is-rtl+label{
  padding-left:0;
  padding-right:2rem
}

.is-checkradio[type=checkbox].is-rtl+label::after,.is-checkradio[type=checkbox].is-rtl+label:after{
  left:auto;
  right:.6rem
}

.is-checkradio[type=checkbox].is-small+label{
  font-size:.75rem;
  padding-left:1.5rem
}

.is-checkradio[type=checkbox].is-small+label::before,.is-checkradio[type=checkbox].is-small+label:before{
  width:1.125rem;
  height:1.125rem
}

.is-checkradio[type=checkbox].is-small+label::after,.is-checkradio[type=checkbox].is-small+label:after{
  width:.28125rem;
  height:.45rem;
  top:.30375rem;
  left:.45rem
}

.is-checkradio[type=checkbox].is-small.is-block+label::after,.is-checkradio[type=checkbox].is-small.is-block+label:after{
  top:.43875rem;
  left:.585rem
}

.is-checkradio[type=checkbox].is-small.is-rtl+label{
  padding-left:0;
  padding-right:1.5rem
}

.is-checkradio[type=checkbox].is-small.is-rtl+label::after,.is-checkradio[type=checkbox].is-small.is-rtl+label:after{
  left:auto;
  right:.45rem
}

.is-checkradio[type=checkbox].is-medium+label{
  font-size:1.25rem;
  padding-left:2.5rem
}

.is-checkradio[type=checkbox].is-medium+label::before,.is-checkradio[type=checkbox].is-medium+label:before{
  width:1.875rem;
  height:1.875rem
}

.is-checkradio[type=checkbox].is-medium+label::after,.is-checkradio[type=checkbox].is-medium+label:after{
  width:.46875rem;
  height:.75rem;
  top:.50625rem;
  left:.75rem
}

.is-checkradio[type=checkbox].is-medium.is-block+label::after,.is-checkradio[type=checkbox].is-medium.is-block+label:after{
  top:.73125rem;
  left:.975rem
}

.is-checkradio[type=checkbox].is-medium.is-rtl+label{
  padding-left:0;
  padding-right:2.5rem
}

.is-checkradio[type=checkbox].is-medium.is-rtl+label::after,.is-checkradio[type=checkbox].is-medium.is-rtl+label:after{
  left:auto;
  right:.75rem
}

.is-checkradio[type=checkbox].is-large+label{
  font-size:1.5rem;
  padding-left:3rem
}

.is-checkradio[type=checkbox].is-large+label::before,.is-checkradio[type=checkbox].is-large+label:before{
  width:2.25rem;
  height:2.25rem
}

.is-checkradio[type=checkbox].is-large+label::after,.is-checkradio[type=checkbox].is-large+label:after{
  width:.5625rem;
  height:.9rem;
  top:.6075rem;
  left:.9rem
}

.is-checkradio[type=checkbox].is-large.is-block+label::after,.is-checkradio[type=checkbox].is-large.is-block+label:after{
  top:.8775rem;
  left:1.17rem
}

.is-checkradio[type=checkbox].is-large.is-rtl+label{
  padding-left:0;
  padding-right:3rem
}

.is-checkradio[type=checkbox].is-large.is-rtl+label::after,.is-checkradio[type=checkbox].is-large.is-rtl+label:after{
  left:auto;
  right:.9rem
}

.is-checkradio[type=checkbox].is-white.has-background-color+label::before,.is-checkradio[type=checkbox].is-white.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#fff!important
}

.is-checkradio[type=checkbox].is-white:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-white:hover:not([disabled])+label:before{
  border-color:#fff!important
}

.is-checkradio[type=checkbox].is-white:checked+label::after,.is-checkradio[type=checkbox].is-white:checked+label:after{
  border-color:#fff!important
}

.is-checkradio[type=checkbox].is-white:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-white:checked.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#fff!important
}

.is-checkradio[type=checkbox].is-white:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-white:checked.has-background-color+label:after{
  border-color:#0a0a0a!important;
  background-color:#fff!important
}

.is-checkradio[type=checkbox].is-white:checked.is-block+label{
  color:#0a0a0a;
  border-color:#fff!important;
  background:#fff
}

.is-checkradio[type=checkbox].is-white:checked.is-block+label::after,.is-checkradio[type=checkbox].is-white:checked.is-block+label:after{
  border-color:#0a0a0a!important
}

.is-checkradio[type=checkbox].is-black.has-background-color+label::before,.is-checkradio[type=checkbox].is-black.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#0a0a0a!important
}

.is-checkradio[type=checkbox].is-black:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-black:hover:not([disabled])+label:before{
  border-color:#0a0a0a!important
}

.is-checkradio[type=checkbox].is-black:checked+label::after,.is-checkradio[type=checkbox].is-black:checked+label:after{
  border-color:#0a0a0a!important
}

.is-checkradio[type=checkbox].is-black:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-black:checked.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#0a0a0a!important
}

.is-checkradio[type=checkbox].is-black:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-black:checked.has-background-color+label:after{
  border-color:#fff!important;
  background-color:#0a0a0a!important
}

.is-checkradio[type=checkbox].is-black:checked.is-block+label{
  color:#fff;
  border-color:#0a0a0a!important;
  background:#0a0a0a
}

.is-checkradio[type=checkbox].is-black:checked.is-block+label::after,.is-checkradio[type=checkbox].is-black:checked.is-block+label:after{
  border-color:#fff!important
}

.is-checkradio[type=checkbox].is-light.has-background-color+label::before,.is-checkradio[type=checkbox].is-light.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#f5f5f5!important
}

.is-checkradio[type=checkbox].is-light:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-light:hover:not([disabled])+label:before{
  border-color:#f5f5f5!important
}

.is-checkradio[type=checkbox].is-light:checked+label::after,.is-checkradio[type=checkbox].is-light:checked+label:after{
  border-color:#f5f5f5!important
}

.is-checkradio[type=checkbox].is-light:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-light:checked.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#f5f5f5!important
}

.is-checkradio[type=checkbox].is-light:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-light:checked.has-background-color+label:after{
  border-color:#363636!important;
  background-color:#f5f5f5!important
}

.is-checkradio[type=checkbox].is-light:checked.is-block+label{
  color:#363636;
  border-color:#f5f5f5!important;
  background:#f5f5f5
}

.is-checkradio[type=checkbox].is-light:checked.is-block+label::after,.is-checkradio[type=checkbox].is-light:checked.is-block+label:after{
  border-color:#363636!important
}

.is-checkradio[type=checkbox].is-dark.has-background-color+label::before,.is-checkradio[type=checkbox].is-dark.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#363636!important
}

.is-checkradio[type=checkbox].is-dark:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-dark:hover:not([disabled])+label:before{
  border-color:#363636!important
}

.is-checkradio[type=checkbox].is-dark:checked+label::after,.is-checkradio[type=checkbox].is-dark:checked+label:after{
  border-color:#363636!important
}

.is-checkradio[type=checkbox].is-dark:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-dark:checked.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#363636!important
}

.is-checkradio[type=checkbox].is-dark:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-dark:checked.has-background-color+label:after{
  border-color:#f5f5f5!important;
  background-color:#363636!important
}

.is-checkradio[type=checkbox].is-dark:checked.is-block+label{
  color:#f5f5f5;
  border-color:#363636!important;
  background:#363636
}

.is-checkradio[type=checkbox].is-dark:checked.is-block+label::after,.is-checkradio[type=checkbox].is-dark:checked.is-block+label:after{
  border-color:#f5f5f5!important
}

.is-checkradio[type=checkbox].is-primary.has-background-color+label::before,.is-checkradio[type=checkbox].is-primary.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#00d1b2!important
}

.is-checkradio[type=checkbox].is-primary:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-primary:hover:not([disabled])+label:before{
  border-color:#00d1b2!important
}

.is-checkradio[type=checkbox].is-primary:checked+label::after,.is-checkradio[type=checkbox].is-primary:checked+label:after{
  border-color:#00d1b2!important
}

.is-checkradio[type=checkbox].is-primary:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-primary:checked.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#00d1b2!important
}

.is-checkradio[type=checkbox].is-primary:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-primary:checked.has-background-color+label:after{
  border-color:#fff!important;
  background-color:#00d1b2!important
}

.is-checkradio[type=checkbox].is-primary:checked.is-block+label{
  color:#fff;
  border-color:#00d1b2!important;
  background:#00d1b2
}

.is-checkradio[type=checkbox].is-primary:checked.is-block+label::after,.is-checkradio[type=checkbox].is-primary:checked.is-block+label:after{
  border-color:#fff!important
}

.is-checkradio[type=checkbox].is-link.has-background-color+label::before,.is-checkradio[type=checkbox].is-link.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#3273dc!important
}

.is-checkradio[type=checkbox].is-link:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-link:hover:not([disabled])+label:before{
  border-color:#3273dc!important
}

.is-checkradio[type=checkbox].is-link:checked+label::after,.is-checkradio[type=checkbox].is-link:checked+label:after{
  border-color:#3273dc!important
}

.is-checkradio[type=checkbox].is-link:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-link:checked.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#3273dc!important
}

.is-checkradio[type=checkbox].is-link:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-link:checked.has-background-color+label:after{
  border-color:#fff!important;
  background-color:#3273dc!important
}

.is-checkradio[type=checkbox].is-link:checked.is-block+label{
  color:#fff;
  border-color:#3273dc!important;
  background:#3273dc
}

.is-checkradio[type=checkbox].is-link:checked.is-block+label::after,.is-checkradio[type=checkbox].is-link:checked.is-block+label:after{
  border-color:#fff!important
}

.is-checkradio[type=checkbox].is-info.has-background-color+label::before,.is-checkradio[type=checkbox].is-info.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#209cee!important
}

.is-checkradio[type=checkbox].is-info:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-info:hover:not([disabled])+label:before{
  border-color:#209cee!important
}

.is-checkradio[type=checkbox].is-info:checked+label::after,.is-checkradio[type=checkbox].is-info:checked+label:after{
  border-color:#209cee!important
}

.is-checkradio[type=checkbox].is-info:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-info:checked.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#209cee!important
}

.is-checkradio[type=checkbox].is-info:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-info:checked.has-background-color+label:after{
  border-color:#fff!important;
  background-color:#209cee!important
}

.is-checkradio[type=checkbox].is-info:checked.is-block+label{
  color:#fff;
  border-color:#209cee!important;
  background:#209cee
}

.is-checkradio[type=checkbox].is-info:checked.is-block+label::after,.is-checkradio[type=checkbox].is-info:checked.is-block+label:after{
  border-color:#fff!important
}

.is-checkradio[type=checkbox].is-success.has-background-color+label::before,.is-checkradio[type=checkbox].is-success.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#23d160!important
}

.is-checkradio[type=checkbox].is-success:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-success:hover:not([disabled])+label:before{
  border-color:#23d160!important
}

.is-checkradio[type=checkbox].is-success:checked+label::after,.is-checkradio[type=checkbox].is-success:checked+label:after{
  border-color:#23d160!important
}

.is-checkradio[type=checkbox].is-success:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-success:checked.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#23d160!important
}

.is-checkradio[type=checkbox].is-success:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-success:checked.has-background-color+label:after{
  border-color:#fff!important;
  background-color:#23d160!important
}

.is-checkradio[type=checkbox].is-success:checked.is-block+label{
  color:#fff;
  border-color:#23d160!important;
  background:#23d160
}

.is-checkradio[type=checkbox].is-success:checked.is-block+label::after,.is-checkradio[type=checkbox].is-success:checked.is-block+label:after{
  border-color:#fff!important
}

.is-checkradio[type=checkbox].is-warning.has-background-color+label::before,.is-checkradio[type=checkbox].is-warning.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#ffdd57!important
}

.is-checkradio[type=checkbox].is-warning:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-warning:hover:not([disabled])+label:before{
  border-color:#ffdd57!important
}

.is-checkradio[type=checkbox].is-warning:checked+label::after,.is-checkradio[type=checkbox].is-warning:checked+label:after{
  border-color:#ffdd57!important
}

.is-checkradio[type=checkbox].is-warning:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-warning:checked.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#ffdd57!important
}

.is-checkradio[type=checkbox].is-warning:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-warning:checked.has-background-color+label:after{
  border-color:rgba(0,0,0,.7)!important;
  background-color:#ffdd57!important
}

.is-checkradio[type=checkbox].is-warning:checked.is-block+label{
  color:rgba(0,0,0,.7);
  border-color:#ffdd57!important;
  background:#ffdd57
}

.is-checkradio[type=checkbox].is-warning:checked.is-block+label::after,.is-checkradio[type=checkbox].is-warning:checked.is-block+label:after{
  border-color:rgba(0,0,0,.7)!important
}

.is-checkradio[type=checkbox].is-danger.has-background-color+label::before,.is-checkradio[type=checkbox].is-danger.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#ff3860!important
}

.is-checkradio[type=checkbox].is-danger:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-danger:hover:not([disabled])+label:before{
  border-color:#ff3860!important
}

.is-checkradio[type=checkbox].is-danger:checked+label::after,.is-checkradio[type=checkbox].is-danger:checked+label:after{
  border-color:#ff3860!important
}

.is-checkradio[type=checkbox].is-danger:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-danger:checked.has-background-color+label:before{
  border-color:transparent!important;
  background-color:#ff3860!important
}

.is-checkradio[type=checkbox].is-danger:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-danger:checked.has-background-color+label:after{
  border-color:#fff!important;
  background-color:#ff3860!important
}

.is-checkradio[type=checkbox].is-danger:checked.is-block+label{
  color:#fff;
  border-color:#ff3860!important;
  background:#ff3860
}

.is-checkradio[type=checkbox].is-danger:checked.is-block+label::after,.is-checkradio[type=checkbox].is-danger:checked.is-block+label:after{
  border-color:#fff!important
}

.is-checkradio[type=checkbox]:indeterminate+label::after,.is-checkradio[type=checkbox]:indeterminate+label:after{
  display:inline-block;
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg);
  border-bottom:none
}

.is-checkradio[type=checkbox]:indeterminate.is-white+label::after,.is-checkradio[type=checkbox]:indeterminate.is-white+label:after{
  border-color:#fff
}

.is-checkradio[type=checkbox]:indeterminate.is-black+label::after,.is-checkradio[type=checkbox]:indeterminate.is-black+label:after{
  border-color:#0a0a0a
}

.is-checkradio[type=checkbox]:indeterminate.is-light+label::after,.is-checkradio[type=checkbox]:indeterminate.is-light+label:after{
  border-color:#f5f5f5
}

.is-checkradio[type=checkbox]:indeterminate.is-dark+label::after,.is-checkradio[type=checkbox]:indeterminate.is-dark+label:after{
  border-color:#363636
}

.is-checkradio[type=checkbox]:indeterminate.is-primary+label::after,.is-checkradio[type=checkbox]:indeterminate.is-primary+label:after{
  border-color:#00d1b2
}

.is-checkradio[type=checkbox]:indeterminate.is-link+label::after,.is-checkradio[type=checkbox]:indeterminate.is-link+label:after{
  border-color:#3273dc
}

.is-checkradio[type=checkbox]:indeterminate.is-info+label::after,.is-checkradio[type=checkbox]:indeterminate.is-info+label:after{
  border-color:#209cee
}

.is-checkradio[type=checkbox]:indeterminate.is-success+label::after,.is-checkradio[type=checkbox]:indeterminate.is-success+label:after{
  border-color:#23d160
}

.is-checkradio[type=checkbox]:indeterminate.is-warning+label::after,.is-checkradio[type=checkbox]:indeterminate.is-warning+label:after{
  border-color:#ffdd57
}

.is-checkradio[type=checkbox]:indeterminate.is-danger+label::after,.is-checkradio[type=checkbox]:indeterminate.is-danger+label:after{
  border-color:#ff3860
}

.is-checkradio[type=radio]+label::before,.is-checkradio[type=radio]+label:before{
  border-radius:50%
}

.is-checkradio[type=radio]+label::after,.is-checkradio[type=radio]+label:after{
  border-radius:50%;
  background:#00d1b2;
  left:0;
  -webkit-transform:scale(.5);
  transform:scale(.5)
}

.is-checkradio[type=radio]:checked.has-background-color+label::before,.is-checkradio[type=radio]:checked.has-background-color+label:before{
  border-color:#4a4a4a!important;
  background-color:#4a4a4a!important
}

.is-checkradio[type=radio]:checked.has-background-color+label::after,.is-checkradio[type=radio]:checked.has-background-color+label:after{
  border-color:#4a4a4a!important;
  background-color:#4a4a4a!important
}

.is-checkradio[type=radio].is-rtl+label{
  padding-left:0
}

.is-checkradio[type=radio].is-rtl+label::after,.is-checkradio[type=radio].is-rtl+label:after{
  left:auto;
  right:0
}

.is-checkradio[type=radio]+label{
  font-size:1rem;
  line-height:1.5rem;
  padding-left:2rem
}

.is-checkradio[type=radio]+label::after,.is-checkradio[type=radio]+label::before,.is-checkradio[type=radio]+label:after,.is-checkradio[type=radio]+label:before{
  width:1.5rem;
  height:1.5rem
}

.is-checkradio[type=radio].is-rtl+label{
  padding-right:2rem
}

.is-checkradio[type=radio].is-small+label{
  font-size:.75rem;
  line-height:1.125rem;
  padding-left:1.5rem
}

.is-checkradio[type=radio].is-small+label::after,.is-checkradio[type=radio].is-small+label::before,.is-checkradio[type=radio].is-small+label:after,.is-checkradio[type=radio].is-small+label:before{
  width:1.125rem;
  height:1.125rem
}

.is-checkradio[type=radio].is-small.is-rtl+label{
  padding-right:1.5rem
}

.is-checkradio[type=radio].is-medium+label{
  font-size:1.25rem;
  line-height:1.875rem;
  padding-left:2.5rem
}

.is-checkradio[type=radio].is-medium+label::after,.is-checkradio[type=radio].is-medium+label::before,.is-checkradio[type=radio].is-medium+label:after,.is-checkradio[type=radio].is-medium+label:before{
  width:1.875rem;
  height:1.875rem
}

.is-checkradio[type=radio].is-medium.is-rtl+label{
  padding-right:2.5rem
}

.is-checkradio[type=radio].is-large+label{
  font-size:1.5rem;
  line-height:2.25rem;
  padding-left:3rem
}

.is-checkradio[type=radio].is-large+label::after,.is-checkradio[type=radio].is-large+label::before,.is-checkradio[type=radio].is-large+label:after,.is-checkradio[type=radio].is-large+label:before{
  width:2.25rem;
  height:2.25rem
}

.is-checkradio[type=radio].is-large.is-rtl+label{
  padding-right:3rem
}

.is-checkradio[type=radio].is-white.has-background-color+label::before,.is-checkradio[type=radio].is-white.has-background-color+label:before{
  border-color:#fff!important;
  background-color:#fff!important
}

.is-checkradio[type=radio].is-white:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-white:hover:not([disabled])+label:before{
  border-color:#fff!important
}

.is-checkradio[type=radio].is-white:checked+label::after,.is-checkradio[type=radio].is-white:checked+label:after{
  border-color:#fff!important;
  background-color:#fff!important
}

.is-checkradio[type=radio].is-white:checked.has-background-color+label::before,.is-checkradio[type=radio].is-white:checked.has-background-color+label:before{
  border-color:#fff!important;
  background-color:#fff!important
}

.is-checkradio[type=radio].is-white:checked.has-background-color+label::after,.is-checkradio[type=radio].is-white:checked.has-background-color+label:after{
  border-color:#0a0a0a!important;
  background-color:#0a0a0a!important
}

.is-checkradio[type=radio].is-black.has-background-color+label::before,.is-checkradio[type=radio].is-black.has-background-color+label:before{
  border-color:#0a0a0a!important;
  background-color:#0a0a0a!important
}

.is-checkradio[type=radio].is-black:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-black:hover:not([disabled])+label:before{
  border-color:#0a0a0a!important
}

.is-checkradio[type=radio].is-black:checked+label::after,.is-checkradio[type=radio].is-black:checked+label:after{
  border-color:#0a0a0a!important;
  background-color:#0a0a0a!important
}

.is-checkradio[type=radio].is-black:checked.has-background-color+label::before,.is-checkradio[type=radio].is-black:checked.has-background-color+label:before{
  border-color:#0a0a0a!important;
  background-color:#0a0a0a!important
}

.is-checkradio[type=radio].is-black:checked.has-background-color+label::after,.is-checkradio[type=radio].is-black:checked.has-background-color+label:after{
  border-color:#fff!important;
  background-color:#fff!important
}

.is-checkradio[type=radio].is-light.has-background-color+label::before,.is-checkradio[type=radio].is-light.has-background-color+label:before{
  border-color:#f5f5f5!important;
  background-color:#f5f5f5!important
}

.is-checkradio[type=radio].is-light:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-light:hover:not([disabled])+label:before{
  border-color:#f5f5f5!important
}

.is-checkradio[type=radio].is-light:checked+label::after,.is-checkradio[type=radio].is-light:checked+label:after{
  border-color:#f5f5f5!important;
  background-color:#f5f5f5!important
}

.is-checkradio[type=radio].is-light:checked.has-background-color+label::before,.is-checkradio[type=radio].is-light:checked.has-background-color+label:before{
  border-color:#f5f5f5!important;
  background-color:#f5f5f5!important
}

.is-checkradio[type=radio].is-light:checked.has-background-color+label::after,.is-checkradio[type=radio].is-light:checked.has-background-color+label:after{
  border-color:#363636!important;
  background-color:#363636!important
}

.is-checkradio[type=radio].is-dark.has-background-color+label::before,.is-checkradio[type=radio].is-dark.has-background-color+label:before{
  border-color:#363636!important;
  background-color:#363636!important
}

.is-checkradio[type=radio].is-dark:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-dark:hover:not([disabled])+label:before{
  border-color:#363636!important
}

.is-checkradio[type=radio].is-dark:checked+label::after,.is-checkradio[type=radio].is-dark:checked+label:after{
  border-color:#363636!important;
  background-color:#363636!important
}

.is-checkradio[type=radio].is-dark:checked.has-background-color+label::before,.is-checkradio[type=radio].is-dark:checked.has-background-color+label:before{
  border-color:#363636!important;
  background-color:#363636!important
}

.is-checkradio[type=radio].is-dark:checked.has-background-color+label::after,.is-checkradio[type=radio].is-dark:checked.has-background-color+label:after{
  border-color:#f5f5f5!important;
  background-color:#f5f5f5!important
}

.is-checkradio[type=radio].is-primary.has-background-color+label::before,.is-checkradio[type=radio].is-primary.has-background-color+label:before{
  border-color:#00d1b2!important;
  background-color:#00d1b2!important
}

.is-checkradio[type=radio].is-primary:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-primary:hover:not([disabled])+label:before{
  border-color:#00d1b2!important
}

.is-checkradio[type=radio].is-primary:checked+label::after,.is-checkradio[type=radio].is-primary:checked+label:after{
  border-color:#00d1b2!important;
  background-color:#00d1b2!important
}

.is-checkradio[type=radio].is-primary:checked.has-background-color+label::before,.is-checkradio[type=radio].is-primary:checked.has-background-color+label:before{
  border-color:#00d1b2!important;
  background-color:#00d1b2!important
}

.is-checkradio[type=radio].is-primary:checked.has-background-color+label::after,.is-checkradio[type=radio].is-primary:checked.has-background-color+label:after{
  border-color:#fff!important;
  background-color:#fff!important
}

.is-checkradio[type=radio].is-link.has-background-color+label::before,.is-checkradio[type=radio].is-link.has-background-color+label:before{
  border-color:#3273dc!important;
  background-color:#3273dc!important
}

.is-checkradio[type=radio].is-link:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-link:hover:not([disabled])+label:before{
  border-color:#3273dc!important
}

.is-checkradio[type=radio].is-link:checked+label::after,.is-checkradio[type=radio].is-link:checked+label:after{
  border-color:#3273dc!important;
  background-color:#3273dc!important
}

.is-checkradio[type=radio].is-link:checked.has-background-color+label::before,.is-checkradio[type=radio].is-link:checked.has-background-color+label:before{
  border-color:#3273dc!important;
  background-color:#3273dc!important
}

.is-checkradio[type=radio].is-link:checked.has-background-color+label::after,.is-checkradio[type=radio].is-link:checked.has-background-color+label:after{
  border-color:#fff!important;
  background-color:#fff!important
}

.is-checkradio[type=radio].is-info.has-background-color+label::before,.is-checkradio[type=radio].is-info.has-background-color+label:before{
  border-color:#209cee!important;
  background-color:#209cee!important
}

.is-checkradio[type=radio].is-info:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-info:hover:not([disabled])+label:before{
  border-color:#209cee!important
}

.is-checkradio[type=radio].is-info:checked+label::after,.is-checkradio[type=radio].is-info:checked+label:after{
  border-color:#209cee!important;
  background-color:#209cee!important
}

.is-checkradio[type=radio].is-info:checked.has-background-color+label::before,.is-checkradio[type=radio].is-info:checked.has-background-color+label:before{
  border-color:#209cee!important;
  background-color:#209cee!important
}

.is-checkradio[type=radio].is-info:checked.has-background-color+label::after,.is-checkradio[type=radio].is-info:checked.has-background-color+label:after{
  border-color:#fff!important;
  background-color:#fff!important
}

.is-checkradio[type=radio].is-success.has-background-color+label::before,.is-checkradio[type=radio].is-success.has-background-color+label:before{
  border-color:#23d160!important;
  background-color:#23d160!important
}

.is-checkradio[type=radio].is-success:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-success:hover:not([disabled])+label:before{
  border-color:#23d160!important
}

.is-checkradio[type=radio].is-success:checked+label::after,.is-checkradio[type=radio].is-success:checked+label:after{
  border-color:#23d160!important;
  background-color:#23d160!important
}

.is-checkradio[type=radio].is-success:checked.has-background-color+label::before,.is-checkradio[type=radio].is-success:checked.has-background-color+label:before{
  border-color:#23d160!important;
  background-color:#23d160!important
}

.is-checkradio[type=radio].is-success:checked.has-background-color+label::after,.is-checkradio[type=radio].is-success:checked.has-background-color+label:after{
  border-color:#fff!important;
  background-color:#fff!important
}

.is-checkradio[type=radio].is-warning.has-background-color+label::before,.is-checkradio[type=radio].is-warning.has-background-color+label:before{
  border-color:#ffdd57!important;
  background-color:#ffdd57!important
}

.is-checkradio[type=radio].is-warning:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-warning:hover:not([disabled])+label:before{
  border-color:#ffdd57!important
}

.is-checkradio[type=radio].is-warning:checked+label::after,.is-checkradio[type=radio].is-warning:checked+label:after{
  border-color:#ffdd57!important;
  background-color:#ffdd57!important
}

.is-checkradio[type=radio].is-warning:checked.has-background-color+label::before,.is-checkradio[type=radio].is-warning:checked.has-background-color+label:before{
  border-color:#ffdd57!important;
  background-color:#ffdd57!important
}

.is-checkradio[type=radio].is-warning:checked.has-background-color+label::after,.is-checkradio[type=radio].is-warning:checked.has-background-color+label:after{
  border-color:rgba(0,0,0,.7)!important;
  background-color:rgba(0,0,0,.7)!important
}

.is-checkradio[type=radio].is-danger.has-background-color+label::before,.is-checkradio[type=radio].is-danger.has-background-color+label:before{
  border-color:#ff3860!important;
  background-color:#ff3860!important
}

.is-checkradio[type=radio].is-danger:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-danger:hover:not([disabled])+label:before{
  border-color:#ff3860!important
}

.is-checkradio[type=radio].is-danger:checked+label::after,.is-checkradio[type=radio].is-danger:checked+label:after{
  border-color:#ff3860!important;
  background-color:#ff3860!important
}

.is-checkradio[type=radio].is-danger:checked.has-background-color+label::before,.is-checkradio[type=radio].is-danger:checked.has-background-color+label:before{
  border-color:#ff3860!important;
  background-color:#ff3860!important
}

.is-checkradio[type=radio].is-danger:checked.has-background-color+label::after,.is-checkradio[type=radio].is-danger:checked.has-background-color+label:after{
  border-color:#fff!important;
  background-color:#fff!important
}

.is-divider,.is-divider-vertical{
  display:block;
  position:relative;
  border-top:.1rem solid #dbdbdb;
  height:.1rem;
  margin:2rem 0;
  text-align:center
}

.is-divider-vertical[data-content]::after,.is-divider[data-content]::after{
  background:#fff;
  color:#b5b5b5;
  content:attr(data-content);
  display:inline-block;
  font-size:.75rem;
  padding:.4rem .8rem;
  -webkit-transform:translateY(-1.1rem);
  transform:translateY(-1.1rem);
  text-align:center
}

@media screen and (min-width:769px),print{
  .is-divider-vertical{
    display:block;
    -webkit-box-flex:0;
            flex:none;
    width:auto;
    height:auto;
    padding:2rem;
    margin:0;
    position:relative;
    border-top:none;
    min-height:2rem
  }

  .is-divider-vertical::before{
    border-left:.1rem solid #dbdbdb;
    bottom:1rem;
    content:"";
    display:block;
    left:50%;
    position:absolute;
    top:1rem;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
  }

  .is-divider-vertical[data-content]::after{
    position:absolute;
    left:50%;
    top:50%;
    padding:.1rem;
    -webkit-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%)
  }
}

.is-divider-vertical.is-white,.is-divider.is-white{
  border-top-color:#fff
}

.is-divider-vertical.is-white[data-content]::after,.is-divider.is-white[data-content]::after{
  background:#0a0a0a;
  color:#fff
}

.is-divider-vertical.is-white::before,.is-divider.is-white::before{
  border-left-color:#fff
}

.is-divider-vertical.is-black,.is-divider.is-black{
  border-top-color:#0a0a0a
}

.is-divider-vertical.is-black[data-content]::after,.is-divider.is-black[data-content]::after{
  background:#fff;
  color:#0a0a0a
}

.is-divider-vertical.is-black::before,.is-divider.is-black::before{
  border-left-color:#0a0a0a
}

.is-divider-vertical.is-light,.is-divider.is-light{
  border-top-color:#f5f5f5
}

.is-divider-vertical.is-light[data-content]::after,.is-divider.is-light[data-content]::after{
  background:#363636;
  color:#f5f5f5
}

.is-divider-vertical.is-light::before,.is-divider.is-light::before{
  border-left-color:#f5f5f5
}

.is-divider-vertical.is-dark,.is-divider.is-dark{
  border-top-color:#363636
}

.is-divider-vertical.is-dark[data-content]::after,.is-divider.is-dark[data-content]::after{
  background:#f5f5f5;
  color:#363636
}

.is-divider-vertical.is-dark::before,.is-divider.is-dark::before{
  border-left-color:#363636
}

.is-divider-vertical.is-primary,.is-divider.is-primary{
  border-top-color:#00d1b2
}

.is-divider-vertical.is-primary[data-content]::after,.is-divider.is-primary[data-content]::after{
  background:#fff;
  color:#00d1b2
}

.is-divider-vertical.is-primary::before,.is-divider.is-primary::before{
  border-left-color:#00d1b2
}

.is-divider-vertical.is-link,.is-divider.is-link{
  border-top-color:#3273dc
}

.is-divider-vertical.is-link[data-content]::after,.is-divider.is-link[data-content]::after{
  background:#fff;
  color:#3273dc
}

.is-divider-vertical.is-link::before,.is-divider.is-link::before{
  border-left-color:#3273dc
}

.is-divider-vertical.is-info,.is-divider.is-info{
  border-top-color:#209cee
}

.is-divider-vertical.is-info[data-content]::after,.is-divider.is-info[data-content]::after{
  background:#fff;
  color:#209cee
}

.is-divider-vertical.is-info::before,.is-divider.is-info::before{
  border-left-color:#209cee
}

.is-divider-vertical.is-success,.is-divider.is-success{
  border-top-color:#23d160
}

.is-divider-vertical.is-success[data-content]::after,.is-divider.is-success[data-content]::after{
  background:#fff;
  color:#23d160
}

.is-divider-vertical.is-success::before,.is-divider.is-success::before{
  border-left-color:#23d160
}

.is-divider-vertical.is-warning,.is-divider.is-warning{
  border-top-color:#ffdd57
}

.is-divider-vertical.is-warning[data-content]::after,.is-divider.is-warning[data-content]::after{
  background:rgba(0,0,0,.7);
  color:#ffdd57
}

.is-divider-vertical.is-warning::before,.is-divider.is-warning::before{
  border-left-color:#ffdd57
}

.is-divider-vertical.is-danger,.is-divider.is-danger{
  border-top-color:#ff3860
}

.is-divider-vertical.is-danger[data-content]::after,.is-divider.is-danger[data-content]::after{
  background:#fff;
  color:#ff3860
}

.is-divider-vertical.is-danger::before,.is-divider.is-danger::before{
  border-left-color:#ff3860
}

.is-divider-vertical.is-black-bis,.is-divider.is-black-bis{
  border-top-color:#121212
}

.is-divider-vertical.is-black-bis[data-content]::after,.is-divider.is-black-bis[data-content]::after{
  background:#fff;
  color:#121212
}

.is-divider-vertical.is-black-bis::before,.is-divider.is-black-bis::before{
  border-left-color:#121212
}

.is-divider-vertical.is-black-ter,.is-divider.is-black-ter{
  border-top-color:#242424
}

.is-divider-vertical.is-black-ter[data-content]::after,.is-divider.is-black-ter[data-content]::after{
  background:#fff;
  color:#242424
}

.is-divider-vertical.is-black-ter::before,.is-divider.is-black-ter::before{
  border-left-color:#242424
}

.is-divider-vertical.is-grey-darker,.is-divider.is-grey-darker{
  border-top-color:#363636
}

.is-divider-vertical.is-grey-darker[data-content]::after,.is-divider.is-grey-darker[data-content]::after{
  background:#fff;
  color:#363636
}

.is-divider-vertical.is-grey-darker::before,.is-divider.is-grey-darker::before{
  border-left-color:#363636
}

.is-divider-vertical.is-grey-dark,.is-divider.is-grey-dark{
  border-top-color:#4a4a4a
}

.is-divider-vertical.is-grey-dark[data-content]::after,.is-divider.is-grey-dark[data-content]::after{
  background:#fff;
  color:#4a4a4a
}

.is-divider-vertical.is-grey-dark::before,.is-divider.is-grey-dark::before{
  border-left-color:#4a4a4a
}

.is-divider-vertical.is-grey,.is-divider.is-grey{
  border-top-color:#7a7a7a
}

.is-divider-vertical.is-grey[data-content]::after,.is-divider.is-grey[data-content]::after{
  background:#fff;
  color:#7a7a7a
}

.is-divider-vertical.is-grey::before,.is-divider.is-grey::before{
  border-left-color:#7a7a7a
}

.is-divider-vertical.is-grey-light,.is-divider.is-grey-light{
  border-top-color:#b5b5b5
}

.is-divider-vertical.is-grey-light[data-content]::after,.is-divider.is-grey-light[data-content]::after{
  background:#fff;
  color:#b5b5b5
}

.is-divider-vertical.is-grey-light::before,.is-divider.is-grey-light::before{
  border-left-color:#b5b5b5
}

.is-divider-vertical.is-grey-lighter,.is-divider.is-grey-lighter{
  border-top-color:#dbdbdb
}

.is-divider-vertical.is-grey-lighter[data-content]::after,.is-divider.is-grey-lighter[data-content]::after{
  background:rgba(0,0,0,.7);
  color:#dbdbdb
}

.is-divider-vertical.is-grey-lighter::before,.is-divider.is-grey-lighter::before{
  border-left-color:#dbdbdb
}

.is-divider-vertical.is-white-ter,.is-divider.is-white-ter{
  border-top-color:#f5f5f5
}

.is-divider-vertical.is-white-ter[data-content]::after,.is-divider.is-white-ter[data-content]::after{
  background:rgba(0,0,0,.7);
  color:#f5f5f5
}

.is-divider-vertical.is-white-ter::before,.is-divider.is-white-ter::before{
  border-left-color:#f5f5f5
}

.is-divider-vertical.is-white-bis,.is-divider.is-white-bis{
  border-top-color:#fafafa
}

.is-divider-vertical.is-white-bis[data-content]::after,.is-divider.is-white-bis[data-content]::after{
  background:rgba(0,0,0,.7);
  color:#fafafa
}

.is-divider-vertical.is-white-bis::before,.is-divider.is-white-bis::before{
  border-left-color:#fafafa
}

[data-action=iconPicker]{
  width:0;
  height:0;
  display:block;
  opacity:0;
  top:-999px;
  position:absolute
}

.iconpicker-preview{
  border-radius:100%;
  background-color:#f5f5f5
}

.iconpicker-preview:hover{
  cursor:pointer
}

.iconpicker-preview .iconpicker-icon-preview{
  color:#7a7a7a;
  font-size:1.5em
}

.iconpicker-modal .modal-card .modal-card-head{
  background:#00d1b2;
  color:#fff;
  border-top-left-radius:0;
  border-top-right-radius:0;
  padding:1rem
}

.iconpicker-modal .modal-card .modal-card-head .modal-card-title{
  font-size:1.2em;
  color:#fff
}

.iconpicker-modal .modal-card .modal-card-head .iconpicker-search{
  background-color:rgba(255,255,255,.5);
  border-radius:2em;
  box-shadow:none;
  border:.1em solid rgba(255,255,255,.3);
  margin:0 2em;
  padding:.3em 1em;
  color:#7a7a7a
}

.iconpicker-modal .iconpicker-sets{
  flex-shrink:0;
  background-color:#f5f5f5;
  font-size:.8em;
  margin:0
}

.iconpicker-modal .modal-card-body{
  padding:0
}

.iconpicker-modal .modal-card-body .iconpicker-icons{
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
          flex-direction:row;
  flex-wrap:wrap;
  -webkit-box-pack:center;
          justify-content:center;
  padding:1em
}

.iconpicker-modal .modal-card-body .iconpicker-icons [data-icon]{
  display:block;
  width:48px;
  height:48px;
  text-align:center;
  padding:.5rem
}

.iconpicker-modal .modal-card-body .iconpicker-icons [data-icon] .iconpicker-icon-preview{
  font-size:1.4em
}

.pageloader{
  position:fixed;
  padding-top:2em;
  background:#00d1b2;
  background:#00d1b2;
  z-index:999998;
  transition:transform .35s ease-out,-webkit-transform .35s ease-out;
  will-change:transform
}

.pageloader.is-white{
  background-color:#fff;
  background:#fff
}

.pageloader.is-white::after{
  border-color:#0a0a0a;
  -webkit-animation:loader-figure-white 1.15s infinite cubic-bezier(.215,.61,.355,1);
  animation:loader-figure-white 1.15s infinite cubic-bezier(.215,.61,.355,1)
}

.pageloader.is-white .title{
  color:#0a0a0a
}

.pageloader.is-black{
  background-color:#0a0a0a;
  background:#0a0a0a
}

.pageloader.is-black::after{
  border-color:#fff;
  -webkit-animation:loader-figure-black 1.15s infinite cubic-bezier(.215,.61,.355,1);
  animation:loader-figure-black 1.15s infinite cubic-bezier(.215,.61,.355,1)
}

.pageloader.is-black .title{
  color:#fff
}

.pageloader.is-light{
  background-color:#f5f5f5;
  background:#f5f5f5
}

.pageloader.is-light::after{
  border-color:#363636;
  -webkit-animation:loader-figure-light 1.15s infinite cubic-bezier(.215,.61,.355,1);
  animation:loader-figure-light 1.15s infinite cubic-bezier(.215,.61,.355,1)
}

.pageloader.is-light .title{
  color:#363636
}

.pageloader.is-dark{
  background-color:#363636;
  background:#363636
}

.pageloader.is-dark::after{
  border-color:#f5f5f5;
  -webkit-animation:loader-figure-dark 1.15s infinite cubic-bezier(.215,.61,.355,1);
  animation:loader-figure-dark 1.15s infinite cubic-bezier(.215,.61,.355,1)
}

.pageloader.is-dark .title{
  color:#f5f5f5
}

.pageloader.is-primary{
  background-color:#00d1b2;
  background:#00d1b2
}

.pageloader.is-primary::after{
  border-color:#fff;
  -webkit-animation:loader-figure-primary 1.15s infinite cubic-bezier(.215,.61,.355,1);
  animation:loader-figure-primary 1.15s infinite cubic-bezier(.215,.61,.355,1)
}

.pageloader.is-primary .title{
  color:#fff
}

.pageloader.is-link{
  background-color:#3273dc;
  background:#3273dc
}

.pageloader.is-link::after{
  border-color:#fff;
  -webkit-animation:loader-figure-link 1.15s infinite cubic-bezier(.215,.61,.355,1);
  animation:loader-figure-link 1.15s infinite cubic-bezier(.215,.61,.355,1)
}

.pageloader.is-link .title{
  color:#fff
}

.pageloader.is-info{
  background-color:#209cee;
  background:#209cee
}

.pageloader.is-info::after{
  border-color:#fff;
  -webkit-animation:loader-figure-info 1.15s infinite cubic-bezier(.215,.61,.355,1);
  animation:loader-figure-info 1.15s infinite cubic-bezier(.215,.61,.355,1)
}

.pageloader.is-info .title{
  color:#fff
}

.pageloader.is-success{
  background-color:#23d160;
  background:#23d160
}

.pageloader.is-success::after{
  border-color:#fff;
  -webkit-animation:loader-figure-success 1.15s infinite cubic-bezier(.215,.61,.355,1);
  animation:loader-figure-success 1.15s infinite cubic-bezier(.215,.61,.355,1)
}

.pageloader.is-success .title{
  color:#fff
}

.pageloader.is-warning{
  background-color:#ffdd57;
  background:#ffdd57
}

.pageloader.is-warning::after{
  border-color:rgba(0,0,0,.7);
  -webkit-animation:loader-figure-warning 1.15s infinite cubic-bezier(.215,.61,.355,1);
  animation:loader-figure-warning 1.15s infinite cubic-bezier(.215,.61,.355,1)
}

.pageloader.is-warning .title{
  color:rgba(0,0,0,.7)
}

.pageloader.is-danger{
  background-color:#ff3860;
  background:#ff3860
}

.pageloader.is-danger::after{
  border-color:#fff;
  -webkit-animation:loader-figure-danger 1.15s infinite cubic-bezier(.215,.61,.355,1);
  animation:loader-figure-danger 1.15s infinite cubic-bezier(.215,.61,.355,1)
}

.pageloader.is-danger .title{
  color:#fff
}

.pageloader:not(.is-left-to-right),.pageloader:not(.is-right-to-left){
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%)
}

.pageloader.is-left-to-right{
  -webkit-transform:translateX(-100%);
  transform:translateX(-100%)
}

.pageloader.is-right-to-left{
  -webkit-transform:translateX(100%);
  transform:translateX(100%)
}

.pageloader.is-active:not(.is-left-to-right),.pageloader.is-active:not(.is-right-to-left){
  -webkit-transform:translateY(0);
  transform:translateY(0)
}

.pageloader.is-active.is-left-to-right,.pageloader.is-active.is-right-to-left{
  -webkit-transform:translateX(0);
  transform:translateX(0)
}

.pageloader::after{
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  border-radius:100%;
  content:'';
  z-index:9999;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width:0;
  height:0;
  box-sizing:border-box;
  border:0 solid #fff;
  -webkit-animation:loader-figure 1.15s infinite cubic-bezier(.215,.61,.355,1);
  animation:loader-figure 1.15s infinite cubic-bezier(.215,.61,.355,1)
}

.pageloader .title{
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  margin:2em 0 0 0;
  font-size:.875em;
  letter-spacing:.1em;
  line-height:1.5em;
  color:#fff;
  white-space:nowrap
}

@-webkit-keyframes loader-figure{
  0%{
    height:0;
    width:0;
    background-color:#fff
  }

  29%{
    background-color:#fff
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@keyframes loader-figure{
  0%{
    height:0;
    width:0;
    background-color:#fff
  }

  29%{
    background-color:#fff
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@-webkit-keyframes loader-figure-white{
  0%{
    height:0;
    width:0;
    background-color:#0a0a0a
  }

  29%{
    background-color:#0a0a0a
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@keyframes loader-figure-white{
  0%{
    height:0;
    width:0;
    background-color:#0a0a0a
  }

  29%{
    background-color:#0a0a0a
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@-webkit-keyframes loader-figure-black{
  0%{
    height:0;
    width:0;
    background-color:#fff
  }

  29%{
    background-color:#fff
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@keyframes loader-figure-black{
  0%{
    height:0;
    width:0;
    background-color:#fff
  }

  29%{
    background-color:#fff
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@-webkit-keyframes loader-figure-light{
  0%{
    height:0;
    width:0;
    background-color:#363636
  }

  29%{
    background-color:#363636
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@keyframes loader-figure-light{
  0%{
    height:0;
    width:0;
    background-color:#363636
  }

  29%{
    background-color:#363636
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@-webkit-keyframes loader-figure-dark{
  0%{
    height:0;
    width:0;
    background-color:#f5f5f5
  }

  29%{
    background-color:#f5f5f5
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@keyframes loader-figure-dark{
  0%{
    height:0;
    width:0;
    background-color:#f5f5f5
  }

  29%{
    background-color:#f5f5f5
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@-webkit-keyframes loader-figure-primary{
  0%{
    height:0;
    width:0;
    background-color:#fff
  }

  29%{
    background-color:#fff
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@keyframes loader-figure-primary{
  0%{
    height:0;
    width:0;
    background-color:#fff
  }

  29%{
    background-color:#fff
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@-webkit-keyframes loader-figure-link{
  0%{
    height:0;
    width:0;
    background-color:#fff
  }

  29%{
    background-color:#fff
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@keyframes loader-figure-link{
  0%{
    height:0;
    width:0;
    background-color:#fff
  }

  29%{
    background-color:#fff
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@-webkit-keyframes loader-figure-info{
  0%{
    height:0;
    width:0;
    background-color:#fff
  }

  29%{
    background-color:#fff
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@keyframes loader-figure-info{
  0%{
    height:0;
    width:0;
    background-color:#fff
  }

  29%{
    background-color:#fff
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@-webkit-keyframes loader-figure-success{
  0%{
    height:0;
    width:0;
    background-color:#fff
  }

  29%{
    background-color:#fff
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@keyframes loader-figure-success{
  0%{
    height:0;
    width:0;
    background-color:#fff
  }

  29%{
    background-color:#fff
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@-webkit-keyframes loader-figure-warning{
  0%{
    height:0;
    width:0;
    background-color:rgba(0,0,0,.7)
  }

  29%{
    background-color:rgba(0,0,0,.7)
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@keyframes loader-figure-warning{
  0%{
    height:0;
    width:0;
    background-color:rgba(0,0,0,.7)
  }

  29%{
    background-color:rgba(0,0,0,.7)
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@-webkit-keyframes loader-figure-danger{
  0%{
    height:0;
    width:0;
    background-color:#fff
  }

  29%{
    background-color:#fff
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

@keyframes loader-figure-danger{
  0%{
    height:0;
    width:0;
    background-color:#fff
  }

  29%{
    background-color:#fff
  }

  30%{
    height:2em;
    width:2em;
    background-color:transparent;
    border-width:1em;
    opacity:1
  }

  100%{
    height:2em;
    width:2em;
    border-width:0;
    opacity:0;
    background-color:transparent
  }
}

.pricing-table{
  display:-webkit-box;
  display:flex;
  -webkit-box-align:stretch;
          align-items:stretch;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
          flex-direction:row;
  flex-flow:row wrap;
  -webkit-box-pack:justify;
          justify-content:space-between
}

.pricing-table.is-comparative .pricing-plan{
  border-radius:initial;
  margin:0
}

.pricing-table.is-comparative .pricing-plan:not(:last-child){
  border-right:none
}

.pricing-table.is-comparative .pricing-plan:first-child{
  border-top-left-radius:4px;
  border-bottom-left-radius:4px
}

.pricing-table.is-comparative .pricing-plan:last-child{
  border-top-right-radius:4px;
  border-bottom-right-radius:4px
}

.pricing-table.is-comparative .pricing-plan.is-active{
  border:.1rem solid #f5f5f5;
  border-radius:4px
}

.pricing-table .pricing-plan{
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
          flex-direction:column;
  -webkit-box-flex:1;
          flex:1 1 auto;
  background-color:#fff;
  border:.1rem solid #f5f5f5;
  border-radius:4px;
  list-style-type:none;
  -webkit-transition:.25s;
  transition:.25s;
  margin:.5em
}

.pricing-table .pricing-plan .plan-header{
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  background-color:#fff;
  color:#4a4a4a;
  font-size:1.25rem;
  font-weight:600;
  padding:.75em;
  align-content:center;
  text-align:center
}

.pricing-table .pricing-plan .plan-item{
  background:#f5f5f5;
  border-bottom:.1rem solid #fff;
  padding:.75em;
  align-content:center;
  text-align:center;
  font-size:.9em;
  color:#7a7a7a
}

.pricing-table .pricing-plan .plan-price{
  background-color:#fff;
  color:#4a4a4a;
  font-size:.75rem;
  font-weight:400;
  padding:.75em;
  align-content:center;
  text-align:center
}

.pricing-table .pricing-plan .plan-price .plan-price-amount{
  font-size:2.5rem;
  font-weight:700
}

.pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency{
  vertical-align:super;
  font-size:1rem!important;
  font-weight:400!important;
  color:#4a4a4a;
  margin-right:.25rem
}

.pricing-table .pricing-plan .plan-footer{
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  padding:.75em;
  align-content:center;
  text-align:center;
  margin-top:auto
}

.pricing-table .pricing-plan.is-active{
  box-shadow:0 8px 12px 0 rgba(122,122,122,.2);
  -webkit-transform:scale(1.05);
  transform:scale(1.05)
}

.pricing-table .pricing-plan.is-active .plan-price .plan-price-amount{
  color:#00d1b2
}

.pricing-table .pricing-plan.is-active .plan-footer .button{
  background-color:#00d1b2;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-active .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-active .plan-footer .button:hover{
  background-color:#00c4a7;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-active .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-active .plan-footer .button:focus{
  border-color:transparent;
  box-shadow:0 0 .5em rgba(0,209,178,.25);
  color:#fff
}

.pricing-table .pricing-plan.is-active .plan-footer .button.is-active,.pricing-table .pricing-plan.is-active .plan-footer .button:active{
  background-color:#00b89c;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-active .plan-footer .button[disabled]{
  background-color:#00d1b2;
  border-color:transparent
}

.pricing-table .pricing-plan.is-white .plan-price .plan-price-amount{
  color:#fff
}

.pricing-table .pricing-plan.is-white .plan-footer .button{
  background-color:#fff;
  border-color:transparent;
  color:#0a0a0a
}

.pricing-table .pricing-plan.is-white .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-white .plan-footer .button:hover{
  background-color:#f9f9f9;
  border-color:transparent;
  color:#0a0a0a
}

.pricing-table .pricing-plan.is-white .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-white .plan-footer .button:focus{
  border-color:transparent;
  box-shadow:0 0 .5em rgba(255,255,255,.25);
  color:#0a0a0a
}

.pricing-table .pricing-plan.is-white .plan-footer .button.is-active,.pricing-table .pricing-plan.is-white .plan-footer .button:active{
  background-color:#f2f2f2;
  border-color:transparent;
  color:#0a0a0a
}

.pricing-table .pricing-plan.is-white .plan-footer .button[disabled]{
  background-color:#fff;
  border-color:transparent;
  box-shadow:none
}

.pricing-table .pricing-plan.is-black .plan-price .plan-price-amount{
  color:#0a0a0a
}

.pricing-table .pricing-plan.is-black .plan-footer .button{
  background-color:#0a0a0a;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-black .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-black .plan-footer .button:hover{
  background-color:#040404;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-black .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-black .plan-footer .button:focus{
  border-color:transparent;
  box-shadow:0 0 .5em rgba(10,10,10,.25);
  color:#fff
}

.pricing-table .pricing-plan.is-black .plan-footer .button.is-active,.pricing-table .pricing-plan.is-black .plan-footer .button:active{
  background-color:#000;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-black .plan-footer .button[disabled]{
  background-color:#0a0a0a;
  border-color:transparent;
  box-shadow:none
}

.pricing-table .pricing-plan.is-light .plan-price .plan-price-amount{
  color:#f5f5f5
}

.pricing-table .pricing-plan.is-light .plan-footer .button{
  background-color:#f5f5f5;
  border-color:transparent;
  color:#363636
}

.pricing-table .pricing-plan.is-light .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-light .plan-footer .button:hover{
  background-color:#eee;
  border-color:transparent;
  color:#363636
}

.pricing-table .pricing-plan.is-light .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-light .plan-footer .button:focus{
  border-color:transparent;
  box-shadow:0 0 .5em rgba(245,245,245,.25);
  color:#363636
}

.pricing-table .pricing-plan.is-light .plan-footer .button.is-active,.pricing-table .pricing-plan.is-light .plan-footer .button:active{
  background-color:#e8e8e8;
  border-color:transparent;
  color:#363636
}

.pricing-table .pricing-plan.is-light .plan-footer .button[disabled]{
  background-color:#f5f5f5;
  border-color:transparent;
  box-shadow:none
}

.pricing-table .pricing-plan.is-dark .plan-price .plan-price-amount{
  color:#363636
}

.pricing-table .pricing-plan.is-dark .plan-footer .button{
  background-color:#363636;
  border-color:transparent;
  color:#f5f5f5
}

.pricing-table .pricing-plan.is-dark .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-dark .plan-footer .button:hover{
  background-color:#2f2f2f;
  border-color:transparent;
  color:#f5f5f5
}

.pricing-table .pricing-plan.is-dark .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-dark .plan-footer .button:focus{
  border-color:transparent;
  box-shadow:0 0 .5em rgba(54,54,54,.25);
  color:#f5f5f5
}

.pricing-table .pricing-plan.is-dark .plan-footer .button.is-active,.pricing-table .pricing-plan.is-dark .plan-footer .button:active{
  background-color:#292929;
  border-color:transparent;
  color:#f5f5f5
}

.pricing-table .pricing-plan.is-dark .plan-footer .button[disabled]{
  background-color:#363636;
  border-color:transparent;
  box-shadow:none
}

.pricing-table .pricing-plan.is-primary .plan-price .plan-price-amount{
  color:#00d1b2
}

.pricing-table .pricing-plan.is-primary .plan-footer .button{
  background-color:#00d1b2;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-primary .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-primary .plan-footer .button:hover{
  background-color:#00c4a7;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-primary .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-primary .plan-footer .button:focus{
  border-color:transparent;
  box-shadow:0 0 .5em rgba(0,209,178,.25);
  color:#fff
}

.pricing-table .pricing-plan.is-primary .plan-footer .button.is-active,.pricing-table .pricing-plan.is-primary .plan-footer .button:active{
  background-color:#00b89c;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-primary .plan-footer .button[disabled]{
  background-color:#00d1b2;
  border-color:transparent;
  box-shadow:none
}

.pricing-table .pricing-plan.is-link .plan-price .plan-price-amount{
  color:#3273dc
}

.pricing-table .pricing-plan.is-link .plan-footer .button{
  background-color:#3273dc;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-link .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-link .plan-footer .button:hover{
  background-color:#276cda;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-link .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-link .plan-footer .button:focus{
  border-color:transparent;
  box-shadow:0 0 .5em rgba(50,115,220,.25);
  color:#fff
}

.pricing-table .pricing-plan.is-link .plan-footer .button.is-active,.pricing-table .pricing-plan.is-link .plan-footer .button:active{
  background-color:#2366d1;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-link .plan-footer .button[disabled]{
  background-color:#3273dc;
  border-color:transparent;
  box-shadow:none
}

.pricing-table .pricing-plan.is-info .plan-price .plan-price-amount{
  color:#209cee
}

.pricing-table .pricing-plan.is-info .plan-footer .button{
  background-color:#209cee;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-info .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-info .plan-footer .button:hover{
  background-color:#1496ed;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-info .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-info .plan-footer .button:focus{
  border-color:transparent;
  box-shadow:0 0 .5em rgba(32,156,238,.25);
  color:#fff
}

.pricing-table .pricing-plan.is-info .plan-footer .button.is-active,.pricing-table .pricing-plan.is-info .plan-footer .button:active{
  background-color:#118fe4;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-info .plan-footer .button[disabled]{
  background-color:#209cee;
  border-color:transparent;
  box-shadow:none
}

.pricing-table .pricing-plan.is-success .plan-price .plan-price-amount{
  color:#23d160
}

.pricing-table .pricing-plan.is-success .plan-footer .button{
  background-color:#23d160;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-success .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-success .plan-footer .button:hover{
  background-color:#22c65b;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-success .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-success .plan-footer .button:focus{
  border-color:transparent;
  box-shadow:0 0 .5em rgba(35,209,96,.25);
  color:#fff
}

.pricing-table .pricing-plan.is-success .plan-footer .button.is-active,.pricing-table .pricing-plan.is-success .plan-footer .button:active{
  background-color:#20bc56;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-success .plan-footer .button[disabled]{
  background-color:#23d160;
  border-color:transparent;
  box-shadow:none
}

.pricing-table .pricing-plan.is-warning .plan-price .plan-price-amount{
  color:#ffdd57
}

.pricing-table .pricing-plan.is-warning .plan-footer .button{
  background-color:#ffdd57;
  border-color:transparent;
  color:rgba(0,0,0,.7)
}

.pricing-table .pricing-plan.is-warning .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-warning .plan-footer .button:hover{
  background-color:#ffdb4a;
  border-color:transparent;
  color:rgba(0,0,0,.7)
}

.pricing-table .pricing-plan.is-warning .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-warning .plan-footer .button:focus{
  border-color:transparent;
  box-shadow:0 0 .5em rgba(255,221,87,.25);
  color:rgba(0,0,0,.7)
}

.pricing-table .pricing-plan.is-warning .plan-footer .button.is-active,.pricing-table .pricing-plan.is-warning .plan-footer .button:active{
  background-color:#ffd83d;
  border-color:transparent;
  color:rgba(0,0,0,.7)
}

.pricing-table .pricing-plan.is-warning .plan-footer .button[disabled]{
  background-color:#ffdd57;
  border-color:transparent;
  box-shadow:none
}

.pricing-table .pricing-plan.is-danger .plan-price .plan-price-amount{
  color:#ff3860
}

.pricing-table .pricing-plan.is-danger .plan-footer .button{
  background-color:#ff3860;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-danger .plan-footer .button.is-hovered,.pricing-table .pricing-plan.is-danger .plan-footer .button:hover{
  background-color:#ff2b56;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-danger .plan-footer .button.is-focused,.pricing-table .pricing-plan.is-danger .plan-footer .button:focus{
  border-color:transparent;
  box-shadow:0 0 .5em rgba(255,56,96,.25);
  color:#fff
}

.pricing-table .pricing-plan.is-danger .plan-footer .button.is-active,.pricing-table .pricing-plan.is-danger .plan-footer .button:active{
  background-color:#ff1f4b;
  border-color:transparent;
  color:#fff
}

.pricing-table .pricing-plan.is-danger .plan-footer .button[disabled]{
  background-color:#ff3860;
  border-color:transparent;
  box-shadow:none
}

@media screen and (min-width:769px),print{
  .pricing-table.is-comparative{
    margin:.5rem
  }

  .pricing-table.is-comparative.is-features{
    display:none
  }

  .pricing-table.is-comparative .plan-item::before{
    content:attr("data-feature")
  }

  .pricing-table.is-horizontal .pricing-plan{
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
            flex-direction:row;
    flex-basis:100%
  }

  .pricing-table.is-horizontal .pricing-plan .plan-header{
    width:50%;
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
            flex-direction:column;
    -webkit-box-pack:center;
            justify-content:center
  }

  .pricing-table.is-horizontal .pricing-plan .plan-price{
    width:100%;
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
            flex-direction:row;
    -webkit-box-pack:center;
            justify-content:center
  }

  .pricing-table.is-horizontal .pricing-plan .plan-items{
    width:100%;
    background-color:#f5f5f5;
    columns:2;
    -webkit-columns:2;
    -moz-columns:2;
    -webkit-column-gap:.1rem;
    -moz-column-gap:.1rem;
         column-gap:.1rem
  }

  .pricing-table.is-horizontal .pricing-plan .plan-footer{
    width:50%;
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
            flex-direction:column;
    -webkit-box-pack:center;
            justify-content:center;
    margin:auto
  }
}

@media screen and (max-width:768px){
  .pricing-table.is-comparative .pricing-plan{
    margin:.5rem
  }

  .pricing-table.is-comparative .pricing-plan.is-plan-first-mobile{
    -webkit-box-ordinal-group:0;
            order:-1
  }

  .pricing-table.is-comparative .pricing-plan.is-features{
    display:none
  }

  .pricing-table.is-comparative .pricing-plan .plan-item::before{
    content:attr(data-feature);
    display:block;
    font-weight:600;
    font-size:.75rem;
    color:#b5b5b5
  }
}

.quickview{
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
          flex-direction:column;
  background-color:#fff;
  max-width:calc(100% - 50px);
  position:fixed;
  top:0;
  bottom:0;
  z-index:35;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  -webkit-transition:.3s ease;
  transition:.3s ease;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -webkit-perspective:1000;
  perspective:1000;
  will-change:transform
}

.quickview.is-marginless{
  max-width:100%
}

@media screen and (max-width:768px){
  .quickview{
    width:100%;
    right:-100%
  }
}

@media screen and (min-width:769px),print{
  .quickview{
    width:50%;
    right:-50%
  }
}

@media screen and (min-width:1088px){
  .quickview{
    width:35%;
    right:-35%
  }
}

@media screen and (min-width:1280px){
  .quickview{
    width:30%;
    right:-30%
  }
}

@media screen and (min-width:1472px){
  .quickview{
    width:25%;
    right:-25%
  }
}

@media screen and (max-width:768px){
  .quickview.is-left{
    left:-100%
  }
}

@media screen and (min-width:769px),print{
  .quickview.is-left{
    left:-50%
  }
}

@media screen and (min-width:1088px){
  .quickview.is-left{
    left:-35%
  }
}

@media screen and (min-width:1280px){
  .quickview.is-left{
    left:-30%
  }
}

@media screen and (min-width:1472px){
  .quickview.is-left{
    left:-25%
  }
}

.quickview.is-active{
  right:0;
  box-shadow:5px 0 13px 3px rgba(0,0,0,.1)
}

.quickview.is-active.is-left{
  left:0
}

.quickview-header{
  display:-webkit-box;
  display:flex;
  -webkit-box-pack:justify;
          justify-content:space-between;
  -webkit-box-align:center;
          align-items:center;
  padding:0 1rem;
  min-height:3.25em!important;
  border-bottom:1px solid #dbdbdb
}

.quickview-header.is-white{
  background-color:#fff
}

.quickview-header.is-white .title{
  color:#0a0a0a
}

.quickview-header.is-black{
  background-color:#0a0a0a
}

.quickview-header.is-black .title{
  color:#fff
}

.quickview-header.is-light{
  background-color:#f5f5f5
}

.quickview-header.is-light .title{
  color:#363636
}

.quickview-header.is-dark{
  background-color:#363636
}

.quickview-header.is-dark .title{
  color:#f5f5f5
}

.quickview-header.is-primary{
  background-color:#00d1b2
}

.quickview-header.is-primary .title{
  color:#fff
}

.quickview-header.is-link{
  background-color:#3273dc
}

.quickview-header.is-link .title{
  color:#fff
}

.quickview-header.is-info{
  background-color:#209cee
}

.quickview-header.is-info .title{
  color:#fff
}

.quickview-header.is-success{
  background-color:#23d160
}

.quickview-header.is-success .title{
  color:#fff
}

.quickview-header.is-warning{
  background-color:#ffdd57
}

.quickview-header.is-warning .title{
  color:rgba(0,0,0,.7)
}

.quickview-header.is-danger{
  background-color:#ff3860
}

.quickview-header.is-danger .title{
  color:#fff
}

.quickview-header .title{
  font-size:1rem;
  font-weight:300;
  margin-bottom:0
}

.quickview-header .title img{
  max-height:2em
}

.quickview-body{
  -webkit-box-flex:1;
          flex:1 1 0%;
  overflow-y:auto
}

.quickview-footer{
  display:-webkit-box;
  display:flex;
  -webkit-box-pack:justify;
          justify-content:space-between;
  -webkit-box-align:center;
          align-items:center;
  padding:0 1rem;
  min-height:4rem;
  background-color:#f5f5f5;
  border-top:1px solid #dbdbdb
}

.quickview-footer>*{
  margin:0 .4rem
}

.has-ribbon{
  position:relative
}

.has-ribbon-left{
  position:relative
}

.has-ribbon-left .ribbon{
  right:auto;
  left:0;
  border-left:none;
  border-right:.1rem solid #dbdbdb
}

.has-ribbon-bottom{
  position:relative
}

.has-ribbon-bottom .ribbon{
  top:auto;
  bottom:.5em
}

.ribbon{
  background-color:#fff;
  border:.1rem solid #dbdbdb;
  border-right:none;
  color:#363636;
  font-size:1rem;
  -webkit-box-pack:center;
          justify-content:center;
  padding-left:.75em;
  padding-right:.75em;
  text-align:center;
  white-space:nowrap;
  position:absolute;
  top:.5em;
  right:0;
  font-weight:400;
  z-index:2
}

.ribbon.is-white:not(.is-outlined){
  background-color:#fff;
  border-color:transparent;
  color:#0a0a0a!important
}

.ribbon.is-white.is-outlined{
  background-color:transparent;
  border-color:#fff
}

.ribbon.is-black:not(.is-outlined){
  background-color:#0a0a0a;
  border-color:transparent;
  color:#fff!important
}

.ribbon.is-black.is-outlined{
  background-color:transparent;
  border-color:#0a0a0a
}

.ribbon.is-light:not(.is-outlined){
  background-color:#f5f5f5;
  border-color:transparent;
  color:#363636!important
}

.ribbon.is-light.is-outlined{
  background-color:transparent;
  border-color:#f5f5f5
}

.ribbon.is-dark:not(.is-outlined){
  background-color:#363636;
  border-color:transparent;
  color:#f5f5f5!important
}

.ribbon.is-dark.is-outlined{
  background-color:transparent;
  border-color:#363636
}

.ribbon.is-primary:not(.is-outlined){
  background-color:#00d1b2;
  border-color:transparent;
  color:#fff!important
}

.ribbon.is-primary.is-outlined{
  background-color:transparent;
  border-color:#00d1b2
}

.ribbon.is-link:not(.is-outlined){
  background-color:#3273dc;
  border-color:transparent;
  color:#fff!important
}

.ribbon.is-link.is-outlined{
  background-color:transparent;
  border-color:#3273dc
}

.ribbon.is-info:not(.is-outlined){
  background-color:#209cee;
  border-color:transparent;
  color:#fff!important
}

.ribbon.is-info.is-outlined{
  background-color:transparent;
  border-color:#209cee
}

.ribbon.is-success:not(.is-outlined){
  background-color:#23d160;
  border-color:transparent;
  color:#fff!important
}

.ribbon.is-success.is-outlined{
  background-color:transparent;
  border-color:#23d160
}

.ribbon.is-warning:not(.is-outlined){
  background-color:#ffdd57;
  border-color:transparent;
  color:rgba(0,0,0,.7)!important
}

.ribbon.is-warning.is-outlined{
  background-color:transparent;
  border-color:#ffdd57
}

.ribbon.is-danger:not(.is-outlined){
  background-color:#ff3860;
  border-color:transparent;
  color:#fff!important
}

.ribbon.is-danger.is-outlined{
  background-color:transparent;
  border-color:#ff3860
}

.ribbon.is-small{
  font-size:.75rem
}

.ribbon.is-medium{
  font-size:1.25rem
}

.ribbon.is-large{
  font-size:1.5rem
}

.ribbon.is-outlined{
  background-color:transparent
}

input[type=range].slider{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  margin:1rem 0;
  background:0 0
}

input[type=range].slider.is-fullwidth{
  display:block;
  width:100%
}

input[type=range].slider:focus{
  outline:0
}

input[type=range].slider:not([orient=vertical])::-webkit-slider-runnable-track{
  width:100%
}

input[type=range].slider:not([orient=vertical])::-moz-range-track{
  width:100%
}

input[type=range].slider:not([orient=vertical])::-ms-track{
  width:100%
}

input[type=range].slider:not([orient=vertical]).has-output+output,input[type=range].slider:not([orient=vertical]).has-output-tooltip+output{
  width:3rem;
  background:#4a4a4a;
  border-radius:4px;
  padding:.4rem .8rem;
  font-size:.75rem;
  line-height:.75rem;
  text-align:center;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#fff;
  overflow:hidden;
  pointer-events:none;
  z-index:200
}

input[type=range].slider:not([orient=vertical]).has-output{
  display:inline-block;
  width:calc(100% - (4.2rem))
}

input[type=range].slider:not([orient=vertical]).has-output+output{
  display:inline-block;
  position:relative;
  margin-left:.75rem;
  top:-.75rem
}

input[type=range].slider:not([orient=vertical]).has-output-tooltip{
  display:block
}

input[type=range].slider:not([orient=vertical]).has-output-tooltip+output{
  position:absolute;
  left:0;
  top:-.1rem
}

input[type=range].slider[orient=vertical]{
  -webkit-appearance:slider-vertical;
  -webkit-writing-mode:bt-lr;
  -ms-writing-mode:bt-lr;
  writing-mode:bt-lr
}

input[type=range].slider[orient=vertical]::-webkit-slider-runnable-track{
  height:100%
}

input[type=range].slider[orient=vertical]::-moz-range-track{
  height:100%
}

input[type=range].slider[orient=vertical]::-ms-track{
  height:100%
}

input[type=range].slider::-webkit-slider-runnable-track{
  cursor:pointer;
  animate:.2s;
  box-shadow:0 0 0 #7a7a7a;
  background:#dbdbdb;
  border-radius:4px;
  border:0 solid #7a7a7a
}

input[type=range].slider::-moz-range-track{
  cursor:pointer;
  animate:.2s;
  box-shadow:0 0 0 #7a7a7a;
  background:#dbdbdb;
  border-radius:4px;
  border:0 solid #7a7a7a
}

input[type=range].slider::-ms-track{
  cursor:pointer;
  animate:.2s;
  box-shadow:0 0 0 #7a7a7a;
  background:#dbdbdb;
  border-radius:4px;
  border:0 solid #7a7a7a
}

input[type=range].slider::-ms-fill-lower,input[type=range].slider::-ms-fill-upper{
  background:#dbdbdb;
  border-radius:4px
}

input[type=range].slider::-webkit-slider-thumb{
  box-shadow:none;
  border:1px solid #b5b5b5;
  border-radius:4px;
  background:#fff;
  cursor:pointer;
  -webkit-appearance:none;
  transition:transform .2s ease,-webkit-transform .2s ease;
  -webkit-transition:-webkit-transform .2s ease;
  transition:transform .2s ease;
  transition:transform .2s ease, -webkit-transform .2s ease;
  transition:-webkit-transform .2s ease
}

input[type=range].slider::-moz-range-thumb{
  box-shadow:none;
  border:1px solid #b5b5b5;
  background:#fff;
  border-radius:4px;
  cursor:pointer;
  transition:transform .2s ease,-webkit-transform .2s ease;
  -moz-transition:transform .2s ease;
  transition:transform .2s ease;
  transition:-webkit-transform .2s ease
}

input[type=range].slider::-ms-thumb{
  box-shadow:none;
  border:1px solid #b5b5b5;
  background:#fff;
  border-radius:4px;
  cursor:pointer;
  transition:transform .2s ease,-webkit-transform .2s ease;
  -ms-transition:transform .2s ease;
  transition:transform .2s ease;
  transition:-webkit-transform .2s ease
}

input[type=range].slider::-webkit-slider-thumb{
  -webkit-appearance:none
}

input[type=range].slider.is-circle::-webkit-slider-thumb{
  border-radius:50%
}

input[type=range].slider.is-circle::-moz-range-thumb{
  border-radius:50%
}

input[type=range].slider.is-circle::-ms-thumb{
  border-radius:50%
}

input[type=range].slider:active::-webkit-slider-thumb{
  -webkit-transform:scale(1.25);
  transform:scale(1.25)
}

input[type=range].slider:active::-moz-range-thumb{
  transform:scale(1.25)
}

input[type=range].slider:active::-ms-thumb{
  transform:scale(1.25)
}

input[type=range].slider:disabled{
  opacity:.5;
  cursor:not-allowed
}

input[type=range].slider:disabled::-webkit-slider-thumb{
  cursor:not-allowed;
  -webkit-transform:scale(1);
  transform:scale(1)
}

input[type=range].slider:disabled::-moz-range-thumb{
  cursor:not-allowed;
  transform:scale(1)
}

input[type=range].slider:disabled::-ms-thumb{
  cursor:not-allowed;
  transform:scale(1)
}

input[type=range].slider:not([orient=vertical]){
  min-height:calc((1rem + 2px) * 1.25)
}

input[type=range].slider:not([orient=vertical])::-webkit-slider-runnable-track{
  height:.5rem
}

input[type=range].slider:not([orient=vertical])::-moz-range-track{
  height:.5rem
}

input[type=range].slider:not([orient=vertical])::-ms-track{
  height:.5rem
}

input[type=range].slider[orient=vertical]::-webkit-slider-runnable-track{
  width:.5rem
}

input[type=range].slider[orient=vertical]::-moz-range-track{
  width:.5rem
}

input[type=range].slider[orient=vertical]::-ms-track{
  width:.5rem
}

input[type=range].slider::-webkit-slider-thumb{
  height:1rem;
  width:1rem;
  margin-top:-.25rem
}

input[type=range].slider::-moz-range-thumb{
  height:1rem;
  width:1rem
}

input[type=range].slider::-ms-thumb{
  height:1rem;
  width:1rem;
  margin-top:0
}

input[type=range].slider[orient=vertical]::-webkit-slider-thumb{
  margin-top:auto;
  margin-left:-.25rem
}

input[type=range].slider.is-small:not([orient=vertical]){
  min-height:calc((.75rem + 2px) * 1.25)
}

input[type=range].slider.is-small:not([orient=vertical])::-webkit-slider-runnable-track{
  height:.375rem
}

input[type=range].slider.is-small:not([orient=vertical])::-moz-range-track{
  height:.375rem
}

input[type=range].slider.is-small:not([orient=vertical])::-ms-track{
  height:.375rem
}

input[type=range].slider.is-small[orient=vertical]::-webkit-slider-runnable-track{
  width:.375rem
}

input[type=range].slider.is-small[orient=vertical]::-moz-range-track{
  width:.375rem
}

input[type=range].slider.is-small[orient=vertical]::-ms-track{
  width:.375rem
}

input[type=range].slider.is-small::-webkit-slider-thumb{
  height:.75rem;
  width:.75rem;
  margin-top:-.1875rem
}

input[type=range].slider.is-small::-moz-range-thumb{
  height:.75rem;
  width:.75rem
}

input[type=range].slider.is-small::-ms-thumb{
  height:.75rem;
  width:.75rem;
  margin-top:0
}

input[type=range].slider.is-small[orient=vertical]::-webkit-slider-thumb{
  margin-top:auto;
  margin-left:-.1875rem
}

input[type=range].slider.is-medium:not([orient=vertical]){
  min-height:calc((1.25rem + 2px) * 1.25)
}

input[type=range].slider.is-medium:not([orient=vertical])::-webkit-slider-runnable-track{
  height:.625rem
}

input[type=range].slider.is-medium:not([orient=vertical])::-moz-range-track{
  height:.625rem
}

input[type=range].slider.is-medium:not([orient=vertical])::-ms-track{
  height:.625rem
}

input[type=range].slider.is-medium[orient=vertical]::-webkit-slider-runnable-track{
  width:.625rem
}

input[type=range].slider.is-medium[orient=vertical]::-moz-range-track{
  width:.625rem
}

input[type=range].slider.is-medium[orient=vertical]::-ms-track{
  width:.625rem
}

input[type=range].slider.is-medium::-webkit-slider-thumb{
  height:1.25rem;
  width:1.25rem;
  margin-top:-.3125rem
}

input[type=range].slider.is-medium::-moz-range-thumb{
  height:1.25rem;
  width:1.25rem
}

input[type=range].slider.is-medium::-ms-thumb{
  height:1.25rem;
  width:1.25rem;
  margin-top:0
}

input[type=range].slider.is-medium[orient=vertical]::-webkit-slider-thumb{
  margin-top:auto;
  margin-left:-.3125rem
}

input[type=range].slider.is-large:not([orient=vertical]){
  min-height:calc((1.5rem + 2px) * 1.25)
}

input[type=range].slider.is-large:not([orient=vertical])::-webkit-slider-runnable-track{
  height:.75rem
}

input[type=range].slider.is-large:not([orient=vertical])::-moz-range-track{
  height:.75rem
}

input[type=range].slider.is-large:not([orient=vertical])::-ms-track{
  height:.75rem
}

input[type=range].slider.is-large[orient=vertical]::-webkit-slider-runnable-track{
  width:.75rem
}

input[type=range].slider.is-large[orient=vertical]::-moz-range-track{
  width:.75rem
}

input[type=range].slider.is-large[orient=vertical]::-ms-track{
  width:.75rem
}

input[type=range].slider.is-large::-webkit-slider-thumb{
  height:1.5rem;
  width:1.5rem;
  margin-top:-.375rem
}

input[type=range].slider.is-large::-moz-range-thumb{
  height:1.5rem;
  width:1.5rem
}

input[type=range].slider.is-large::-ms-thumb{
  height:1.5rem;
  width:1.5rem;
  margin-top:0
}

input[type=range].slider.is-large[orient=vertical]::-webkit-slider-thumb{
  margin-top:auto;
  margin-left:-.375rem
}

input[type=range].slider.is-white::-moz-range-track{
  background:#fff
}

input[type=range].slider.is-white::-webkit-slider-runnable-track{
  background:#fff
}

input[type=range].slider.is-white::-ms-track{
  background:#fff!important
}

input[type=range].slider.is-white::-ms-fill-lower,input[type=range].slider.is-white::-ms-fill-upper{
  background:#fff
}

input[type=range].slider.is-white .has-output-tooltip+output,input[type=range].slider.is-white.has-output+output{
  background-color:#fff;
  color:#0a0a0a
}

input[type=range].slider.is-black::-moz-range-track{
  background:#0a0a0a
}

input[type=range].slider.is-black::-webkit-slider-runnable-track{
  background:#0a0a0a
}

input[type=range].slider.is-black::-ms-track{
  background:#0a0a0a!important
}

input[type=range].slider.is-black::-ms-fill-lower,input[type=range].slider.is-black::-ms-fill-upper{
  background:#0a0a0a
}

input[type=range].slider.is-black .has-output-tooltip+output,input[type=range].slider.is-black.has-output+output{
  background-color:#0a0a0a;
  color:#fff
}

input[type=range].slider.is-light::-moz-range-track{
  background:#f5f5f5
}

input[type=range].slider.is-light::-webkit-slider-runnable-track{
  background:#f5f5f5
}

input[type=range].slider.is-light::-ms-track{
  background:#f5f5f5!important
}

input[type=range].slider.is-light::-ms-fill-lower,input[type=range].slider.is-light::-ms-fill-upper{
  background:#f5f5f5
}

input[type=range].slider.is-light .has-output-tooltip+output,input[type=range].slider.is-light.has-output+output{
  background-color:#f5f5f5;
  color:#363636
}

input[type=range].slider.is-dark::-moz-range-track{
  background:#363636
}

input[type=range].slider.is-dark::-webkit-slider-runnable-track{
  background:#363636
}

input[type=range].slider.is-dark::-ms-track{
  background:#363636!important
}

input[type=range].slider.is-dark::-ms-fill-lower,input[type=range].slider.is-dark::-ms-fill-upper{
  background:#363636
}

input[type=range].slider.is-dark .has-output-tooltip+output,input[type=range].slider.is-dark.has-output+output{
  background-color:#363636;
  color:#f5f5f5
}

input[type=range].slider.is-primary::-moz-range-track{
  background:#00d1b2
}

input[type=range].slider.is-primary::-webkit-slider-runnable-track{
  background:#00d1b2
}

input[type=range].slider.is-primary::-ms-track{
  background:#00d1b2!important
}

input[type=range].slider.is-primary::-ms-fill-lower,input[type=range].slider.is-primary::-ms-fill-upper{
  background:#00d1b2
}

input[type=range].slider.is-primary .has-output-tooltip+output,input[type=range].slider.is-primary.has-output+output{
  background-color:#00d1b2;
  color:#fff
}

input[type=range].slider.is-link::-moz-range-track{
  background:#3273dc
}

input[type=range].slider.is-link::-webkit-slider-runnable-track{
  background:#3273dc
}

input[type=range].slider.is-link::-ms-track{
  background:#3273dc!important
}

input[type=range].slider.is-link::-ms-fill-lower,input[type=range].slider.is-link::-ms-fill-upper{
  background:#3273dc
}

input[type=range].slider.is-link .has-output-tooltip+output,input[type=range].slider.is-link.has-output+output{
  background-color:#3273dc;
  color:#fff
}

input[type=range].slider.is-info::-moz-range-track{
  background:#209cee
}

input[type=range].slider.is-info::-webkit-slider-runnable-track{
  background:#209cee
}

input[type=range].slider.is-info::-ms-track{
  background:#209cee!important
}

input[type=range].slider.is-info::-ms-fill-lower,input[type=range].slider.is-info::-ms-fill-upper{
  background:#209cee
}

input[type=range].slider.is-info .has-output-tooltip+output,input[type=range].slider.is-info.has-output+output{
  background-color:#209cee;
  color:#fff
}

input[type=range].slider.is-success::-moz-range-track{
  background:#23d160
}

input[type=range].slider.is-success::-webkit-slider-runnable-track{
  background:#23d160
}

input[type=range].slider.is-success::-ms-track{
  background:#23d160!important
}

input[type=range].slider.is-success::-ms-fill-lower,input[type=range].slider.is-success::-ms-fill-upper{
  background:#23d160
}

input[type=range].slider.is-success .has-output-tooltip+output,input[type=range].slider.is-success.has-output+output{
  background-color:#23d160;
  color:#fff
}

input[type=range].slider.is-warning::-moz-range-track{
  background:#ffdd57
}

input[type=range].slider.is-warning::-webkit-slider-runnable-track{
  background:#ffdd57
}

input[type=range].slider.is-warning::-ms-track{
  background:#ffdd57!important
}

input[type=range].slider.is-warning::-ms-fill-lower,input[type=range].slider.is-warning::-ms-fill-upper{
  background:#ffdd57
}

input[type=range].slider.is-warning .has-output-tooltip+output,input[type=range].slider.is-warning.has-output+output{
  background-color:#ffdd57;
  color:rgba(0,0,0,.7)
}

input[type=range].slider.is-danger::-moz-range-track{
  background:#ff3860
}

input[type=range].slider.is-danger::-webkit-slider-runnable-track{
  background:#ff3860
}

input[type=range].slider.is-danger::-ms-track{
  background:#ff3860!important
}

input[type=range].slider.is-danger::-ms-fill-lower,input[type=range].slider.is-danger::-ms-fill-upper{
  background:#ff3860
}

input[type=range].slider.is-danger .has-output-tooltip+output,input[type=range].slider.is-danger.has-output+output{
  background-color:#ff3860;
  color:#fff
}

.steps{
  display:-webkit-box;
  display:flex;
  flex-wrap:wrap;
  font-size:1rem;
  min-height:2rem
}

.steps .step-item{
  margin-top:0;
  position:relative;
  -webkit-box-flex:1;
          flex-grow:1;
  flex-basis:0
}

.steps .step-item:not(:first-child){
  flex-basis:1em;
  -webkit-box-flex:1;
          flex-grow:1;
  flex-shrink:1
}

.steps .step-item:not(:first-child)::before{
  content:" ";
  display:block;
  position:absolute
}

.steps .step-item::before{
  background:-webkit-gradient(linear,right top, left top,color-stop(50%, #dbdbdb),color-stop(50%, #00d1b2));
  background:linear-gradient(to left,#dbdbdb 50%,#00d1b2 50%);
  background-size:200% 100%;
  background-position:right bottom
}

.steps .step-item::before .step-marker{
  color:#fff
}

.steps .step-item.is-active::before{
  background-position:left bottom
}

.steps .step-item.is-active .step-marker{
  background-color:#fff;
  border-color:#00d1b2;
  color:#00d1b2
}

.steps .step-item.is-completed::before{
  background-position:left bottom
}

.steps .step-item.is-completed .step-marker{
  color:#fff;
  background-color:#00d1b2
}

.steps .step-item .step-marker{
  -webkit-box-align:center;
          align-items:center;
  display:-webkit-box;
  display:flex;
  border-radius:50%;
  font-weight:700;
  -webkit-box-pack:center;
          justify-content:center;
  background:#b5b5b5;
  color:#fff;
  border:.2em solid #fff;
  z-index:1
}

.steps .step-item .step-details{
  text-align:center
}

.steps .step-item.is-white::before{
  background:-webkit-gradient(linear,right top, left top,color-stop(50%, #dbdbdb),color-stop(50%, #fff));
  background:linear-gradient(to left,#dbdbdb 50%,#fff 50%);
  background-size:200% 100%;
  background-position:right bottom
}

.steps .step-item.is-white.is-active::before{
  background-position:left bottom
}

.steps .step-item.is-white.is-active .step-marker{
  background-color:#fff;
  border-color:#fff;
  color:#fff
}

.steps .step-item.is-white.is-completed::before{
  background-position:left bottom
}

.steps .step-item.is-white.is-completed .step-marker{
  color:#0a0a0a;
  background-color:#fff
}

.steps .step-item.is-black::before{
  background:-webkit-gradient(linear,right top, left top,color-stop(50%, #dbdbdb),color-stop(50%, #0a0a0a));
  background:linear-gradient(to left,#dbdbdb 50%,#0a0a0a 50%);
  background-size:200% 100%;
  background-position:right bottom
}

.steps .step-item.is-black.is-active::before{
  background-position:left bottom
}

.steps .step-item.is-black.is-active .step-marker{
  background-color:#fff;
  border-color:#0a0a0a;
  color:#0a0a0a
}

.steps .step-item.is-black.is-completed::before{
  background-position:left bottom
}

.steps .step-item.is-black.is-completed .step-marker{
  color:#fff;
  background-color:#0a0a0a
}

.steps .step-item.is-light::before{
  background:-webkit-gradient(linear,right top, left top,color-stop(50%, #dbdbdb),color-stop(50%, #f5f5f5));
  background:linear-gradient(to left,#dbdbdb 50%,#f5f5f5 50%);
  background-size:200% 100%;
  background-position:right bottom
}

.steps .step-item.is-light.is-active::before{
  background-position:left bottom
}

.steps .step-item.is-light.is-active .step-marker{
  background-color:#fff;
  border-color:#f5f5f5;
  color:#f5f5f5
}

.steps .step-item.is-light.is-completed::before{
  background-position:left bottom
}

.steps .step-item.is-light.is-completed .step-marker{
  color:#363636;
  background-color:#f5f5f5
}

.steps .step-item.is-dark::before{
  background:-webkit-gradient(linear,right top, left top,color-stop(50%, #dbdbdb),color-stop(50%, #363636));
  background:linear-gradient(to left,#dbdbdb 50%,#363636 50%);
  background-size:200% 100%;
  background-position:right bottom
}

.steps .step-item.is-dark.is-active::before{
  background-position:left bottom
}

.steps .step-item.is-dark.is-active .step-marker{
  background-color:#fff;
  border-color:#363636;
  color:#363636
}

.steps .step-item.is-dark.is-completed::before{
  background-position:left bottom
}

.steps .step-item.is-dark.is-completed .step-marker{
  color:#f5f5f5;
  background-color:#363636
}

.steps .step-item.is-primary::before{
  background:-webkit-gradient(linear,right top, left top,color-stop(50%, #dbdbdb),color-stop(50%, #00d1b2));
  background:linear-gradient(to left,#dbdbdb 50%,#00d1b2 50%);
  background-size:200% 100%;
  background-position:right bottom
}

.steps .step-item.is-primary.is-active::before{
  background-position:left bottom
}

.steps .step-item.is-primary.is-active .step-marker{
  background-color:#fff;
  border-color:#00d1b2;
  color:#00d1b2
}

.steps .step-item.is-primary.is-completed::before{
  background-position:left bottom
}

.steps .step-item.is-primary.is-completed .step-marker{
  color:#fff;
  background-color:#00d1b2
}

.steps .step-item.is-link::before{
  background:-webkit-gradient(linear,right top, left top,color-stop(50%, #dbdbdb),color-stop(50%, #3273dc));
  background:linear-gradient(to left,#dbdbdb 50%,#3273dc 50%);
  background-size:200% 100%;
  background-position:right bottom
}

.steps .step-item.is-link.is-active::before{
  background-position:left bottom
}

.steps .step-item.is-link.is-active .step-marker{
  background-color:#fff;
  border-color:#3273dc;
  color:#3273dc
}

.steps .step-item.is-link.is-completed::before{
  background-position:left bottom
}

.steps .step-item.is-link.is-completed .step-marker{
  color:#fff;
  background-color:#3273dc
}

.steps .step-item.is-info::before{
  background:-webkit-gradient(linear,right top, left top,color-stop(50%, #dbdbdb),color-stop(50%, #209cee));
  background:linear-gradient(to left,#dbdbdb 50%,#209cee 50%);
  background-size:200% 100%;
  background-position:right bottom
}

.steps .step-item.is-info.is-active::before{
  background-position:left bottom
}

.steps .step-item.is-info.is-active .step-marker{
  background-color:#fff;
  border-color:#209cee;
  color:#209cee
}

.steps .step-item.is-info.is-completed::before{
  background-position:left bottom
}

.steps .step-item.is-info.is-completed .step-marker{
  color:#fff;
  background-color:#209cee
}

.steps .step-item.is-success::before{
  background:-webkit-gradient(linear,right top, left top,color-stop(50%, #dbdbdb),color-stop(50%, #23d160));
  background:linear-gradient(to left,#dbdbdb 50%,#23d160 50%);
  background-size:200% 100%;
  background-position:right bottom
}

.steps .step-item.is-success.is-active::before{
  background-position:left bottom
}

.steps .step-item.is-success.is-active .step-marker{
  background-color:#fff;
  border-color:#23d160;
  color:#23d160
}

.steps .step-item.is-success.is-completed::before{
  background-position:left bottom
}

.steps .step-item.is-success.is-completed .step-marker{
  color:#fff;
  background-color:#23d160
}

.steps .step-item.is-warning::before{
  background:-webkit-gradient(linear,right top, left top,color-stop(50%, #dbdbdb),color-stop(50%, #ffdd57));
  background:linear-gradient(to left,#dbdbdb 50%,#ffdd57 50%);
  background-size:200% 100%;
  background-position:right bottom
}

.steps .step-item.is-warning.is-active::before{
  background-position:left bottom
}

.steps .step-item.is-warning.is-active .step-marker{
  background-color:#fff;
  border-color:#ffdd57;
  color:#ffdd57
}

.steps .step-item.is-warning.is-completed::before{
  background-position:left bottom
}

.steps .step-item.is-warning.is-completed .step-marker{
  color:rgba(0,0,0,.7);
  background-color:#ffdd57
}

.steps .step-item.is-danger::before{
  background:-webkit-gradient(linear,right top, left top,color-stop(50%, #dbdbdb),color-stop(50%, #ff3860));
  background:linear-gradient(to left,#dbdbdb 50%,#ff3860 50%);
  background-size:200% 100%;
  background-position:right bottom
}

.steps .step-item.is-danger.is-active::before{
  background-position:left bottom
}

.steps .step-item.is-danger.is-active .step-marker{
  background-color:#fff;
  border-color:#ff3860;
  color:#ff3860
}

.steps .step-item.is-danger.is-completed::before{
  background-position:left bottom
}

.steps .step-item.is-danger.is-completed .step-marker{
  color:#fff;
  background-color:#ff3860
}

.steps .steps-content{
  -webkit-box-align:stretch;
          align-items:stretch;
  flex-basis:100%;
  margin:2rem 0
}

.steps .steps-content .step-content{
  display:none
}

.steps .steps-content .step-content.is-active{
  display:block
}

.steps .steps-actions{
  display:-webkit-box;
  display:flex;
  -webkit-box-align:stretch;
          align-items:stretch;
  flex-basis:100%
}

.steps .steps-actions .steps-action{
  display:-webkit-box;
  display:flex;
  flex-basis:0;
  -webkit-box-flex:1;
          flex-grow:1;
  margin:.5rem;
  -webkit-box-pack:center;
          justify-content:center;
  -webkit-box-align:center;
          align-items:center
}

.steps.is-animated .step-item::before{
  -webkit-transition:all 2s ease;
  transition:all 2s ease
}

.steps.is-animated .step-item .step-marker{
  -webkit-transition:all 0s ease;
  transition:all 0s ease;
  -webkit-transition-delay:1.5s;
          transition-delay:1.5s
}

.steps .step-item:not(:first-child)::before{
  height:.2em;
  width:100%;
  bottom:0;
  left:-50%;
  top:1rem
}

.steps .step-item .step-marker{
  height:2rem;
  width:2rem;
  position:absolute;
  left:calc(50% - 1rem)
}

.steps .step-item .step-marker .icon *{
  font-size:1rem
}

.steps .step-item .step-details{
  margin-top:2rem;
  margin-left:.5em;
  margin-right:.5em;
  padding-top:.2em
}

.steps .step-item .step-details .step-title{
  font-size:1.2rem;
  font-weight:600
}

.steps.is-small{
  font-size:.75rem;
  min-height:1.5rem
}

.steps.is-small .step-item:not(:first-child)::before{
  height:.2em;
  width:100%;
  bottom:0;
  left:-50%;
  top:.75rem
}

.steps.is-small .step-item .step-marker{
  height:1.5rem;
  width:1.5rem;
  position:absolute;
  left:calc(50% - .75rem)
}

.steps.is-small .step-item .step-marker .icon *{
  font-size:.75rem
}

.steps.is-small .step-item .step-details{
  margin-top:1.5rem;
  margin-left:.5em;
  margin-right:.5em;
  padding-top:.2em
}

.steps.is-small .step-item .step-details .step-title{
  font-size:.9rem;
  font-weight:600
}

.steps.is-medium{
  font-size:1.25rem;
  min-height:2.5rem
}

.steps.is-medium .step-item:not(:first-child)::before{
  height:.2em;
  width:100%;
  bottom:0;
  left:-50%;
  top:1.25rem
}

.steps.is-medium .step-item .step-marker{
  height:2.5rem;
  width:2.5rem;
  position:absolute;
  left:calc(50% - 1.25rem)
}

.steps.is-medium .step-item .step-marker .icon *{
  font-size:1.25rem
}

.steps.is-medium .step-item .step-details{
  margin-top:2.5rem;
  margin-left:.5em;
  margin-right:.5em;
  padding-top:.2em
}

.steps.is-medium .step-item .step-details .step-title{
  font-size:1.5rem;
  font-weight:600
}

.steps.is-large{
  font-size:1.5rem;
  min-height:3rem
}

.steps.is-large .step-item:not(:first-child)::before{
  height:.2em;
  width:100%;
  bottom:0;
  left:-50%;
  top:1.5rem
}

.steps.is-large .step-item .step-marker{
  height:3rem;
  width:3rem;
  position:absolute;
  left:calc(50% - 1.5rem)
}

.steps.is-large .step-item .step-marker .icon *{
  font-size:1.5rem
}

.steps.is-large .step-item .step-details{
  margin-top:3rem;
  margin-left:.5em;
  margin-right:.5em;
  padding-top:.2em
}

.steps.is-large .step-item .step-details .step-title{
  font-size:1.8rem;
  font-weight:600
}

.switch[type=checkbox]{
  outline:0;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  display:inline-block;
  position:absolute;
  opacity:0
}

.switch[type=checkbox]:focus+label::after,.switch[type=checkbox]:focus+label::before,.switch[type=checkbox]:focus+label:after,.switch[type=checkbox]:focus+label:before{
  outline:1px dotted #b5b5b5
}

.switch[type=checkbox][disabled]{
  cursor:not-allowed
}

.switch[type=checkbox][disabled]+label{
  opacity:.5
}

.switch[type=checkbox][disabled]+label::before,.switch[type=checkbox][disabled]+label:before{
  opacity:.5
}

.switch[type=checkbox][disabled]+label::after,.switch[type=checkbox][disabled]+label:after{
  opacity:.5
}

.switch[type=checkbox][disabled]+label:hover{
  cursor:not-allowed
}

.switch[type=checkbox]+label{
  position:relative;
  display:initial;
  font-size:1rem;
  line-height:initial;
  padding-left:3.5rem;
  padding-top:.2rem;
  cursor:pointer
}

.switch[type=checkbox]+label::before,.switch[type=checkbox]+label:before{
  position:absolute;
  display:block;
  top:0;
  left:0;
  width:3rem;
  height:1.5rem;
  border:.1rem solid transparent;
  border-radius:4px;
  background:#b5b5b5;
  content:''
}

.switch[type=checkbox]+label::after,.switch[type=checkbox]+label:after{
  display:block;
  position:absolute;
  top:.25rem;
  left:.25rem;
  width:1rem;
  height:1rem;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  border-radius:4px;
  background:#fff;
  -webkit-transition:all .25s ease-out;
  transition:all .25s ease-out;
  content:''
}

.switch[type=checkbox].is-rtl+label{
  padding-left:0;
  padding-right:3.5rem
}

.switch[type=checkbox].is-rtl+label::before,.switch[type=checkbox].is-rtl+label:before{
  left:auto;
  right:0
}

.switch[type=checkbox].is-rtl+label::after,.switch[type=checkbox].is-rtl+label:after{
  left:auto;
  right:.25rem
}

.switch[type=checkbox]:checked+label::before,.switch[type=checkbox]:checked+label:before{
  background:#00d1b2
}

.switch[type=checkbox]:checked+label::after{
  left:1.625rem
}

.switch[type=checkbox]:checked.is-rtl+label::after,.switch[type=checkbox]:checked.is-rtl+label:after{
  left:auto;
  right:1.625rem
}

.switch[type=checkbox].is-outlined+label::before,.switch[type=checkbox].is-outlined+label:before{
  background-color:transparent;
  border-color:#b5b5b5
}

.switch[type=checkbox].is-outlined+label::after,.switch[type=checkbox].is-outlined+label:after{
  background:#b5b5b5
}

.switch[type=checkbox].is-outlined:checked+label::before,.switch[type=checkbox].is-outlined:checked+label:before{
  background-color:transparent;
  border-color:#00d1b2
}

.switch[type=checkbox].is-outlined:checked+label::after,.switch[type=checkbox].is-outlined:checked+label:after{
  background:#00d1b2
}

.switch[type=checkbox].is-thin+label::before,.switch[type=checkbox].is-thin+label:before{
  top:.54545rem;
  height:.375rem
}

.switch[type=checkbox].is-thin+label::after,.switch[type=checkbox].is-thin+label:after{
  box-shadow:0 0 3px #7a7a7a
}

.switch[type=checkbox].is-rounded+label::before,.switch[type=checkbox].is-rounded+label:before{
  border-radius:24px
}

.switch[type=checkbox].is-rounded+label::after,.switch[type=checkbox].is-rounded+label:after{
  border-radius:50%
}

.switch[type=checkbox].is-small+label{
  position:relative;
  display:initial;
  font-size:.75rem;
  line-height:initial;
  padding-left:2.75rem;
  padding-top:.2rem;
  cursor:pointer
}

.switch[type=checkbox].is-small+label::before,.switch[type=checkbox].is-small+label:before{
  position:absolute;
  display:block;
  top:0;
  left:0;
  width:2.25rem;
  height:1.125rem;
  border:.1rem solid transparent;
  border-radius:4px;
  background:#b5b5b5;
  content:''
}

.switch[type=checkbox].is-small+label::after,.switch[type=checkbox].is-small+label:after{
  display:block;
  position:absolute;
  top:.25rem;
  left:.25rem;
  width:.625rem;
  height:.625rem;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  border-radius:4px;
  background:#fff;
  -webkit-transition:all .25s ease-out;
  transition:all .25s ease-out;
  content:''
}

.switch[type=checkbox].is-small.is-rtl+label{
  padding-left:0;
  padding-right:2.75rem
}

.switch[type=checkbox].is-small.is-rtl+label::before,.switch[type=checkbox].is-small.is-rtl+label:before{
  left:auto;
  right:0
}

.switch[type=checkbox].is-small.is-rtl+label::after,.switch[type=checkbox].is-small.is-rtl+label:after{
  left:auto;
  right:.25rem
}

.switch[type=checkbox].is-small:checked+label::before,.switch[type=checkbox].is-small:checked+label:before{
  background:#00d1b2
}

.switch[type=checkbox].is-small:checked+label::after{
  left:1.25rem
}

.switch[type=checkbox].is-small:checked.is-rtl+label::after,.switch[type=checkbox].is-small:checked.is-rtl+label:after{
  left:auto;
  right:1.25rem
}

.switch[type=checkbox].is-small.is-outlined+label::before,.switch[type=checkbox].is-small.is-outlined+label:before{
  background-color:transparent;
  border-color:#b5b5b5
}

.switch[type=checkbox].is-small.is-outlined+label::after,.switch[type=checkbox].is-small.is-outlined+label:after{
  background:#b5b5b5
}

.switch[type=checkbox].is-small.is-outlined:checked+label::before,.switch[type=checkbox].is-small.is-outlined:checked+label:before{
  background-color:transparent;
  border-color:#00d1b2
}

.switch[type=checkbox].is-small.is-outlined:checked+label::after,.switch[type=checkbox].is-small.is-outlined:checked+label:after{
  background:#00d1b2
}

.switch[type=checkbox].is-small.is-thin+label::before,.switch[type=checkbox].is-small.is-thin+label:before{
  top:.40909rem;
  height:.28125rem
}

.switch[type=checkbox].is-small.is-thin+label::after,.switch[type=checkbox].is-small.is-thin+label:after{
  box-shadow:0 0 3px #7a7a7a
}

.switch[type=checkbox].is-small.is-rounded+label::before,.switch[type=checkbox].is-small.is-rounded+label:before{
  border-radius:24px
}

.switch[type=checkbox].is-small.is-rounded+label::after,.switch[type=checkbox].is-small.is-rounded+label:after{
  border-radius:50%
}

.switch[type=checkbox].is-medium+label{
  position:relative;
  display:initial;
  font-size:1.25rem;
  line-height:initial;
  padding-left:4.25rem;
  padding-top:.2rem;
  cursor:pointer
}

.switch[type=checkbox].is-medium+label::before,.switch[type=checkbox].is-medium+label:before{
  position:absolute;
  display:block;
  top:0;
  left:0;
  width:3.75rem;
  height:1.875rem;
  border:.1rem solid transparent;
  border-radius:4px;
  background:#b5b5b5;
  content:''
}

.switch[type=checkbox].is-medium+label::after,.switch[type=checkbox].is-medium+label:after{
  display:block;
  position:absolute;
  top:.25rem;
  left:.25rem;
  width:1.375rem;
  height:1.375rem;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  border-radius:4px;
  background:#fff;
  -webkit-transition:all .25s ease-out;
  transition:all .25s ease-out;
  content:''
}

.switch[type=checkbox].is-medium.is-rtl+label{
  padding-left:0;
  padding-right:4.25rem
}

.switch[type=checkbox].is-medium.is-rtl+label::before,.switch[type=checkbox].is-medium.is-rtl+label:before{
  left:auto;
  right:0
}

.switch[type=checkbox].is-medium.is-rtl+label::after,.switch[type=checkbox].is-medium.is-rtl+label:after{
  left:auto;
  right:.25rem
}

.switch[type=checkbox].is-medium:checked+label::before,.switch[type=checkbox].is-medium:checked+label:before{
  background:#00d1b2
}

.switch[type=checkbox].is-medium:checked+label::after{
  left:2rem
}

.switch[type=checkbox].is-medium:checked.is-rtl+label::after,.switch[type=checkbox].is-medium:checked.is-rtl+label:after{
  left:auto;
  right:2rem
}

.switch[type=checkbox].is-medium.is-outlined+label::before,.switch[type=checkbox].is-medium.is-outlined+label:before{
  background-color:transparent;
  border-color:#b5b5b5
}

.switch[type=checkbox].is-medium.is-outlined+label::after,.switch[type=checkbox].is-medium.is-outlined+label:after{
  background:#b5b5b5
}

.switch[type=checkbox].is-medium.is-outlined:checked+label::before,.switch[type=checkbox].is-medium.is-outlined:checked+label:before{
  background-color:transparent;
  border-color:#00d1b2
}

.switch[type=checkbox].is-medium.is-outlined:checked+label::after,.switch[type=checkbox].is-medium.is-outlined:checked+label:after{
  background:#00d1b2
}

.switch[type=checkbox].is-medium.is-thin+label::before,.switch[type=checkbox].is-medium.is-thin+label:before{
  top:.68182rem;
  height:.46875rem
}

.switch[type=checkbox].is-medium.is-thin+label::after,.switch[type=checkbox].is-medium.is-thin+label:after{
  box-shadow:0 0 3px #7a7a7a
}

.switch[type=checkbox].is-medium.is-rounded+label::before,.switch[type=checkbox].is-medium.is-rounded+label:before{
  border-radius:24px
}

.switch[type=checkbox].is-medium.is-rounded+label::after,.switch[type=checkbox].is-medium.is-rounded+label:after{
  border-radius:50%
}

.switch[type=checkbox].is-large+label{
  position:relative;
  display:initial;
  font-size:1.5rem;
  line-height:initial;
  padding-left:5rem;
  padding-top:.2rem;
  cursor:pointer
}

.switch[type=checkbox].is-large+label::before,.switch[type=checkbox].is-large+label:before{
  position:absolute;
  display:block;
  top:0;
  left:0;
  width:4.5rem;
  height:2.25rem;
  border:.1rem solid transparent;
  border-radius:4px;
  background:#b5b5b5;
  content:''
}

.switch[type=checkbox].is-large+label::after,.switch[type=checkbox].is-large+label:after{
  display:block;
  position:absolute;
  top:.25rem;
  left:.25rem;
  width:1.75rem;
  height:1.75rem;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  border-radius:4px;
  background:#fff;
  -webkit-transition:all .25s ease-out;
  transition:all .25s ease-out;
  content:''
}

.switch[type=checkbox].is-large.is-rtl+label{
  padding-left:0;
  padding-right:5rem
}

.switch[type=checkbox].is-large.is-rtl+label::before,.switch[type=checkbox].is-large.is-rtl+label:before{
  left:auto;
  right:0
}

.switch[type=checkbox].is-large.is-rtl+label::after,.switch[type=checkbox].is-large.is-rtl+label:after{
  left:auto;
  right:.25rem
}

.switch[type=checkbox].is-large:checked+label::before,.switch[type=checkbox].is-large:checked+label:before{
  background:#00d1b2
}

.switch[type=checkbox].is-large:checked+label::after{
  left:2.375rem
}

.switch[type=checkbox].is-large:checked.is-rtl+label::after,.switch[type=checkbox].is-large:checked.is-rtl+label:after{
  left:auto;
  right:2.375rem
}

.switch[type=checkbox].is-large.is-outlined+label::before,.switch[type=checkbox].is-large.is-outlined+label:before{
  background-color:transparent;
  border-color:#b5b5b5
}

.switch[type=checkbox].is-large.is-outlined+label::after,.switch[type=checkbox].is-large.is-outlined+label:after{
  background:#b5b5b5
}

.switch[type=checkbox].is-large.is-outlined:checked+label::before,.switch[type=checkbox].is-large.is-outlined:checked+label:before{
  background-color:transparent;
  border-color:#00d1b2
}

.switch[type=checkbox].is-large.is-outlined:checked+label::after,.switch[type=checkbox].is-large.is-outlined:checked+label:after{
  background:#00d1b2
}

.switch[type=checkbox].is-large.is-thin+label::before,.switch[type=checkbox].is-large.is-thin+label:before{
  top:.81818rem;
  height:.5625rem
}

.switch[type=checkbox].is-large.is-thin+label::after,.switch[type=checkbox].is-large.is-thin+label:after{
  box-shadow:0 0 3px #7a7a7a
}

.switch[type=checkbox].is-large.is-rounded+label::before,.switch[type=checkbox].is-large.is-rounded+label:before{
  border-radius:24px
}

.switch[type=checkbox].is-large.is-rounded+label::after,.switch[type=checkbox].is-large.is-rounded+label:after{
  border-radius:50%
}

.switch[type=checkbox].is-white:checked+label::before,.switch[type=checkbox].is-white:checked+label:before{
  background:#fff
}

.switch[type=checkbox].is-white.is-outlined:checked+label::before,.switch[type=checkbox].is-white.is-outlined:checked+label:before{
  background-color:transparent;
  border-color:#fff!important
}

.switch[type=checkbox].is-white.is-outlined:checked+label::after,.switch[type=checkbox].is-white.is-outlined:checked+label:after{
  background:#fff
}

.switch[type=checkbox].is-white.is-thin.is-outlined+label::after,.switch[type=checkbox].is-white.is-thin.is-outlined+label:after{
  box-shadow:none
}

.switch[type=checkbox].is-unchecked-white+label::before,.switch[type=checkbox].is-unchecked-white+label:before{
  background:#fff
}

.switch[type=checkbox].is-unchecked-white.is-outlined+label::before,.switch[type=checkbox].is-unchecked-white.is-outlined+label:before{
  background-color:transparent;
  border-color:#fff!important
}

.switch[type=checkbox].is-unchecked-white.is-outlined+label::after,.switch[type=checkbox].is-unchecked-white.is-outlined+label:after{
  background:#fff
}

.switch[type=checkbox].is-black:checked+label::before,.switch[type=checkbox].is-black:checked+label:before{
  background:#0a0a0a
}

.switch[type=checkbox].is-black.is-outlined:checked+label::before,.switch[type=checkbox].is-black.is-outlined:checked+label:before{
  background-color:transparent;
  border-color:#0a0a0a!important
}

.switch[type=checkbox].is-black.is-outlined:checked+label::after,.switch[type=checkbox].is-black.is-outlined:checked+label:after{
  background:#0a0a0a
}

.switch[type=checkbox].is-black.is-thin.is-outlined+label::after,.switch[type=checkbox].is-black.is-thin.is-outlined+label:after{
  box-shadow:none
}

.switch[type=checkbox].is-unchecked-black+label::before,.switch[type=checkbox].is-unchecked-black+label:before{
  background:#0a0a0a
}

.switch[type=checkbox].is-unchecked-black.is-outlined+label::before,.switch[type=checkbox].is-unchecked-black.is-outlined+label:before{
  background-color:transparent;
  border-color:#0a0a0a!important
}

.switch[type=checkbox].is-unchecked-black.is-outlined+label::after,.switch[type=checkbox].is-unchecked-black.is-outlined+label:after{
  background:#0a0a0a
}

.switch[type=checkbox].is-light:checked+label::before,.switch[type=checkbox].is-light:checked+label:before{
  background:#f5f5f5
}

.switch[type=checkbox].is-light.is-outlined:checked+label::before,.switch[type=checkbox].is-light.is-outlined:checked+label:before{
  background-color:transparent;
  border-color:#f5f5f5!important
}

.switch[type=checkbox].is-light.is-outlined:checked+label::after,.switch[type=checkbox].is-light.is-outlined:checked+label:after{
  background:#f5f5f5
}

.switch[type=checkbox].is-light.is-thin.is-outlined+label::after,.switch[type=checkbox].is-light.is-thin.is-outlined+label:after{
  box-shadow:none
}

.switch[type=checkbox].is-unchecked-light+label::before,.switch[type=checkbox].is-unchecked-light+label:before{
  background:#f5f5f5
}

.switch[type=checkbox].is-unchecked-light.is-outlined+label::before,.switch[type=checkbox].is-unchecked-light.is-outlined+label:before{
  background-color:transparent;
  border-color:#f5f5f5!important
}

.switch[type=checkbox].is-unchecked-light.is-outlined+label::after,.switch[type=checkbox].is-unchecked-light.is-outlined+label:after{
  background:#f5f5f5
}

.switch[type=checkbox].is-dark:checked+label::before,.switch[type=checkbox].is-dark:checked+label:before{
  background:#363636
}

.switch[type=checkbox].is-dark.is-outlined:checked+label::before,.switch[type=checkbox].is-dark.is-outlined:checked+label:before{
  background-color:transparent;
  border-color:#363636!important
}

.switch[type=checkbox].is-dark.is-outlined:checked+label::after,.switch[type=checkbox].is-dark.is-outlined:checked+label:after{
  background:#363636
}

.switch[type=checkbox].is-dark.is-thin.is-outlined+label::after,.switch[type=checkbox].is-dark.is-thin.is-outlined+label:after{
  box-shadow:none
}

.switch[type=checkbox].is-unchecked-dark+label::before,.switch[type=checkbox].is-unchecked-dark+label:before{
  background:#363636
}

.switch[type=checkbox].is-unchecked-dark.is-outlined+label::before,.switch[type=checkbox].is-unchecked-dark.is-outlined+label:before{
  background-color:transparent;
  border-color:#363636!important
}

.switch[type=checkbox].is-unchecked-dark.is-outlined+label::after,.switch[type=checkbox].is-unchecked-dark.is-outlined+label:after{
  background:#363636
}

.switch[type=checkbox].is-primary:checked+label::before,.switch[type=checkbox].is-primary:checked+label:before{
  background:#00d1b2
}

.switch[type=checkbox].is-primary.is-outlined:checked+label::before,.switch[type=checkbox].is-primary.is-outlined:checked+label:before{
  background-color:transparent;
  border-color:#00d1b2!important
}

.switch[type=checkbox].is-primary.is-outlined:checked+label::after,.switch[type=checkbox].is-primary.is-outlined:checked+label:after{
  background:#00d1b2
}

.switch[type=checkbox].is-primary.is-thin.is-outlined+label::after,.switch[type=checkbox].is-primary.is-thin.is-outlined+label:after{
  box-shadow:none
}

.switch[type=checkbox].is-unchecked-primary+label::before,.switch[type=checkbox].is-unchecked-primary+label:before{
  background:#00d1b2
}

.switch[type=checkbox].is-unchecked-primary.is-outlined+label::before,.switch[type=checkbox].is-unchecked-primary.is-outlined+label:before{
  background-color:transparent;
  border-color:#00d1b2!important
}

.switch[type=checkbox].is-unchecked-primary.is-outlined+label::after,.switch[type=checkbox].is-unchecked-primary.is-outlined+label:after{
  background:#00d1b2
}

.switch[type=checkbox].is-link:checked+label::before,.switch[type=checkbox].is-link:checked+label:before{
  background:#3273dc
}

.switch[type=checkbox].is-link.is-outlined:checked+label::before,.switch[type=checkbox].is-link.is-outlined:checked+label:before{
  background-color:transparent;
  border-color:#3273dc!important
}

.switch[type=checkbox].is-link.is-outlined:checked+label::after,.switch[type=checkbox].is-link.is-outlined:checked+label:after{
  background:#3273dc
}

.switch[type=checkbox].is-link.is-thin.is-outlined+label::after,.switch[type=checkbox].is-link.is-thin.is-outlined+label:after{
  box-shadow:none
}

.switch[type=checkbox].is-unchecked-link+label::before,.switch[type=checkbox].is-unchecked-link+label:before{
  background:#3273dc
}

.switch[type=checkbox].is-unchecked-link.is-outlined+label::before,.switch[type=checkbox].is-unchecked-link.is-outlined+label:before{
  background-color:transparent;
  border-color:#3273dc!important
}

.switch[type=checkbox].is-unchecked-link.is-outlined+label::after,.switch[type=checkbox].is-unchecked-link.is-outlined+label:after{
  background:#3273dc
}

.switch[type=checkbox].is-info:checked+label::before,.switch[type=checkbox].is-info:checked+label:before{
  background:#209cee
}

.switch[type=checkbox].is-info.is-outlined:checked+label::before,.switch[type=checkbox].is-info.is-outlined:checked+label:before{
  background-color:transparent;
  border-color:#209cee!important
}

.switch[type=checkbox].is-info.is-outlined:checked+label::after,.switch[type=checkbox].is-info.is-outlined:checked+label:after{
  background:#209cee
}

.switch[type=checkbox].is-info.is-thin.is-outlined+label::after,.switch[type=checkbox].is-info.is-thin.is-outlined+label:after{
  box-shadow:none
}

.switch[type=checkbox].is-unchecked-info+label::before,.switch[type=checkbox].is-unchecked-info+label:before{
  background:#209cee
}

.switch[type=checkbox].is-unchecked-info.is-outlined+label::before,.switch[type=checkbox].is-unchecked-info.is-outlined+label:before{
  background-color:transparent;
  border-color:#209cee!important
}

.switch[type=checkbox].is-unchecked-info.is-outlined+label::after,.switch[type=checkbox].is-unchecked-info.is-outlined+label:after{
  background:#209cee
}

.switch[type=checkbox].is-success:checked+label::before,.switch[type=checkbox].is-success:checked+label:before{
  background:#23d160
}

.switch[type=checkbox].is-success.is-outlined:checked+label::before,.switch[type=checkbox].is-success.is-outlined:checked+label:before{
  background-color:transparent;
  border-color:#23d160!important
}

.switch[type=checkbox].is-success.is-outlined:checked+label::after,.switch[type=checkbox].is-success.is-outlined:checked+label:after{
  background:#23d160
}

.switch[type=checkbox].is-success.is-thin.is-outlined+label::after,.switch[type=checkbox].is-success.is-thin.is-outlined+label:after{
  box-shadow:none
}

.switch[type=checkbox].is-unchecked-success+label::before,.switch[type=checkbox].is-unchecked-success+label:before{
  background:#23d160
}

.switch[type=checkbox].is-unchecked-success.is-outlined+label::before,.switch[type=checkbox].is-unchecked-success.is-outlined+label:before{
  background-color:transparent;
  border-color:#23d160!important
}

.switch[type=checkbox].is-unchecked-success.is-outlined+label::after,.switch[type=checkbox].is-unchecked-success.is-outlined+label:after{
  background:#23d160
}

.switch[type=checkbox].is-warning:checked+label::before,.switch[type=checkbox].is-warning:checked+label:before{
  background:#ffdd57
}

.switch[type=checkbox].is-warning.is-outlined:checked+label::before,.switch[type=checkbox].is-warning.is-outlined:checked+label:before{
  background-color:transparent;
  border-color:#ffdd57!important
}

.switch[type=checkbox].is-warning.is-outlined:checked+label::after,.switch[type=checkbox].is-warning.is-outlined:checked+label:after{
  background:#ffdd57
}

.switch[type=checkbox].is-warning.is-thin.is-outlined+label::after,.switch[type=checkbox].is-warning.is-thin.is-outlined+label:after{
  box-shadow:none
}

.switch[type=checkbox].is-unchecked-warning+label::before,.switch[type=checkbox].is-unchecked-warning+label:before{
  background:#ffdd57
}

.switch[type=checkbox].is-unchecked-warning.is-outlined+label::before,.switch[type=checkbox].is-unchecked-warning.is-outlined+label:before{
  background-color:transparent;
  border-color:#ffdd57!important
}

.switch[type=checkbox].is-unchecked-warning.is-outlined+label::after,.switch[type=checkbox].is-unchecked-warning.is-outlined+label:after{
  background:#ffdd57
}

.switch[type=checkbox].is-danger:checked+label::before,.switch[type=checkbox].is-danger:checked+label:before{
  background:#ff3860
}

.switch[type=checkbox].is-danger.is-outlined:checked+label::before,.switch[type=checkbox].is-danger.is-outlined:checked+label:before{
  background-color:transparent;
  border-color:#ff3860!important
}

.switch[type=checkbox].is-danger.is-outlined:checked+label::after,.switch[type=checkbox].is-danger.is-outlined:checked+label:after{
  background:#ff3860
}

.switch[type=checkbox].is-danger.is-thin.is-outlined+label::after,.switch[type=checkbox].is-danger.is-thin.is-outlined+label:after{
  box-shadow:none
}

.switch[type=checkbox].is-unchecked-danger+label::before,.switch[type=checkbox].is-unchecked-danger+label:before{
  background:#ff3860
}

.switch[type=checkbox].is-unchecked-danger.is-outlined+label::before,.switch[type=checkbox].is-unchecked-danger.is-outlined+label:before{
  background-color:transparent;
  border-color:#ff3860!important
}

.switch[type=checkbox].is-unchecked-danger.is-outlined+label::after,.switch[type=checkbox].is-unchecked-danger.is-outlined+label:after{
  background:#ff3860
}

.tagsinput{
  height:auto!important
}

.tagsinput .control{
  margin-bottom:.1em!important;
  margin-top:.1em!important
}

.tagsinput input{
  border:none;
  margin-bottom:.1em!important;
  margin-top:.1em!important
}

.tagsinput .tag.is-active{
  background-color:#00d1b2;
  color:#fff
}

.timeline{
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
          flex-direction:column
}

.timeline .timeline-header{
  width:4em;
  min-width:4em;
  max-width:8em;
  word-wrap:normal;
  text-align:center;
  display:-webkit-box;
  display:flex;
  -webkit-box-pack:center;
          justify-content:center
}

.timeline .timeline-item{
  display:-webkit-box;
  display:flex;
  display:-webkit-flex;
  position:relative;
  margin-left:2em;
  padding-bottom:2em
}

.timeline .timeline-item::before{
  content:"";
  background-color:#dbdbdb;
  display:block;
  width:.1em;
  height:100%;
  position:absolute;
  left:0;
  top:0
}

.timeline .timeline-item .timeline-marker{
  position:absolute;
  background:#dbdbdb;
  border:.1em solid #dbdbdb;
  border-radius:100%;
  content:"";
  display:block;
  height:.8em;
  left:-.35em;
  top:1.2rem;
  width:.8em
}

.timeline .timeline-item .timeline-marker.is-image{
  background:#dbdbdb;
  border:.1em solid #dbdbdb;
  border-radius:100%;
  display:block;
  overflow:hidden
}

.timeline .timeline-item .timeline-marker.is-image.is-16x16{
  height:16px;
  width:16px;
  left:-8px
}

.timeline .timeline-item .timeline-marker.is-image.is-24x24{
  height:24px;
  width:24px;
  left:-12px
}

.timeline .timeline-item .timeline-marker.is-image.is-32x32{
  height:32px;
  width:32px;
  left:-16px
}

.timeline .timeline-item .timeline-marker.is-image.is-48x48{
  height:48px;
  width:48px;
  left:-24px
}

.timeline .timeline-item .timeline-marker.is-image.is-64x64{
  height:64px;
  width:64px;
  left:-32px
}

.timeline .timeline-item .timeline-marker.is-image.is-96x96{
  height:96px;
  width:96px;
  left:-48px
}

.timeline .timeline-item .timeline-marker.is-image.is-128x128{
  height:128px;
  width:128px;
  left:-64px
}

.timeline .timeline-item .timeline-marker.is-icon{
  display:-webkit-box;
  display:flex;
  -webkit-box-align:center;
          align-items:center;
  -webkit-box-pack:center;
          justify-content:center;
  height:1.5em;
  width:1.5em;
  left:-.7em;
  line-height:.75rem;
  padding:.25rem;
  background:#dbdbdb;
  border:.1em solid #dbdbdb;
  border-radius:100%
}

.timeline .timeline-item .timeline-marker.is-icon>i{
  color:#fff;
  font-size:.75rem!important
}

.timeline .timeline-item .timeline-marker.is-outlined .image{
  background:#fff
}

.timeline .timeline-item .timeline-marker.is-outlined.is-icon{
  background:#fff
}

.timeline .timeline-item .timeline-marker.is-outlined.is-icon>i{
  color:#dbdbdb
}

.timeline .timeline-item .timeline-marker.is-white{
  background-color:#fff!important;
  border-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-white .image{
  border-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-white.is-icon{
  background-color:#fff!important;
  border-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-white.is-icon>i{
  color:#0a0a0a!important
}

.timeline .timeline-item .timeline-marker.is-white.is-outlined{
  background-color:#fff!important;
  border-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-white.is-outlined .image{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-white.is-outlined.is-icon{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-white.is-outlined.is-icon>i{
  color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-black{
  background-color:#0a0a0a!important;
  border-color:#0a0a0a!important
}

.timeline .timeline-item .timeline-marker.is-black .image{
  border-color:#0a0a0a!important
}

.timeline .timeline-item .timeline-marker.is-black.is-icon{
  background-color:#0a0a0a!important;
  border-color:#0a0a0a!important
}

.timeline .timeline-item .timeline-marker.is-black.is-icon>i{
  color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-black.is-outlined{
  background-color:#fff!important;
  border-color:#0a0a0a!important
}

.timeline .timeline-item .timeline-marker.is-black.is-outlined .image{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-black.is-outlined.is-icon{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-black.is-outlined.is-icon>i{
  color:#0a0a0a!important
}

.timeline .timeline-item .timeline-marker.is-light{
  background-color:#f5f5f5!important;
  border-color:#f5f5f5!important
}

.timeline .timeline-item .timeline-marker.is-light .image{
  border-color:#f5f5f5!important
}

.timeline .timeline-item .timeline-marker.is-light.is-icon{
  background-color:#f5f5f5!important;
  border-color:#f5f5f5!important
}

.timeline .timeline-item .timeline-marker.is-light.is-icon>i{
  color:#363636!important
}

.timeline .timeline-item .timeline-marker.is-light.is-outlined{
  background-color:#fff!important;
  border-color:#f5f5f5!important
}

.timeline .timeline-item .timeline-marker.is-light.is-outlined .image{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-light.is-outlined.is-icon{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-light.is-outlined.is-icon>i{
  color:#f5f5f5!important
}

.timeline .timeline-item .timeline-marker.is-dark{
  background-color:#363636!important;
  border-color:#363636!important
}

.timeline .timeline-item .timeline-marker.is-dark .image{
  border-color:#363636!important
}

.timeline .timeline-item .timeline-marker.is-dark.is-icon{
  background-color:#363636!important;
  border-color:#363636!important
}

.timeline .timeline-item .timeline-marker.is-dark.is-icon>i{
  color:#f5f5f5!important
}

.timeline .timeline-item .timeline-marker.is-dark.is-outlined{
  background-color:#fff!important;
  border-color:#363636!important
}

.timeline .timeline-item .timeline-marker.is-dark.is-outlined .image{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-dark.is-outlined.is-icon{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-dark.is-outlined.is-icon>i{
  color:#363636!important
}

.timeline .timeline-item .timeline-marker.is-primary{
  background-color:#00d1b2!important;
  border-color:#00d1b2!important
}

.timeline .timeline-item .timeline-marker.is-primary .image{
  border-color:#00d1b2!important
}

.timeline .timeline-item .timeline-marker.is-primary.is-icon{
  background-color:#00d1b2!important;
  border-color:#00d1b2!important
}

.timeline .timeline-item .timeline-marker.is-primary.is-icon>i{
  color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-primary.is-outlined{
  background-color:#fff!important;
  border-color:#00d1b2!important
}

.timeline .timeline-item .timeline-marker.is-primary.is-outlined .image{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-primary.is-outlined.is-icon{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-primary.is-outlined.is-icon>i{
  color:#00d1b2!important
}

.timeline .timeline-item .timeline-marker.is-link{
  background-color:#3273dc!important;
  border-color:#3273dc!important
}

.timeline .timeline-item .timeline-marker.is-link .image{
  border-color:#3273dc!important
}

.timeline .timeline-item .timeline-marker.is-link.is-icon{
  background-color:#3273dc!important;
  border-color:#3273dc!important
}

.timeline .timeline-item .timeline-marker.is-link.is-icon>i{
  color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-link.is-outlined{
  background-color:#fff!important;
  border-color:#3273dc!important
}

.timeline .timeline-item .timeline-marker.is-link.is-outlined .image{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-link.is-outlined.is-icon{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-link.is-outlined.is-icon>i{
  color:#3273dc!important
}

.timeline .timeline-item .timeline-marker.is-info{
  background-color:#209cee!important;
  border-color:#209cee!important
}

.timeline .timeline-item .timeline-marker.is-info .image{
  border-color:#209cee!important
}

.timeline .timeline-item .timeline-marker.is-info.is-icon{
  background-color:#209cee!important;
  border-color:#209cee!important
}

.timeline .timeline-item .timeline-marker.is-info.is-icon>i{
  color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-info.is-outlined{
  background-color:#fff!important;
  border-color:#209cee!important
}

.timeline .timeline-item .timeline-marker.is-info.is-outlined .image{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-info.is-outlined.is-icon{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-info.is-outlined.is-icon>i{
  color:#209cee!important
}

.timeline .timeline-item .timeline-marker.is-success{
  background-color:#23d160!important;
  border-color:#23d160!important
}

.timeline .timeline-item .timeline-marker.is-success .image{
  border-color:#23d160!important
}

.timeline .timeline-item .timeline-marker.is-success.is-icon{
  background-color:#23d160!important;
  border-color:#23d160!important
}

.timeline .timeline-item .timeline-marker.is-success.is-icon>i{
  color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-success.is-outlined{
  background-color:#fff!important;
  border-color:#23d160!important
}

.timeline .timeline-item .timeline-marker.is-success.is-outlined .image{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-success.is-outlined.is-icon{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-success.is-outlined.is-icon>i{
  color:#23d160!important
}

.timeline .timeline-item .timeline-marker.is-warning{
  background-color:#ffdd57!important;
  border-color:#ffdd57!important
}

.timeline .timeline-item .timeline-marker.is-warning .image{
  border-color:#ffdd57!important
}

.timeline .timeline-item .timeline-marker.is-warning.is-icon{
  background-color:#ffdd57!important;
  border-color:#ffdd57!important
}

.timeline .timeline-item .timeline-marker.is-warning.is-icon>i{
  color:rgba(0,0,0,.7)!important
}

.timeline .timeline-item .timeline-marker.is-warning.is-outlined{
  background-color:#fff!important;
  border-color:#ffdd57!important
}

.timeline .timeline-item .timeline-marker.is-warning.is-outlined .image{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-warning.is-outlined.is-icon{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-warning.is-outlined.is-icon>i{
  color:#ffdd57!important
}

.timeline .timeline-item .timeline-marker.is-danger{
  background-color:#ff3860!important;
  border-color:#ff3860!important
}

.timeline .timeline-item .timeline-marker.is-danger .image{
  border-color:#ff3860!important
}

.timeline .timeline-item .timeline-marker.is-danger.is-icon{
  background-color:#ff3860!important;
  border-color:#ff3860!important
}

.timeline .timeline-item .timeline-marker.is-danger.is-icon>i{
  color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-danger.is-outlined{
  background-color:#fff!important;
  border-color:#ff3860!important
}

.timeline .timeline-item .timeline-marker.is-danger.is-outlined .image{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-danger.is-outlined.is-icon{
  background-color:#fff!important
}

.timeline .timeline-item .timeline-marker.is-danger.is-outlined.is-icon>i{
  color:#ff3860!important
}

.timeline .timeline-item .timeline-content{
  padding:1em 0 0 .5em;
  padding:1em 0 0 2em
}

.timeline .timeline-item .timeline-content .heading{
  font-weight:600
}

.timeline .timeline-item.is-white::before{
  background-color:#fff
}

.timeline .timeline-item.is-black::before{
  background-color:#0a0a0a
}

.timeline .timeline-item.is-light::before{
  background-color:#f5f5f5
}

.timeline .timeline-item.is-dark::before{
  background-color:#363636
}

.timeline .timeline-item.is-primary::before{
  background-color:#00d1b2
}

.timeline .timeline-item.is-link::before{
  background-color:#3273dc
}

.timeline .timeline-item.is-info::before{
  background-color:#209cee
}

.timeline .timeline-item.is-success::before{
  background-color:#23d160
}

.timeline .timeline-item.is-warning::before{
  background-color:#ffdd57
}

.timeline .timeline-item.is-danger::before{
  background-color:#ff3860
}

.timeline.is-centered .timeline-header{
  display:-webkit-box;
  display:flex;
  width:100%;
  align-self:center
}

.timeline.is-centered .timeline-item{
  width:50%;
  align-self:flex-end
}

.timeline.is-centered .timeline-item:nth-of-type(2n){
  align-self:flex-start;
  margin-left:0;
  margin-right:2em
}

.timeline.is-centered .timeline-item:nth-of-type(2n)::before{
  right:-.1em;
  left:auto
}

.timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker{
  left:auto;
  right:-.45em
}

.timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker.is-image.is-16x16{
  left:auto;
  right:-8px
}

.timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker.is-image.is-24x24{
  left:auto;
  right:-12px
}

.timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker.is-image.is-32x32{
  left:auto;
  right:-16px
}

.timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker.is-image.is-48x48{
  left:auto;
  right:-24px
}

.timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker.is-image.is-64x64{
  left:auto;
  right:-32px
}

.timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker.is-image.is-96x96{
  left:auto;
  right:-48px
}

.timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker.is-image.is-128x128{
  left:auto;
  right:-64px
}

.timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker.is-icon{
  left:auto;
  right:-.8em
}

.timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-content{
  padding:1em 2em 0 0;
  text-align:right;
  display:-webkit-box;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
          flex-direction:column;
  -webkit-box-align:end;
          align-items:flex-end;
  flex-basis:100%
}

.timeline.is-centered .timeline-item:nth-of-type(2n+1)::before{
  content:"";
  background-color:#dbdbdb;
  display:block;
  width:.1em;
  height:100%;
  position:absolute;
  top:0
}

.timeline.is-centered .timeline-item.is-white::before{
  background-color:#fff
}

.timeline.is-centered .timeline-item.is-black::before{
  background-color:#0a0a0a
}

.timeline.is-centered .timeline-item.is-light::before{
  background-color:#f5f5f5
}

.timeline.is-centered .timeline-item.is-dark::before{
  background-color:#363636
}

.timeline.is-centered .timeline-item.is-primary::before{
  background-color:#00d1b2
}

.timeline.is-centered .timeline-item.is-link::before{
  background-color:#3273dc
}

.timeline.is-centered .timeline-item.is-info::before{
  background-color:#209cee
}

.timeline.is-centered .timeline-item.is-success::before{
  background-color:#23d160
}

.timeline.is-centered .timeline-item.is-warning::before{
  background-color:#ffdd57
}

.timeline.is-centered .timeline-item.is-danger::before{
  background-color:#ff3860
}

.timeline.is-rtl{
  -webkit-box-pack:end;
          justify-content:flex-end;
  -webkit-box-align:end;
          align-items:flex-end
}

.timeline.is-rtl .timeline-item{
  -webkit-box-pack:end;
          justify-content:flex-end;
  border-left:none;
  margin-left:0;
  margin-right:2em
}

.timeline.is-rtl .timeline-item::before{
  right:0;
  left:auto
}

.timeline.is-rtl .timeline-item .timeline-marker{
  left:auto;
  right:-.35em
}

.timeline.is-rtl .timeline-item .timeline-marker.is-image.is-16x16{
  left:auto;
  right:-8px
}

.timeline.is-rtl .timeline-item .timeline-marker.is-image.is-24x24{
  left:auto;
  right:-12px
}

.timeline.is-rtl .timeline-item .timeline-marker.is-image.is-32x32{
  left:auto;
  right:-16px
}

.timeline.is-rtl .timeline-item .timeline-marker.is-image.is-48x48{
  left:auto;
  right:-24px
}

.timeline.is-rtl .timeline-item .timeline-marker.is-image.is-64x64{
  left:auto;
  right:-32px
}

.timeline.is-rtl .timeline-item .timeline-marker.is-image.is-96x96{
  left:auto;
  right:-48px
}

.timeline.is-rtl .timeline-item .timeline-marker.is-image.is-128x128{
  left:auto;
  right:-64px
}

.timeline.is-rtl .timeline-item .timeline-marker.is-icon{
  left:auto;
  right:-.7em
}

.timeline.is-rtl .timeline-item .timeline-content{
  padding:1em 2em 0 0;
  text-align:right
}

.tooltip{
  position:relative
}

.tooltip.is-tooltip-active:not(.is-loading)::after,.tooltip:hover:not(.is-loading)::after{
  z-index:99999;
  position:absolute;
  display:inline-block;
  pointer-events:none
}

.tooltip.is-tooltip-active::before,.tooltip:hover::before{
  z-index:99999;
  position:absolute;
  display:inline-block;
  pointer-events:none
}

.tooltip.is-tooltip-active:not(.is-loading)::after,.tooltip:hover:not(.is-loading)::after{
  content:"";
  border-style:solid;
  border-width:.5rem
}

.tooltip.is-tooltip-active::before,.tooltip:hover::before{
  opacity:0;
  content:attr(data-tooltip);
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-size:.75rem;
  padding:.4rem .8rem;
  background:rgba(74,74,74,.9);
  border-radius:4px;
  color:#fff;
  max-width:24rem
}

.tooltip.is-tooltip-active:not(.is-loading)::after,.tooltip:focus:not(.is-loading)::after,.tooltip:hover:not(.is-loading)::after{
  opacity:1;
  margin-left:-.5rem;
  margin-top:-.5rem
}

.tooltip.is-tooltip-active::before,.tooltip:focus::before,.tooltip:hover::before{
  opacity:1
}

.tooltip::before{
  top:auto;
  bottom:100%;
  left:50%;
  right:auto
}

.tooltip.is-tooltip-active:not(.is-loading)::after,.tooltip:focus:not(.is-loading)::after,.tooltip:hover:not(.is-loading)::after{
  top:0;
  bottom:auto;
  left:50%;
  right:auto;
  border-color:rgba(74,74,74,.9) transparent transparent transparent
}

.tooltip.is-tooltip-active::before,.tooltip:focus::before,.tooltip:hover::before{
  -webkit-transform:translate(-50%,-.5rem);
  transform:translate(-50%,-.5rem)
}

.tooltip.is-tooltip-right::before{
  top:auto;
  bottom:50%;
  left:100%;
  right:auto;
  -webkit-transform:translate(-1rem,50%);
  transform:translate(-1rem,50%)
}

.tooltip.is-tooltip-right.is-tooltip-active:not(.is-loading)::after,.tooltip.is-tooltip-right:focus:not(.is-loading)::after,.tooltip.is-tooltip-right:hover:not(.is-loading)::after{
  top:50%;
  left:100%;
  right:auto;
  border-color:transparent rgba(74,74,74,.9) transparent transparent
}

.tooltip.is-tooltip-right.is-tooltip-active::before,.tooltip.is-tooltip-right:focus::before,.tooltip.is-tooltip-right:hover::before{
  -webkit-transform:translate(.5rem,50%);
  transform:translate(.5rem,50%)
}

.tooltip.is-tooltip-bottom::before{
  top:100%;
  bottom:auto;
  left:50%;
  right:auto;
  -webkit-transform:translate(-50%,-1rem);
  transform:translate(-50%,-1rem)
}

.tooltip.is-tooltip-bottom.is-tooltip-active:not(.is-loading)::after,.tooltip.is-tooltip-bottom:focus:not(.is-loading)::after,.tooltip.is-tooltip-bottom:hover:not(.is-loading)::after{
  top:100%;
  bottom:auto;
  left:50%;
  right:auto;
  border-color:transparent transparent rgba(74,74,74,.9) transparent
}

.tooltip.is-tooltip-bottom.is-tooltip-active::before,.tooltip.is-tooltip-bottom:focus::before,.tooltip.is-tooltip-bottom:hover::before{
  -webkit-transform:translate(-50%,.5rem);
  transform:translate(-50%,.5rem)
}

.tooltip.is-tooltip-left::before{
  top:auto;
  bottom:50%;
  left:auto;
  right:100%;
  -webkit-transform:translate(1rem,50%);
  transform:translate(1rem,50%)
}

.tooltip.is-tooltip-left.is-tooltip-active:not(.is-loading)::after,.tooltip.is-tooltip-left:focus:not(.is-loading)::after,.tooltip.is-tooltip-left:hover:not(.is-loading)::after{
  top:50%;
  bottom:auto;
  left:auto;
  right:calc(100% - .5rem);
  border-color:transparent transparent transparent rgba(74,74,74,.9)
}

.tooltip.is-tooltip-left.is-tooltip-active::before,.tooltip.is-tooltip-left:focus::before,.tooltip.is-tooltip-left:hover::before{
  -webkit-transform:translate(-.5rem,50%);
  transform:translate(-.5rem,50%)
}

.tooltip.is-tooltip-multiline::before{
  min-width:24rem;
  text-overflow:clip;
  white-space:normal;
  word-break:keep-all
}

.tooltip.is-tooltip-white:not(.is-loading)::after{
  border-color:rgba(255,255,255,.9) transparent transparent transparent
}

.tooltip.is-tooltip-white.is-tooltip-right:not(.is-loading)::after{
  border-color:transparent rgba(255,255,255,.9) transparent transparent
}

.tooltip.is-tooltip-white.is-tooltip-bottom:not(.is-loading)::after{
  border-color:transparent transparent rgba(255,255,255,.9) transparent
}

.tooltip.is-tooltip-white.is-tooltip-left:not(.is-loading)::after{
  border-color:transparent transparent transparent rgba(255,255,255,.9)
}

.tooltip.is-tooltip-white::before{
  background:rgba(255,255,255,.9);
  color:#0a0a0a
}

.tooltip.is-tooltip-black:not(.is-loading)::after{
  border-color:rgba(10,10,10,.9) transparent transparent transparent
}

.tooltip.is-tooltip-black.is-tooltip-right:not(.is-loading)::after{
  border-color:transparent rgba(10,10,10,.9) transparent transparent
}

.tooltip.is-tooltip-black.is-tooltip-bottom:not(.is-loading)::after{
  border-color:transparent transparent rgba(10,10,10,.9) transparent
}

.tooltip.is-tooltip-black.is-tooltip-left:not(.is-loading)::after{
  border-color:transparent transparent transparent rgba(10,10,10,.9)
}

.tooltip.is-tooltip-black::before{
  background:rgba(10,10,10,.9);
  color:#fff
}

.tooltip.is-tooltip-light:not(.is-loading)::after{
  border-color:rgba(245,245,245,.9) transparent transparent transparent
}

.tooltip.is-tooltip-light.is-tooltip-right:not(.is-loading)::after{
  border-color:transparent rgba(245,245,245,.9) transparent transparent
}

.tooltip.is-tooltip-light.is-tooltip-bottom:not(.is-loading)::after{
  border-color:transparent transparent rgba(245,245,245,.9) transparent
}

.tooltip.is-tooltip-light.is-tooltip-left:not(.is-loading)::after{
  border-color:transparent transparent transparent rgba(245,245,245,.9)
}

.tooltip.is-tooltip-light::before{
  background:rgba(245,245,245,.9);
  color:#363636
}

.tooltip.is-tooltip-dark:not(.is-loading)::after{
  border-color:rgba(54,54,54,.9) transparent transparent transparent
}

.tooltip.is-tooltip-dark.is-tooltip-right:not(.is-loading)::after{
  border-color:transparent rgba(54,54,54,.9) transparent transparent
}

.tooltip.is-tooltip-dark.is-tooltip-bottom:not(.is-loading)::after{
  border-color:transparent transparent rgba(54,54,54,.9) transparent
}

.tooltip.is-tooltip-dark.is-tooltip-left:not(.is-loading)::after{
  border-color:transparent transparent transparent rgba(54,54,54,.9)
}

.tooltip.is-tooltip-dark::before{
  background:rgba(54,54,54,.9);
  color:#f5f5f5
}

.tooltip.is-tooltip-primary:not(.is-loading)::after{
  border-color:rgba(0,209,178,.9) transparent transparent transparent
}

.tooltip.is-tooltip-primary.is-tooltip-right:not(.is-loading)::after{
  border-color:transparent rgba(0,209,178,.9) transparent transparent
}

.tooltip.is-tooltip-primary.is-tooltip-bottom:not(.is-loading)::after{
  border-color:transparent transparent rgba(0,209,178,.9) transparent
}

.tooltip.is-tooltip-primary.is-tooltip-left:not(.is-loading)::after{
  border-color:transparent transparent transparent rgba(0,209,178,.9)
}

.tooltip.is-tooltip-primary::before{
  background:rgba(0,209,178,.9);
  color:#fff
}

.tooltip.is-tooltip-link:not(.is-loading)::after{
  border-color:rgba(50,115,220,.9) transparent transparent transparent
}

.tooltip.is-tooltip-link.is-tooltip-right:not(.is-loading)::after{
  border-color:transparent rgba(50,115,220,.9) transparent transparent
}

.tooltip.is-tooltip-link.is-tooltip-bottom:not(.is-loading)::after{
  border-color:transparent transparent rgba(50,115,220,.9) transparent
}

.tooltip.is-tooltip-link.is-tooltip-left:not(.is-loading)::after{
  border-color:transparent transparent transparent rgba(50,115,220,.9)
}

.tooltip.is-tooltip-link::before{
  background:rgba(50,115,220,.9);
  color:#fff
}

.tooltip.is-tooltip-info:not(.is-loading)::after{
  border-color:rgba(32,156,238,.9) transparent transparent transparent
}

.tooltip.is-tooltip-info.is-tooltip-right:not(.is-loading)::after{
  border-color:transparent rgba(32,156,238,.9) transparent transparent
}

.tooltip.is-tooltip-info.is-tooltip-bottom:not(.is-loading)::after{
  border-color:transparent transparent rgba(32,156,238,.9) transparent
}

.tooltip.is-tooltip-info.is-tooltip-left:not(.is-loading)::after{
  border-color:transparent transparent transparent rgba(32,156,238,.9)
}

.tooltip.is-tooltip-info::before{
  background:rgba(32,156,238,.9);
  color:#fff
}

.tooltip.is-tooltip-success:not(.is-loading)::after{
  border-color:rgba(35,209,96,.9) transparent transparent transparent
}

.tooltip.is-tooltip-success.is-tooltip-right:not(.is-loading)::after{
  border-color:transparent rgba(35,209,96,.9) transparent transparent
}

.tooltip.is-tooltip-success.is-tooltip-bottom:not(.is-loading)::after{
  border-color:transparent transparent rgba(35,209,96,.9) transparent
}

.tooltip.is-tooltip-success.is-tooltip-left:not(.is-loading)::after{
  border-color:transparent transparent transparent rgba(35,209,96,.9)
}

.tooltip.is-tooltip-success::before{
  background:rgba(35,209,96,.9);
  color:#fff
}

.tooltip.is-tooltip-warning:not(.is-loading)::after{
  border-color:rgba(255,221,87,.9) transparent transparent transparent
}

.tooltip.is-tooltip-warning.is-tooltip-right:not(.is-loading)::after{
  border-color:transparent rgba(255,221,87,.9) transparent transparent
}

.tooltip.is-tooltip-warning.is-tooltip-bottom:not(.is-loading)::after{
  border-color:transparent transparent rgba(255,221,87,.9) transparent
}

.tooltip.is-tooltip-warning.is-tooltip-left:not(.is-loading)::after{
  border-color:transparent transparent transparent rgba(255,221,87,.9)
}

.tooltip.is-tooltip-warning::before{
  background:rgba(255,221,87,.9);
  color:rgba(0,0,0,.7)
}

.tooltip.is-tooltip-danger:not(.is-loading)::after{
  border-color:rgba(255,56,96,.9) transparent transparent transparent
}

.tooltip.is-tooltip-danger.is-tooltip-right:not(.is-loading)::after{
  border-color:transparent rgba(255,56,96,.9) transparent transparent
}

.tooltip.is-tooltip-danger.is-tooltip-bottom:not(.is-loading)::after{
  border-color:transparent transparent rgba(255,56,96,.9) transparent
}

.tooltip.is-tooltip-danger.is-tooltip-left:not(.is-loading)::after{
  border-color:transparent transparent transparent rgba(255,56,96,.9)
}

.tooltip.is-tooltip-danger::before{
  background:rgba(255,56,96,.9);
  color:#fff
}

@media screen and (max-width:768px){
  .is-tooltip-top-mobile::before{
    top:auto!important;
    bottom:100%!important;
    left:50%!important;
    right:auto!important
  }

  .is-tooltip-top-mobile.is-tooltip-active:not(.is-loading)::after,.is-tooltip-top-mobile:focus:not(.is-loading)::after,.is-tooltip-top-mobile:hover:not(.is-loading)::after{
    top:0!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:rgba(74,74,74,.9) transparent transparent transparent!important
  }

  .is-tooltip-top-mobile.is-tooltip-active::before,.is-tooltip-top-mobile:focus::before,.is-tooltip-top-mobile:hover::before{
    -webkit-transform:translate(-50%,-.5rem)!important;
    transform:translate(-50%,-.5rem)!important
  }
}

@media screen and (min-width:769px),print{
  .is-tooltip-top-tablet::before{
    top:auto!important;
    bottom:100%!important;
    left:50%!important;
    right:auto!important
  }

  .is-tooltip-top-tablet.is-tooltip-active:not(.is-loading)::after,.is-tooltip-top-tablet:focus:not(.is-loading)::after,.is-tooltip-top-tablet:hover:not(.is-loading)::after{
    top:0!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:rgba(74,74,74,.9) transparent transparent transparent!important
  }

  .is-tooltip-top-tablet.is-tooltip-active::before,.is-tooltip-top-tablet:focus::before,.is-tooltip-top-tablet:hover::before{
    -webkit-transform:translate(-50%,-.5rem)!important;
    transform:translate(-50%,-.5rem)!important
  }
}

@media screen and (min-width:769px) and (max-width:1087px){
  .is-tooltip-top-tablet-only::before{
    top:auto!important;
    bottom:100%!important;
    left:50%!important;
    right:auto!important
  }

  .is-tooltip-top-tablet-only.is-tooltip-active:not(.is-loading)::after,.is-tooltip-top-tablet-only:focus:not(.is-loading)::after,.is-tooltip-top-tablet-only:hover:not(.is-loading)::after{
    top:0!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:rgba(74,74,74,.9) transparent transparent transparent!important
  }

  .is-tooltip-top-tablet-only.is-tooltip-active::before,.is-tooltip-top-tablet-only:focus::before,.is-tooltip-top-tablet-only:hover::before{
    -webkit-transform:translate(-50%,-.5rem)!important;
    transform:translate(-50%,-.5rem)!important
  }
}

@media screen and (max-width:1087px){
  .is-tooltip-top-touch::before{
    top:auto!important;
    bottom:100%!important;
    left:50%!important;
    right:auto!important
  }

  .is-tooltip-top-touch.is-tooltip-active:not(.is-loading)::after,.is-tooltip-top-touch:focus:not(.is-loading)::after,.is-tooltip-top-touch:hover:not(.is-loading)::after{
    top:0!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:rgba(74,74,74,.9) transparent transparent transparent!important
  }

  .is-tooltip-top-touch.is-tooltip-active::before,.is-tooltip-top-touch:focus::before,.is-tooltip-top-touch:hover::before{
    -webkit-transform:translate(-50%,-.5rem)!important;
    transform:translate(-50%,-.5rem)!important
  }
}

@media screen and (min-width:1088px){
  .is-tooltip-top-desktop::before{
    top:auto!important;
    bottom:100%!important;
    left:50%!important;
    right:auto!important
  }

  .is-tooltip-top-desktop.is-tooltip-active:not(.is-loading)::after,.is-tooltip-top-desktop:focus:not(.is-loading)::after,.is-tooltip-top-desktop:hover:not(.is-loading)::after{
    top:0!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:rgba(74,74,74,.9) transparent transparent transparent!important
  }

  .is-tooltip-top-desktop.is-tooltip-active::before,.is-tooltip-top-desktop:focus::before,.is-tooltip-top-desktop:hover::before{
    -webkit-transform:translate(-50%,-.5rem)!important;
    transform:translate(-50%,-.5rem)!important
  }
}

@media screen and (min-width:1088px) and (max-width:1279px){
  .is-tooltip-top-desktop-only::before{
    top:auto!important;
    bottom:100%!important;
    left:50%!important;
    right:auto!important
  }

  .is-tooltip-top-desktop-only.is-tooltip-active:not(.is-loading)::after,.is-tooltip-top-desktop-only:focus:not(.is-loading)::after,.is-tooltip-top-desktop-only:hover:not(.is-loading)::after{
    top:0!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:rgba(74,74,74,.9) transparent transparent transparent!important
  }

  .is-tooltip-top-desktop-only.is-tooltip-active::before,.is-tooltip-top-desktop-only:focus::before,.is-tooltip-top-desktop-only:hover::before{
    -webkit-transform:translate(-50%,-.5rem)!important;
    transform:translate(-50%,-.5rem)!important
  }
}

@media screen and (min-width:1280px){
  .is-tooltip-top-widescreen::before{
    top:auto!important;
    bottom:100%!important;
    left:50%!important;
    right:auto!important
  }

  .is-tooltip-top-widescreen.is-tooltip-active:not(.is-loading)::after,.is-tooltip-top-widescreen:focus:not(.is-loading)::after,.is-tooltip-top-widescreen:hover:not(.is-loading)::after{
    top:0!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:rgba(74,74,74,.9) transparent transparent transparent!important
  }

  .is-tooltip-top-widescreen.is-tooltip-active::before,.is-tooltip-top-widescreen:focus::before,.is-tooltip-top-widescreen:hover::before{
    -webkit-transform:translate(-50%,-.5rem)!important;
    transform:translate(-50%,-.5rem)!important
  }
}

@media screen and (min-width:1280px) and (max-width:1471px){
  .is-tooltip-top-widescreen-only::before{
    top:auto!important;
    bottom:100%!important;
    left:50%!important;
    right:auto!important
  }

  .is-tooltip-top-widescreen-only.is-tooltip-active:not(.is-loading)::after,.is-tooltip-top-widescreen-only:focus:not(.is-loading)::after,.is-tooltip-top-widescreen-only:hover:not(.is-loading)::after{
    top:0!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:rgba(74,74,74,.9) transparent transparent transparent!important
  }

  .is-tooltip-top-widescreen-only.is-tooltip-active::before,.is-tooltip-top-widescreen-only:focus::before,.is-tooltip-top-widescreen-only:hover::before{
    -webkit-transform:translate(-50%,-.5rem)!important;
    transform:translate(-50%,-.5rem)!important
  }
}

@media screen and (min-width:1472px){
  .is-tooltip-top-fullhd::before{
    top:auto!important;
    bottom:100%!important;
    left:50%!important;
    right:auto!important
  }

  .is-tooltip-top-fullhd.is-tooltip-active:not(.is-loading)::after,.is-tooltip-top-fullhd:focus:not(.is-loading)::after,.is-tooltip-top-fullhd:hover:not(.is-loading)::after{
    top:0!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:rgba(74,74,74,.9) transparent transparent transparent!important
  }

  .is-tooltip-top-fullhd.is-tooltip-active::before,.is-tooltip-top-fullhd:focus::before,.is-tooltip-top-fullhd:hover::before{
    -webkit-transform:translate(-50%,-.5rem)!important;
    transform:translate(-50%,-.5rem)!important
  }
}

@media screen and (max-width:768px){
  .is-tooltip-right-mobile::before{
    top:auto!important;
    bottom:50%!important;
    left:100%!important;
    right:auto!important;
    -webkit-transform:translate(-1rem,50%)!important;
    transform:translate(-1rem,50%)!important
  }

  .is-tooltip-right-mobile.is-tooltip-active:not(.is-loading)::after,.is-tooltip-right-mobile:focus:not(.is-loading)::after,.is-tooltip-right-mobile:hover:not(.is-loading)::after{
    top:50%!important;
    left:100%!important;
    right:auto!important;
    border-color:transparent rgba(74,74,74,.9) transparent transparent!important
  }

  .is-tooltip-right-mobile.is-tooltip-active::before,.is-tooltip-right-mobile:focus::before,.is-tooltip-right-mobile:hover::before{
    -webkit-transform:translate(.5rem,50%)!important;
    transform:translate(.5rem,50%)!important
  }
}

@media screen and (min-width:769px),print{
  .is-tooltip-right-tablet::before{
    top:auto!important;
    bottom:50%!important;
    left:100%!important;
    right:auto!important;
    -webkit-transform:translate(-1rem,50%)!important;
    transform:translate(-1rem,50%)!important
  }

  .is-tooltip-right-tablet.is-tooltip-active:not(.is-loading)::after,.is-tooltip-right-tablet:focus:not(.is-loading)::after,.is-tooltip-right-tablet:hover:not(.is-loading)::after{
    top:50%!important;
    left:100%!important;
    right:auto!important;
    border-color:transparent rgba(74,74,74,.9) transparent transparent!important
  }

  .is-tooltip-right-tablet.is-tooltip-active::before,.is-tooltip-right-tablet:focus::before,.is-tooltip-right-tablet:hover::before{
    -webkit-transform:translate(.5rem,50%)!important;
    transform:translate(.5rem,50%)!important
  }
}

@media screen and (min-width:769px) and (max-width:1087px){
  .is-tooltip-right-tablet-only::before{
    top:auto!important;
    bottom:50%!important;
    left:100%!important;
    right:auto!important;
    -webkit-transform:translate(-1rem,50%)!important;
    transform:translate(-1rem,50%)!important
  }

  .is-tooltip-right-tablet-only.is-tooltip-active:not(.is-loading)::after,.is-tooltip-right-tablet-only:focus:not(.is-loading)::after,.is-tooltip-right-tablet-only:hover:not(.is-loading)::after{
    top:50%!important;
    left:100%!important;
    right:auto!important;
    border-color:transparent rgba(74,74,74,.9) transparent transparent!important
  }

  .is-tooltip-right-tablet-only.is-tooltip-active::before,.is-tooltip-right-tablet-only:focus::before,.is-tooltip-right-tablet-only:hover::before{
    -webkit-transform:translate(.5rem,50%)!important;
    transform:translate(.5rem,50%)!important
  }
}

@media screen and (max-width:1087px){
  .is-tooltip-right-touch::before{
    top:auto!important;
    bottom:50%!important;
    left:100%!important;
    right:auto!important;
    -webkit-transform:translate(-1rem,50%)!important;
    transform:translate(-1rem,50%)!important
  }

  .is-tooltip-right-touch.is-tooltip-active:not(.is-loading)::after,.is-tooltip-right-touch:focus:not(.is-loading)::after,.is-tooltip-right-touch:hover:not(.is-loading)::after{
    top:50%!important;
    left:100%!important;
    right:auto!important;
    border-color:transparent rgba(74,74,74,.9) transparent transparent!important
  }

  .is-tooltip-right-touch.is-tooltip-active::before,.is-tooltip-right-touch:focus::before,.is-tooltip-right-touch:hover::before{
    -webkit-transform:translate(.5rem,50%)!important;
    transform:translate(.5rem,50%)!important
  }
}

@media screen and (min-width:1088px){
  .is-tooltip-right-desktop::before{
    top:auto!important;
    bottom:50%!important;
    left:100%!important;
    right:auto!important;
    -webkit-transform:translate(-1rem,50%)!important;
    transform:translate(-1rem,50%)!important
  }

  .is-tooltip-right-desktop.is-tooltip-active:not(.is-loading)::after,.is-tooltip-right-desktop:focus:not(.is-loading)::after,.is-tooltip-right-desktop:hover:not(.is-loading)::after{
    top:50%!important;
    left:100%!important;
    right:auto!important;
    border-color:transparent rgba(74,74,74,.9) transparent transparent!important
  }

  .is-tooltip-right-desktop.is-tooltip-active::before,.is-tooltip-right-desktop:focus::before,.is-tooltip-right-desktop:hover::before{
    -webkit-transform:translate(.5rem,50%)!important;
    transform:translate(.5rem,50%)!important
  }
}

@media screen and (min-width:1088px) and (max-width:1279px){
  .is-tooltip-right-desktop-only::before{
    top:auto!important;
    bottom:50%!important;
    left:100%!important;
    right:auto!important;
    -webkit-transform:translate(-1rem,50%)!important;
    transform:translate(-1rem,50%)!important
  }

  .is-tooltip-right-desktop-only.is-tooltip-active:not(.is-loading)::after,.is-tooltip-right-desktop-only:focus:not(.is-loading)::after,.is-tooltip-right-desktop-only:hover:not(.is-loading)::after{
    top:50%!important;
    left:100%!important;
    right:auto!important;
    border-color:transparent rgba(74,74,74,.9) transparent transparent!important
  }

  .is-tooltip-right-desktop-only.is-tooltip-active::before,.is-tooltip-right-desktop-only:focus::before,.is-tooltip-right-desktop-only:hover::before{
    -webkit-transform:translate(.5rem,50%)!important;
    transform:translate(.5rem,50%)!important
  }
}

@media screen and (min-width:1280px){
  .is-tooltip-right-widescreen::before{
    top:auto!important;
    bottom:50%!important;
    left:100%!important;
    right:auto!important;
    -webkit-transform:translate(-1rem,50%)!important;
    transform:translate(-1rem,50%)!important
  }

  .is-tooltip-right-widescreen.is-tooltip-active:not(.is-loading)::after,.is-tooltip-right-widescreen:focus:not(.is-loading)::after,.is-tooltip-right-widescreen:hover:not(.is-loading)::after{
    top:50%!important;
    left:100%!important;
    right:auto!important;
    border-color:transparent rgba(74,74,74,.9) transparent transparent!important
  }

  .is-tooltip-right-widescreen.is-tooltip-active::before,.is-tooltip-right-widescreen:focus::before,.is-tooltip-right-widescreen:hover::before{
    -webkit-transform:translate(.5rem,50%)!important;
    transform:translate(.5rem,50%)!important
  }
}

@media screen and (min-width:1280px) and (max-width:1471px){
  .is-tooltip-right-widescreen-only::before{
    top:auto!important;
    bottom:50%!important;
    left:100%!important;
    right:auto!important;
    -webkit-transform:translate(-1rem,50%)!important;
    transform:translate(-1rem,50%)!important
  }

  .is-tooltip-right-widescreen-only.is-tooltip-active:not(.is-loading)::after,.is-tooltip-right-widescreen-only:focus:not(.is-loading)::after,.is-tooltip-right-widescreen-only:hover:not(.is-loading)::after{
    top:50%!important;
    left:100%!important;
    right:auto!important;
    border-color:transparent rgba(74,74,74,.9) transparent transparent!important
  }

  .is-tooltip-right-widescreen-only.is-tooltip-active::before,.is-tooltip-right-widescreen-only:focus::before,.is-tooltip-right-widescreen-only:hover::before{
    -webkit-transform:translate(.5rem,50%)!important;
    transform:translate(.5rem,50%)!important
  }
}

@media screen and (min-width:1472px){
  .is-tooltip-right-fullhd::before{
    top:auto!important;
    bottom:50%!important;
    left:100%!important;
    right:auto!important;
    -webkit-transform:translate(-1rem,50%)!important;
    transform:translate(-1rem,50%)!important
  }

  .is-tooltip-right-fullhd.is-tooltip-active:not(.is-loading)::after,.is-tooltip-right-fullhd:focus:not(.is-loading)::after,.is-tooltip-right-fullhd:hover:not(.is-loading)::after{
    top:50%!important;
    left:100%!important;
    right:auto!important;
    border-color:transparent rgba(74,74,74,.9) transparent transparent!important
  }

  .is-tooltip-right-fullhd.is-tooltip-active::before,.is-tooltip-right-fullhd:focus::before,.is-tooltip-right-fullhd:hover::before{
    -webkit-transform:translate(.5rem,50%)!important;
    transform:translate(.5rem,50%)!important
  }
}

@media screen and (max-width:768px){
  .is-tooltip-bottom-mobile::before{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    -webkit-transform:translate(-50%,-1rem)!important;
    transform:translate(-50%,-1rem)!important
  }

  .is-tooltip-bottom-mobile.is-tooltip-active:not(.is-loading)::after,.is-tooltip-bottom-mobile:focus:not(.is-loading)::after,.is-tooltip-bottom-mobile:hover:not(.is-loading)::after{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:transparent transparent rgba(74,74,74,.9) transparent!important
  }

  .is-tooltip-bottom-mobile.is-tooltip-active::before,.is-tooltip-bottom-mobile:focus::before,.is-tooltip-bottom-mobile:hover::before{
    -webkit-transform:translate(-50%,.5rem)!important;
    transform:translate(-50%,.5rem)!important
  }
}

@media screen and (min-width:769px),print{
  .is-tooltip-bottom-tablet::before{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    -webkit-transform:translate(-50%,-1rem)!important;
    transform:translate(-50%,-1rem)!important
  }

  .is-tooltip-bottom-tablet.is-tooltip-active:not(.is-loading)::after,.is-tooltip-bottom-tablet:focus:not(.is-loading)::after,.is-tooltip-bottom-tablet:hover:not(.is-loading)::after{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:transparent transparent rgba(74,74,74,.9) transparent!important
  }

  .is-tooltip-bottom-tablet.is-tooltip-active::before,.is-tooltip-bottom-tablet:focus::before,.is-tooltip-bottom-tablet:hover::before{
    -webkit-transform:translate(-50%,.5rem)!important;
    transform:translate(-50%,.5rem)!important
  }
}

@media screen and (min-width:769px) and (max-width:1087px){
  .is-tooltip-bottom-tablet-only::before{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    -webkit-transform:translate(-50%,-1rem)!important;
    transform:translate(-50%,-1rem)!important
  }

  .is-tooltip-bottom-tablet-only.is-tooltip-active:not(.is-loading)::after,.is-tooltip-bottom-tablet-only:focus:not(.is-loading)::after,.is-tooltip-bottom-tablet-only:hover:not(.is-loading)::after{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:transparent transparent rgba(74,74,74,.9) transparent!important
  }

  .is-tooltip-bottom-tablet-only.is-tooltip-active::before,.is-tooltip-bottom-tablet-only:focus::before,.is-tooltip-bottom-tablet-only:hover::before{
    -webkit-transform:translate(-50%,.5rem)!important;
    transform:translate(-50%,.5rem)!important
  }
}

@media screen and (max-width:1087px){
  .is-tooltip-bottom-touch::before{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    -webkit-transform:translate(-50%,-1rem)!important;
    transform:translate(-50%,-1rem)!important
  }

  .is-tooltip-bottom-touch.is-tooltip-active:not(.is-loading)::after,.is-tooltip-bottom-touch:focus:not(.is-loading)::after,.is-tooltip-bottom-touch:hover:not(.is-loading)::after{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:transparent transparent rgba(74,74,74,.9) transparent!important
  }

  .is-tooltip-bottom-touch.is-tooltip-active::before,.is-tooltip-bottom-touch:focus::before,.is-tooltip-bottom-touch:hover::before{
    -webkit-transform:translate(-50%,.5rem)!important;
    transform:translate(-50%,.5rem)!important
  }
}

@media screen and (min-width:1088px){
  .is-tooltip-bottom-desktop::before{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    -webkit-transform:translate(-50%,-1rem)!important;
    transform:translate(-50%,-1rem)!important
  }

  .is-tooltip-bottom-desktop.is-tooltip-active:not(.is-loading)::after,.is-tooltip-bottom-desktop:focus:not(.is-loading)::after,.is-tooltip-bottom-desktop:hover:not(.is-loading)::after{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:transparent transparent rgba(74,74,74,.9) transparent!important
  }

  .is-tooltip-bottom-desktop.is-tooltip-active::before,.is-tooltip-bottom-desktop:focus::before,.is-tooltip-bottom-desktop:hover::before{
    -webkit-transform:translate(-50%,.5rem)!important;
    transform:translate(-50%,.5rem)!important
  }
}

@media screen and (min-width:1088px) and (max-width:1279px){
  .is-tooltip-bottom-desktop-only::before{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    -webkit-transform:translate(-50%,-1rem)!important;
    transform:translate(-50%,-1rem)!important
  }

  .is-tooltip-bottom-desktop-only.is-tooltip-active:not(.is-loading)::after,.is-tooltip-bottom-desktop-only:focus:not(.is-loading)::after,.is-tooltip-bottom-desktop-only:hover:not(.is-loading)::after{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:transparent transparent rgba(74,74,74,.9) transparent!important
  }

  .is-tooltip-bottom-desktop-only.is-tooltip-active::before,.is-tooltip-bottom-desktop-only:focus::before,.is-tooltip-bottom-desktop-only:hover::before{
    -webkit-transform:translate(-50%,.5rem)!important;
    transform:translate(-50%,.5rem)!important
  }
}

@media screen and (min-width:1280px){
  .is-tooltip-bottom-widescreen::before{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    -webkit-transform:translate(-50%,-1rem)!important;
    transform:translate(-50%,-1rem)!important
  }

  .is-tooltip-bottom-widescreen.is-tooltip-active:not(.is-loading)::after,.is-tooltip-bottom-widescreen:focus:not(.is-loading)::after,.is-tooltip-bottom-widescreen:hover:not(.is-loading)::after{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:transparent transparent rgba(74,74,74,.9) transparent!important
  }

  .is-tooltip-bottom-widescreen.is-tooltip-active::before,.is-tooltip-bottom-widescreen:focus::before,.is-tooltip-bottom-widescreen:hover::before{
    -webkit-transform:translate(-50%,.5rem)!important;
    transform:translate(-50%,.5rem)!important
  }
}

@media screen and (min-width:1280px) and (max-width:1471px){
  .is-tooltip-bottom-widescreen-only::before{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    -webkit-transform:translate(-50%,-1rem)!important;
    transform:translate(-50%,-1rem)!important
  }

  .is-tooltip-bottom-widescreen-only.is-tooltip-active:not(.is-loading)::after,.is-tooltip-bottom-widescreen-only:focus:not(.is-loading)::after,.is-tooltip-bottom-widescreen-only:hover:not(.is-loading)::after{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:transparent transparent rgba(74,74,74,.9) transparent!important
  }

  .is-tooltip-bottom-widescreen-only.is-tooltip-active::before,.is-tooltip-bottom-widescreen-only:focus::before,.is-tooltip-bottom-widescreen-only:hover::before{
    -webkit-transform:translate(-50%,.5rem)!important;
    transform:translate(-50%,.5rem)!important
  }
}

@media screen and (min-width:1472px){
  .is-tooltip-bottom-fullhd::before{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    -webkit-transform:translate(-50%,-1rem)!important;
    transform:translate(-50%,-1rem)!important
  }

  .is-tooltip-bottom-fullhd.is-tooltip-active:not(.is-loading)::after,.is-tooltip-bottom-fullhd:focus:not(.is-loading)::after,.is-tooltip-bottom-fullhd:hover:not(.is-loading)::after{
    top:100%!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    border-color:transparent transparent rgba(74,74,74,.9) transparent!important
  }

  .is-tooltip-bottom-fullhd.is-tooltip-active::before,.is-tooltip-bottom-fullhd:focus::before,.is-tooltip-bottom-fullhd:hover::before{
    -webkit-transform:translate(-50%,.5rem)!important;
    transform:translate(-50%,.5rem)!important
  }
}

@media screen and (max-width:768px){
  .is-tooltip-left-mobile::before{
    top:auto!important;
    bottom:50%!important;
    left:auto!important;
    right:100%!important;
    -webkit-transform:translate(1rem,50%)!important;
    transform:translate(1rem,50%)!important
  }

  .is-tooltip-left-mobile.is-tooltip-active:not(.is-loading)::after,.is-tooltip-left-mobile:focus:not(.is-loading)::after,.is-tooltip-left-mobile:hover:not(.is-loading)::after{
    top:50%!important;
    bottom:auto!important;
    left:auto!important;
    right:calc(100% - .5rem)!important;
    border-color:transparent transparent transparent rgba(74,74,74,.9)!important
  }

  .is-tooltip-left-mobile.is-tooltip-active::before,.is-tooltip-left-mobile:focus::before,.is-tooltip-left-mobile:hover::before{
    -webkit-transform:translate(-.5rem,50%)!important;
    transform:translate(-.5rem,50%)!important
  }
}

@media screen and (min-width:769px),print{
  .is-tooltip-left-tablet::before{
    top:auto!important;
    bottom:50%!important;
    left:auto!important;
    right:100%!important;
    -webkit-transform:translate(1rem,50%)!important;
    transform:translate(1rem,50%)!important
  }

  .is-tooltip-left-tablet.is-tooltip-active:not(.is-loading)::after,.is-tooltip-left-tablet:focus:not(.is-loading)::after,.is-tooltip-left-tablet:hover:not(.is-loading)::after{
    top:50%!important;
    bottom:auto!important;
    left:auto!important;
    right:calc(100% - .5rem)!important;
    border-color:transparent transparent transparent rgba(74,74,74,.9)!important
  }

  .is-tooltip-left-tablet.is-tooltip-active::before,.is-tooltip-left-tablet:focus::before,.is-tooltip-left-tablet:hover::before{
    -webkit-transform:translate(-.5rem,50%)!important;
    transform:translate(-.5rem,50%)!important
  }
}

@media screen and (min-width:769px) and (max-width:1087px){
  .is-tooltip-left-tablet-only::before{
    top:auto!important;
    bottom:50%!important;
    left:auto!important;
    right:100%!important;
    -webkit-transform:translate(1rem,50%)!important;
    transform:translate(1rem,50%)!important
  }

  .is-tooltip-left-tablet-only.is-tooltip-active:not(.is-loading)::after,.is-tooltip-left-tablet-only:focus:not(.is-loading)::after,.is-tooltip-left-tablet-only:hover:not(.is-loading)::after{
    top:50%!important;
    bottom:auto!important;
    left:auto!important;
    right:calc(100% - .5rem)!important;
    border-color:transparent transparent transparent rgba(74,74,74,.9)!important
  }

  .is-tooltip-left-tablet-only.is-tooltip-active::before,.is-tooltip-left-tablet-only:focus::before,.is-tooltip-left-tablet-only:hover::before{
    -webkit-transform:translate(-.5rem,50%)!important;
    transform:translate(-.5rem,50%)!important
  }
}

@media screen and (max-width:1087px){
  .is-tooltip-left-touch::before{
    top:auto!important;
    bottom:50%!important;
    left:auto!important;
    right:100%!important;
    -webkit-transform:translate(1rem,50%)!important;
    transform:translate(1rem,50%)!important
  }

  .is-tooltip-left-touch.is-tooltip-active:not(.is-loading)::after,.is-tooltip-left-touch:focus:not(.is-loading)::after,.is-tooltip-left-touch:hover:not(.is-loading)::after{
    top:50%!important;
    bottom:auto!important;
    left:auto!important;
    right:calc(100% - .5rem)!important;
    border-color:transparent transparent transparent rgba(74,74,74,.9)!important
  }

  .is-tooltip-left-touch.is-tooltip-active::before,.is-tooltip-left-touch:focus::before,.is-tooltip-left-touch:hover::before{
    -webkit-transform:translate(-.5rem,50%)!important;
    transform:translate(-.5rem,50%)!important
  }
}

@media screen and (min-width:1088px){
  .is-tooltip-left-desktop::before{
    top:auto!important;
    bottom:50%!important;
    left:auto!important;
    right:100%!important;
    -webkit-transform:translate(1rem,50%)!important;
    transform:translate(1rem,50%)!important
  }

  .is-tooltip-left-desktop.is-tooltip-active:not(.is-loading)::after,.is-tooltip-left-desktop:focus:not(.is-loading)::after,.is-tooltip-left-desktop:hover:not(.is-loading)::after{
    top:50%!important;
    bottom:auto!important;
    left:auto!important;
    right:calc(100% - .5rem)!important;
    border-color:transparent transparent transparent rgba(74,74,74,.9)!important
  }

  .is-tooltip-left-desktop.is-tooltip-active::before,.is-tooltip-left-desktop:focus::before,.is-tooltip-left-desktop:hover::before{
    -webkit-transform:translate(-.5rem,50%)!important;
    transform:translate(-.5rem,50%)!important
  }
}

@media screen and (min-width:1088px) and (max-width:1279px){
  .is-tooltip-left-desktop-only::before{
    top:auto!important;
    bottom:50%!important;
    left:auto!important;
    right:100%!important;
    -webkit-transform:translate(1rem,50%)!important;
    transform:translate(1rem,50%)!important
  }

  .is-tooltip-left-desktop-only.is-tooltip-active:not(.is-loading)::after,.is-tooltip-left-desktop-only:focus:not(.is-loading)::after,.is-tooltip-left-desktop-only:hover:not(.is-loading)::after{
    top:50%!important;
    bottom:auto!important;
    left:auto!important;
    right:calc(100% - .5rem)!important;
    border-color:transparent transparent transparent rgba(74,74,74,.9)!important
  }

  .is-tooltip-left-desktop-only.is-tooltip-active::before,.is-tooltip-left-desktop-only:focus::before,.is-tooltip-left-desktop-only:hover::before{
    -webkit-transform:translate(-.5rem,50%)!important;
    transform:translate(-.5rem,50%)!important
  }
}

@media screen and (min-width:1280px){
  .is-tooltip-left-widescreen::before{
    top:auto!important;
    bottom:50%!important;
    left:auto!important;
    right:100%!important;
    -webkit-transform:translate(1rem,50%)!important;
    transform:translate(1rem,50%)!important
  }

  .is-tooltip-left-widescreen.is-tooltip-active:not(.is-loading)::after,.is-tooltip-left-widescreen:focus:not(.is-loading)::after,.is-tooltip-left-widescreen:hover:not(.is-loading)::after{
    top:50%!important;
    bottom:auto!important;
    left:auto!important;
    right:calc(100% - .5rem)!important;
    border-color:transparent transparent transparent rgba(74,74,74,.9)!important
  }

  .is-tooltip-left-widescreen.is-tooltip-active::before,.is-tooltip-left-widescreen:focus::before,.is-tooltip-left-widescreen:hover::before{
    -webkit-transform:translate(-.5rem,50%)!important;
    transform:translate(-.5rem,50%)!important
  }
}

@media screen and (min-width:1280px) and (max-width:1471px){
  .is-tooltip-left-widescreen-only::before{
    top:auto!important;
    bottom:50%!important;
    left:auto!important;
    right:100%!important;
    -webkit-transform:translate(1rem,50%)!important;
    transform:translate(1rem,50%)!important
  }

  .is-tooltip-left-widescreen-only.is-tooltip-active:not(.is-loading)::after,.is-tooltip-left-widescreen-only:focus:not(.is-loading)::after,.is-tooltip-left-widescreen-only:hover:not(.is-loading)::after{
    top:50%!important;
    bottom:auto!important;
    left:auto!important;
    right:calc(100% - .5rem)!important;
    border-color:transparent transparent transparent rgba(74,74,74,.9)!important
  }

  .is-tooltip-left-widescreen-only.is-tooltip-active::before,.is-tooltip-left-widescreen-only:focus::before,.is-tooltip-left-widescreen-only:hover::before{
    -webkit-transform:translate(-.5rem,50%)!important;
    transform:translate(-.5rem,50%)!important
  }
}

@media screen and (min-width:1472px){
  .is-tooltip-left-fullhd::before{
    top:auto!important;
    bottom:50%!important;
    left:auto!important;
    right:100%!important;
    -webkit-transform:translate(1rem,50%)!important;
    transform:translate(1rem,50%)!important
  }

  .is-tooltip-left-fullhd.is-tooltip-active:not(.is-loading)::after,.is-tooltip-left-fullhd:focus:not(.is-loading)::after,.is-tooltip-left-fullhd:hover:not(.is-loading)::after{
    top:50%!important;
    bottom:auto!important;
    left:auto!important;
    right:calc(100% - .5rem)!important;
    border-color:transparent transparent transparent rgba(74,74,74,.9)!important
  }

  .is-tooltip-left-fullhd.is-tooltip-active::before,.is-tooltip-left-fullhd:focus::before,.is-tooltip-left-fullhd:hover::before{
    -webkit-transform:translate(-.5rem,50%)!important;
    transform:translate(-.5rem,50%)!important
  }
}@charset "UTF-8";

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 2px 4px;
}

.fc-rtl .fc-popover .fc-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/

a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row {
  /* extra precedence to overcome themes forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "mirror" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-mirror-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to timegrid/daygrid */

.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8;
}

.fc-event,
.fc-event-dot {
  background-color: #3788d8;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */

.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */

.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/

.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

/* Event Dragging
--------------------------------------------------------------------------------------------------*/

.fc-event.fc-dragging.fc-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-event.fc-dragging:not(.fc-selected) {
  opacity: 0.75;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* bigger touch area when selected */

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */

/* left resizer  */

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */

.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
  /* except for mirror skeleton */
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */

/* left resizer  */

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
TODO: more distinction between this file and common.css
*/

/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons
--------------------------------------------------------------------------------------------------
from https://feathericons.com/ and built with IcoMoon
*/

@font-face {
  font-family: "fcicons";

  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");

  font-weight: normal;

  font-style: normal;
}

.fc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\E900";
}

.fc-icon-chevron-right:before {
  content: "\E901";
}

.fc-icon-chevrons-left:before {
  content: "\E902";
}

.fc-icon-chevrons-right:before {
  content: "\E903";
}

.fc-icon-minus-square:before {
  content: "\E904";
}

.fc-icon-plus-square:before {
  content: "\E905";
}

.fc-icon-x:before {
  content: "\E906";
}

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
}

/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/

/* reset */

.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.fc-button {
  -webkit-appearance: button;
}

.fc-button:not(:disabled) {
  cursor: pointer;
}

.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* theme */

.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc-button:hover {
  color: #212529;
  text-decoration: none;
}

.fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc-button:disabled {
  opacity: 0.65;
}

/* "primary" coloring */

.fc-button-primary {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}

.fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc-button-primary:disabled {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}

.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

/* icons within buttons */

.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

.fc-button-group > .fc-button {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.fc-button-group > .fc-button:hover {
  z-index: 1;
}

.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}

.fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
}

.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-button-group > .fc-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* List View
--------------------------------------------------------------------------------------------------*/

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

/* inner content */

.fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}

.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/

.fc-view-container {
  position: relative;
}

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */

/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

@media print {
  .fc {
    max-width: 100% !important;
  }

  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/

  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }

  .fc-event .fc-resizer {
    display: none;
  }

  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/

  .fc th,
.fc td,
.fc hr,
.fc thead,
.fc tbody,
.fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }

  /* kill the overlaid, absolutely-positioned components */

  /* common... */

  .fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton,
.fc-bgevent-container,
.fc-business-container,
.fc-highlight-container,
.fc-mirror-container {
    display: none;
  }

  /* don't force a min-height on rows (for DayGrid) */

  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */
  }

  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */
  }

  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */
  }

  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }

  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/

  .fc-more-cell,
.fc-more {
    display: none !important;
  }

  .fc tr.fc-limited {
    display: table-row !important;
  }

  .fc td.fc-limited {
    display: table-cell !important;
  }

  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */
  }

  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/

  /* undo the min-height 100% trick used to fill the container's height */

  .fc-time-grid {
    min-height: 0 !important;
  }

  /* don't display the side axis at all ("all-day" and time cells) */

  .fc-timeGrid-view .fc-axis {
    display: none;
  }

  /* don't display the horizontal lines */

  .fc-slats,
.fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }

  /* let the container that holds the events be naturally positioned and create real height */

  .fc-time-grid .fc-content-skeleton {
    position: static;
  }

  /* in case there are no events, we still want some height */

  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }

  /* kill the horizontal spacing made by the event container. event margins will be done below */

  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }

  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/

  /* naturally position events, vertically stacking them */

  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }

  /* for events that continue to a future day, give the bottom border back */

  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }

  /* indicate the event continues via "..." text */

  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }

  /* for events that are continuations from previous days, give the top border back */

  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }

  /* indicate the event is a continuation via "..." text */

  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }

  /* time */

  /* undo a previous declaration and let the time text span to a second line */

  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }

  /* hide the the time that is normally displayed... */

  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }

  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */

  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }

  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/

  /* kill the scrollbars and allow natural height */

  .fc-scroller,
.fc-day-grid-container,
.fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }

  /* kill the horizontal border/padding used to compensate for scrollbars */

  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }

  /* Button Controls
  --------------------------------------------------------------------------------------------------*/

  .fc-button-group,
.fc button {
    display: none;
    /* don't display any button-related controls */
  }
}
/* DayGridView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-dayGridWeek-view .fc-content-skeleton,
.fc-dayGridDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */

.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-dayGrid-view .fc-week-number,
.fc-dayGrid-view .fc-day-number {
  padding: 2px;
}

.fc-dayGrid-view th.fc-week-number,
.fc-dayGrid-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */

.fc-dayGrid-view td.fc-week-number {
  text-align: center;
}

.fc-dayGrid-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 2em;
}

@font-face {
  font-family: "raty";

  font-style: normal;

  font-weight: normal;

  src: url("./fonts/raty.eot");

  src: url("./fonts/raty.eot?#iefix") format("embedded-opentype");

  src: url("./fonts/raty.svg#raty") format("svg");

  src: url("./fonts/raty.ttf") format("truetype");

  src: url("./fonts/raty.woff") format("woff");
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.cancel-on-png:before {
  content: "\E600";
}

.cancel-off-png:before {
  content: "\E601";
}

.star-on-png:before {
  content: "\F005";
}

.star-off-png:before {
  content: "\F006";
}

.star-half-png:before {
  content: "\F123";
}
@charset "UTF-8";

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

.fa-ad:before {
  content: "\F641";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adobe:before {
  content: "\F778";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-air-freshener:before {
  content: "\F5D0";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-alt:before {
  content: "\F5D1";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-baby-carriage:before {
  content: "\F77D";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-balance-scale-left:before {
  content: "\F515";
}

.fa-balance-scale-right:before {
  content: "\F516";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-dead:before {
  content: "\F6B7";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-style:before {
  content: "\F853";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-car-alt:before {
  content: "\F5DE";
}

.fa-car-battery:before {
  content: "\F5DF";
}

.fa-car-crash:before {
  content: "\F5E1";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-clinic-medical:before {
  content: "\F7F2";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-haykal:before {
  content: "\F666";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-water:before {
  content: "\F773";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";

  font-style: normal;

  font-weight: 400;

  font-display: auto;

  src: url("../fontawesome/webfonts/fa-regular-400.eot");

  src: url("../fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("../fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";

  font-style: normal;

  font-weight: 900;

  font-display: auto;

  src: url("../fontawesome/webfonts/fa-solid-900.eot");

  src: url("../fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Brands";

  font-style: normal;

  font-weight: normal;

  font-display: auto;

  src: url("../fontawesome/webfonts/fa-brands-400.eot");

  src: url("../fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("../fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

/**
メディアクエリ
 */

/*------------------------------------------------------------------------
   # header
 ------------------------------------------------------------------------*/

.wrap_head {
  background-image: url(/images/pages/header/main01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 3em;
  position: relative;
  min-height: 400px;
}

@media only screen and (min-width: 768px) {
  .wrap_head {
    padding-bottom: 34%;
    height: 0;
    min-height: 400px;
  }
}

@media only screen and (min-width: 980px) {
  .wrap_head {
    min-height: 500px;
  }
}

@media only screen and (max-width: 768px) {
  .wrap_head {
    min-height: auto;
    background-image: url(/images/pages/header/main01_tab.jpg);
    padding-bottom: 125%;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 480px) {
  .wrap_head {
    margin-bottom: 1.5em;
    background-image: url(/images/pages/header/main01_sp.jpg);
  }
}

.wrap_head .top_head {
  max-width: 1230px;
  margin: auto;
  position: absolute;
  top: 9em;
  left: 9%;
}

@media only screen and (max-width: 1250px) {
  .wrap_head .top_head {
    max-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .wrap_head .top_head {
    top: 7em;
    left: 2%;
  }
}

@media only screen and (max-width: 480px) {
  .wrap_head .top_head {
    top: 5em;
    left: 2%;
  }
}

.wrap_head .top_head p {
  font-size: 1.3vw;
  display: inline-block;
  line-height: 1.5;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}

.wrap_head .top_head p span {
  font-size: 2em;
}

@media only screen and (min-width: 1900px) {
  .wrap_head .top_head p {
    left: 7%;
  }
}

@media only screen and (max-width: 768px) {
  .wrap_head .top_head p {
    font-size: 4vw;
    margin-bottom: 17vw;
  }
}

@media only screen and (max-width: 480px) {
  .wrap_head .top_head p {
    margin-bottom: 6vw;
    line-height: 1.5;
  }
}

.wrap_head .top_head .top_catchphrase {
  font-size: 2.5vw;
  display: block;
  line-height: 1.5;
  margin-bottom: 2vw;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}

.wrap_head .top_head .top_catchphrase span {
  display: block;
  padding-left: 3em;
}

@media only screen and (min-width: 1900px) {
  .wrap_head .top_head .top_catchphrase {
    left: 7%;
  }
}

@media only screen and (max-width: 768px) {
  .wrap_head .top_head .top_catchphrase {
    font-size: 6vw;
    margin-bottom: 4vw;
  }

  .wrap_head .top_head .top_catchphrase span {
    padding-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .wrap_head .top_head .top_catchphrase {
    line-height: 1.5;
    margin-bottom: 7vw;
  }
}

header {
  background-color: rgba(255, 255, 255, 0.8);
}

header .backnone {
  background-color: rgba(0, 0, 0, 0) !important;
}

header .admin_name_h {
  text-align: right;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 768px) {
  header .admin_name_h {
    text-align: left;
    padding: 1em 0.5em;
  }
}

header .admin_name_h span {
  margin: 0 1%;
  font-size: 1.2em;
  font-weight: bold;
}

header .admin_name_h#stylist_name {
  color: #f687b3;
}

header .admin_name_h#salon_name {
  color: #87c5be;
}

header #nav_hover_none:focus {
  background-color: none;
}

@media only screen and (max-width: 768px) {
  header .navbar-burger {
    width: 15rem;
  }

  header .navbar-burger span {
    width: 5em;
  }
}

header .navbar-item {
  padding: 0 0.75em;
}

@media only screen and (max-width: 480px) {
  header .navbar-item {
    padding-right: 0;
  }
}

header .navbar-item .navbar-dropdown {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

header .navbar-item .navbar-dropdown .navbar-item {
  padding: 0.8em 1em;
  display: inline-block;
  width: 100%;
}

header .navbar-item .navbar-dropdown .navbar-item:hover {
  text-decoration: underline;
  color: #f687b3;
}

header .navbar-item .fa-calendar::before {
  content: "";
  background-image: url(/images/pages/header/icon_calendar.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

header .navbar-item .fa-search::before {
  content: "";
  background-image: url(/images/pages/header/icon_salon.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

header .navbar-item .fa-user::before {
  content: "";
  background-image: url(/images/pages/header/icon_mypage.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

header .navbar-item .fa-login::before {
  content: "";
  background-image: url(/images/pages/header/icon_login.png);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  margin-right: 5px;
}

header .navbar-item .fa-store::before {
  content: "";
  background-image: url(/images/pages/header/icon_store.png);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  margin-right: 5px;
}

header .navbar-item .fa-stylist::before {
  content: "";
  background-image: url(/images/pages/header/icon_stylist.png);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  margin-right: 5px;
}

header .navbar-item a img {
  max-height: none;
}

@media only screen and (max-width: 480px) {
  header .navbar-item a img {
    width: 70%;
  }
}

header .navbar-item a:hover {
  background-color: transparent;
  color: #f687b3;
}

header .navbar-link {
  display: inline-block;
}

header .navbar-link::after {
  border-color: #ed64a6 !important;
}

header .navbar-link:hover span {
  border-bottom: 2px solid #f687b3;
}

header .navbar-brand#logosps {
  width: 50%;
}

@media only screen and (max-width: 1023px) {
  header .navbar-brand#logosps {
    width: 100%;
  }
}

header .navbar-brand#logosps .navbar-item {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  header .navbar-brand#logosps .navbar-item {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  header .navbar-brand#logosps .navbar-item {
    width: 80%;
  }
}

header .navbar-brand#logosps .navbar-item .logo_btm {
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 768px) {
  header .navbar-brand#logosps .navbar-item .logo_btm {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  header .navbar-brand#logosps {
    width: 100%;
    padding: 1%;
  }
}

header .navbar-brand#logosps .s_logo_size {
  width: 30%;
}

@media only screen and (max-width: 1023px) {
  header .navbar-brand#logosps .s_logo_size {
    width: 23%;
  }
}

@media only screen and (max-width: 480px) {
  header .navbar-brand#logosps .s_logo_size {
    width: 70%;
  }
}

header .navbar-brand#logosps .logo_size {
  width: 30%;
}

@media only screen and (max-width: 1023px) {
  header .navbar-brand#logosps .logo_size {
    width: 25%;
    padding: 0.3em;
  }
}

@media only screen and (max-width: 768px) {
  header .navbar-brand#logosps .logo_size {
    width: 30%;
    padding: 0.3em;
  }
}

@media only screen and (max-width: 480px) {
  header .navbar-brand#logosps .logo_size {
    width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  header .navbar-brand#logosps .sp_logo {
    width: 70%;
  }
}

header #header_btm {
  padding-bottom: 0 !important;
  position: fixed;
  width: 100%;
  z-index: 30;
}

header .navbar-item#btm_none_nav {
  -webkit-box-align: end;
          align-items: flex-end;
  padding-bottom: 0.5em;
}

header .navbar-item#btm_none_nav a:hover {
  background: none;
}

header .navbar-item .navbar-link-sub {
  padding: 0.5em 0.75em;
  display: inline-block;
}

header .navbar-item .navbar-link-sub:hover span {
  border-bottom: 2px solid #f687b3;
}

header .navbar-item .navbar-link-sub.right_pos {
  margin-left: auto;
  margin-top: 1.5em;
}

/*------------------------------------------------------------------------
   # admin header
 ------------------------------------------------------------------------*/

#admin_body {
  font-family: "\6E38\30B4\30B7\30C3\30AF", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\30E1\30A4\30EA\30AA", sans-serif;
}

#admin_body header {
  margin-bottom: 1.5em;
}

#admin_body #sidebar {
  margin-right: 2%;
}

#admin_body main.container {
  padding: 2em;
  margin-top: 0;
}

#admin_body .pan_list {
  padding: 0.3em 0.5em;
  background: #edece8;
  font-weight: bold;
  margin-bottom: 1em;
}

@media only screen and (max-width: 480px) {
  #admin_body .pan_list .breadcrumb {
    padding: 0.5em;
  }
}

.admin_page {
  background-color: #6f6f6f;
}

.admin_page .navbar-title {
  width: 70%;
}

@media only screen and (max-width: 768px) {
  .admin_page .navbar-title {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .admin_page .navbar-title {
    padding: 1em 1.5em 0;
  }
}

@media only screen and (max-width: 480px) {
  .admin_page .navbar-title {
    text-align: center;
    padding: 0.5em;
    font-size: 1em;
  }
}

.admin_page .navbar-title a {
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .admin_page .navbar-title a {
    font-size: 1.3em;
  }
}

.admin_page .navbar-btn {
  display: none;
  width: 100%;
  text-align: right;
}

@media only screen and (max-width: 1250px) {
  .admin_page .navbar-btn {
    display: block;
  }
}

.admin_page .navbar-btn .navbar-login_btn {
  display: inline-block;
  font-weight: bold;
  background: #fff;
  border-radius: 8px;
  padding: 0.5em 2em;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .admin_page .navbar-btn .navbar-login_btn {
    margin-bottom: 0.5em;
    padding: 0.3em 1em;
    margin-right: 1%;
  }
}

.admin_page .navbar-btn .navbar-admin_name {
  margin: auto 0;
  width: 40%;
  margin-right: 3%;
}

@media only screen and (max-width: 480px) {
  .admin_page .navbar-btn .navbar-admin_name {
    width: 100%;
  }
}

.admin_page .navbar-btn .navbar-admin_name p {
  color: #fff;
  font-size: 1.2em;
}

.admin_page .navbar-btn .navbar-admin_name p span {
  font-weight: bold;
  margin: 0 2%;
}

/*------------------------------------------------------------------------
   #menu sp
 ------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
  header #sp_lay_font {
    background: #fff7fa;
    margin-bottom: 0.5%;
    width: 100%;
  }

  header #sp_lay_font.logout_text {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 480px) {
  header #sp_lay_font {
    font-size: 1.3em;
  }
}

header .navbar-burger.bar_sp_menu {
  width: 5em;
  height: 5em;
}

header .navbar-burger.bar_sp_menu span {
  width: 2.5em;
  border-radius: 5px;
  color: #f687b3;
  left: calc(50% - 13px);
  height: 1px;
}

header .navbar-burger.bar_sp_menu span:nth-child(1) {
  top: calc(50% - 9px);
}

header .navbar-burger.bar_sp_menu span:nth-child(3) {
  top: calc(50% + 7px);
}

header .navbar-burger.bar_sp_menu.is-active span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}

header .navbar-burger.bar_sp_menu.is-active span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

@media only screen and (max-width: 480px) {
  header .sp_logo {
    padding: 0;
  }
}

header .navbar-menu {
  display: block;
}

@media only screen and (max-width: 1023px) {
  header .navbar-menu {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  header .sp_catch {
    font-size: 0.7em;
  }
}

header .sp_catch .navbar-menu.is-active {
  position: absolute;
  width: 100%;
}

header .sp_catch .navbar-menu .admin_name {
  display: inline-block;
  width: 100%;
  margin-left: auto;
  text-align: right;
}

header .sp_catch .navbar-menu .navbar-end#logout_head {
  padding-top: 2em;
}

@media only screen and (max-width: 768px) {
  header .sp_catch .navbar-menu .navbar-end#logout_head {
    padding-top: 0;
  }
}

/*------------------------------------------------------------------------
   #menu sp 管理者ハンバーガーメニュー
 ------------------------------------------------------------------------*/

.hamburger-menu {
  display: inline-block;
  margin-right: 3%;
}

.hamburger-menu div {
  width: 35px;
  height: 3px;
  background-color: #fff;
  margin: 7px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hamburger-menu:hover {
  opacity: 0.7;
}

.hamburger-menu + .sidenavs:target {
  overflow-x: visible;
  /* ボックスからはみ出る箇所をそのまま表示 */
  width: 100%;
  display: block;
}

.sidenavs {
  width: 0;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidenavs:target {
  overflow-x: hidden;
  width: 0;
}

.sidenavs a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1em;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

.sidenavs a:hover {
  color: black;
  font-size: 1em;
  opacity: 0.7;
}

.sidenavs a#menu_list {
  border-bottom: 1px solid #edece8;
  padding: 1em 2em;
  text-align: left;
}

.sidenavs .close-btn {
  position: absolute;
  /* 親要素との絶対位置を指定 */
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/*------------------------------------------------------------------------
   # footer
 ------------------------------------------------------------------------*/

footer.tw-bg-blue-100 {
  background-color: #dcf7f4 !important;
}

footer.tw-bg-blue-100 #right_content .footer_menu p {
  color: #7cc4bc;
}

footer a:hover {
  opacity: 0.5;
}

footer #left_content {
  width: 20%;
  margin: auto 0;
}

footer #left_content .logo_size {
  width: 75%;
}

@media only screen and (max-width: 768px) {
  footer #left_content .logo_size {
    display: inline-block;
    width: 100%;
  }
}

footer #left_content p {
  font-size: 0.8em;
}

footer #left_content .navbar-item {
  padding: 0;
}

@media only screen and (max-width: 480px) {
  footer #left_content .navbar-item {
    width: 60%;
  }
}

footer #left_content .navbar-item img {
  width: 100%;
  max-height: initial;
  max-height: auto;
}

@media only screen and (max-width: 480px) {
  footer #left_content {
    width: 100%;
    border-right: none;
    padding: 0;
  }
}

footer #right_content {
  padding: 0 5%;
  padding-right: 0;
  width: 70%;
  border-left: 1px solid #000;
}

@media only screen and (max-width: 768px) {
  footer #right_content {
    width: 100%;
    border-left: none;
  }
}

footer #right_content .footer-box {
  width: 100%;
}

footer #right_content .footer_menu p {
  color: #eb6877;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 768px) {
  footer #right_content .footer_menu p {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 480px) {
  footer #right_content .footer_menu {
    padding-top: 1em;
  }
}

footer #right_content .footer_menu a {
  margin: 0 2%;
}

footer #right_content .footer_menu a:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 480px) {
  footer #right_content .footer_menu a {
    margin: 0;
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 480px) {
  footer #right_content .footer_menu {
    font-size: 0.92em;
  }
}

footer #right_content .footer_menu_sub {
  font-size: 0.9em;
}

footer #right_content .footer_menu_sub a {
  margin: 0 2%;
  display: block;
  margin-bottom: 0.3em;
}

footer #right_content .footer_menu_sub a:before {
  content: "\230A";
  margin-right: 0.5em;
  color: #7e7d7d;
}

footer #right_content .footer_menu_sub a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 480px) {
  footer #right_content .footer_menu_sub {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 480px) {
  footer #right_content {
    width: 100%;
    padding-left: 0;
  }
}

footer .copy_right {
  text-align: center;
  margin-top: 1em;
  font-family: ＭＳ Ｐ明朝;
  font-weight: bold;
}

/*------------------------------------------------------------------------
   # admin footer
 ------------------------------------------------------------------------*/

#admin_body footer {
  background-color: #6f6f6f;
}

#admin_body footer .content {
  color: #fff;
}

/*------------------------------------------------------------------------
   # salon kensaku
 ------------------------------------------------------------------------*/

#left_search {
  width: 70%;
  padding-top: 0;
}

@media only screen and (max-width: 1250px) {
  #left_search {
    width: 100%;
  }
}

#left_search.__result_list #style_res .tw-shadow-md {
  padding: 13px;
}

#left_search.__result_list #style_res .tw-shadow-md .media-content {
  border: none;
  background: none;
}

#left_search.__result_list #style_res .tw-shadow-md .media-content dl {
  padding: 0.3em 0;
}

#left_search .show_right_e {
  margin-left: auto;
}

#left_search dl.list_search_th {
  border: 2px solid #A9A9A9;
  font-size: 0.9em;
  background-color: #fff;
}

#left_search dl.list_search_th .flex_list {
  display: -webkit-box;
  display: flex;
}

#left_search dl.list_search_th .flex_list dt {
  width: 5.5em;
}

@media only screen and (max-width: 480px) {
  #left_search dl.list_search_th .flex_list dd {
    margin-left: 0.5em;
  }
}

#left_search dl dd.__timeframes span {
  border-right: 1px solid #4a4a4a;
  padding: 0 1em;
  line-height: 1;
  display: inline-block;
}

#left_search dl dd.__timeframes span:first-child {
  padding-left: 0;
}

#left_search dl dd.__timeframes span:last-child {
  border-right: 0;
  padding-right: 0;
}

#left_search .title_sub {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.3em;
}

@media only screen and (max-width: 768px) {
  #left_search .stylist_dt_btn {
    display: -webkit-box !important;
    display: flex !important;
  }

  #left_search .stylist_dt_btn #matching_btn {
    margin-left: 0.3em;
  }

  #left_search .stylist_dt_btn #matching_btn:first-child {
    margin-left: 0;
  }

  #left_search .stylist_dt_btn #matching_btn .back_pink_s {
    padding: 1em;
  }
}

@media only screen and (max-width: 480px) {
  #left_search .stylist_dt_btn {
    display: block !important;
  }
}

#left_search .stylist_dt_btn .send_msg {
  margin-right: 0.5em;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  #left_search .stylist_dt_btn .send_msg {
    margin-bottom: 0.5em;
  }
}

#left_search .stylist_dt_btn#__s_btn {
  margin-bottom: 1.5em;
}

#left_search .s-list-box {
  margin: auto;
}

#left_search .s-list-box .left_box {
  width: 48%;
  margin: auto;
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  #left_search .s-list-box .left_box {
    width: 100%;
    margin-bottom: 1em;
  }
}

#left_search .s-list-box .right_box {
  width: 45%;
  margin: auto;
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  #left_search .s-list-box .right_box {
    width: 100%;
  }
}

#left_search .entry_fn {
  text-align: center;
  padding: 1.8em 1.5em;
  background: #cdcdcd;
  border-radius: 10px;
}

#left_search .entry_fn#dtl_entry_fn {
  margin-bottom: 2%;
}

#left_search .entry_fn.is-info {
  background-color: #EC6F65;
  border-bottom: 3px solid #CA463B;
  border-right: 3px solid #CA463B;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  padding: 1.3em 1.5em;
}

#left_search .entry_bg {
  background-color: #EC6F65;
  border-bottom: 3px solid #ca5663;
  border-right: 3px solid #ca5663;
  color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 1.8em 1.2em;
  margin: auto;
  margin-left: 0;
  height: auto !important;
}

#left_search .entry_bg#entry_btn_sz_d {
  width: 40%;
  padding: 0.6em;
}

@media only screen and (max-width: 480px) {
  #left_search .entry_bg#entry_btn_sz_d {
    width: 100%;
  }
}

#left_search .entry_bg#dtl_entry_bg {
  padding: 0.8em 1em;
  margin-bottom: 2%;
}

#left_search .entry_bg#dtl_entry_bg_sub {
  padding: 0.8em 5em;
  margin-bottom: 2%;
  width: 100%;
}

#left_search .entry_bg::before {
  content: "";
  background-image: url(/images/icons/search/icon-entry.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

#left_search .entry_bg:hover {
  opacity: 0.7;
}

#left_search .min_adrs {
  font-size: 0.9em;
  margin-bottom: 1em;
}

#left_search #left_search_sub .catch_copy_txt {
  font-size: 1.1em;
  color: #df717c;
  font-weight: bold;
  margin-bottom: 0.3em;
}

#left_search #right_search_sub {
  margin: auto;
  margin-bottom: 2.5em;
}

#left_search #right_search_sub a {
  margin-right: 2%;
}

@media only screen and (max-width: 480px) {
  #left_search #right_search_sub {
    margin-bottom: 3em;
  }
}

#left_search #style_res .top_op_s .tw-shadow-md {
  border: 3px solid #CA463B;
  background: #FFFAFA;
}

#left_search #style_res .top_op_s .tw-shadow-md .media-right .title {
  color: #CA463B;
}

#left_search #style_res .top_op_s .top_op_ttl {
  font-size: 1.3em;
  margin: 0.5em 0 0 0;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  letter-spacing: 3px;
  padding: 0.3em 0.5em;
  border-radius: 50px;
}

#left_search #style_res .top_op_s .fa-attn::before {
  content: "";
  background-image: url(/images/icons/search/icon-attn.png);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}

#left_search #style_res .back_pink {
  background-color: #eb6877;
  color: #fff;
  border-radius: 10px;
}

#left_search #style_res .tw-shadow-md {
  border: 2px solid #696969;
  margin: 10px 0;
  padding: 10px;
  margin-bottom: 1.5em;
  box-shadow: none !important;
}

@media only screen and (max-width: 480px) {
  #left_search #style_res .tw-shadow-md {
    margin-bottom: 1em;
  }

  #left_search #style_res .tw-shadow-md .media {
    display: block;
  }
}

#left_search #style_res .tw-shadow-md a {
  display: inline-block;
  width: 100%;
}

#left_search #style_res .tw-shadow-md .salon_button {
  color: #fff;
  margin-bottom: 2%;
}

#left_search #style_res .tw-shadow-md .salon_button .__details {
  margin: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 0.6em 4em;
  text-align: center;
  border: 1px solid #f687b3;
  border-right: 3px solid #e6699b;
  border-bottom: 3px solid #e6699b;
  color: #f687b3;
}

@media only screen and (max-width: 768px) {
  #left_search #style_res .tw-shadow-md .salon_button .__details {
    margin-bottom: 0.5em;
  }
}

#left_search #style_res .tw-shadow-md .salon_button .__details a:hover {
  color: #f687b3;
}

#left_search #style_res .tw-shadow-md .salon_button .__message {
  margin: auto;
  color: #fe9d20;
  border: 1px solid #fe9d20;
  border-radius: 8px;
  padding: 0.6em 4em;
  border-bottom: 3px solid #fe9d20;
  border-right: 3px solid #fe9d20;
  background: #fff;
  text-align: center;
}

#left_search #style_res .tw-shadow-md .salon_button .__message a:hover {
  color: #fff;
}

#left_search #style_res .tw-shadow-md .media {
  margin-bottom: 2%;
}

#left_search #style_res .tw-shadow-md .media-left {
  width: 30%;
}

@media only screen and (max-width: 480px) {
  #left_search #style_res .tw-shadow-md .media-left {
    width: 100%;
    margin: auto;
    margin-bottom: 1em;
  }

  #left_search #style_res .tw-shadow-md .media-left .tw-object-cover {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

#left_search #style_res .tw-shadow-md .media-right {
  width: 60%;
  padding-right: 1%;
}

@media only screen and (max-width: 480px) {
  #left_search #style_res .tw-shadow-md .media-right {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }

  #left_search #style_res .tw-shadow-md .media-right .title {
    margin-bottom: 2%;
  }
}

@media only screen and (max-width: 480px) and (max-width: 480px) {
  #left_search #style_res .tw-shadow-md .media-right .title {
    font-size: 1.3em !important;
  }
}

@media only screen and (max-width: 480px) {
  #left_search #style_res .tw-shadow-md .media-right p {
    margin-bottom: 0;
  }
}

#left_search #style_res .tw-shadow-md .media-right .catch_copy {
  color: #df717c;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#left_search #style_res .tw-shadow-md .media-right .title {
  font-size: 1.5em;
  margin-bottom: 0;
}

#left_search #style_res .tw-shadow-md .media-right .salon_kana {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

#left_search #style_res .tw-shadow-md .media-right .address {
  display: inline-block;
}

#left_search #style_res .tw-shadow-md .media-right#search_list_sps {
  margin: 15px 0 0 0;
}

#left_search #style_res .tw-shadow-md .media-fav {
  width: 10%;
  margin-top: 2%;
}

@media only screen and (max-width: 480px) {
  #left_search #style_res .tw-shadow-md .media-fav {
    margin-left: auto;
  }
}

#left_search #style_res .tw-shadow-md .media-fav span {
  font-size: 2em;
  margin-top: 10%;
}

@media only screen and (max-width: 480px) {
  #left_search #style_res .tw-shadow-md .media-fav span {
    font-size: 2em;
  }
}

#left_search #style_res .tw-shadow-md .media-content {
  margin-bottom: 2%;
  border: 1px solid #df717c;
  padding: 1%;
  border-radius: 10px;
  background: #fff;
}

@media only screen and (max-width: 480px) {
  #left_search #style_res .tw-shadow-md .media-content {
    padding: 1% 2%;
    margin-bottom: 0.5em;
  }
}

#left_search #style_res .tw-shadow-md .media-content dl {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  background-color: transparent;
  padding: 0.5em 0;
  border-bottom: 1px solid #d4d4d4;
}

@media only screen and (max-width: 480px) {
  #left_search #style_res .tw-shadow-md .media-content dl {
    display: block;
    border: none;
  }
}

#left_search #style_res .tw-shadow-md .media-content dl:first-child {
  border-top: none;
}

#left_search #style_res .tw-shadow-md .media-content dl:last-child {
  border-bottom: none;
}

#left_search #style_res .tw-shadow-md .media-content dl dt {
  padding: 1%;
  width: 20%;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  #left_search #style_res .tw-shadow-md .media-content dl dt {
    width: 100%;
    background: #e6e5e5;
  }
}

#left_search #style_res .tw-shadow-md .media-content dl dd {
  padding: 1%;
  width: 80%;
  margin-left: 0;
  padding-left: 3%;
}

@media only screen and (max-width: 480px) {
  #left_search #style_res .tw-shadow-md .media-content dl dd {
    width: 100%;
    margin-left: 0;
    padding: 3% 2%;
  }
}

#left_search #style_res .not_list {
  border: 1px solid #cdcdcd;
  padding: 2em 3%;
  margin-bottom: 4em;
}

#left_search #style_res .not_list .title {
  font-size: 1.3em;
  margin-bottom: 1em;
}

#left_search .fa-salon-kekka::before {
  content: "";
  background-image: url(/images/pages/home/salon_kensaku_white.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

#left_search h1 {
  font-size: 1em;
  padding: 1.5% 2%;
}

@media only screen and (max-width: 480px) {
  #left_search h1 {
    padding: 0.8em 1em;
  }
}

#left_search .salon_list_ttl {
  background-color: #4a4a4a;
  color: #fff;
  border-radius: 8px;
}

#left_search dl {
  background-color: #ffeeee;
  padding: 3%;
}

#left_search .s_msg_leftarea {
  margin-left: auto;
}

#left_search .send_msg {
  border-radius: 9px;
  background-color: #4a4a4a;
  color: #fff;
  border: none;
  margin-right: 1em;
}

#left_search .send_msg:hover {
  opacity: 0.7;
}

#left_search .send_msg.mrg_btm {
  margin-bottom: 2%;
}

#left_search .em_size_msg {
  width: 100%;
}

#left_search .fav_in {
  border-radius: 9px;
  background-color: #ededed;
  color: #424242;
}

#left_search .fav_out {
  border-radius: 9px;
  background-color: #fcbdc4;
}

#left_search .mypage {
  margin: 0;
  width: 100%;
}

#left_search .mypage h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 2%;
}

#left_search .mypage h3::before {
  content: "";
  background-image: url(/images/icons/mypage/glitter.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

#left_search .salon_main_img {
  margin-bottom: 2%;
}

#left_search .dt__salon_img {
  width: 100%;
}

#left_search .employ_login_btn {
  margin: 0.5em 0;
}

#left_search .employ_login_btn #employ_login_sl {
  width: 20%;
  border-radius: 9px;
  display: inline-block;
  margin: auto 2%;
  margin-left: auto;
  height: 100%;
  background-color: #7bc890;
  color: #fff;
}

#left_search .employ_login_btn #employ_login_sl span {
  font-size: 1.15em;
}

#left_search .employ_login_btn #employ_login_sl:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 480px) {
  #left_search .employ_login_btn #employ_login_sl {
    width: 100%;
  }
}

#left_search .employ_login_btn #dtl_entry_fn {
  margin: 0 auto;
  margin-left: 0;
  width: 40%;
  border-radius: 10px;
  background: #acabab;
  color: #fff;
  padding: 0.5em;
}

#left_search .employ_login_btn #dtl_entry_fn:before {
  content: "";
  background-image: url(/images/icons/search/icon-check.png);
  display: inline-block;
  width: 20px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

#left_search .employ_login_btn #dtl_entry_fn.dtl_entry_fn_sub {
  width: 100%;
  padding: 0.5em 5em;
}

#left_search .employ_login_btn #dtl_entry_fn.sub_mrg_fn {
  margin: auto;
  margin-left: 0;
}

@media only screen and (max-width: 480px) {
  #left_search .employ_login_btn #dtl_entry_fn {
    width: 100%;
  }
}

#left_search .employ_login_btn #right_spot_btn {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  #left_search .employ_login_btn #right_spot_btn {
    margin-bottom: 0.5em;
  }
}

#left_search #matching_btn {
  margin: auto;
  width: 32%;
}

#left_search #matching_btn:first-child {
  margin-left: 0;
}

#left_search #matching_btn:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  #left_search #matching_btn {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

#left_search #matching_btn .back_pink_s:hover {
  opacity: 0.7;
}

#left_search #matching_btn .match_entry {
  display: inline-block;
  width: 100%;
  padding: 0.5em;
}

#left_search #matching_btn .match_entry:hover {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #left_search #matching_btn .match_entry figure {
    margin: auto;
  }
}

#right_search {
  width: 30%;
  margin-bottom: 2%;
  padding-top: 0;
  padding: 1%;
}

@media only screen and (max-width: 1250px) {
  #right_search {
    width: 100%;
  }
}

#right_search .keitai_block label {
  display: block;
}

#right_search .age_form-side {
  margin-right: 0;
}

#right_search .age_form-side input {
  width: 5.5em;
  margin-right: 0.3em;
}

#right_search .age_form-side span {
  display: inline-block;
  margin-top: 0.5em;
}

#right_search .terms_ttl {
  background-color: #f0f0f0;
  border-radius: 8px 8px 0 0;
  padding: 2.5% 5% 0 2%;
  width: 55%;
  text-align: center;
}

#right_search .content {
  background-color: #f0f0f0;
  padding: 6%;
  border-radius: 0 8px 8px 8px;
}

#right_search .search_ttl {
  margin-top: 0;
  padding-bottom: 0.3em;
  padding-left: 0.3em;
  border-bottom: 5px solid #e96779 !important;
}

#right_search .search_ttl span {
  font-size: 0.6em;
  display: block;
  margin-bottom: 1%;
}

#right_search .search_ttl#__sidebar {
  font-size: 1.35em;
}

#right_search .label::before {
  content: "\25C6";
  color: #eb6877;
  margin-right: 1%;
}

#right_search .__search {
  text-align: center;
}

#right_search .__search .button {
  background: #4a4a4a;
  color: #fff;
  border-radius: 10px;
  padding: 1em 4em;
  width: 100%;
  padding: 0;
  white-space: normal;
}

#right_search ._top-button {
  margin: auto;
  min-width: 15em;
}

#right_search ._top-button .tabs:hover {
  color: #fff;
}

#right_search ._top-button .tabs .tw-text_main {
  font-size: 1.2em;
}

@media only screen and (max-width: 1250px) {
  #right_search ._top-button {
    min-width: 15em;
  }
}

ul.pagination-list {
  -webkit-box-pack: center;
          justify-content: center;
}

ul.pagination-list .pagination-previous {
  display: none;
}

ul.pagination-list .pagination-next {
  display: none;
}

ul.pagination-list .pagination-link {
  border-radius: 0;
  border: 1px solid #4a4a4a;
}

ul.pagination-list .pagination-link.is-current {
  background-color: #4a4a4a;
  color: #fff;
}

.back_pink_s {
  background-color: #eb6877;
  color: #fff;
  border-radius: 10px;
  border-bottom: 3px solid #ca5663;
  border-right: 3px solid #ca5663;
}

@media only screen and (max-width: 480px) {
  .back_pink_s {
    margin-bottom: 1em;
  }
}

.back_pink_s#spot_login_d {
  background-color: #7bc890;
  border-bottom: 3px solid #538861;
  border-right: 3px solid #538861;
  color: #fff;
}

.back_pink_s#spot_login_d span.__login {
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .back_pink_s#spot_login_d {
    width: 100%;
    margin-bottom: 1em;
  }
}

.back_pink_s#spot_offer_now {
  background-color: #636363;
  border: none;
}

.back_pink_s#spot_offer_entry {
  background-color: #35a8a3;
  border-right: 3px solid #236e6a;
  border-bottom: 3px solid #236e6a;
}

.back_pink_s#spot_offer_out {
  background-color: #cdcdcd;
  border: none;
}

/*------------------------------------------------------------------------
   # 応募完了
 ------------------------------------------------------------------------*/

#complete_area_s {
  box-shadow: 0 0 12px #ababab;
  padding: 2% 1%;
  border-radius: 10px;
  margin-top: 3em;
  margin-bottom: 3em;
}

#complete_area_s #left_search {
  box-shadow: none;
}

#complete_area_s #right_search {
  box-shadow: none;
}

@media only screen and (max-width: 480px) {
  #complete_area_s {
    padding-top: 3em;
  }
}

#complete_area_s .comp_msg {
  text-align: center;
  padding: 5em 0;
  font-size: 1.5em;
}

@media only screen and (max-width: 480px) {
  #complete_area_s .comp_msg {
    font-size: 1.3em;
    padding: 4em 1em;
  }
}

#complete_area_s .comp_msg span {
  font-weight: bold;
}

#complete_area_s .comp_btn_list {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #complete_area_s .comp_btn_list {
    margin-bottom: 3em;
  }
}

#complete_area_s .comp_btn_list a {
  display: inline-block;
  margin: auto 0.5em;
  color: #fff;
  padding: 0.5em 0.8em;
  border-radius: 10px;
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 1250px) {
  #complete_area_s .comp_btn_list a {
    margin-bottom: 0.5em;
  }
}

@media only screen and (max-width: 1250px) {
  #complete_area_s .comp_btn_list a {
    width: 95%;
  }
}

#complete_area_s .comp_btn_list a.__rireki {
  background: #ea6875;
}

#complete_area_s .comp_btn_list a.__other_s {
  background: #89aad8;
}

#complete_area_s .comp_btn_list a.__other_e {
  background: #88c897;
}

#complete_area_s .comp_btn_list a:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------------------
   # Stylist & Salon profile
 ------------------------------------------------------------------------*/

.mypage {
  width: 85%;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .mypage.section {
    padding: 4% 2%;
  }

  .mypage.section .button {
    width: 100%;
  }
}

.mypage.flont_m_btn_s2 {
  margin-bottom: 1rem;
}

.mypage.flont_m_btn_s2 .button {
  background: #d8d8d8;
  font-size: 0.9em;
}

.mypage#stylist_match_list .top_main_contents {
  margin: 0;
  box-shadow: none;
}

.mypage#stylist_match_list .top_main_contents th {
  background: none;
  padding: 0.5em;
  color: #f687b3;
  font-size: 1.05em;
}

@media only screen and (max-width: 480px) {
  .mypage#stylist_match_list .top_main_contents th {
    background: #e6e5e5;
  }
}

.mypage#stylist_match_list .top_main_contents .recruit_cell {
  width: 10%;
}

@media only screen and (max-width: 768px) {
  .mypage#stylist_match_list ._mobile-vertical-stacking-table {
    border: none;
    padding: 0;
    border-radius: 0;
  }
}

.mypage .o_small {
  font-size: 0.9em;
}

@media only screen and (max-width: 1250px) {
  .mypage {
    width: 95%;
  }
}

.mypage#plan_area h2 {
  font-size: 1.3em;
  margin-bottom: 1em;
}

.mypage#plan_area h2:before {
  content: "\25C7";
  margin-right: 0.5%;
  background-image: none;
  width: auto;
  height: auto;
  vertical-align: initial;
  color: #87c5be;
}

.mypage#plan_area .content {
  margin-bottom: 4em;
}

.mypage#plan_area .content .radio_btn {
  margin-bottom: 1.5em;
}

.mypage#plan_area .content .radio_btn .is-checkradio[type=radio]:before {
  width: 1.3em;
  height: 1.3em;
}

.mypage#plan_area .content .plan_link {
  display: inline-block;
  padding: 0.5em 2em;
  background: #87c5be;
  color: #fff;
  border-radius: 6px;
}

.mypage .salon_fav a {
  display: block;
  border: 1px solid #c0c0c0;
}

.mypage .salon_fav a.fav_min_box {
  margin-bottom: 1em;
}

.mypage .salon_fav a .media {
  background: #fff;
  border-left: 6px dotted rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 5 #f8f0d7;
  padding: 1em;
  margin: 0.8em 5px;
}

@media only screen and (max-width: 480px) {
  .mypage .salon_fav a .media {
    display: block;
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 480px) {
  .mypage .salon_fav .media-left {
    text-align: center;
    margin-right: 0;
  }
}

.mypage .salon_fav .media-left img {
  width: 250px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 480px) {
  .mypage .salon_fav .media-left img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mypage .salon_fav .media-right .title {
  font-size: 1.4em;
  margin-bottom: 2%;
}

.mypage .salon_fav .media-right .title.mrg_top_fav {
  margin-top: 0.5em;
}

.mypage .salon_fav .media-right .tw-text-xs {
  margin-bottom: 3%;
}

.mypage .salon_fav .media-fav {
  margin-left: auto;
}

.mypage .salon_fav .media-fav.fav_heart {
  font-size: 1.5em;
}

.mypage h1 {
  background-color: #4a4a4a;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  margin-bottom: 3%;
  padding: 0.8em 1em;
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  .mypage h1 {
    padding: 0.5em 1em;
    margin-bottom: 1.5em;
  }
}

.mypage .s_sub_ttl {
  font-size: 0.9em;
  margin-bottom: 0 !important;
}

.mypage h2 {
  font-size: 1em;
  font-weight: 600;
}

.mypage h2.title {
  margin-bottom: 0.5em;
  font-size: 1.2em;
}

@media only screen and (max-width: 768px) {
  .mypage h2.title {
    margin-bottom: 0.5em;
  }
}

.mypage h2::before {
  content: "";
  background-image: url(/images/icons/mypage/glitter.png);
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

.mypage h2.mypage_ttl {
  font-size: 1.3em;
  color: #de6672;
  margin-bottom: 0.5em;
  font-weight: bold;
  margin-top: 0 !important;
}

.mypage h2.mypage_ttl::before {
  content: none;
}

@media only screen and (max-width: 480px) {
  .mypage h2.mypage_ttl {
    font-size: 1.2em;
  }
}

.mypage .subtitle {
  background-color: #4a4a4a;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  margin-bottom: 3%;
  padding: 0.8em 1em;
  letter-spacing: 2px;
  font-size: inherit;
}

.mypage .subtitle::before {
  display: none;
}

.mypage .match_spot_box.box {
  box-shadow: none;
}

@media only screen and (max-width: 480px) {
  .mypage .match_spot_box.box {
    padding: 1em;
  }
}

.mypage .match_spot_box.box.m-btm__none {
  margin-bottom: 0;
}

.mypage .match_spot_box .matching_status {
  font-size: 1.2rem;
  font-weight: bold;
  color: #eb6876;
}

.mypage .match_spot_box .match_date {
  font-size: 1.3em;
  font-weight: bold;
  color: #eb6876;
}

.mypage .match_spot_box .match_date span {
  color: #4a4a4a;
  display: inline-block;
  margin-left: 0.5em;
}

.mypage .match_spot_box .matching_status_msg {
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}

.mypage .match_spot_box .stylist_link_m {
  border: none;
  border-radius: 0px;
  padding: 0;
  border-bottom: 1px solid #ed64a6;
}

.mypage .match_spot_box .stylist_link_m::before {
  content: "\2714";
  display: inline-block;
  margin-right: 0.5em;
  color: #ed64a6;
  font-weight: bold;
}

.mypage .match_spot_box .stylist_link_m:hover {
  opacity: 0.7;
}

.mypage .match_spot_box .stylist_link_m#__salon {
  border-bottom: 1px solid #87c5be;
}

.mypage .match_spot_box .stylist_link_m#__salon::before {
  color: #87c5be;
}

.mypage table {
  margin-bottom: 3em !important;
}

@media only screen and (max-width: 480px) {
  .mypage table._mobile-vertical-stacking-table {
    margin-bottom: 1em !important;
  }
}

.mypage table tr {
  border: 1px solid #4a4a4a;
}

.mypage table tr th {
  border-bottom: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  padding: 0.8rem 0 0.8rem 1rem;
  background-color: #f3f1f2;
  width: 25%;
}

.mypage table tr th .label {
  font-weight: 300;
}

@media only screen and (max-width: 480px) {
  .mypage table tr th {
    display: block;
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
}

.mypage table tr td {
  border-bottom: 1px solid #4a4a4a;
  padding: 0.8em 1em !important;
}

@media only screen and (max-width: 480px) {
  .mypage table tr td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}

.mypage table tr td .fa-salon-prof::before {
  content: "";
  background-image: url(/images/pages/header/icon_salon.png);
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 3px;
}

.mypage table tr .gallery__list {
  margin-left: 0;
}

.mypage table tr .gallery__list .gallery__item {
  list-style: none;
}

.mypage #left_area_prof {
  text-align: left;
}

.mypage #left_area_prof:last-child {
  margin-top: 0.5em;
}

@media only screen and (max-width: 480px) {
  .mypage #left_area_prof:last-child {
    margin-top: 2em;
  }
}

.mypage #left_area_prof a {
  display: inline-block;
}

.mypage #left_area_prof .acc_ttl {
  font-weight: bold;
  color: #f37e8e;
  font-size: 1.1em;
}

.mypage #left_area_prof .acc_ttl::before {
  content: "\25A0";
  margin-right: 0.5em;
}

@media only screen and (max-width: 480px) {
  .mypage #left_area_prof .acc_ttl {
    margin-bottom: 1em;
  }
}

.mypage #right_area_prof {
  text-align: right;
  margin-bottom: 2em;
}

@media only screen and (max-width: 768px) {
  .mypage #right_area_prof {
    text-align: center;
    margin-bottom: 3em;
  }
}

.mypage #right_area_prof a {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .mypage #right_area_prof a {
    width: 80%;
    text-align: center;
  }
}

.mypage .attn__txt {
  margin-top: 0;
  color: #ff0000;
  margin-bottom: 3em;
}

.mypage .attn__txt a {
  display: inline-block;
  color: #0000ff;
  margin-left: 1em;
  text-decoration: underline;
}

.mypage .attn__txt a:hover {
  opacity: 0.6;
}

.mypage .btn-add-sub-image {
  background-color: #eeeeee;
  padding: 0.5em 0.8em;
}

.mypage .btn-delete-sub-image {
  background-color: #ffdfdf;
  padding: 0.5em 0.8em;
  border-radius: 4px;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}

.mypage .change-image {
  background-color: #d9e6ff;
  padding: 0.5em 0.8em;
}

.mypage .prof_edit.__btm_none {
  margin-bottom: 0 !important;
}

.mypage .prof_edit th {
  vertical-align: middle;
}

.mypage .prof_edit .__birthday span {
  margin-right: 2%;
  vertical-align: middle;
}

.mypage .prof_edit .__birthday input {
  margin-right: 0.5%;
  vertical-align: middle;
}

.mypage .prof_edit .__birthday input::-webkit-input-placeholder {
  color: #696969;
}

.mypage .prof_edit .__birthday input::-moz-placeholder {
  color: #696969;
}

.mypage .prof_edit .__birthday input:-ms-input-placeholder {
  color: #696969;
}

.mypage .prof_edit .__birthday input::-ms-input-placeholder {
  color: #696969;
}

.mypage .prof_edit .__birthday input::placeholder {
  color: #696969;
}

.mypage .prof_edit .__birthday .year {
  width: 8%;
  text-align: center;
}

.mypage .prof_edit .__birthday .month {
  width: 6%;
  text-align: right;
}

.mypage .prof_edit .__birthday .date {
  width: 6%;
  text-align: right;
}

.mypage .prof_edit .__sex input {
  margin-right: 0.5%;
}

.mypage .prof_edit .__sex span {
  margin-right: 2%;
}

.mypage .__mydata {
  text-align: center;
}

.mypage .__mydata .__edit {
  background-color: #7eccf3;
  color: #fff;
  border-radius: 9px;
  padding: 0.7em 1em;
}

.mypage .__mydata .__edit span {
  font-weight: bold;
}

.mypage .salon_acc_link {
  margin-bottom: 2em;
  background: #fff1f7;
  padding: 1.5em;
}

@media only screen and (max-width: 480px) {
  .mypage .salon_acc_link {
    padding: 1em;
  }
}

.mypage .edit_prof_btn {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.mypage .edit_prof_btn .control {
  margin: 1% 2.5%;
}

.mypage .edit_prof_btn .__cancel:hover {
  opacity: 0.6;
}

.mypage .edit_prof_btn .__cancel a {
  background-color: #afafaf;
  border-radius: 9px;
  padding: 1.3em 2em;
  color: #fff;
  font-weight: bold;
}

.mypage .edit_prof_btn .__confirm:hover {
  opacity: 0.7;
}

.mypage .edit_prof_btn .__confirm .__edit {
  padding: 0.5em 2em;
  font-weight: bold;
  height: auto !important;
}

.mypage ._salon_sps_prof {
  width: 100%;
}

.mypage ._salon_sps_prof .__link {
  text-align: right;
}

@media only screen and (max-width: 480px) {
  .mypage ._salon_sps_prof .__link {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .mypage ._salon_sps_prof .__txt {
    margin-bottom: 1em;
  }
}

.mypage ._salon_sps_prof .change_salon {
  background: none;
  padding: 0.5em 0;
  border-bottom: 1px solid #f37e8e;
  color: #4a4a4a;
  border-radius: 0;
  color: #f37e8e;
  font-weight: bold;
}

.mypage ._salon_sps_prof .change_salon::before {
  content: "\BB";
  margin-right: 0.5em;
  font-size: 1.1em;
}

.mypage ._salon_sps_prof .change_salon:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .mypage ._salon_sps_prof .change_salon {
    margin-bottom: 0.5em;
  }
}

@media only screen and (max-width: 480px) {
  .mypage ._salon_sps_prof .change_salon {
    border: none;
    color: #fff;
    background: #f37e8e;
    border-radius: 10px;
    font-weight: normal;
    width: 100%;
  }

  .mypage ._salon_sps_prof .change_salon::before {
    content: none;
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  .mypage .__sled thead {
    display: none;
  }
}

.mypage .__sled th {
  border-right: none;
  width: 17%;
  font-weight: 300;
}

.mypage .__sled td {
  width: 17%;
}

@media only screen and (max-width: 480px) {
  .mypage .__sled td {
    width: 100%;
  }
}

.mypage .__sled .title {
  width: 50%;
  font-size: 1em;
  vertical-align: middle;
  font-weight: 300;
}

@media only screen and (max-width: 480px) {
  .mypage .__sled .title {
    width: 100%;
    font-weight: bold;
    border-bottom: 1px solid #4a4a4a;
    margin-bottom: 0.5em;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .mypage .__sled .table.is-narrow.is-hoverable._mobile-vertical-stacking-table._match-index-table td:first-child {
    background: #f0f8ff;
    color: #4a4a4a;
  }
}

.mypage .__sled .sp_sled_ttl {
  display: none;
}

@media only screen and (max-width: 480px) {
  .mypage .__sled .sp_sled_ttl {
    display: inline-block;
    width: 40%;
    font-weight: bold;
    color: #565656;
  }
}

@media only screen and (max-width: 480px) {
  .mypage .__sled #__details {
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
  }
}

.mypage .__sled #__details a {
  color: #0000ff;
  text-decoration: underline;
}

.mypage .__sled .mane-link {
  background-color: #7eccf3;
  color: #fff;
  font-weight: color;
  border-radius: 9px;
  padding: 1.3em 2em;
}

@media only screen and (max-width: 768px) {
  .mypage .__sled .mane-link {
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 480px) {
  .mypage .__sled .mane-link {
    width: 100%;
  }
}

.mypage .sled_title {
  background-color: #ededed;
  padding: 2%;
}

.mypage .sled_msg article {
  width: 100%;
}

.mypage .sled_msg article .media-content {
  border: 1px solid #888888;
  width: 60%;
  padding: 2%;
  border-radius: 10px;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.mypage .sled_msg article .media-content#__companion {
  border: 1px solid #f687b3;
  background-color: #FFF0F5;
}

.mypage .sled_msg article .media-content#__administrator {
  background: #f0f8ff;
  border: 1px solid #87ceeb;
}

@media only screen and (max-width: 480px) {
  .mypage .sled_msg article .media-content {
    width: 90%;
  }
}

.mypage .sled_msg article .media-content .date {
  font-size: 0.9em;
}

.mypage .sled_msg article .form_msg {
  width: 100%;
}

.mypage .sled_msg article .form_msg .button {
  background-color: #696969;
  padding: 0.4em 1.5em;
  border-radius: 9px;
  height: auto !important;
}

@media only screen and (max-width: 480px) {
  .mypage .sled_msg article .form_msg .button {
    margin-left: auto;
  }
}

.mypage .sled_msg article .form_msg .button:hover {
  opacity: 0.7;
}

.mypage .sled_msg article .form_msg textarea {
  border: 1px solid #727272;
}

.mypage .sled_msg .media {
  -webkit-box-pack: center;
          justify-content: center;
  border: none;
}

.mypage .sled_msg .me_msg {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.mypage .sled_msg .mane_msg {
  display: block;
}

.mypage .sled_msg .mane_msg .manager_name {
  font-size: 1.1em;
  font-weight: bold;
}

.mypage .sled_msg .sled_bk_list {
  text-align: right;
  margin: 1em 0;
}

.mypage .sled_msg .sled_bk_list a {
  background-color: #f687b3;
  padding: 0.6em 1.5em;
  border-radius: 9px;
  color: #fff;
  display: inline-block;
}

.mypage .sled_msg .sled_bk_list a:hover {
  opacity: 0.7;
}

.mypage .sled_msg .scroll_box {
  padding: 1em;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  max-height: 600px;
  overflow: auto;
}

.mypage .matching_list {
  margin-bottom: 4em !important;
}

.mypage .matching_list .table {
  margin-bottom: 1.5em !important;
}

@media only screen and (max-width: 480px) {
  .mypage .matching_list .table thead {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .mypage .matching_list .table tr {
    margin-bottom: 1em;
    display: inline-block;
    width: 100%;
  }
}

.mypage .matching_list .table tr.stylist_td td {
  padding: 0.8em 0.5em !important;
}

.mypage .matching_list .table th {
  width: 16%;
  border-bottom: none;
}

@media only screen and (max-width: 480px) {
  .mypage .matching_list .table .front_match {
    font-weight: bold;
  }
}

@media only screen and (max-width: 480px) and (max-width: 480px) {
  .mypage .matching_list .table .front_match {
    margin-bottom: 0.5em;
  }
}

.mypage .matching_list .table td {
  width: 16%;
}

@media only screen and (max-width: 480px) {
  .mypage .matching_list .table td {
    width: 100%;
  }

  .mypage .matching_list .table td:first-child {
    background-color: #696969;
  }
}

.mypage .matching_list .table td .__img {
  margin-right: 0.5em;
}

@media only screen and (max-width: 480px) {
  .mypage .matching_list .table td .__img#sp_sm_img {
    margin-bottom: 1em;
  }

  .mypage .matching_list .table td .__img#sp_sm_img .tw-w-8 {
    width: 100% !important;
  }

  .mypage .matching_list .table td .__img#sp_sm_img .tw-h-8 {
    height: 100% !important;
  }
}

@media only screen and (max-width: 480px) {
  .mypage .matching_list .table td #__nickname {
    font-size: 1.2em;
    font-weight: bold;
  }
}

@media only screen and (max-width: 480px) {
  .mypage .matching_list .table td .sp_sled_ttl {
    display: inline-block;
    width: 40%;
    font-weight: bold;
    color: #565656;
  }
}

.mypage .matching_list .pagination-list .is-current {
  background-color: #eb6876;
  border: 1px solid #eb6876;
  margin-bottom: 0.25rem;
}

.mypage #__work #date {
  width: 25%;
}

@media only screen and (max-width: 480px) {
  .mypage #__work #date {
    width: 100%;
  }
}

.mypage #__work #salon {
  width: 58%;
}

@media only screen and (max-width: 480px) {
  .mypage #__work #salon {
    width: 100%;
  }
}

.mypage #__work #link {
  width: 17%;
}

@media only screen and (max-width: 480px) {
  .mypage #__work #link {
    width: 100%;
  }
}

.mypage .matching_list_salon .table {
  display: block;
}

.mypage .matching_list_salon .text_salon {
  width: 70%;
}

@media only screen and (max-width: 768px) {
  .mypage .matching_list_salon .text_salon {
    width: 100%;
  }
}

.mypage .matching_list_salon .text_salon tbody {
  display: inline-block;
  width: 100%;
}

.mypage .matching_list_salon .text_salon tbody tr {
  display: inline-block;
  width: 100%;
  border-right: none;
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .mypage .matching_list_salon .text_salon tbody tr {
    border-right: 1px solid #4a4a4a;
  }
}

.mypage .matching_list_salon .text_salon tbody tr th {
  background: #cdcdcd;
  width: 10em;
  display: inline-block;
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .mypage .matching_list_salon .text_salon tbody tr th {
    width: 100%;
  }
}

.mypage .matching_list_salon .text_salon tbody tr:last-child {
  border-bottom: 1px solid #000;
}

.mypage .matching_list_salon .text_salon tbody tr td {
  border-bottom: none;
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .mypage .matching_list_salon .text_salon tbody tr td {
    width: 100%;
  }
}

.mypage .matching_list_salon .text_salon#sub_mat_salon {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .mypage .matching_list_salon .text_salon#sub_mat_salon {
    margin-bottom: 1em !important;
  }
}

.mypage .matching_list_salon .text_salon#sub_mat_salon tr {
  border-right: 1px solid #000;
}

.mypage .matching_list_salon .text_salon#sub_mat_salon tr th {
  width: 10em;
}

@media only screen and (max-width: 768px) {
  .mypage .matching_list_salon .text_salon#sub_mat_salon tr th {
    width: 100%;
  }
}

.mypage .matching_list_salon .photo_salon {
  width: 30%;
  border: 1px solid #000;
  margin-bottom: 3em !important;
}

@media only screen and (max-width: 768px) {
  .mypage .matching_list_salon .photo_salon {
    width: 100%;
  }
}

.mypage .matching_list_salon .photo_salon img {
  width: 300px;
  height: 120px;
  margin: auto;
  margin-top: 5%;
}

@media only screen and (max-width: 768px) {
  .mypage .matching_list_salon .photo_salon img {
    margin-top: auto;
    width: 100%;
  }
}

.mypage .matching_list_salon .status_f_mrg .button {
  margin-right: 0.5em;
}

.mypage .matching_list_salon .gallery .gallery__list .gallery__item {
  margin: 0;
  margin-right: 2%;
  margin-bottom: 2%;
}

.mypage .matching_list_salon .gallery .gallery__list .gallery__item:nth-of-type(5n) {
  margin-right: auto;
}

.mypage .flont_m_btn_s {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .mypage .flont_m_btn_s {
    text-align: center;
    margin-bottom: 2em;
  }
}

.mypage .flont_m_btn_s .button {
  background-color: #4a4a4a;
  color: #fff;
  border-radius: 8px;
}

.mypage .match_spot-flex {
  display: -webkit-box;
  display: flex;
}

.mypage .is-approval-m {
  border-radius: 8px;
  background: #f687b3;
  color: #fff;
  margin-right: 0.5em;
  width: em;
}

.mypage .is-cancel-m {
  background: #766c77;
  border-radius: 8px;
  color: #fff;
  width: 5em;
}

.mypage .is-cancel {
  background: #fded91;
  border-radius: 8px;
  padding: 0.3em 1em;
}

.mypage .flont_m_btn {
  background-color: #4a4a4a;
  color: #fff;
  border-radius: 8px;
}

.mypage .flont_m_btn:hover {
  background-color: #4a4a4a;
  color: #fff;
  opacity: 0.7;
}

.mypage #match_sled_f {
  border: 1px solid #000;
  padding: 2%;
  margin-bottom: 4em;
}

@media only screen and (max-width: 768px) {
  .mypage #match_sled_f {
    margin-bottom: 3em;
  }
}

.mypage .match_cancel {
  background: #757575;
  border-radius: 8px;
  color: #fff;
}

.mypage .sty_schedule {
  border-radius: 8px;
  color: #4a4a4a;
  padding: 0;
  border: none;
}

.mypage .sty_schedule .fas {
  margin-right: 0.5em;
}

.mypage .neg_status_area .approval_match_sps {
  margin-right: 1em;
}

.mypage .neg_status_area .app_btn {
  border-radius: 8px;
}

.mypage .neg_status_area .can_btn {
  border-radius: 8px;
}

.mypage .is-warning-c {
  background: #999;
  color: #fff;
  border-radius: 8px;
}

.mypage .msg_attn {
  margin-bottom: 1em;
}

.mypage .msg_attn:before {
  content: "\25C6";
  margin-right: 1%;
}

.mypage .status_area {
  margin-bottom: 3em;
}

/*------------------------------------------------------------------------
   # Salon review
 ------------------------------------------------------------------------*/

.salon_review_p .box {
  border-radius: 0px;
}

.salon_review_p .box .title {
  font-size: 1.5em;
}

.salon_review_p .box .title img {
  margin-right: 1%;
}

/*------------------------------------------------------------------------
   # Salon matching history
 ------------------------------------------------------------------------*/

/*タブ切り替え全体のスタイル*/

.tabs_history {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  margin-bottom: 5em;
}

@media only screen and (max-width: 480px) {
  .tabs_history {
    margin-top: 30px;
  }
}

.tabs_history .tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #87c5be;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tabs_history .tab_item:hover {
  opacity: 0.75;
}

.tabs_history .tab_item input[name=search_pat] {
  display: none;
}

@media only screen and (max-width: 480px) {
  .tabs_history .tab_item {
    font-size: 0.9em;
  }
}

.tabs_history .tab_content {
  display: none;
  padding: 0.5% 2%;
  clear: both;
  overflow: hidden;
}

.tabs_history .tab_content .table .small_sps {
  width: 10%;
}

@media only screen and (max-width: 480px) {
  .tabs_history .tab_content .table .small_sps {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .tabs_history .tab_content .table #date {
    width: 100%;
    color: #fff;
  }
}

@media only screen and (max-width: 480px) {
  .tabs_history .tab_content .table .date_sp_ttl {
    text-align: center;
    color: #fff;
  }
}

.tabs_history input:checked + .tab_item {
  background-color: #87c5be;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .tabs_history input:checked + .tab_item {
    position: relative;
  }

  .tabs_history input:checked + .tab_item .fa-circle {
    position: absolute;
    right: 3px;
    top: 3px;
  }
}

.tabs_history #tab01:checked ~ #tab-target01 {
  display: block;
}

.tabs_history #tab02:checked ~ #tab-target02 {
  display: block;
}

/*------------------------------------------------------------------------
   # 管理者に相談
 ------------------------------------------------------------------------*/

#inquiry_type p {
  margin-bottom: 2em;
}

#inquiry_type .control {
  margin-bottom: 0.5em;
}

#inquiry_type .field {
  margin-top: 2em;
  -webkit-box-pack: end;
          justify-content: end;
}

/*------------------------------------------------------------------------
   # 店舗切替
 ------------------------------------------------------------------------*/

#change_salon_area .salon_swc_box .card {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding: 1em;
  margin-bottom: 1em;
}

#change_salon_area .salon_swc_box .card #name_salon {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0.5em;
  display: inline-block;
  padding: 0.3rem 1rem;
  border-left: 6px double #87c5be;
}

#change_salon_area .salon_swc_box .card .switch_shop {
  text-align: right;
}

#change_salon_area .salon_swc_box .card .switch_shop .button {
  background: #dadada;
}

#change_salon_area .img_swc {
  margin: auto;
  margin-right: 1em;
}

#change_salon_area .img_swc .tw-object-cover {
  width: 320px;
  height: 200px;
}

@media only screen and (max-width: 768px) {
  #change_salon_area .img_swc .tw-object-cover {
    width: 100%;
    height: 300px;
  }
}

@media only screen and (max-width: 768px) {
  #change_salon_area .img_swc {
    margin-bottom: 1.5em;
  }
}

#change_salon_area .salon_swc {
  margin-left: 0.5em;
  width: 65%;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  #change_salon_area .salon_swc {
    width: 100%;
  }
}

#change_salon_area .salon_swc li {
  list-style-type: none;
  margin-bottom: 1em;
  border-bottom: 1px dashed;
  line-height: 2;
}

#change_salon_area .salon_swc li .ttl_other {
  width: 9em;
  display: inline-block;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  #change_salon_area .salon_swc li .ttl_other {
    width: 100%;
    display: block;
  }
}

#change_salon_area .salon_swc li .ttl_other:before {
  content: "\25C6";
  color: #87c5be;
  margin-right: 0.3em;
}

/*------------------------------------------------------------------------
   # 他県店舗登録
 ------------------------------------------------------------------------*/

#other_stores_r .content {
  margin-bottom: 4em;
  padding: 1em 1.5em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

#other_stores_r .content h2 {
  margin-top: 1.1em;
  margin-bottom: 1.5em;
}

#other_stores_r .content .title {
  font-size: 1.3em;
}

#other_stores_r .content .field {
  margin-bottom: 2em;
}

#other_stores_r .content .field .u_s_sps {
  margin: auto;
  margin-right: 0.75rem;
}

#other_stores_r .content .field .control.__select {
  width: 19%;
}

#other_stores_r .content .field .control.__radio input:last-child {
  margin-left: 2em;
}

#other_stores_r .content .field .control.__txt_40 {
  width: 40%;
}

#other_stores_r .content .field .control.__txt_30 {
  width: 30%;
}

#other_stores_r .content .field .control.__txt_20 {
  width: 20%;
}

#other_stores_r .content .field .control .back_area {
  display: inline-block;
  margin: auto;
  margin-left: 0.5em;
}

#other_stores_r .content .field .business_hours {
  width: 60%;
}

#other_stores_r .other_app_btn {
  margin-bottom: 2em;
}

#other_stores_r .other_app_btn .control {
  margin-left: auto;
}

.msg_txt {
  margin-bottom: 1.5em;
}

.main_img_box {
  width: 100%;
}

/*------------------------------------------------------------------------
   # サブ画像
 ------------------------------------------------------------------------*/

.gallery__list {
  margin-left: 0;
  margin-bottom: 1em;
}

.gallery__list.flex-wrap-box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.gallery__list .gallery__item {
  list-style: none;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  width: 18%;
}

@media only screen and (max-width: 480px) {
  .gallery__list .gallery__item {
    width: 30%;
  }

  .gallery__list .gallery__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.gallery__list .gallery__item:nth-of-type(5n) {
  margin-right: 0;
}

.gallery__list .gallery__item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .gallery__list .gallery__item img {
    height: 80px;
  }
}

.prof_sub_img .gallery__list .gallery__item {
  width: 45%;
}

@media only screen and (max-width: 480px) {
  .prof_sub_img .gallery__list .gallery__item {
    margin: 0;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .prof_sub_img .gallery__list .gallery__item:nth-of-type(3n) {
    margin-right: 2%;
  }
}

.prof_sub_img .gallery__list .gallery__item img {
  width: 100%;
  height: 200px;
}

@media only screen and (max-width: 480px) {
  .prof_sub_img .gallery__list .gallery__item img {
    height: 100px;
  }
}

.prof_sub_img .gallery__list .gallery__item:nth-of-type(2n) {
  margin-right: 0;
}

/*------------------------------------------------------------------------
   # sidebar
 ------------------------------------------------------------------------*/

#sidebar {
  width: 25%;
}

@media only screen and (max-width: 480px) {
  #sidebar {
    width: 100%;
  }
}

#sidebar .s-back-grey {
  background: #4a4a4a;
  color: #fff;
}

#sidebar .s-back-grey a:hover {
  color: #fff;
}

#sidebar .s-back-grey-w {
  background: #edece8;
}

#sidebar .acd {
  max-width: 100%;
}

#sidebar .acd .navbar-item {
  padding: 1em 2em;
}

#sidebar .acd-hidden {
  display: none;
}

#sidebar .acd-hidden:checked + .acd-open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

#sidebar .acd-hidden:checked + .acd-open + .acd-close {
  height: auto;
  opacity: 1;
}

#sidebar .acd-opne-none {
  display: block;
  padding: 1em;
  cursor: pointer;
  margin: 5px 0;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.5em;
}

#sidebar .acd-open {
  display: block;
  padding: 1em;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.5em;
  position: relative;
}

#sidebar .acd-open::before {
  content: "";
  width: 10px;
  height: 0.8px;
  background: #4d4d4d;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#sidebar .acd-open::after {
  content: "";
  width: 10px;
  height: 0.8px;
  background: #4d4d4d;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#sidebar .acd-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  line-height: 1.7em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*------------------------------------------------------------------------
   # 管理画面　TOP
 ------------------------------------------------------------------------*/

#admin_body {
  background: #fff;
  background-image: none;
}

#admin_body .section {
  box-shadow: none;
}

#admin_body main.container {
  padding: 2em 0;
}

@media only screen and (max-width: 480px) {
  #admin_body main.container {
    padding: 2em 1em;
  }
}

#admin_body .logout_box {
  width: 50%;
  text-align: right;
}

#admin_body .logout_box a {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1.1em;
  background: #fff;
  font-weight: bold;
  border-radius: 5px;
}

#main_admin_box {
  width: 80%;
  padding: 1.5% 0;
}

@media only screen and (max-width: 1250px) {
  #main_admin_box {
    width: 100%;
  }
}

#main_admin_box h2 {
  padding: 0.4em 1em;
  color: #4d4d4d;
  border-left: solid 6px #6f6f6f;
  border-bottom: solid 1px #4d4d4d;
  font-size: 1.2em;
  font-weight: bold;
}

#main_admin_box h3 {
  color: #4e4e4e;
  font-size: 1.4em;
}

#main_admin_box .section {
  padding: 2em 0;
}

@media only screen and (max-width: 480px) {
  #main_admin_box .section {
    margin-bottom: 1em;
  }
}

#main_admin_box table th {
  text-align: center;
  padding: 1em;
  border: 1px solid #4d4d4d;
  background: #ededed;
}

#main_admin_box table th.date {
  width: 24%;
}

#main_admin_box table th.salon {
  width: 24%;
}

#main_admin_box table th.stylist {
  width: 28%;
}

#main_admin_box table th.status {
  width: 24%;
}

#main_admin_box table td {
  border: 1px solid #4d4d4d;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  #main_admin_box table.admin_table_t thead {
    display: none;
  }

  #main_admin_box table.admin_table_t tr {
    margin-bottom: 1em;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid;
  }

  #main_admin_box table.admin_table_t tr:last-child {
    border-bottom: none;
  }

  #main_admin_box table.admin_table_t td {
    width: 100%;
    display: block;
    text-align: left;
    border: none;
  }

  #main_admin_box table.admin_table_t td span {
    display: inline-block;
    width: 40%;
    font-weight: bold;
  }
}

#main_admin_box .msg_admin {
  font-size: 0.95em;
}

#main_admin_box .msg_admin .admin_mail_icon {
  width: 12%;
}

#main_admin_box .msg_admin .admin_mail_icon img {
  width: 40%;
  margin: auto;
}

#main_admin_box .msg_admin .__center_td td {
  vertical-align: middle;
}

#main_admin_box .msg_admin .username_a {
  display: inline-block;
  margin-bottom: 0.3em;
}

#main_admin_box .is-d-black {
  background: #4a4a4a;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 0;
}

.acd-check {
  display: none;
}

.acd-check:checked + .acd-label + .acd-content {
  height: 100%;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.acd-label {
  background: #333;
  color: #fff;
  display: block;
  padding: 10px;
  position: relative;
}

.acd-label:after {
  background: #333;
  box-sizing: border-box;
  content: "\25BC";
  display: block;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}

.acd-content {
  border: 1px solid #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}

.login_w {
  width: 100%;
}

/*------------------------------------------------------------------------
   # 管理画面 検索画面
 ------------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
  #main_admin_box ._title {
    z-index: -1;
  }
}

@media only screen and (max-width: 480px) {
  #main_admin_box table._mobile-vertical-stacking-table td {
    border: none;
    text-align: left;
  }

  #main_admin_box table._mobile-vertical-stacking-table td span {
    width: 45%;
    font-weight: bold;
    display: inline-block;
  }

  #main_admin_box table._mobile-vertical-stacking-table td span.block_box {
    display: block;
  }

  #main_admin_box table._mobile-vertical-stacking-table td span.id-search-list {
    width: auto;
    font-weight: normal;
    margin-right: 1%;
  }

  #main_admin_box table._mobile-vertical-stacking-table td.detail_link {
    text-align: center;
  }

  #main_admin_box table._mobile-vertical-stacking-table td.title_msg span {
    margin-bottom: 0.5em;
  }

  #main_admin_box table._mobile-vertical-stacking-table tr {
    margin-bottom: 1em;
    display: block;
    border: 1px solid #cdcdcd;
  }
}

#main_admin_box .admin_search {
  margin-bottom: 3.5em;
  padding: 1em;
  border: 1px solid #000;
}

@media only screen and (max-width: 480px) {
  #main_admin_box .admin_search {
    margin-bottom: 1em;
  }
}

#main_admin_box .admin_search.admin_s_search td {
  width: 30%;
}

@media only screen and (max-width: 480px) {
  #main_admin_box .admin_search.admin_s_search td {
    width: 100%;
  }
}

#main_admin_box .admin_search#__t_left th {
  text-align: right;
  width: 30%;
}

@media only screen and (max-width: 480px) {
  #main_admin_box .admin_search#__t_left th {
    width: 100%;
    text-align: center;
  }
}

#main_admin_box .admin_search#__t_left td {
  text-align: left;
}

@media only screen and (max-width: 480px) {
  #main_admin_box .admin_search#__t_left td.sp-open-time {
    display: -webkit-box;
    display: flex;
  }

  #main_admin_box .admin_search#__t_left td.sp-open-time span {
    display: inline-block;
    margin: auto 2%;
  }
}

@media only screen and (max-width: 480px) {
  #main_admin_box .admin_search#__t_left td.sp-holiday {
    display: -webkit-box !important;
    display: flex !important;
    flex-wrap: wrap;
  }

  #main_admin_box .admin_search#__t_left td.sp-holiday .control {
    width: auto;
  }
}

#main_admin_box .admin_search#__t_left td .admin_edit_plan {
  font-weight: bold;
}

#main_admin_box .admin_search#__t_left .flex-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

#main_admin_box .admin_search#__m_left {
  margin-bottom: 2%;
}

#main_admin_box .admin_search#__m_left th {
  text-align: right;
  width: 20%;
}

@media only screen and (max-width: 480px) {
  #main_admin_box .admin_search#__m_left th {
    width: 100%;
    text-align: left;
  }
}

#main_admin_box .admin_search#__m_left td {
  text-align: left;
}

#main_admin_box .admin_search th {
  width: 20%;
  background: #ededed;
  border: none;
  padding: 1% 2%;
  vertical-align: middle;
  text-align: left;
  font-size: 0.95em;
}

@media only screen and (max-width: 480px) {
  #main_admin_box .admin_search th {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.5em;
  }
}

#main_admin_box .admin_search td {
  border: none;
  padding: 1% 2% !important;
}

@media only screen and (max-width: 480px) {
  #main_admin_box .admin_search td {
    display: block;
    width: 100%;
    padding: 1em 0.5em !important;
  }

  #main_admin_box .admin_search td .m-status-check.is-grouped {
    display: block;
  }

  #main_admin_box .admin_search td .m-status-check label {
    width: 100%;
  }
}

#main_admin_box .admin_search td input {
  border: 1px solid #000;
  border-radius: 0px;
}

#main_admin_box .admin_search td textarea {
  border: 1px solid #000;
  border-radius: 0px;
}

#main_admin_box .admin_search td.stylist_bd input {
  width: 20%;
  vertical-align: middle;
}

#main_admin_box .admin_search td.text-box-20 input {
  width: 20%;
}

@media only screen and (max-width: 480px) {
  #main_admin_box .admin_search td.text-box-20 input {
    width: 100%;
  }
}

#main_admin_box .admin_search td.text-box-20 .select {
  width: 20%;
}

@media only screen and (max-width: 480px) {
  #main_admin_box .admin_search td.text-box-20 .select {
    width: 100%;
  }
}

#main_admin_box .admin_search td#ml_txt span {
  vertical-align: middle;
}

#main_admin_box .admin_search td.text-box-40 input {
  width: 40%;
}

@media only screen and (max-width: 480px) {
  #main_admin_box .admin_search td.text-box-40 input {
    width: 100%;
  }
}

#main_admin_box .admin_search td.text-box-50 input {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  #main_admin_box .admin_search td.text-box-50 input {
    width: 100%;
  }
}

#main_admin_box .admin_search td .select {
  width: 100%;
}

#main_admin_box .admin_search td .select::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #bab9c0 transparent transparent transparent;
  -webkit-transform: rotate(0);
  top: 55%;
}

#main_admin_box .admin_search td .select select {
  width: 100%;
  border: 1px solid #000;
  border-radius: 0px;
}

#main_admin_box .admin_search td.status_area {
  vertical-align: middle;
  text-align: left;
}

@media only screen and (max-width: 480px) {
  #main_admin_box .admin_search td.status_area th:last-child {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #main_admin_box .admin_search td.status_area td:last-child {
    display: none;
  }
}

#main_admin_box .admin_search .control.check_space {
  width: 32%;
  margin-bottom: 1%;
}

@media only screen and (max-width: 480px) {
  #main_admin_box .admin_search .control.check_space {
    width: auto;
    margin-right: 1em;
    margin-bottom: 0.5em;
  }
}

#main_admin_box .admin_search .radio_lay span {
  margin-right: 1em;
}

#main_admin_box .is-warning-c {
  background: #355398;
  color: #fff;
}

#main_admin_box .is-warning-c:hover {
  opacity: 0.7;
}

#main_admin_box .guest_name {
  font-weight: bold;
}

#main_admin_box .admin_search_btn .control {
  text-align: center;
}

#main_admin_box .admin_search_btn .control .button {
  margin: auto;
  background: #355398;
  color: #fff;
  border: none;
  width: 20%;
  font-weight: bold;
  padding: 1%;
}

@media only screen and (max-width: 480px) {
  #main_admin_box .admin_search_btn .control .button {
    width: 40%;
  }
}

#main_admin_box .salon_list_kekka th {
  background: #ededed;
  padding: 0.7em;
}

#main_admin_box .salon_list_kekka td {
  padding: 0.7em;
}

#main_admin_box .list_num {
  font-weight: bold;
}

#main_admin_box .link_n_b {
  color: #609edc;
  text-decoration: underline;
}

#main_admin_box .thread_mail_i {
  display: inline-block;
  width: 1.2em;
  margin-right: 0.3em;
}

.admin_s_entry {
  background: #6f6f6f;
  padding: 2%;
}

@media only screen and (max-width: 768px) {
  .admin_s_entry {
    text-align: center;
  }

  .admin_s_entry.field.is-grouped {
    display: block;
  }
}

.admin_s_entry .control {
  left: 41%;
}

@media only screen and (max-width: 768px) {
  .admin_s_entry .control {
    left: auto;
    text-align: center;
    margin-right: 0 !important;
  }
}

.admin_s_entry .control#entry_click {
  left: auto;
  margin: auto;
}

.admin_s_entry .control .button {
  background: #355398;
  color: #fff;
  border: none;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .admin_s_entry .control .button {
    display: inline-block;
    margin: auto;
    margin-bottom: 0.5em;
    width: 80%;
  }
}

.admin_s_entry .right {
  margin-left: auto;
}

.admin_s_entry .right .button {
  background: #c8c7ce;
  color: #000;
  border: none;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .admin_s_entry .right .button {
    width: 80%;
  }
}

.wh-250-td {
  width: 250px;
}

/*------------------------------------------------------------------------
   # 管理画面 ページング
 ------------------------------------------------------------------------*/

#main_admin_box .section {
  margin-bottom: 3em;
}

#main_admin_box .pagination-list li .pagination-previous {
  background: none;
  border: none;
  font-size: 1.1em;
  color: #000;
}

#main_admin_box .pagination-list li .pagination-next {
  background: none;
  border: none;
  font-size: 1.1em;
  color: #000;
}

#main_admin_box .pagination-list li .pagination-link {
  border: none;
  background: none;
  padding: 1em;
  text-decoration: underline;
}

#main_admin_box .pagination-list li .pagination-link.is-current {
  color: blue;
}

/*------------------------------------------------------------------------
   # 管理画面 メッセージ履歴
 ------------------------------------------------------------------------*/

.admin_msg_page {
  margin-bottom: 1em;
  border: 1px solid #000;
  padding: 1%;
}

.admin_msg_page .scroll_box {
  padding: 1em;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  max-height: 600px;
  overflow: auto;
}

.admin_msg_page #comment_area {
  margin-bottom: 2em;
}

.admin_msg_page #comment_area .date_n p {
  font-weight: bold;
  color: #000;
  margin-right: 2%;
}

@media only screen and (max-width: 480px) {
  .admin_msg_page #comment_area .date_n p#salon_name_at {
    color: #87c5be;
  }

  .admin_msg_page #comment_area .date_n p#stylist_name_at {
    color: #eb6877;
  }
}

.admin_msg_page #comment_area .date_n p.admin_name_th {
  color: #667EEA;
}

.section_sub {
  margin-bottom: 1em;
}

.section_sub .button_back {
  margin: auto;
  background-color: #6f6f6f;
  text-align: center;
  width: 30%;
  padding: 1%;
  border-radius: 8px;
}

.section_sub .button_back a {
  display: inline-block;
  color: #fff;
}

/*------------------------------------------------------------------------
   # 管理画面 マッチング履歴
 ------------------------------------------------------------------------*/

.salon_rireki {
  padding: 1em 0;
}

@media only screen and (max-width: 480px) {
  .salon_rireki .media {
    display: block;
  }
}

.salon_rireki .media-left img {
  width: 250px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 480px) {
  .salon_rireki .media-left img {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .salon_rireki .media-left {
    margin-bottom: 0.5em;
  }
}

@media only screen and (max-width: 480px) {
  .salon_rireki .media-right {
    margin-left: 0;
  }

  .salon_rireki .media-right .title {
    font-size: 1.2em;
  }
}

/*------------------------------------------------------------------------
   # 管理画面 サロン登録完了
 ------------------------------------------------------------------------*/

.entry_finish {
  font-size: 2em;
  text-align: center;
  padding: 2em 1.5em;
}

.entry_finish_btn a {
  display: inline-block;
  padding: 0.5em 1em;
  background: #edece8;
  margin: auto;
}

.m-status-check label {
  width: 25%;
  text-align: left;
}

/*! bulma.io v0.8.0 | MIT License | github.com/jgthms/bulma */

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button, .is-unselectable, .modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0.625em;
}

.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .list:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .highlight:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal-close, .delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}

.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}

.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.hero-video, .modal-background, .modal, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  -webkit-box-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}

[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, [disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #667EEA;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: #363636;
}

code {
  background-color: whitesmoke;
  color: #F56565;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}

table td:not([align]),
table th:not([align]) {
  text-align: left;
}

table th {
  color: #363636;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

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

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

.is-clipped {
  overflow: hidden !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  .is-size-3-mobile {
    font-size: 2rem !important;
  }

  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }

  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  .is-size-3-tablet {
    font-size: 2rem !important;
  }

  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }

  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }

  .is-size-2-touch {
    font-size: 2.5rem !important;
  }

  .is-size-3-touch {
    font-size: 2rem !important;
  }

  .is-size-4-touch {
    font-size: 1.5rem !important;
  }

  .is-size-5-touch {
    font-size: 1.25rem !important;
  }

  .is-size-6-touch {
    font-size: 1rem !important;
  }

  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  .is-size-3-desktop {
    font-size: 2rem !important;
  }

  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }

  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }

  .is-size-3-widescreen {
    font-size: 2rem !important;
  }

  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }

  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }

  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }

  .is-size-3-fullhd {
    font-size: 2rem !important;
  }

  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }

  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }

  .is-size-6-fullhd {
    font-size: 1rem !important;
  }

  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}

.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

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

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

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-white {
  color: white !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: white !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #363636 !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-background-dark {
  background-color: #363636 !important;
}

.has-text-primary {
  color: #38B2AC !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #2c8b87 !important;
}

.has-background-primary {
  background-color: #38B2AC !important;
}

.has-text-link {
  color: #667EEA !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: #3958e4 !important;
}

.has-background-link {
  background-color: #667EEA !important;
}

.has-text-info {
  color: #4299E1 !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: #2180cf !important;
}

.has-background-info {
  background-color: #4299E1 !important;
}

.has-text-success {
  color: #48BB78 !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: #389860 !important;
}

.has-background-success {
  background-color: #48BB78 !important;
}

.has-text-warning {
  color: #ECC94B !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #e7bb1d !important;
}

.has-background-warning {
  background-color: #ECC94B !important;
}

.has-text-danger {
  color: #F56565 !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #f23535 !important;
}

.has-background-danger {
  background-color: #F56565 !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-background-grey-darker {
  background-color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-background-grey {
  background-color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}

.is-flex {
  display: -webkit-box !important;
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: -webkit-box !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: -webkit-box !important;
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

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

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-relative {
  position: relative !important;
}

.box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #667EEA;
}

a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #667EEA;
}

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
          justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}

.button strong {
  color: inherit;
}

.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}

.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}

.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}

.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}

.button:focus, .button.is-focused {
  border-color: #667EEA;
  color: #363636;
}

.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(102, 126, 234, 0.25);
}

.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}

.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}

.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}

.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}

.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}

.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}

.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: white;
}

.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}

.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}

.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}

.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
}

.button.is-dark.is-inverted {
  background-color: #fff;
  color: #363636;
}

.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}

.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-primary {
  background-color: #38B2AC;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #35a8a3;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(56, 178, 172, 0.25);
}

.button.is-primary:active, .button.is-primary.is-active {
  background-color: #329f99;
  border-color: transparent;
  color: #fff;
}

.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #38B2AC;
  border-color: transparent;
  box-shadow: none;
}

.button.is-primary.is-inverted {
  background-color: #fff;
  color: #38B2AC;
}

.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #38B2AC;
}

.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #38B2AC;
  color: #38B2AC;
}

.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: #38B2AC;
  border-color: #38B2AC;
  color: #fff;
}

.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #38B2AC #38B2AC !important;
}

.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #38B2AC;
  box-shadow: none;
  color: #38B2AC;
}

.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #38B2AC;
}

.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #38B2AC #38B2AC !important;
}

.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-primary.is-light {
  background-color: #effafa;
  color: #2b8883;
}

.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #e6f7f6;
  border-color: transparent;
  color: #2b8883;
}

.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #dcf4f3;
  border-color: transparent;
  color: #2b8883;
}

.button.is-link {
  background-color: #667EEA;
  border-color: transparent;
  color: #fff;
}

.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #5b75e8;
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(102, 126, 234, 0.25);
}

.button.is-link:active, .button.is-link.is-active {
  background-color: #506be7;
  border-color: transparent;
  color: #fff;
}

.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #667EEA;
  border-color: transparent;
  box-shadow: none;
}

.button.is-link.is-inverted {
  background-color: #fff;
  color: #667EEA;
}

.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #667EEA;
}

.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #667EEA;
  color: #667EEA;
}

.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: #667EEA;
  border-color: #667EEA;
  color: #fff;
}

.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #667EEA #667EEA !important;
}

.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #667EEA;
  box-shadow: none;
  color: #667EEA;
}

.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #667EEA;
}

.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #667EEA #667EEA !important;
}

.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-link.is-light {
  background-color: #edf0fd;
  color: #1936b8;
}

.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #e2e6fb;
  border-color: transparent;
  color: #1936b8;
}

.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #d7ddf9;
  border-color: transparent;
  color: #1936b8;
}

.button.is-info {
  background-color: #4299E1;
  border-color: transparent;
  color: #fff;
}

.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #3793df;
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(66, 153, 225, 0.25);
}

.button.is-info:active, .button.is-info.is-active {
  background-color: #2c8dde;
  border-color: transparent;
  color: #fff;
}

.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #4299E1;
  border-color: transparent;
  box-shadow: none;
}

.button.is-info.is-inverted {
  background-color: #fff;
  color: #4299E1;
}

.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #4299E1;
}

.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #4299E1;
  color: #4299E1;
}

.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: #4299E1;
  border-color: #4299E1;
  color: #fff;
}

.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #4299E1 #4299E1 !important;
}

.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #4299E1;
  box-shadow: none;
  color: #4299E1;
}

.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #4299E1;
}

.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #4299E1 #4299E1 !important;
}

.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-info.is-light {
  background-color: #edf5fc;
  color: #1b68a7;
}

.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #e2f0fa;
  border-color: transparent;
  color: #1b68a7;
}

.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #d7eaf9;
  border-color: transparent;
  color: #1b68a7;
}

.button.is-success {
  background-color: #48BB78;
  border-color: transparent;
  color: #fff;
}

.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #43b472;
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 187, 120, 0.25);
}

.button.is-success:active, .button.is-success.is-active {
  background-color: #3faa6c;
  border-color: transparent;
  color: #fff;
}

.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #48BB78;
  border-color: transparent;
  box-shadow: none;
}

.button.is-success.is-inverted {
  background-color: #fff;
  color: #48BB78;
}

.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #48BB78;
}

.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48BB78;
  color: #48BB78;
}

.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: #48BB78;
  border-color: #48BB78;
  color: #fff;
}

.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #48BB78 #48BB78 !important;
}

.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48BB78;
  box-shadow: none;
  color: #48BB78;
}

.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #48BB78;
}

.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #48BB78 #48BB78 !important;
}

.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-success.is-light {
  background-color: #f0f9f4;
  color: #2f7e50;
}

.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #e7f6ed;
  border-color: transparent;
  color: #2f7e50;
}

.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #def3e6;
  border-color: transparent;
  color: #2f7e50;
}

.button.is-warning {
  background-color: #ECC94B;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ebc63f;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(236, 201, 75, 0.25);
}

.button.is-warning:active, .button.is-warning.is-active {
  background-color: #eac234;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #ECC94B;
  border-color: transparent;
  box-shadow: none;
}

.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ECC94B;
}

.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ECC94B;
}

.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ECC94B;
  color: #ECC94B;
}

.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: #ECC94B;
  border-color: #ECC94B;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ECC94B #ECC94B !important;
}

.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ECC94B;
  box-shadow: none;
  color: #ECC94B;
}

.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ECC94B;
}

.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ECC94B #ECC94B !important;
}

.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-light {
  background-color: #fdf9ed;
  color: #866c0e;
}

.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #fcf6e1;
  border-color: transparent;
  color: #866c0e;
}

.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #fbf3d5;
  border-color: transparent;
  color: #866c0e;
}

.button.is-danger {
  background-color: #F56565;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #f45959;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 101, 101, 0.25);
}

.button.is-danger:active, .button.is-danger.is-active {
  background-color: #f34d4d;
  border-color: transparent;
  color: #fff;
}

.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #F56565;
  border-color: transparent;
  box-shadow: none;
}

.button.is-danger.is-inverted {
  background-color: #fff;
  color: #F56565;
}

.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #F56565;
}

.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #F56565;
  color: #F56565;
}

.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: #F56565;
  border-color: #F56565;
  color: #fff;
}

.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #F56565 #F56565 !important;
}

.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #F56565;
  box-shadow: none;
  color: #F56565;
}

.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #F56565;
}

.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #F56565 #F56565 !important;
}

.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-danger.is-light {
  background-color: #feecec;
  color: #bb0c0c;
}

.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: #fde0e0;
  border-color: transparent;
  color: #bb0c0c;
}

.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: #fcd4d4;
  border-color: transparent;
  color: #bb0c0c;
}

.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.button.is-normal {
  font-size: 1rem;
}

.button.is-medium {
  font-size: 1.25rem;
}

.button.is-large {
  font-size: 1.5rem;
}

.button[disabled], fieldset[disabled] .button {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}

.button.is-fullwidth {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}

.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

.button.is-rounded {
  border-radius: 290486px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.buttons {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.buttons .button {
  margin-bottom: 0.5rem;
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}

.buttons:last-child {
  margin-bottom: -0.5rem;
}

.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  border-radius: 2px;
  font-size: 0.75rem;
}

.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}

.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}

.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.buttons.has-addons .button:last-child {
  margin-right: 0;
}

.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}

.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}

.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}

.buttons.has-addons .button.is-expanded {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
}

.buttons.is-centered {
  -webkit-box-pack: center;
          justify-content: center;
}

.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.buttons.is-right {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.container {
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.container.is-fluid {
  max-width: none;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

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

@media screen and (max-width: 1215px) {
  .container.is-widescreen {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1407px) {
  .container.is-fullhd {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1216px) {
  .container {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  .container {
    max-width: 1344px;
  }
}

.content li + li {
  margin-top: 0.25em;
}

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.content h1:not(:first-child) {
  margin-top: 1em;
}

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ol:not([type]) {
  list-style-type: decimal;
}

.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}

.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}

.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}

.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

.content ul ul ul {
  list-style-type: square;
}

.content dd {
  margin-left: 2em;
}

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

.content figure:not(:first-child) {
  margin-top: 2em;
}

.content figure:not(:last-child) {
  margin-bottom: 2em;
}

.content figure img {
  display: inline-block;
}

.content figure figcaption {
  font-style: italic;
}

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

.content sup,
.content sub {
  font-size: 75%;
}

.content table {
  width: 100%;
}

.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.content table th {
  color: #363636;
}

.content table th:not([align]) {
  text-align: left;
}

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.content .tabs li + li {
  margin-top: 0;
}

.content.is-small {
  font-size: 0.75rem;
}

.content.is-medium {
  font-size: 1.25rem;
}

.content.is-large {
  font-size: 1.5rem;
}

.icon {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.icon.is-small {
  height: 1rem;
  width: 1rem;
}

.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.image {
  display: block;
  position: relative;
}

.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image img.is-rounded {
  border-radius: 290486px;
}

.image.is-fullwidth {
  width: 100%;
}

.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}

.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}

.image.is-5by4 {
  padding-top: 80%;
}

.image.is-4by3 {
  padding-top: 75%;
}

.image.is-3by2 {
  padding-top: 66.6666%;
}

.image.is-5by3 {
  padding-top: 60%;
}

.image.is-16by9 {
  padding-top: 56.25%;
}

.image.is-2by1 {
  padding-top: 50%;
}

.image.is-3by1 {
  padding-top: 33.3333%;
}

.image.is-4by5 {
  padding-top: 125%;
}

.image.is-3by4 {
  padding-top: 133.3333%;
}

.image.is-2by3 {
  padding-top: 150%;
}

.image.is-3by5 {
  padding-top: 166.6666%;
}

.image.is-9by16 {
  padding-top: 177.7777%;
}

.image.is-1by2 {
  padding-top: 200%;
}

.image.is-1by3 {
  padding-top: 300%;
}

.image.is-16x16 {
  height: 16px;
  width: 16px;
}

.image.is-24x24 {
  height: 24px;
  width: 24px;
}

.image.is-32x32 {
  height: 32px;
  width: 32px;
}

.image.is-48x48 {
  height: 48px;
  width: 48px;
}

.image.is-64x64 {
  height: 64px;
  width: 64px;
}

.image.is-96x96 {
  height: 96px;
  width: 96px;
}

.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}

.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.notification strong {
  color: currentColor;
}

.notification code,
.notification pre {
  background: white;
}

.notification pre code {
  background: transparent;
}

.notification > .delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}

.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}

.notification.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-dark {
  background-color: #363636;
  color: #fff;
}

.notification.is-primary {
  background-color: #38B2AC;
  color: #fff;
}

.notification.is-link {
  background-color: #667EEA;
  color: #fff;
}

.notification.is-info {
  background-color: #4299E1;
  color: #fff;
}

.notification.is-success {
  background-color: #48BB78;
  color: #fff;
}

.notification.is-warning {
  background-color: #ECC94B;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-danger {
  background-color: #F56565;
  color: #fff;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.progress::-webkit-progress-bar {
  background-color: #ededed;
}

.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}

.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}

.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}

.progress.is-white::-webkit-progress-value {
  background-color: white;
}

.progress.is-white::-moz-progress-bar {
  background-color: white;
}

.progress.is-white::-ms-fill {
  background-color: white;
}

.progress.is-white:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, white), color-stop(30%, #ededed));
  background-image: linear-gradient(to right, white 30%, #ededed 30%);
}

.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}

.progress.is-black:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #0a0a0a), color-stop(30%, #ededed));
  background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
}

.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}

.progress.is-light:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, whitesmoke), color-stop(30%, #ededed));
  background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
}

.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}

.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}

.progress.is-dark::-ms-fill {
  background-color: #363636;
}

.progress.is-dark:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #363636), color-stop(30%, #ededed));
  background-image: linear-gradient(to right, #363636 30%, #ededed 30%);
}

.progress.is-primary::-webkit-progress-value {
  background-color: #38B2AC;
}

.progress.is-primary::-moz-progress-bar {
  background-color: #38B2AC;
}

.progress.is-primary::-ms-fill {
  background-color: #38B2AC;
}

.progress.is-primary:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #38B2AC), color-stop(30%, #ededed));
  background-image: linear-gradient(to right, #38B2AC 30%, #ededed 30%);
}

.progress.is-link::-webkit-progress-value {
  background-color: #667EEA;
}

.progress.is-link::-moz-progress-bar {
  background-color: #667EEA;
}

.progress.is-link::-ms-fill {
  background-color: #667EEA;
}

.progress.is-link:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #667EEA), color-stop(30%, #ededed));
  background-image: linear-gradient(to right, #667EEA 30%, #ededed 30%);
}

.progress.is-info::-webkit-progress-value {
  background-color: #4299E1;
}

.progress.is-info::-moz-progress-bar {
  background-color: #4299E1;
}

.progress.is-info::-ms-fill {
  background-color: #4299E1;
}

.progress.is-info:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #4299E1), color-stop(30%, #ededed));
  background-image: linear-gradient(to right, #4299E1 30%, #ededed 30%);
}

.progress.is-success::-webkit-progress-value {
  background-color: #48BB78;
}

.progress.is-success::-moz-progress-bar {
  background-color: #48BB78;
}

.progress.is-success::-ms-fill {
  background-color: #48BB78;
}

.progress.is-success:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #48BB78), color-stop(30%, #ededed));
  background-image: linear-gradient(to right, #48BB78 30%, #ededed 30%);
}

.progress.is-warning::-webkit-progress-value {
  background-color: #ECC94B;
}

.progress.is-warning::-moz-progress-bar {
  background-color: #ECC94B;
}

.progress.is-warning::-ms-fill {
  background-color: #ECC94B;
}

.progress.is-warning:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ECC94B), color-stop(30%, #ededed));
  background-image: linear-gradient(to right, #ECC94B 30%, #ededed 30%);
}

.progress.is-danger::-webkit-progress-value {
  background-color: #F56565;
}

.progress.is-danger::-moz-progress-bar {
  background-color: #F56565;
}

.progress.is-danger::-ms-fill {
  background-color: #F56565;
}

.progress.is-danger:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #F56565), color-stop(30%, #ededed));
  background-image: linear-gradient(to right, #F56565 30%, #ededed 30%);
}

.progress:indeterminate {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: moveIndeterminate;
          animation-name: moveIndeterminate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #4a4a4a), color-stop(30%, #ededed));
  background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}

.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}

.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}

.progress.is-small {
  height: 0.75rem;
}

.progress.is-medium {
  height: 1.25rem;
}

.progress.is-large {
  height: 1.5rem;
}

@-webkit-keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

.table {
  background-color: white;
  color: #363636;
}

.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.table td.is-primary,
.table th.is-primary {
  background-color: #38B2AC;
  border-color: #38B2AC;
  color: #fff;
}

.table td.is-link,
.table th.is-link {
  background-color: #667EEA;
  border-color: #667EEA;
  color: #fff;
}

.table td.is-info,
.table th.is-info {
  background-color: #4299E1;
  border-color: #4299E1;
  color: #fff;
}

.table td.is-success,
.table th.is-success {
  background-color: #48BB78;
  border-color: #48BB78;
  color: #fff;
}

.table td.is-warning,
.table th.is-warning {
  background-color: #ECC94B;
  border-color: #ECC94B;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-danger,
.table th.is-danger {
  background-color: #F56565;
  border-color: #F56565;
  color: #fff;
}

.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

.table td.is-selected,
.table th.is-selected {
  background-color: #38B2AC;
  color: #fff;
}

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}

.table th {
  color: #363636;
}

.table th:not([align]) {
  text-align: left;
}

.table tr.is-selected {
  background-color: #38B2AC;
  color: #fff;
}

.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

.table thead {
  background-color: transparent;
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.table tfoot {
  background-color: transparent;
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.table tbody {
  background-color: transparent;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

.table.is-fullwidth {
  width: 100%;
}

.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.tags {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.tags .tag {
  margin-bottom: 0.5rem;
}

.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

.tags:last-child {
  margin-bottom: -0.5rem;
}

.tags:not(:last-child) {
  margin-bottom: 1rem;
}

.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}

.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}

.tags.is-centered {
  -webkit-box-pack: center;
          justify-content: center;
}

.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.tags.is-right {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tags.has-addons .tag {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tag:not(body) {
  -webkit-box-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

.tag:not(body).is-white {
  background-color: white;
  color: #0a0a0a;
}

.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: white;
}

.tag:not(body).is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-dark {
  background-color: #363636;
  color: #fff;
}

.tag:not(body).is-primary {
  background-color: #38B2AC;
  color: #fff;
}

.tag:not(body).is-primary.is-light {
  background-color: #effafa;
  color: #2b8883;
}

.tag:not(body).is-link {
  background-color: #667EEA;
  color: #fff;
}

.tag:not(body).is-link.is-light {
  background-color: #edf0fd;
  color: #1936b8;
}

.tag:not(body).is-info {
  background-color: #4299E1;
  color: #fff;
}

.tag:not(body).is-info.is-light {
  background-color: #edf5fc;
  color: #1b68a7;
}

.tag:not(body).is-success {
  background-color: #48BB78;
  color: #fff;
}

.tag:not(body).is-success.is-light {
  background-color: #f0f9f4;
  color: #2f7e50;
}

.tag:not(body).is-warning {
  background-color: #ECC94B;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-warning.is-light {
  background-color: #fdf9ed;
  color: #866c0e;
}

.tag:not(body).is-danger {
  background-color: #F56565;
  color: #fff;
}

.tag:not(body).is-danger.is-light {
  background-color: #feecec;
  color: #bb0c0c;
}

.tag:not(body).is-normal {
  font-size: 0.75rem;
}

.tag:not(body).is-medium {
  font-size: 1rem;
}

.tag:not(body).is-large {
  font-size: 1.25rem;
}

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}

.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}

.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}

.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}

.tag:not(body).is-rounded {
  border-radius: 290486px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}

.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

.title sub,
.subtitle sub {
  font-size: 0.75em;
}

.title sup,
.subtitle sup {
  font-size: 0.75em;
}

.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.title strong {
  color: inherit;
  font-weight: inherit;
}

.title + .highlight {
  margin-top: -0.75rem;
}

.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

.title.is-1 {
  font-size: 3rem;
}

.title.is-2 {
  font-size: 2.5rem;
}

.title.is-3 {
  font-size: 2rem;
}

.title.is-4 {
  font-size: 1.5rem;
}

.title.is-5 {
  font-size: 1.25rem;
}

.title.is-6 {
  font-size: 1rem;
}

.title.is-7 {
  font-size: 0.75rem;
}

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.subtitle strong {
  color: #363636;
  font-weight: 600;
}

.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

.subtitle.is-1 {
  font-size: 3rem;
}

.subtitle.is-2 {
  font-size: 2.5rem;
}

.subtitle.is-3 {
  font-size: 2rem;
}

.subtitle.is-4 {
  font-size: 1.5rem;
}

.subtitle.is-5 {
  font-size: 1.25rem;
}

.subtitle.is-6 {
  font-size: 1rem;
}

.subtitle.is-7 {
  font-size: 0.75rem;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

.highlight pre {
  overflow: auto;
  max-width: 100%;
}

.number {
  -webkit-box-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  -webkit-box-pack: center;
          justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

.select select, .textarea, .input {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}

.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: #b5b5b5;
}

.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: #667EEA;
  box-shadow: 0 0 0 0.125em rgba(102, 126, 234, 0.25);
}

.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}

[readonly].textarea, [readonly].input {
  box-shadow: none;
}

.is-white.textarea, .is-white.input {
  border-color: white;
}

.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.is-black.textarea, .is-black.input {
  border-color: #0a0a0a;
}

.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.is-light.textarea, .is-light.input {
  border-color: whitesmoke;
}

.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.is-dark.textarea, .is-dark.input {
  border-color: #363636;
}

.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.is-primary.textarea, .is-primary.input {
  border-color: #38B2AC;
}

.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(56, 178, 172, 0.25);
}

.is-link.textarea, .is-link.input {
  border-color: #667EEA;
}

.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(102, 126, 234, 0.25);
}

.is-info.textarea, .is-info.input {
  border-color: #4299E1;
}

.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(66, 153, 225, 0.25);
}

.is-success.textarea, .is-success.input {
  border-color: #48BB78;
}

.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(72, 187, 120, 0.25);
}

.is-warning.textarea, .is-warning.input {
  border-color: #ECC94B;
}

.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(236, 201, 75, 0.25);
}

.is-danger.textarea, .is-danger.input {
  border-color: #F56565;
}

.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(245, 101, 101, 0.25);
}

.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}

.is-medium.textarea, .is-medium.input {
  font-size: 1.25rem;
}

.is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}

.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}

.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 290486px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}

.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}

.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}

.textarea[rows] {
  height: initial;
}

.textarea.has-fixed-size {
  resize: none;
}

.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.radio input, .checkbox input {
  cursor: pointer;
}

.radio:hover, .checkbox:hover {
  color: #363636;
}

[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox {
  color: #7a7a7a;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple) {
  height: 2.5em;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #667EEA;
  right: 1.125em;
  z-index: 4;
}

.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}

.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

.select select::-ms-expand {
  display: none;
}

.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}

.select select:not([multiple]) {
  padding-right: 2.5em;
}

.select select[multiple] {
  height: auto;
  padding: 0;
}

.select select[multiple] option {
  padding: 0.5em 1em;
}

.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}

.select.is-white:not(:hover)::after {
  border-color: white;
}

.select.is-white select {
  border-color: white;
}

.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

.select.is-black select {
  border-color: #0a0a0a;
}

.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}

.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}

.select.is-light select {
  border-color: whitesmoke;
}

.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}

.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.select.is-dark:not(:hover)::after {
  border-color: #363636;
}

.select.is-dark select {
  border-color: #363636;
}

.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}

.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.select.is-primary:not(:hover)::after {
  border-color: #38B2AC;
}

.select.is-primary select {
  border-color: #38B2AC;
}

.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #329f99;
}

.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(56, 178, 172, 0.25);
}

.select.is-link:not(:hover)::after {
  border-color: #667EEA;
}

.select.is-link select {
  border-color: #667EEA;
}

.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #506be7;
}

.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(102, 126, 234, 0.25);
}

.select.is-info:not(:hover)::after {
  border-color: #4299E1;
}

.select.is-info select {
  border-color: #4299E1;
}

.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #2c8dde;
}

.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(66, 153, 225, 0.25);
}

.select.is-success:not(:hover)::after {
  border-color: #48BB78;
}

.select.is-success select {
  border-color: #48BB78;
}

.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #3faa6c;
}

.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 187, 120, 0.25);
}

.select.is-warning:not(:hover)::after {
  border-color: #ECC94B;
}

.select.is-warning select {
  border-color: #ECC94B;
}

.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #eac234;
}

.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(236, 201, 75, 0.25);
}

.select.is-danger:not(:hover)::after {
  border-color: #F56565;
}

.select.is-danger select {
  border-color: #F56565;
}

.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #f34d4d;
}

.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 101, 101, 0.25);
}

.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.select.is-medium {
  font-size: 1.25rem;
}

.select.is-large {
  font-size: 1.5rem;
}

.select.is-disabled::after {
  border-color: #7a7a7a;
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}

.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  -webkit-transform: none;
          transform: none;
}

.select.is-loading.is-small:after {
  font-size: 0.75rem;
}

.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  -webkit-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  position: relative;
}

.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}

.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}

.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}

.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #fff;
}

.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

.file.is-primary .file-cta {
  background-color: #38B2AC;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #35a8a3;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(56, 178, 172, 0.25);
  color: #fff;
}

.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #329f99;
  border-color: transparent;
  color: #fff;
}

.file.is-link .file-cta {
  background-color: #667EEA;
  border-color: transparent;
  color: #fff;
}

.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #5b75e8;
  border-color: transparent;
  color: #fff;
}

.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(102, 126, 234, 0.25);
  color: #fff;
}

.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #506be7;
  border-color: transparent;
  color: #fff;
}

.file.is-info .file-cta {
  background-color: #4299E1;
  border-color: transparent;
  color: #fff;
}

.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #3793df;
  border-color: transparent;
  color: #fff;
}

.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(66, 153, 225, 0.25);
  color: #fff;
}

.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #2c8dde;
  border-color: transparent;
  color: #fff;
}

.file.is-success .file-cta {
  background-color: #48BB78;
  border-color: transparent;
  color: #fff;
}

.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #43b472;
  border-color: transparent;
  color: #fff;
}

.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 187, 120, 0.25);
  color: #fff;
}

.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #3faa6c;
  border-color: transparent;
  color: #fff;
}

.file.is-warning .file-cta {
  background-color: #ECC94B;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #ebc63f;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(236, 201, 75, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #eac234;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-danger .file-cta {
  background-color: #F56565;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #f45959;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 101, 101, 0.25);
  color: #fff;
}

.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #f34d4d;
  border-color: transparent;
  color: #fff;
}

.file.is-small {
  font-size: 0.75rem;
}

.file.is-medium {
  font-size: 1.25rem;
}

.file.is-medium .file-icon .fa {
  font-size: 21px;
}

.file.is-large {
  font-size: 1.5rem;
}

.file.is-large .file-icon .fa {
  font-size: 28px;
}

.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}

.file.has-name.is-empty .file-name {
  display: none;
}

.file.is-boxed .file-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.file.is-boxed .file-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}

.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}

.file.is-centered {
  -webkit-box-pack: center;
          justify-content: center;
}

.file.is-fullwidth .file-label {
  width: 100%;
}

.file.is-fullwidth .file-name {
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: none;
}

.file.is-right {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}

.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.file-label {
  -webkit-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}

.file-label:hover .file-name {
  border-color: #d5d5d5;
}

.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

.file-label:active .file-name {
  border-color: #cfcfcf;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file-icon {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  height: 1em;
  -webkit-box-pack: center;
          justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.file-icon .fa {
  font-size: 14px;
}

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.label:not(:last-child) {
  margin-bottom: 0.5em;
}

.label.is-small {
  font-size: 0.75rem;
}

.label.is-medium {
  font-size: 1.25rem;
}

.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.help.is-white {
  color: white;
}

.help.is-black {
  color: #0a0a0a;
}

.help.is-light {
  color: whitesmoke;
}

.help.is-dark {
  color: #363636;
}

.help.is-primary {
  color: #38B2AC;
}

.help.is-link {
  color: #667EEA;
}

.help.is-info {
  color: #4299E1;
}

.help.is-success {
  color: #48BB78;
}

.help.is-warning {
  color: #ECC94B;
}

.help.is-danger {
  color: #F56565;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.has-addons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}

.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}

.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}

.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}

.field.has-addons .control.is-expanded {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
}

.field.has-addons.has-addons-centered {
  -webkit-box-pack: center;
          justify-content: center;
}

.field.has-addons.has-addons-right {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 0;
}

.field.is-grouped {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.field.is-grouped > .control {
  flex-shrink: 0;
}

.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.field.is-grouped > .control.is-expanded {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
}

.field.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
          justify-content: center;
}

.field.is-grouped.is-grouped-right {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}

.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: -webkit-box;
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }

  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }

  .field-label.is-normal {
    padding-top: 0.375em;
  }

  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }

  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .field-body {
    display: -webkit-box;
    display: flex;
    flex-basis: 0;
    -webkit-box-flex: 5;
            flex-grow: 5;
    flex-shrink: 1;
  }

  .field-body .field {
    margin-bottom: 0;
  }

  .field-body > .field {
    flex-shrink: 1;
  }

  .field-body > .field:not(.is-narrow) {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #4a4a4a;
}

.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}

.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}

.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}

.control.has-icons-left .icon.is-left {
  left: 0;
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}

.control.has-icons-right .icon.is-right {
  right: 0;
}

.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

.control.is-loading.is-small:after {
  font-size: 0.75rem;
}

.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

.breadcrumb a {
  -webkit-box-align: center;
          align-items: center;
  color: #667EEA;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 0.75em;
}

.breadcrumb a:hover {
  color: #363636;
}

.breadcrumb li {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}

.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "/";
}

.breadcrumb ul,
.breadcrumb ol {
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}

.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}

.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  -webkit-box-pack: center;
          justify-content: center;
}

.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.breadcrumb.is-small {
  font-size: 0.75rem;
}

.breadcrumb.is-medium {
  font-size: 1.25rem;
}

.breadcrumb.is-large {
  font-size: 1.5rem;
}

.breadcrumb.has-arrow-separator li + li::before {
  content: "\2192";
}

.breadcrumb.has-bullet-separator li + li::before {
  content: "\2022";
}

.breadcrumb.has-dot-separator li + li::before {
  content: "\B7";
}

.breadcrumb.has-succeeds-separator li + li::before {
  content: "\227B";
}

.card {
  background-color: white;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

.card-header {
  background-color: transparent;
  -webkit-box-align: stretch;
          align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: -webkit-box;
  display: flex;
}

.card-header-title {
  -webkit-box-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.card-header-title.is-centered {
  -webkit-box-pack: center;
          justify-content: center;
}

.card-header-icon {
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0.75rem 1rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid #ededed;
  -webkit-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: flex;
}

.card-footer-item {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 0;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0.75rem;
}

.card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}

.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.dropdown {
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #667EEA;
  color: #fff;
}

.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.level {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.level code {
  border-radius: 4px;
}

.level img {
  display: inline-block;
  vertical-align: top;
}

.level.is-mobile {
  display: -webkit-box;
  display: flex;
}

.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: -webkit-box;
  display: flex;
}

.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}

.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.level.is-mobile .level-item:not(.is-narrow) {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .level {
    display: -webkit-box;
    display: flex;
  }

  .level > .level-item:not(.is-narrow) {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
}

.level-item {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  flex-basis: auto;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
          justify-content: center;
}

.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .level-left {
    display: -webkit-box;
    display: flex;
  }
}

.level-right {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
  .level-right {
    display: -webkit-box;
    display: flex;
  }
}

.list {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.list-item {
  display: block;
  padding: 0.5em 1em;
}

.list-item:not(a) {
  color: #4a4a4a;
}

.list-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.list-item:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

.list-item.is-active {
  background-color: #667EEA;
  color: #fff;
}

a.list-item {
  background-color: whitesmoke;
  cursor: pointer;
}

.media {
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  text-align: left;
}

.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}

.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: -webkit-box;
  display: flex;
  padding-top: 0.75rem;
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

.media .media .media {
  padding-top: 0.5rem;
}

.media .media .media + .media {
  margin-top: 0.5rem;
}

.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  flex-basis: auto;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  flex-basis: auto;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}

.menu {
  font-size: 1rem;
}

.menu.is-small {
  font-size: 0.75rem;
}

.menu.is-medium {
  font-size: 1.25rem;
}

.menu.is-large {
  font-size: 1.5rem;
}

.menu-list {
  line-height: 1.25;
}

.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}

.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}

.menu-list a.is-active {
  background-color: #667EEA;
  color: #fff;
}

.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-label:not(:first-child) {
  margin-top: 1em;
}

.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}

.message strong {
  color: currentColor;
}

.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.message.is-small {
  font-size: 0.75rem;
}

.message.is-medium {
  font-size: 1.25rem;
}

.message.is-large {
  font-size: 1.5rem;
}

.message.is-white {
  background-color: white;
}

.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}

.message.is-white .message-body {
  border-color: white;
}

.message.is-black {
  background-color: #fafafa;
}

.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}

.message.is-black .message-body {
  border-color: #0a0a0a;
}

.message.is-light {
  background-color: #fafafa;
}

.message.is-light .message-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-light .message-body {
  border-color: whitesmoke;
}

.message.is-dark {
  background-color: #fafafa;
}

.message.is-dark .message-header {
  background-color: #363636;
  color: #fff;
}

.message.is-dark .message-body {
  border-color: #363636;
}

.message.is-primary {
  background-color: #effafa;
}

.message.is-primary .message-header {
  background-color: #38B2AC;
  color: #fff;
}

.message.is-primary .message-body {
  border-color: #38B2AC;
  color: #2b8883;
}

.message.is-link {
  background-color: #edf0fd;
}

.message.is-link .message-header {
  background-color: #667EEA;
  color: #fff;
}

.message.is-link .message-body {
  border-color: #667EEA;
  color: #1936b8;
}

.message.is-info {
  background-color: #edf5fc;
}

.message.is-info .message-header {
  background-color: #4299E1;
  color: #fff;
}

.message.is-info .message-body {
  border-color: #4299E1;
  color: #1b68a7;
}

.message.is-success {
  background-color: #f0f9f4;
}

.message.is-success .message-header {
  background-color: #48BB78;
  color: #fff;
}

.message.is-success .message-body {
  border-color: #48BB78;
  color: #2f7e50;
}

.message.is-warning {
  background-color: #fdf9ed;
}

.message.is-warning .message-header {
  background-color: #ECC94B;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-warning .message-body {
  border-color: #ECC94B;
  color: #866c0e;
}

.message.is-danger {
  background-color: #feecec;
}

.message.is-danger .message-header {
  background-color: #F56565;
  color: #fff;
}

.message.is-danger .message-body {
  border-color: #F56565;
  color: #bb0c0c;
}

.message-header {
  -webkit-box-align: center;
          align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
          justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}

.message-header .delete {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}

.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
}

.message-body code,
.message-body pre {
  background-color: white;
}

.message-body pre code {
  background-color: transparent;
}

.modal {
  -webkit-box-align: center;
          align-items: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

.modal.is-active {
  display: -webkit-box;
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  -webkit-box-align: center;
          align-items: center;
  background-color: whitesmoke;
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #363636;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
  .navbar.is-white .navbar-start > .navbar-item,
.navbar.is-white .navbar-start .navbar-link,
.navbar.is-white .navbar-end > .navbar-item,
.navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }

  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
.navbar.is-white .navbar-start .navbar-link:focus,
.navbar.is-white .navbar-start .navbar-link:hover,
.navbar.is-white .navbar-start .navbar-link.is-active,
.navbar.is-white .navbar-end > a.navbar-item:focus,
.navbar.is-white .navbar-end > a.navbar-item:hover,
.navbar.is-white .navbar-end > a.navbar-item.is-active,
.navbar.is-white .navbar-end .navbar-link:focus,
.navbar.is-white .navbar-end .navbar-link:hover,
.navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }

  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }

  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }

  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}

.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}

.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}

.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}

.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}

.navbar.is-black .navbar-burger {
  color: white;
}

@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start > .navbar-item,
.navbar.is-black .navbar-start .navbar-link,
.navbar.is-black .navbar-end > .navbar-item,
.navbar.is-black .navbar-end .navbar-link {
    color: white;
  }

  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
.navbar.is-black .navbar-start .navbar-link:focus,
.navbar.is-black .navbar-start .navbar-link:hover,
.navbar.is-black .navbar-start .navbar-link.is-active,
.navbar.is-black .navbar-end > a.navbar-item:focus,
.navbar.is-black .navbar-end > a.navbar-item:hover,
.navbar.is-black .navbar-end > a.navbar-item.is-active,
.navbar.is-black .navbar-end .navbar-link:focus,
.navbar.is-black .navbar-end .navbar-link:hover,
.navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }

  .navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }

  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }

  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}

.navbar.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-start > .navbar-item,
.navbar.is-light .navbar-start .navbar-link,
.navbar.is-light .navbar-end > .navbar-item,
.navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
.navbar.is-light .navbar-start .navbar-link:focus,
.navbar.is-light .navbar-start .navbar-link:hover,
.navbar.is-light .navbar-start .navbar-link.is-active,
.navbar.is-light .navbar-end > a.navbar-item:focus,
.navbar.is-light .navbar-end > a.navbar-item:hover,
.navbar.is-light .navbar-end > a.navbar-item.is-active,
.navbar.is-light .navbar-end .navbar-link:focus,
.navbar.is-light .navbar-end .navbar-link:hover,
.navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}

.navbar.is-dark {
  background-color: #363636;
  color: #fff;
}

.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: #fff;
}

.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-dark .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-start > .navbar-item,
.navbar.is-dark .navbar-start .navbar-link,
.navbar.is-dark .navbar-end > .navbar-item,
.navbar.is-dark .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
.navbar.is-dark .navbar-start .navbar-link:focus,
.navbar.is-dark .navbar-start .navbar-link:hover,
.navbar.is-dark .navbar-start .navbar-link.is-active,
.navbar.is-dark .navbar-end > a.navbar-item:focus,
.navbar.is-dark .navbar-end > a.navbar-item:hover,
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
.navbar.is-dark .navbar-end .navbar-link:focus,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: #fff;
  }

  .navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: #fff;
  }

  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: #fff;
  }
}

.navbar.is-primary {
  background-color: #38B2AC;
  color: #fff;
}

.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #329f99;
  color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-primary .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-primary .navbar-start > .navbar-item,
.navbar.is-primary .navbar-start .navbar-link,
.navbar.is-primary .navbar-end > .navbar-item,
.navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
.navbar.is-primary .navbar-start .navbar-link:focus,
.navbar.is-primary .navbar-start .navbar-link:hover,
.navbar.is-primary .navbar-start .navbar-link.is-active,
.navbar.is-primary .navbar-end > a.navbar-item:focus,
.navbar.is-primary .navbar-end > a.navbar-item:hover,
.navbar.is-primary .navbar-end > a.navbar-item.is-active,
.navbar.is-primary .navbar-end .navbar-link:focus,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #329f99;
    color: #fff;
  }

  .navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #329f99;
    color: #fff;
  }

  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #38B2AC;
    color: #fff;
  }
}

.navbar.is-link {
  background-color: #667EEA;
  color: #fff;
}

.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #506be7;
  color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-link .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
.navbar.is-link .navbar-start .navbar-link,
.navbar.is-link .navbar-end > .navbar-item,
.navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
.navbar.is-link .navbar-start .navbar-link:focus,
.navbar.is-link .navbar-start .navbar-link:hover,
.navbar.is-link .navbar-start .navbar-link.is-active,
.navbar.is-link .navbar-end > a.navbar-item:focus,
.navbar.is-link .navbar-end > a.navbar-item:hover,
.navbar.is-link .navbar-end > a.navbar-item.is-active,
.navbar.is-link .navbar-end .navbar-link:focus,
.navbar.is-link .navbar-end .navbar-link:hover,
.navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #506be7;
    color: #fff;
  }

  .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #506be7;
    color: #fff;
  }

  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #667EEA;
    color: #fff;
  }
}

.navbar.is-info {
  background-color: #4299E1;
  color: #fff;
}

.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #2c8dde;
  color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-info .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
.navbar.is-info .navbar-start .navbar-link,
.navbar.is-info .navbar-end > .navbar-item,
.navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
.navbar.is-info .navbar-start .navbar-link:focus,
.navbar.is-info .navbar-start .navbar-link:hover,
.navbar.is-info .navbar-start .navbar-link.is-active,
.navbar.is-info .navbar-end > a.navbar-item:focus,
.navbar.is-info .navbar-end > a.navbar-item:hover,
.navbar.is-info .navbar-end > a.navbar-item.is-active,
.navbar.is-info .navbar-end .navbar-link:focus,
.navbar.is-info .navbar-end .navbar-link:hover,
.navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #2c8dde;
    color: #fff;
  }

  .navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #2c8dde;
    color: #fff;
  }

  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #4299E1;
    color: #fff;
  }
}

.navbar.is-success {
  background-color: #48BB78;
  color: #fff;
}

.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #3faa6c;
  color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-success .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
.navbar.is-success .navbar-start .navbar-link,
.navbar.is-success .navbar-end > .navbar-item,
.navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
.navbar.is-success .navbar-start .navbar-link:focus,
.navbar.is-success .navbar-start .navbar-link:hover,
.navbar.is-success .navbar-start .navbar-link.is-active,
.navbar.is-success .navbar-end > a.navbar-item:focus,
.navbar.is-success .navbar-end > a.navbar-item:hover,
.navbar.is-success .navbar-end > a.navbar-item.is-active,
.navbar.is-success .navbar-end .navbar-link:focus,
.navbar.is-success .navbar-end .navbar-link:hover,
.navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #3faa6c;
    color: #fff;
  }

  .navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3faa6c;
    color: #fff;
  }

  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #48BB78;
    color: #fff;
  }
}

.navbar.is-warning {
  background-color: #ECC94B;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #eac234;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
.navbar.is-warning .navbar-start .navbar-link,
.navbar.is-warning .navbar-end > .navbar-item,
.navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
.navbar.is-warning .navbar-start .navbar-link:focus,
.navbar.is-warning .navbar-start .navbar-link:hover,
.navbar.is-warning .navbar-start .navbar-link.is-active,
.navbar.is-warning .navbar-end > a.navbar-item:focus,
.navbar.is-warning .navbar-end > a.navbar-item:hover,
.navbar.is-warning .navbar-end > a.navbar-item.is-active,
.navbar.is-warning .navbar-end .navbar-link:focus,
.navbar.is-warning .navbar-end .navbar-link:hover,
.navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #eac234;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #eac234;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ECC94B;
    color: rgba(0, 0, 0, 0.7);
  }
}

.navbar.is-danger {
  background-color: #F56565;
  color: #fff;
}

.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #f34d4d;
  color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-danger .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
.navbar.is-danger .navbar-start .navbar-link,
.navbar.is-danger .navbar-end > .navbar-item,
.navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
.navbar.is-danger .navbar-start .navbar-link:focus,
.navbar.is-danger .navbar-start .navbar-link:hover,
.navbar.is-danger .navbar-start .navbar-link.is-active,
.navbar.is-danger .navbar-end > a.navbar-item:focus,
.navbar.is-danger .navbar-end > a.navbar-item:hover,
.navbar.is-danger .navbar-end > a.navbar-item.is-active,
.navbar.is-danger .navbar-end .navbar-link:focus,
.navbar.is-danger .navbar-end .navbar-link:hover,
.navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #f34d4d;
    color: #fff;
  }

  .navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f34d4d;
    color: #fff;
  }

  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #F56565;
    color: #fff;
  }
}

.navbar > .container {
  -webkit-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}

.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

.navbar.is-fixed-bottom {
  bottom: 0;
}

.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}

.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  -webkit-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-duration: 86ms;
          transition-duration: 86ms;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 16px;
}

.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.navbar-burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}

a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: #667EEA;
}

.navbar-item {
  display: block;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
}

.navbar-item img {
  max-height: 1.75rem;
}

.navbar-item.has-dropdown {
  padding: 0;
}

.navbar-item.is-expanded {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
}

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #667EEA;
}

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #667EEA;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #667EEA;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: #667EEA;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }

  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }

  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }

  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }

  .navbar.is-fixed-top-touch {
    top: 0;
  }

  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }

  html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    -webkit-box-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: flex;
  }

  .navbar {
    min-height: 3.25rem;
  }

  .navbar.is-spaced {
    padding: 1rem 2rem;
  }

  .navbar.is-spaced .navbar-start,
.navbar.is-spaced .navbar-end {
    -webkit-box-align: center;
            align-items: center;
  }

  .navbar.is-spaced a.navbar-item,
.navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }

  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
.navbar.is-transparent .navbar-link:focus,
.navbar.is-transparent .navbar-link:hover,
.navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }

  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #667EEA;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
.navbar-link {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
  }

  .navbar-item {
    display: -webkit-box;
    display: flex;
  }

  .navbar-item.has-dropdown {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .navbar-item.has-dropdown-up .navbar-link::after {
    -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
            transform: rotate(135deg) translate(0.25em, -0.25em);
  }

  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }

  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }

  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .navbar-menu {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }

  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }

  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }

  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }

  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #667EEA;
  }

  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition-duration: 86ms;
            transition-duration: 86ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  .navbar-divider {
    display: block;
  }

  .navbar > .container .navbar-brand,
.container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }

  .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }

  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }

  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }

  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop,
body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }

  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }

  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }

  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #0a0a0a;
  }

  a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}

.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

.pagination.is-small {
  font-size: 0.75rem;
}

.pagination.is-medium {
  font-size: 1.25rem;
}

.pagination.is-large {
  font-size: 1.5rem;
}

.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}

.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

.pagination,
.pagination-list {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.5em;
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #667EEA;
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #667EEA;
  border-color: #667EEA;
  color: #fff;
}

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

.pagination-list {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }

  .pagination-previous,
.pagination-next {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-shrink: 1;
  }

  .pagination-list li {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 769px), print {
  .pagination-list {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-shrink: 1;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .pagination-previous {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .pagination-next {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .pagination {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .pagination.is-centered .pagination-previous {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .pagination.is-centered .pagination-list {
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .pagination.is-centered .pagination-next {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .pagination.is-right .pagination-previous {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .pagination.is-right .pagination-next {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .pagination.is-right .pagination-list {
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
}

.panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  font-size: 1rem;
}

.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

.panel.is-white .panel-heading {
  background-color: white;
  color: #0a0a0a;
}

.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: white;
}

.panel.is-white .panel-block.is-active .panel-icon {
  color: white;
}

.panel.is-black .panel-heading {
  background-color: #0a0a0a;
  color: white;
}

.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: #0a0a0a;
}

.panel.is-black .panel-block.is-active .panel-icon {
  color: #0a0a0a;
}

.panel.is-light .panel-heading {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: whitesmoke;
}

.panel.is-light .panel-block.is-active .panel-icon {
  color: whitesmoke;
}

.panel.is-dark .panel-heading {
  background-color: #363636;
  color: #fff;
}

.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: #363636;
}

.panel.is-dark .panel-block.is-active .panel-icon {
  color: #363636;
}

.panel.is-primary .panel-heading {
  background-color: #38B2AC;
  color: #fff;
}

.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #38B2AC;
}

.panel.is-primary .panel-block.is-active .panel-icon {
  color: #38B2AC;
}

.panel.is-link .panel-heading {
  background-color: #667EEA;
  color: #fff;
}

.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #667EEA;
}

.panel.is-link .panel-block.is-active .panel-icon {
  color: #667EEA;
}

.panel.is-info .panel-heading {
  background-color: #4299E1;
  color: #fff;
}

.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #4299E1;
}

.panel.is-info .panel-block.is-active .panel-icon {
  color: #4299E1;
}

.panel.is-success .panel-heading {
  background-color: #48BB78;
  color: #fff;
}

.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #48BB78;
}

.panel.is-success .panel-block.is-active .panel-icon {
  color: #48BB78;
}

.panel.is-warning .panel-heading {
  background-color: #ECC94B;
  color: rgba(0, 0, 0, 0.7);
}

.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #ECC94B;
}

.panel.is-warning .panel-block.is-active .panel-icon {
  color: #ECC94B;
}

.panel.is-danger .panel-heading {
  background-color: #F56565;
  color: #fff;
}

.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #F56565;
}

.panel.is-danger .panel-block.is-active .panel-icon {
  color: #F56565;
}

.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.panel-heading {
  background-color: #ededed;
  border-radius: 6px 6px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}

.panel-tabs {
  -webkit-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: flex;
  font-size: 0.875em;
  -webkit-box-pack: center;
          justify-content: center;
}

.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}

.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

.panel-list a {
  color: #4a4a4a;
}

.panel-list a:hover {
  color: #667EEA;
}

.panel-block {
  -webkit-box-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding: 0.5em 0.75em;
}

.panel-block input[type=checkbox] {
  margin-right: 0.75em;
}

.panel-block > .control {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.panel-block.is-wrapped {
  flex-wrap: wrap;
}

.panel-block.is-active {
  border-left-color: #667EEA;
  color: #363636;
}

.panel-block.is-active .panel-icon {
  color: #667EEA;
}

.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}

a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}

.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.tabs a {
  -webkit-box-align: center;
          align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}

.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

.tabs li {
  display: block;
}

.tabs li.is-active a {
  border-bottom-color: #667EEA;
  color: #667EEA;
}

.tabs ul {
  -webkit-box-align: center;
          align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 0;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.tabs ul.is-left {
  padding-right: 0.75em;
}

.tabs ul.is-center {
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.tabs ul.is-right {
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-left: 0.75em;
}

.tabs .icon:first-child {
  margin-right: 0.5em;
}

.tabs .icon:last-child {
  margin-left: 0.5em;
}

.tabs.is-centered ul {
  -webkit-box-pack: center;
          justify-content: center;
}

.tabs.is-right ul {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

.tabs.is-fullwidth li {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 0;
}

.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

.tabs.is-toggle li + li {
  margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
  border-radius: 4px 0 0 4px;
}

.tabs.is-toggle li:last-child a {
  border-radius: 0 4px 4px 0;
}

.tabs.is-toggle li.is-active a {
  background-color: #667EEA;
  border-color: #667EEA;
  color: #fff;
  z-index: 1;
}

.tabs.is-toggle ul {
  border-bottom: none;
}

.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}

.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}

.tabs.is-small {
  font-size: 0.75rem;
}

.tabs.is-medium {
  font-size: 1.25rem;
}

.tabs.is-large {
  font-size: 1.5rem;
}

.column {
  display: block;
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
          flex: none;
}

.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
          flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
          flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  -webkit-box-flex: 0;
          flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  -webkit-box-flex: 0;
          flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  -webkit-box-flex: 0;
          flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  -webkit-box-flex: 0;
          flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  -webkit-box-flex: 0;
          flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
          flex: none;
  width: 8.3333333333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
          flex: none;
  width: 16.6666666667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}

.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
          flex: none;
  width: 33.3333333333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
          flex: none;
  width: 41.6666666667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}

.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
          flex: none;
  width: 58.3333333333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
          flex: none;
  width: 66.6666666667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}

.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
          flex: none;
  width: 83.3333333333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
          flex: none;
  width: 91.6666666667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}

.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
            flex: none;
  }

  .column.is-full-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  .column.is-0-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-mobile {
    margin-left: 0%;
  }

  .column.is-1-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }

  .column.is-2-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }

  .column.is-3-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-mobile {
    margin-left: 25%;
  }

  .column.is-4-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }

  .column.is-5-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }

  .column.is-6-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-mobile {
    margin-left: 50%;
  }

  .column.is-7-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }

  .column.is-8-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }

  .column.is-9-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-mobile {
    margin-left: 75%;
  }

  .column.is-10-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }

  .column.is-11-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }

  .column.is-12-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    -webkit-box-flex: 0;
            flex: none;
  }

  .column.is-full, .column.is-full-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters, .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds, .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half, .column.is-half-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-one-third, .column.is-one-third-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter, .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth, .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths, .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths, .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths, .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  .column.is-0, .column.is-0-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }

  .column.is-1, .column.is-1-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }

  .column.is-2, .column.is-2-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }

  .column.is-3, .column.is-3-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4, .column.is-4-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }

  .column.is-5, .column.is-5-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }

  .column.is-6, .column.is-6-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7, .column.is-7-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }

  .column.is-8, .column.is-8-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }

  .column.is-9, .column.is-9-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10, .column.is-10-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }

  .column.is-11, .column.is-11-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }

  .column.is-12, .column.is-12-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
            flex: none;
  }

  .column.is-full-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-touch {
    margin-left: 50%;
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  .column.is-0-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-touch {
    margin-left: 0%;
  }

  .column.is-1-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }

  .column.is-2-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }

  .column.is-3-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-touch {
    margin-left: 25%;
  }

  .column.is-4-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }

  .column.is-5-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }

  .column.is-6-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-touch {
    margin-left: 50%;
  }

  .column.is-7-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }

  .column.is-8-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }

  .column.is-9-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-touch {
    margin-left: 75%;
  }

  .column.is-10-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }

  .column.is-11-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }

  .column.is-12-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
            flex: none;
  }

  .column.is-full-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  .column.is-0-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-desktop {
    margin-left: 0%;
  }

  .column.is-1-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }

  .column.is-2-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }

  .column.is-3-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  .column.is-4-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }

  .column.is-5-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }

  .column.is-6-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  .column.is-7-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }

  .column.is-8-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }

  .column.is-9-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  .column.is-10-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }

  .column.is-11-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }

  .column.is-12-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
            flex: none;
  }

  .column.is-full-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }

  .column.is-0-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }

  .column.is-1-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }

  .column.is-2-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }

  .column.is-3-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }

  .column.is-4-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }

  .column.is-5-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }

  .column.is-6-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }

  .column.is-7-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }

  .column.is-8-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }

  .column.is-9-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }

  .column.is-10-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }

  .column.is-11-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }

  .column.is-12-widescreen {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
            flex: none;
  }

  .column.is-full-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }

  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }

  .column.is-0-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }

  .column.is-1-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }

  .column.is-2-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }

  .column.is-3-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }

  .column.is-4-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }

  .column.is-5-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }

  .column.is-6-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }

  .column.is-7-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }

  .column.is-8-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }

  .column.is-9-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }

  .column.is-10-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }

  .column.is-11-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }

  .column.is-12-fullhd {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-centered {
  -webkit-box-pack: center;
          justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: -webkit-box;
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  -webkit-box-align: stretch;
          align-items: stretch;
  display: block;
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: flex;
  }

  .tile.is-1 {
    -webkit-box-flex: 0;
            flex: none;
    width: 8.3333333333%;
  }

  .tile.is-2 {
    -webkit-box-flex: 0;
            flex: none;
    width: 16.6666666667%;
  }

  .tile.is-3 {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .tile.is-4 {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333333333%;
  }

  .tile.is-5 {
    -webkit-box-flex: 0;
            flex: none;
    width: 41.6666666667%;
  }

  .tile.is-6 {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .tile.is-7 {
    -webkit-box-flex: 0;
            flex: none;
    width: 58.3333333333%;
  }

  .tile.is-8 {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666666667%;
  }

  .tile.is-9 {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .tile.is-10 {
    -webkit-box-flex: 0;
            flex: none;
    width: 83.3333333333%;
  }

  .tile.is-11 {
    -webkit-box-flex: 0;
            flex: none;
    width: 91.6666666667%;
  }

  .tile.is-12 {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }
}

.hero {
  -webkit-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.hero .navbar {
  background: none;
}

.hero .tabs ul {
  border-bottom: none;
}

.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}

.hero.is-white .title {
  color: #0a0a0a;
}

.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}

.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

.hero.is-white .tabs a:hover {
  opacity: 1;
}

.hero.is-white .tabs li.is-active a {
  opacity: 1;
}

.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}

.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
  }
}

.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}

.hero.is-black .title {
  color: white;
}

.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}

@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: white;
}

.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}

.hero.is-black .tabs a:hover {
  opacity: 1;
}

.hero.is-black .tabs li.is-active a {
  opacity: 1;
}

.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}

.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}

.hero.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}

.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-light .tabs a:hover {
  opacity: 1;
}

.hero.is-light .tabs li.is-active a {
  opacity: 1;
}

.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}

.hero.is-dark {
  background-color: #363636;
  color: #fff;
}

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}

.hero.is-dark .title {
  color: #fff;
}

.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #292929;
  color: #fff;
}

.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-dark .tabs a:hover {
  opacity: 1;
}

.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}

.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}

.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #363636;
}

.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}

.hero.is-primary {
  background-color: #38B2AC;
  color: #fff;
}

.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}

.hero.is-primary .title {
  color: #fff;
}

.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: #38B2AC;
  }
}

.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #329f99;
  color: #fff;
}

.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-primary .tabs a:hover {
  opacity: 1;
}

.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}

.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}

.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #38B2AC;
}

.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #23947c 0%, #38B2AC 71%, #3ab8c9 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #23947c 0%, #38B2AC 71%, #3ab8c9 100%);
  }
}

.hero.is-link {
  background-color: #667EEA;
  color: #fff;
}

.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}

.hero.is-link .title {
  color: #fff;
}

.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: #667EEA;
  }
}

.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #506be7;
  color: #fff;
}

.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-link .tabs a:hover {
  opacity: 1;
}

.hero.is-link .tabs li.is-active a {
  opacity: 1;
}

.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}

.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #667EEA;
}

.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #2e71ef 0%, #667EEA 71%, #797bf1 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #2e71ef 0%, #667EEA 71%, #797bf1 100%);
  }
}

.hero.is-info {
  background-color: #4299E1;
  color: #fff;
}

.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}

.hero.is-info .title {
  color: #fff;
}

.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: #4299E1;
  }
}

.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #2c8dde;
  color: #fff;
}

.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-info .tabs a:hover {
  opacity: 1;
}

.hero.is-info .tabs li.is-active a {
  opacity: 1;
}

.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}

.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4299E1;
}

.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #15a2db 0%, #4299E1 71%, #538ce9 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #15a2db 0%, #4299E1 71%, #538ce9 100%);
  }
}

.hero.is-success {
  background-color: #48BB78;
  color: #fff;
}

.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}

.hero.is-success .title {
  color: #fff;
}

.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: #48BB78;
  }
}

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #3faa6c;
  color: #fff;
}

.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-success .tabs a:hover {
  opacity: 1;
}

.hero.is-success .tabs li.is-active a {
  opacity: 1;
}

.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}

.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #48BB78;
}

.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #2ea24b 0%, #48BB78 71%, #55c898 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #2ea24b 0%, #48BB78 71%, #55c898 100%);
  }
}

.hero.is-warning {
  background-color: #ECC94B;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}

.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: #ECC94B;
  }
}

.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #eac234;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-warning .tabs a:hover {
  opacity: 1;
}

.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}

.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ECC94B;
}

.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #f49c10 0%, #ECC94B 71%, #f3eb5e 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #f49c10 0%, #ECC94B 71%, #f3eb5e 100%);
  }
}

.hero.is-danger {
  background-color: #F56565;
  color: #fff;
}

.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}

.hero.is-danger .title {
  color: #fff;
}

.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: #F56565;
  }
}

.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #f34d4d;
  color: #fff;
}

.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-danger .tabs a:hover {
  opacity: 1;
}

.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}

.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #F56565;
}

.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #fd2a4d 0%, #F56565 71%, #fa8f79 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #fd2a4d 0%, #F56565 71%, #fa8f79 100%);
  }
}

.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}

@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}

.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
}

.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
}

.hero.is-halfheight {
  min-height: 50vh;
}

.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  overflow: hidden;
}

.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.hero-video.is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: -webkit-box;
    display: flex;
  }

  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

.section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1024px) {
  .section.is-medium {
    padding: 9rem 1.5rem;
  }

  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the system font stack as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 * to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.tw-container{
  width: 100%;
}

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

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

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

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

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

.tw-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\:tw-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\:tw-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;
}

.tw-appearance-none{
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.tw-bg-fixed{
  background-attachment: fixed !important;
}

.tw-bg-local{
  background-attachment: local !important;
}

.tw-bg-scroll{
  background-attachment: scroll !important;
}

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

.tw-bg-black{
  background-color: #000 !important;
}

.tw-bg-white{
  background-color: #fff !important;
}

.tw-bg-gray-100{
  background-color: #f7fafc !important;
}

.tw-bg-gray-200{
  background-color: #edf2f7 !important;
}

.tw-bg-gray-300{
  background-color: #e2e8f0 !important;
}

.tw-bg-gray-400{
  background-color: #cbd5e0 !important;
}

.tw-bg-gray-500{
  background-color: #a0aec0 !important;
}

.tw-bg-gray-600{
  background-color: #718096 !important;
}

.tw-bg-gray-700{
  background-color: #4a5568 !important;
}

.tw-bg-gray-800{
  background-color: #2d3748 !important;
}

.tw-bg-gray-900{
  background-color: #1a202c !important;
}

.tw-bg-red-100{
  background-color: #fff5f5 !important;
}

.tw-bg-red-200{
  background-color: #fed7d7 !important;
}

.tw-bg-red-300{
  background-color: #feb2b2 !important;
}

.tw-bg-red-400{
  background-color: #fc8181 !important;
}

.tw-bg-red-500{
  background-color: #f56565 !important;
}

.tw-bg-red-600{
  background-color: #e53e3e !important;
}

.tw-bg-red-700{
  background-color: #c53030 !important;
}

.tw-bg-red-800{
  background-color: #9b2c2c !important;
}

.tw-bg-red-900{
  background-color: #742a2a !important;
}

.tw-bg-orange-100{
  background-color: #fffaf0 !important;
}

.tw-bg-orange-200{
  background-color: #feebc8 !important;
}

.tw-bg-orange-300{
  background-color: #fbd38d !important;
}

.tw-bg-orange-400{
  background-color: #f6ad55 !important;
}

.tw-bg-orange-500{
  background-color: #ed8936 !important;
}

.tw-bg-orange-600{
  background-color: #dd6b20 !important;
}

.tw-bg-orange-700{
  background-color: #c05621 !important;
}

.tw-bg-orange-800{
  background-color: #9c4221 !important;
}

.tw-bg-orange-900{
  background-color: #7b341e !important;
}

.tw-bg-yellow-100{
  background-color: #fffff0 !important;
}

.tw-bg-yellow-200{
  background-color: #fefcbf !important;
}

.tw-bg-yellow-300{
  background-color: #faf089 !important;
}

.tw-bg-yellow-400{
  background-color: #f6e05e !important;
}

.tw-bg-yellow-500{
  background-color: #ecc94b !important;
}

.tw-bg-yellow-600{
  background-color: #d69e2e !important;
}

.tw-bg-yellow-700{
  background-color: #b7791f !important;
}

.tw-bg-yellow-800{
  background-color: #975a16 !important;
}

.tw-bg-yellow-900{
  background-color: #744210 !important;
}

.tw-bg-green-100{
  background-color: #f0fff4 !important;
}

.tw-bg-green-200{
  background-color: #c6f6d5 !important;
}

.tw-bg-green-300{
  background-color: #9ae6b4 !important;
}

.tw-bg-green-400{
  background-color: #68d391 !important;
}

.tw-bg-green-500{
  background-color: #48bb78 !important;
}

.tw-bg-green-600{
  background-color: #38a169 !important;
}

.tw-bg-green-700{
  background-color: #2f855a !important;
}

.tw-bg-green-800{
  background-color: #276749 !important;
}

.tw-bg-green-900{
  background-color: #22543d !important;
}

.tw-bg-teal-100{
  background-color: #e6fffa !important;
}

.tw-bg-teal-200{
  background-color: #b2f5ea !important;
}

.tw-bg-teal-300{
  background-color: #81e6d9 !important;
}

.tw-bg-teal-400{
  background-color: #4fd1c5 !important;
}

.tw-bg-teal-500{
  background-color: #38b2ac !important;
}

.tw-bg-teal-600{
  background-color: #319795 !important;
}

.tw-bg-teal-700{
  background-color: #2c7a7b !important;
}

.tw-bg-teal-800{
  background-color: #285e61 !important;
}

.tw-bg-teal-900{
  background-color: #234e52 !important;
}

.tw-bg-blue-100{
  background-color: #ebf8ff !important;
}

.tw-bg-blue-200{
  background-color: #bee3f8 !important;
}

.tw-bg-blue-300{
  background-color: #90cdf4 !important;
}

.tw-bg-blue-400{
  background-color: #63b3ed !important;
}

.tw-bg-blue-500{
  background-color: #4299e1 !important;
}

.tw-bg-blue-600{
  background-color: #3182ce !important;
}

.tw-bg-blue-700{
  background-color: #2b6cb0 !important;
}

.tw-bg-blue-800{
  background-color: #2c5282 !important;
}

.tw-bg-blue-900{
  background-color: #2a4365 !important;
}

.tw-bg-indigo-100{
  background-color: #ebf4ff !important;
}

.tw-bg-indigo-200{
  background-color: #c3dafe !important;
}

.tw-bg-indigo-300{
  background-color: #a3bffa !important;
}

.tw-bg-indigo-400{
  background-color: #7f9cf5 !important;
}

.tw-bg-indigo-500{
  background-color: #667eea !important;
}

.tw-bg-indigo-600{
  background-color: #5a67d8 !important;
}

.tw-bg-indigo-700{
  background-color: #4c51bf !important;
}

.tw-bg-indigo-800{
  background-color: #434190 !important;
}

.tw-bg-indigo-900{
  background-color: #3c366b !important;
}

.tw-bg-purple-100{
  background-color: #faf5ff !important;
}

.tw-bg-purple-200{
  background-color: #e9d8fd !important;
}

.tw-bg-purple-300{
  background-color: #d6bcfa !important;
}

.tw-bg-purple-400{
  background-color: #b794f4 !important;
}

.tw-bg-purple-500{
  background-color: #9f7aea !important;
}

.tw-bg-purple-600{
  background-color: #805ad5 !important;
}

.tw-bg-purple-700{
  background-color: #6b46c1 !important;
}

.tw-bg-purple-800{
  background-color: #553c9a !important;
}

.tw-bg-purple-900{
  background-color: #44337a !important;
}

.tw-bg-pink-100{
  background-color: #fff5f7 !important;
}

.tw-bg-pink-200{
  background-color: #fed7e2 !important;
}

.tw-bg-pink-300{
  background-color: #fbb6ce !important;
}

.tw-bg-pink-400{
  background-color: #f687b3 !important;
}

.tw-bg-pink-500{
  background-color: #ed64a6 !important;
}

.tw-bg-pink-600{
  background-color: #d53f8c !important;
}

.tw-bg-pink-700{
  background-color: #b83280 !important;
}

.tw-bg-pink-800{
  background-color: #97266d !important;
}

.tw-bg-pink-900{
  background-color: #702459 !important;
}

.hover\:tw-bg-transparent:hover{
  background-color: transparent !important;
}

.hover\:tw-bg-black:hover{
  background-color: #000 !important;
}

.hover\:tw-bg-white:hover{
  background-color: #fff !important;
}

.hover\:tw-bg-gray-100:hover{
  background-color: #f7fafc !important;
}

.hover\:tw-bg-gray-200:hover{
  background-color: #edf2f7 !important;
}

.hover\:tw-bg-gray-300:hover{
  background-color: #e2e8f0 !important;
}

.hover\:tw-bg-gray-400:hover{
  background-color: #cbd5e0 !important;
}

.hover\:tw-bg-gray-500:hover{
  background-color: #a0aec0 !important;
}

.hover\:tw-bg-gray-600:hover{
  background-color: #718096 !important;
}

.hover\:tw-bg-gray-700:hover{
  background-color: #4a5568 !important;
}

.hover\:tw-bg-gray-800:hover{
  background-color: #2d3748 !important;
}

.hover\:tw-bg-gray-900:hover{
  background-color: #1a202c !important;
}

.hover\:tw-bg-red-100:hover{
  background-color: #fff5f5 !important;
}

.hover\:tw-bg-red-200:hover{
  background-color: #fed7d7 !important;
}

.hover\:tw-bg-red-300:hover{
  background-color: #feb2b2 !important;
}

.hover\:tw-bg-red-400:hover{
  background-color: #fc8181 !important;
}

.hover\:tw-bg-red-500:hover{
  background-color: #f56565 !important;
}

.hover\:tw-bg-red-600:hover{
  background-color: #e53e3e !important;
}

.hover\:tw-bg-red-700:hover{
  background-color: #c53030 !important;
}

.hover\:tw-bg-red-800:hover{
  background-color: #9b2c2c !important;
}

.hover\:tw-bg-red-900:hover{
  background-color: #742a2a !important;
}

.hover\:tw-bg-orange-100:hover{
  background-color: #fffaf0 !important;
}

.hover\:tw-bg-orange-200:hover{
  background-color: #feebc8 !important;
}

.hover\:tw-bg-orange-300:hover{
  background-color: #fbd38d !important;
}

.hover\:tw-bg-orange-400:hover{
  background-color: #f6ad55 !important;
}

.hover\:tw-bg-orange-500:hover{
  background-color: #ed8936 !important;
}

.hover\:tw-bg-orange-600:hover{
  background-color: #dd6b20 !important;
}

.hover\:tw-bg-orange-700:hover{
  background-color: #c05621 !important;
}

.hover\:tw-bg-orange-800:hover{
  background-color: #9c4221 !important;
}

.hover\:tw-bg-orange-900:hover{
  background-color: #7b341e !important;
}

.hover\:tw-bg-yellow-100:hover{
  background-color: #fffff0 !important;
}

.hover\:tw-bg-yellow-200:hover{
  background-color: #fefcbf !important;
}

.hover\:tw-bg-yellow-300:hover{
  background-color: #faf089 !important;
}

.hover\:tw-bg-yellow-400:hover{
  background-color: #f6e05e !important;
}

.hover\:tw-bg-yellow-500:hover{
  background-color: #ecc94b !important;
}

.hover\:tw-bg-yellow-600:hover{
  background-color: #d69e2e !important;
}

.hover\:tw-bg-yellow-700:hover{
  background-color: #b7791f !important;
}

.hover\:tw-bg-yellow-800:hover{
  background-color: #975a16 !important;
}

.hover\:tw-bg-yellow-900:hover{
  background-color: #744210 !important;
}

.hover\:tw-bg-green-100:hover{
  background-color: #f0fff4 !important;
}

.hover\:tw-bg-green-200:hover{
  background-color: #c6f6d5 !important;
}

.hover\:tw-bg-green-300:hover{
  background-color: #9ae6b4 !important;
}

.hover\:tw-bg-green-400:hover{
  background-color: #68d391 !important;
}

.hover\:tw-bg-green-500:hover{
  background-color: #48bb78 !important;
}

.hover\:tw-bg-green-600:hover{
  background-color: #38a169 !important;
}

.hover\:tw-bg-green-700:hover{
  background-color: #2f855a !important;
}

.hover\:tw-bg-green-800:hover{
  background-color: #276749 !important;
}

.hover\:tw-bg-green-900:hover{
  background-color: #22543d !important;
}

.hover\:tw-bg-teal-100:hover{
  background-color: #e6fffa !important;
}

.hover\:tw-bg-teal-200:hover{
  background-color: #b2f5ea !important;
}

.hover\:tw-bg-teal-300:hover{
  background-color: #81e6d9 !important;
}

.hover\:tw-bg-teal-400:hover{
  background-color: #4fd1c5 !important;
}

.hover\:tw-bg-teal-500:hover{
  background-color: #38b2ac !important;
}

.hover\:tw-bg-teal-600:hover{
  background-color: #319795 !important;
}

.hover\:tw-bg-teal-700:hover{
  background-color: #2c7a7b !important;
}

.hover\:tw-bg-teal-800:hover{
  background-color: #285e61 !important;
}

.hover\:tw-bg-teal-900:hover{
  background-color: #234e52 !important;
}

.hover\:tw-bg-blue-100:hover{
  background-color: #ebf8ff !important;
}

.hover\:tw-bg-blue-200:hover{
  background-color: #bee3f8 !important;
}

.hover\:tw-bg-blue-300:hover{
  background-color: #90cdf4 !important;
}

.hover\:tw-bg-blue-400:hover{
  background-color: #63b3ed !important;
}

.hover\:tw-bg-blue-500:hover{
  background-color: #4299e1 !important;
}

.hover\:tw-bg-blue-600:hover{
  background-color: #3182ce !important;
}

.hover\:tw-bg-blue-700:hover{
  background-color: #2b6cb0 !important;
}

.hover\:tw-bg-blue-800:hover{
  background-color: #2c5282 !important;
}

.hover\:tw-bg-blue-900:hover{
  background-color: #2a4365 !important;
}

.hover\:tw-bg-indigo-100:hover{
  background-color: #ebf4ff !important;
}

.hover\:tw-bg-indigo-200:hover{
  background-color: #c3dafe !important;
}

.hover\:tw-bg-indigo-300:hover{
  background-color: #a3bffa !important;
}

.hover\:tw-bg-indigo-400:hover{
  background-color: #7f9cf5 !important;
}

.hover\:tw-bg-indigo-500:hover{
  background-color: #667eea !important;
}

.hover\:tw-bg-indigo-600:hover{
  background-color: #5a67d8 !important;
}

.hover\:tw-bg-indigo-700:hover{
  background-color: #4c51bf !important;
}

.hover\:tw-bg-indigo-800:hover{
  background-color: #434190 !important;
}

.hover\:tw-bg-indigo-900:hover{
  background-color: #3c366b !important;
}

.hover\:tw-bg-purple-100:hover{
  background-color: #faf5ff !important;
}

.hover\:tw-bg-purple-200:hover{
  background-color: #e9d8fd !important;
}

.hover\:tw-bg-purple-300:hover{
  background-color: #d6bcfa !important;
}

.hover\:tw-bg-purple-400:hover{
  background-color: #b794f4 !important;
}

.hover\:tw-bg-purple-500:hover{
  background-color: #9f7aea !important;
}

.hover\:tw-bg-purple-600:hover{
  background-color: #805ad5 !important;
}

.hover\:tw-bg-purple-700:hover{
  background-color: #6b46c1 !important;
}

.hover\:tw-bg-purple-800:hover{
  background-color: #553c9a !important;
}

.hover\:tw-bg-purple-900:hover{
  background-color: #44337a !important;
}

.hover\:tw-bg-pink-100:hover{
  background-color: #fff5f7 !important;
}

.hover\:tw-bg-pink-200:hover{
  background-color: #fed7e2 !important;
}

.hover\:tw-bg-pink-300:hover{
  background-color: #fbb6ce !important;
}

.hover\:tw-bg-pink-400:hover{
  background-color: #f687b3 !important;
}

.hover\:tw-bg-pink-500:hover{
  background-color: #ed64a6 !important;
}

.hover\:tw-bg-pink-600:hover{
  background-color: #d53f8c !important;
}

.hover\:tw-bg-pink-700:hover{
  background-color: #b83280 !important;
}

.hover\:tw-bg-pink-800:hover{
  background-color: #97266d !important;
}

.hover\:tw-bg-pink-900:hover{
  background-color: #702459 !important;
}

.focus\:tw-bg-transparent:focus{
  background-color: transparent !important;
}

.focus\:tw-bg-black:focus{
  background-color: #000 !important;
}

.focus\:tw-bg-white:focus{
  background-color: #fff !important;
}

.focus\:tw-bg-gray-100:focus{
  background-color: #f7fafc !important;
}

.focus\:tw-bg-gray-200:focus{
  background-color: #edf2f7 !important;
}

.focus\:tw-bg-gray-300:focus{
  background-color: #e2e8f0 !important;
}

.focus\:tw-bg-gray-400:focus{
  background-color: #cbd5e0 !important;
}

.focus\:tw-bg-gray-500:focus{
  background-color: #a0aec0 !important;
}

.focus\:tw-bg-gray-600:focus{
  background-color: #718096 !important;
}

.focus\:tw-bg-gray-700:focus{
  background-color: #4a5568 !important;
}

.focus\:tw-bg-gray-800:focus{
  background-color: #2d3748 !important;
}

.focus\:tw-bg-gray-900:focus{
  background-color: #1a202c !important;
}

.focus\:tw-bg-red-100:focus{
  background-color: #fff5f5 !important;
}

.focus\:tw-bg-red-200:focus{
  background-color: #fed7d7 !important;
}

.focus\:tw-bg-red-300:focus{
  background-color: #feb2b2 !important;
}

.focus\:tw-bg-red-400:focus{
  background-color: #fc8181 !important;
}

.focus\:tw-bg-red-500:focus{
  background-color: #f56565 !important;
}

.focus\:tw-bg-red-600:focus{
  background-color: #e53e3e !important;
}

.focus\:tw-bg-red-700:focus{
  background-color: #c53030 !important;
}

.focus\:tw-bg-red-800:focus{
  background-color: #9b2c2c !important;
}

.focus\:tw-bg-red-900:focus{
  background-color: #742a2a !important;
}

.focus\:tw-bg-orange-100:focus{
  background-color: #fffaf0 !important;
}

.focus\:tw-bg-orange-200:focus{
  background-color: #feebc8 !important;
}

.focus\:tw-bg-orange-300:focus{
  background-color: #fbd38d !important;
}

.focus\:tw-bg-orange-400:focus{
  background-color: #f6ad55 !important;
}

.focus\:tw-bg-orange-500:focus{
  background-color: #ed8936 !important;
}

.focus\:tw-bg-orange-600:focus{
  background-color: #dd6b20 !important;
}

.focus\:tw-bg-orange-700:focus{
  background-color: #c05621 !important;
}

.focus\:tw-bg-orange-800:focus{
  background-color: #9c4221 !important;
}

.focus\:tw-bg-orange-900:focus{
  background-color: #7b341e !important;
}

.focus\:tw-bg-yellow-100:focus{
  background-color: #fffff0 !important;
}

.focus\:tw-bg-yellow-200:focus{
  background-color: #fefcbf !important;
}

.focus\:tw-bg-yellow-300:focus{
  background-color: #faf089 !important;
}

.focus\:tw-bg-yellow-400:focus{
  background-color: #f6e05e !important;
}

.focus\:tw-bg-yellow-500:focus{
  background-color: #ecc94b !important;
}

.focus\:tw-bg-yellow-600:focus{
  background-color: #d69e2e !important;
}

.focus\:tw-bg-yellow-700:focus{
  background-color: #b7791f !important;
}

.focus\:tw-bg-yellow-800:focus{
  background-color: #975a16 !important;
}

.focus\:tw-bg-yellow-900:focus{
  background-color: #744210 !important;
}

.focus\:tw-bg-green-100:focus{
  background-color: #f0fff4 !important;
}

.focus\:tw-bg-green-200:focus{
  background-color: #c6f6d5 !important;
}

.focus\:tw-bg-green-300:focus{
  background-color: #9ae6b4 !important;
}

.focus\:tw-bg-green-400:focus{
  background-color: #68d391 !important;
}

.focus\:tw-bg-green-500:focus{
  background-color: #48bb78 !important;
}

.focus\:tw-bg-green-600:focus{
  background-color: #38a169 !important;
}

.focus\:tw-bg-green-700:focus{
  background-color: #2f855a !important;
}

.focus\:tw-bg-green-800:focus{
  background-color: #276749 !important;
}

.focus\:tw-bg-green-900:focus{
  background-color: #22543d !important;
}

.focus\:tw-bg-teal-100:focus{
  background-color: #e6fffa !important;
}

.focus\:tw-bg-teal-200:focus{
  background-color: #b2f5ea !important;
}

.focus\:tw-bg-teal-300:focus{
  background-color: #81e6d9 !important;
}

.focus\:tw-bg-teal-400:focus{
  background-color: #4fd1c5 !important;
}

.focus\:tw-bg-teal-500:focus{
  background-color: #38b2ac !important;
}

.focus\:tw-bg-teal-600:focus{
  background-color: #319795 !important;
}

.focus\:tw-bg-teal-700:focus{
  background-color: #2c7a7b !important;
}

.focus\:tw-bg-teal-800:focus{
  background-color: #285e61 !important;
}

.focus\:tw-bg-teal-900:focus{
  background-color: #234e52 !important;
}

.focus\:tw-bg-blue-100:focus{
  background-color: #ebf8ff !important;
}

.focus\:tw-bg-blue-200:focus{
  background-color: #bee3f8 !important;
}

.focus\:tw-bg-blue-300:focus{
  background-color: #90cdf4 !important;
}

.focus\:tw-bg-blue-400:focus{
  background-color: #63b3ed !important;
}

.focus\:tw-bg-blue-500:focus{
  background-color: #4299e1 !important;
}

.focus\:tw-bg-blue-600:focus{
  background-color: #3182ce !important;
}

.focus\:tw-bg-blue-700:focus{
  background-color: #2b6cb0 !important;
}

.focus\:tw-bg-blue-800:focus{
  background-color: #2c5282 !important;
}

.focus\:tw-bg-blue-900:focus{
  background-color: #2a4365 !important;
}

.focus\:tw-bg-indigo-100:focus{
  background-color: #ebf4ff !important;
}

.focus\:tw-bg-indigo-200:focus{
  background-color: #c3dafe !important;
}

.focus\:tw-bg-indigo-300:focus{
  background-color: #a3bffa !important;
}

.focus\:tw-bg-indigo-400:focus{
  background-color: #7f9cf5 !important;
}

.focus\:tw-bg-indigo-500:focus{
  background-color: #667eea !important;
}

.focus\:tw-bg-indigo-600:focus{
  background-color: #5a67d8 !important;
}

.focus\:tw-bg-indigo-700:focus{
  background-color: #4c51bf !important;
}

.focus\:tw-bg-indigo-800:focus{
  background-color: #434190 !important;
}

.focus\:tw-bg-indigo-900:focus{
  background-color: #3c366b !important;
}

.focus\:tw-bg-purple-100:focus{
  background-color: #faf5ff !important;
}

.focus\:tw-bg-purple-200:focus{
  background-color: #e9d8fd !important;
}

.focus\:tw-bg-purple-300:focus{
  background-color: #d6bcfa !important;
}

.focus\:tw-bg-purple-400:focus{
  background-color: #b794f4 !important;
}

.focus\:tw-bg-purple-500:focus{
  background-color: #9f7aea !important;
}

.focus\:tw-bg-purple-600:focus{
  background-color: #805ad5 !important;
}

.focus\:tw-bg-purple-700:focus{
  background-color: #6b46c1 !important;
}

.focus\:tw-bg-purple-800:focus{
  background-color: #553c9a !important;
}

.focus\:tw-bg-purple-900:focus{
  background-color: #44337a !important;
}

.focus\:tw-bg-pink-100:focus{
  background-color: #fff5f7 !important;
}

.focus\:tw-bg-pink-200:focus{
  background-color: #fed7e2 !important;
}

.focus\:tw-bg-pink-300:focus{
  background-color: #fbb6ce !important;
}

.focus\:tw-bg-pink-400:focus{
  background-color: #f687b3 !important;
}

.focus\:tw-bg-pink-500:focus{
  background-color: #ed64a6 !important;
}

.focus\:tw-bg-pink-600:focus{
  background-color: #d53f8c !important;
}

.focus\:tw-bg-pink-700:focus{
  background-color: #b83280 !important;
}

.focus\:tw-bg-pink-800:focus{
  background-color: #97266d !important;
}

.focus\:tw-bg-pink-900:focus{
  background-color: #702459 !important;
}

.tw-bg-bottom{
  background-position: bottom !important;
}

.tw-bg-center{
  background-position: center !important;
}

.tw-bg-left{
  background-position: left !important;
}

.tw-bg-left-bottom{
  background-position: left bottom !important;
}

.tw-bg-left-top{
  background-position: left top !important;
}

.tw-bg-right{
  background-position: right !important;
}

.tw-bg-right-bottom{
  background-position: right bottom !important;
}

.tw-bg-right-top{
  background-position: right top !important;
}

.tw-bg-top{
  background-position: top !important;
}

.tw-bg-repeat{
  background-repeat: repeat !important;
}

.tw-bg-no-repeat{
  background-repeat: no-repeat !important;
}

.tw-bg-repeat-x{
  background-repeat: repeat-x !important;
}

.tw-bg-repeat-y{
  background-repeat: repeat-y !important;
}

.tw-bg-repeat-round{
  background-repeat: round !important;
}

.tw-bg-repeat-space{
  background-repeat: space !important;
}

.tw-bg-auto{
  background-size: auto !important;
}

.tw-bg-cover{
  background-size: cover !important;
}

.tw-bg-contain{
  background-size: contain !important;
}

.tw-border-collapse{
  border-collapse: collapse !important;
}

.tw-border-separate{
  border-collapse: separate !important;
}

.tw-border-transparent{
  border-color: transparent !important;
}

.tw-border-black{
  border-color: #000 !important;
}

.tw-border-white{
  border-color: #fff !important;
}

.tw-border-gray-100{
  border-color: #f7fafc !important;
}

.tw-border-gray-200{
  border-color: #edf2f7 !important;
}

.tw-border-gray-300{
  border-color: #e2e8f0 !important;
}

.tw-border-gray-400{
  border-color: #cbd5e0 !important;
}

.tw-border-gray-500{
  border-color: #a0aec0 !important;
}

.tw-border-gray-600{
  border-color: #718096 !important;
}

.tw-border-gray-700{
  border-color: #4a5568 !important;
}

.tw-border-gray-800{
  border-color: #2d3748 !important;
}

.tw-border-gray-900{
  border-color: #1a202c !important;
}

.tw-border-red-100{
  border-color: #fff5f5 !important;
}

.tw-border-red-200{
  border-color: #fed7d7 !important;
}

.tw-border-red-300{
  border-color: #feb2b2 !important;
}

.tw-border-red-400{
  border-color: #fc8181 !important;
}

.tw-border-red-500{
  border-color: #f56565 !important;
}

.tw-border-red-600{
  border-color: #e53e3e !important;
}

.tw-border-red-700{
  border-color: #c53030 !important;
}

.tw-border-red-800{
  border-color: #9b2c2c !important;
}

.tw-border-red-900{
  border-color: #742a2a !important;
}

.tw-border-orange-100{
  border-color: #fffaf0 !important;
}

.tw-border-orange-200{
  border-color: #feebc8 !important;
}

.tw-border-orange-300{
  border-color: #fbd38d !important;
}

.tw-border-orange-400{
  border-color: #f6ad55 !important;
}

.tw-border-orange-500{
  border-color: #ed8936 !important;
}

.tw-border-orange-600{
  border-color: #dd6b20 !important;
}

.tw-border-orange-700{
  border-color: #c05621 !important;
}

.tw-border-orange-800{
  border-color: #9c4221 !important;
}

.tw-border-orange-900{
  border-color: #7b341e !important;
}

.tw-border-yellow-100{
  border-color: #fffff0 !important;
}

.tw-border-yellow-200{
  border-color: #fefcbf !important;
}

.tw-border-yellow-300{
  border-color: #faf089 !important;
}

.tw-border-yellow-400{
  border-color: #f6e05e !important;
}

.tw-border-yellow-500{
  border-color: #ecc94b !important;
}

.tw-border-yellow-600{
  border-color: #d69e2e !important;
}

.tw-border-yellow-700{
  border-color: #b7791f !important;
}

.tw-border-yellow-800{
  border-color: #975a16 !important;
}

.tw-border-yellow-900{
  border-color: #744210 !important;
}

.tw-border-green-100{
  border-color: #f0fff4 !important;
}

.tw-border-green-200{
  border-color: #c6f6d5 !important;
}

.tw-border-green-300{
  border-color: #9ae6b4 !important;
}

.tw-border-green-400{
  border-color: #68d391 !important;
}

.tw-border-green-500{
  border-color: #48bb78 !important;
}

.tw-border-green-600{
  border-color: #38a169 !important;
}

.tw-border-green-700{
  border-color: #2f855a !important;
}

.tw-border-green-800{
  border-color: #276749 !important;
}

.tw-border-green-900{
  border-color: #22543d !important;
}

.tw-border-teal-100{
  border-color: #e6fffa !important;
}

.tw-border-teal-200{
  border-color: #b2f5ea !important;
}

.tw-border-teal-300{
  border-color: #81e6d9 !important;
}

.tw-border-teal-400{
  border-color: #4fd1c5 !important;
}

.tw-border-teal-500{
  border-color: #38b2ac !important;
}

.tw-border-teal-600{
  border-color: #319795 !important;
}

.tw-border-teal-700{
  border-color: #2c7a7b !important;
}

.tw-border-teal-800{
  border-color: #285e61 !important;
}

.tw-border-teal-900{
  border-color: #234e52 !important;
}

.tw-border-blue-100{
  border-color: #ebf8ff !important;
}

.tw-border-blue-200{
  border-color: #bee3f8 !important;
}

.tw-border-blue-300{
  border-color: #90cdf4 !important;
}

.tw-border-blue-400{
  border-color: #63b3ed !important;
}

.tw-border-blue-500{
  border-color: #4299e1 !important;
}

.tw-border-blue-600{
  border-color: #3182ce !important;
}

.tw-border-blue-700{
  border-color: #2b6cb0 !important;
}

.tw-border-blue-800{
  border-color: #2c5282 !important;
}

.tw-border-blue-900{
  border-color: #2a4365 !important;
}

.tw-border-indigo-100{
  border-color: #ebf4ff !important;
}

.tw-border-indigo-200{
  border-color: #c3dafe !important;
}

.tw-border-indigo-300{
  border-color: #a3bffa !important;
}

.tw-border-indigo-400{
  border-color: #7f9cf5 !important;
}

.tw-border-indigo-500{
  border-color: #667eea !important;
}

.tw-border-indigo-600{
  border-color: #5a67d8 !important;
}

.tw-border-indigo-700{
  border-color: #4c51bf !important;
}

.tw-border-indigo-800{
  border-color: #434190 !important;
}

.tw-border-indigo-900{
  border-color: #3c366b !important;
}

.tw-border-purple-100{
  border-color: #faf5ff !important;
}

.tw-border-purple-200{
  border-color: #e9d8fd !important;
}

.tw-border-purple-300{
  border-color: #d6bcfa !important;
}

.tw-border-purple-400{
  border-color: #b794f4 !important;
}

.tw-border-purple-500{
  border-color: #9f7aea !important;
}

.tw-border-purple-600{
  border-color: #805ad5 !important;
}

.tw-border-purple-700{
  border-color: #6b46c1 !important;
}

.tw-border-purple-800{
  border-color: #553c9a !important;
}

.tw-border-purple-900{
  border-color: #44337a !important;
}

.tw-border-pink-100{
  border-color: #fff5f7 !important;
}

.tw-border-pink-200{
  border-color: #fed7e2 !important;
}

.tw-border-pink-300{
  border-color: #fbb6ce !important;
}

.tw-border-pink-400{
  border-color: #f687b3 !important;
}

.tw-border-pink-500{
  border-color: #ed64a6 !important;
}

.tw-border-pink-600{
  border-color: #d53f8c !important;
}

.tw-border-pink-700{
  border-color: #b83280 !important;
}

.tw-border-pink-800{
  border-color: #97266d !important;
}

.tw-border-pink-900{
  border-color: #702459 !important;
}

.hover\:tw-border-transparent:hover{
  border-color: transparent !important;
}

.hover\:tw-border-black:hover{
  border-color: #000 !important;
}

.hover\:tw-border-white:hover{
  border-color: #fff !important;
}

.hover\:tw-border-gray-100:hover{
  border-color: #f7fafc !important;
}

.hover\:tw-border-gray-200:hover{
  border-color: #edf2f7 !important;
}

.hover\:tw-border-gray-300:hover{
  border-color: #e2e8f0 !important;
}

.hover\:tw-border-gray-400:hover{
  border-color: #cbd5e0 !important;
}

.hover\:tw-border-gray-500:hover{
  border-color: #a0aec0 !important;
}

.hover\:tw-border-gray-600:hover{
  border-color: #718096 !important;
}

.hover\:tw-border-gray-700:hover{
  border-color: #4a5568 !important;
}

.hover\:tw-border-gray-800:hover{
  border-color: #2d3748 !important;
}

.hover\:tw-border-gray-900:hover{
  border-color: #1a202c !important;
}

.hover\:tw-border-red-100:hover{
  border-color: #fff5f5 !important;
}

.hover\:tw-border-red-200:hover{
  border-color: #fed7d7 !important;
}

.hover\:tw-border-red-300:hover{
  border-color: #feb2b2 !important;
}

.hover\:tw-border-red-400:hover{
  border-color: #fc8181 !important;
}

.hover\:tw-border-red-500:hover{
  border-color: #f56565 !important;
}

.hover\:tw-border-red-600:hover{
  border-color: #e53e3e !important;
}

.hover\:tw-border-red-700:hover{
  border-color: #c53030 !important;
}

.hover\:tw-border-red-800:hover{
  border-color: #9b2c2c !important;
}

.hover\:tw-border-red-900:hover{
  border-color: #742a2a !important;
}

.hover\:tw-border-orange-100:hover{
  border-color: #fffaf0 !important;
}

.hover\:tw-border-orange-200:hover{
  border-color: #feebc8 !important;
}

.hover\:tw-border-orange-300:hover{
  border-color: #fbd38d !important;
}

.hover\:tw-border-orange-400:hover{
  border-color: #f6ad55 !important;
}

.hover\:tw-border-orange-500:hover{
  border-color: #ed8936 !important;
}

.hover\:tw-border-orange-600:hover{
  border-color: #dd6b20 !important;
}

.hover\:tw-border-orange-700:hover{
  border-color: #c05621 !important;
}

.hover\:tw-border-orange-800:hover{
  border-color: #9c4221 !important;
}

.hover\:tw-border-orange-900:hover{
  border-color: #7b341e !important;
}

.hover\:tw-border-yellow-100:hover{
  border-color: #fffff0 !important;
}

.hover\:tw-border-yellow-200:hover{
  border-color: #fefcbf !important;
}

.hover\:tw-border-yellow-300:hover{
  border-color: #faf089 !important;
}

.hover\:tw-border-yellow-400:hover{
  border-color: #f6e05e !important;
}

.hover\:tw-border-yellow-500:hover{
  border-color: #ecc94b !important;
}

.hover\:tw-border-yellow-600:hover{
  border-color: #d69e2e !important;
}

.hover\:tw-border-yellow-700:hover{
  border-color: #b7791f !important;
}

.hover\:tw-border-yellow-800:hover{
  border-color: #975a16 !important;
}

.hover\:tw-border-yellow-900:hover{
  border-color: #744210 !important;
}

.hover\:tw-border-green-100:hover{
  border-color: #f0fff4 !important;
}

.hover\:tw-border-green-200:hover{
  border-color: #c6f6d5 !important;
}

.hover\:tw-border-green-300:hover{
  border-color: #9ae6b4 !important;
}

.hover\:tw-border-green-400:hover{
  border-color: #68d391 !important;
}

.hover\:tw-border-green-500:hover{
  border-color: #48bb78 !important;
}

.hover\:tw-border-green-600:hover{
  border-color: #38a169 !important;
}

.hover\:tw-border-green-700:hover{
  border-color: #2f855a !important;
}

.hover\:tw-border-green-800:hover{
  border-color: #276749 !important;
}

.hover\:tw-border-green-900:hover{
  border-color: #22543d !important;
}

.hover\:tw-border-teal-100:hover{
  border-color: #e6fffa !important;
}

.hover\:tw-border-teal-200:hover{
  border-color: #b2f5ea !important;
}

.hover\:tw-border-teal-300:hover{
  border-color: #81e6d9 !important;
}

.hover\:tw-border-teal-400:hover{
  border-color: #4fd1c5 !important;
}

.hover\:tw-border-teal-500:hover{
  border-color: #38b2ac !important;
}

.hover\:tw-border-teal-600:hover{
  border-color: #319795 !important;
}

.hover\:tw-border-teal-700:hover{
  border-color: #2c7a7b !important;
}

.hover\:tw-border-teal-800:hover{
  border-color: #285e61 !important;
}

.hover\:tw-border-teal-900:hover{
  border-color: #234e52 !important;
}

.hover\:tw-border-blue-100:hover{
  border-color: #ebf8ff !important;
}

.hover\:tw-border-blue-200:hover{
  border-color: #bee3f8 !important;
}

.hover\:tw-border-blue-300:hover{
  border-color: #90cdf4 !important;
}

.hover\:tw-border-blue-400:hover{
  border-color: #63b3ed !important;
}

.hover\:tw-border-blue-500:hover{
  border-color: #4299e1 !important;
}

.hover\:tw-border-blue-600:hover{
  border-color: #3182ce !important;
}

.hover\:tw-border-blue-700:hover{
  border-color: #2b6cb0 !important;
}

.hover\:tw-border-blue-800:hover{
  border-color: #2c5282 !important;
}

.hover\:tw-border-blue-900:hover{
  border-color: #2a4365 !important;
}

.hover\:tw-border-indigo-100:hover{
  border-color: #ebf4ff !important;
}

.hover\:tw-border-indigo-200:hover{
  border-color: #c3dafe !important;
}

.hover\:tw-border-indigo-300:hover{
  border-color: #a3bffa !important;
}

.hover\:tw-border-indigo-400:hover{
  border-color: #7f9cf5 !important;
}

.hover\:tw-border-indigo-500:hover{
  border-color: #667eea !important;
}

.hover\:tw-border-indigo-600:hover{
  border-color: #5a67d8 !important;
}

.hover\:tw-border-indigo-700:hover{
  border-color: #4c51bf !important;
}

.hover\:tw-border-indigo-800:hover{
  border-color: #434190 !important;
}

.hover\:tw-border-indigo-900:hover{
  border-color: #3c366b !important;
}

.hover\:tw-border-purple-100:hover{
  border-color: #faf5ff !important;
}

.hover\:tw-border-purple-200:hover{
  border-color: #e9d8fd !important;
}

.hover\:tw-border-purple-300:hover{
  border-color: #d6bcfa !important;
}

.hover\:tw-border-purple-400:hover{
  border-color: #b794f4 !important;
}

.hover\:tw-border-purple-500:hover{
  border-color: #9f7aea !important;
}

.hover\:tw-border-purple-600:hover{
  border-color: #805ad5 !important;
}

.hover\:tw-border-purple-700:hover{
  border-color: #6b46c1 !important;
}

.hover\:tw-border-purple-800:hover{
  border-color: #553c9a !important;
}

.hover\:tw-border-purple-900:hover{
  border-color: #44337a !important;
}

.hover\:tw-border-pink-100:hover{
  border-color: #fff5f7 !important;
}

.hover\:tw-border-pink-200:hover{
  border-color: #fed7e2 !important;
}

.hover\:tw-border-pink-300:hover{
  border-color: #fbb6ce !important;
}

.hover\:tw-border-pink-400:hover{
  border-color: #f687b3 !important;
}

.hover\:tw-border-pink-500:hover{
  border-color: #ed64a6 !important;
}

.hover\:tw-border-pink-600:hover{
  border-color: #d53f8c !important;
}

.hover\:tw-border-pink-700:hover{
  border-color: #b83280 !important;
}

.hover\:tw-border-pink-800:hover{
  border-color: #97266d !important;
}

.hover\:tw-border-pink-900:hover{
  border-color: #702459 !important;
}

.focus\:tw-border-transparent:focus{
  border-color: transparent !important;
}

.focus\:tw-border-black:focus{
  border-color: #000 !important;
}

.focus\:tw-border-white:focus{
  border-color: #fff !important;
}

.focus\:tw-border-gray-100:focus{
  border-color: #f7fafc !important;
}

.focus\:tw-border-gray-200:focus{
  border-color: #edf2f7 !important;
}

.focus\:tw-border-gray-300:focus{
  border-color: #e2e8f0 !important;
}

.focus\:tw-border-gray-400:focus{
  border-color: #cbd5e0 !important;
}

.focus\:tw-border-gray-500:focus{
  border-color: #a0aec0 !important;
}

.focus\:tw-border-gray-600:focus{
  border-color: #718096 !important;
}

.focus\:tw-border-gray-700:focus{
  border-color: #4a5568 !important;
}

.focus\:tw-border-gray-800:focus{
  border-color: #2d3748 !important;
}

.focus\:tw-border-gray-900:focus{
  border-color: #1a202c !important;
}

.focus\:tw-border-red-100:focus{
  border-color: #fff5f5 !important;
}

.focus\:tw-border-red-200:focus{
  border-color: #fed7d7 !important;
}

.focus\:tw-border-red-300:focus{
  border-color: #feb2b2 !important;
}

.focus\:tw-border-red-400:focus{
  border-color: #fc8181 !important;
}

.focus\:tw-border-red-500:focus{
  border-color: #f56565 !important;
}

.focus\:tw-border-red-600:focus{
  border-color: #e53e3e !important;
}

.focus\:tw-border-red-700:focus{
  border-color: #c53030 !important;
}

.focus\:tw-border-red-800:focus{
  border-color: #9b2c2c !important;
}

.focus\:tw-border-red-900:focus{
  border-color: #742a2a !important;
}

.focus\:tw-border-orange-100:focus{
  border-color: #fffaf0 !important;
}

.focus\:tw-border-orange-200:focus{
  border-color: #feebc8 !important;
}

.focus\:tw-border-orange-300:focus{
  border-color: #fbd38d !important;
}

.focus\:tw-border-orange-400:focus{
  border-color: #f6ad55 !important;
}

.focus\:tw-border-orange-500:focus{
  border-color: #ed8936 !important;
}

.focus\:tw-border-orange-600:focus{
  border-color: #dd6b20 !important;
}

.focus\:tw-border-orange-700:focus{
  border-color: #c05621 !important;
}

.focus\:tw-border-orange-800:focus{
  border-color: #9c4221 !important;
}

.focus\:tw-border-orange-900:focus{
  border-color: #7b341e !important;
}

.focus\:tw-border-yellow-100:focus{
  border-color: #fffff0 !important;
}

.focus\:tw-border-yellow-200:focus{
  border-color: #fefcbf !important;
}

.focus\:tw-border-yellow-300:focus{
  border-color: #faf089 !important;
}

.focus\:tw-border-yellow-400:focus{
  border-color: #f6e05e !important;
}

.focus\:tw-border-yellow-500:focus{
  border-color: #ecc94b !important;
}

.focus\:tw-border-yellow-600:focus{
  border-color: #d69e2e !important;
}

.focus\:tw-border-yellow-700:focus{
  border-color: #b7791f !important;
}

.focus\:tw-border-yellow-800:focus{
  border-color: #975a16 !important;
}

.focus\:tw-border-yellow-900:focus{
  border-color: #744210 !important;
}

.focus\:tw-border-green-100:focus{
  border-color: #f0fff4 !important;
}

.focus\:tw-border-green-200:focus{
  border-color: #c6f6d5 !important;
}

.focus\:tw-border-green-300:focus{
  border-color: #9ae6b4 !important;
}

.focus\:tw-border-green-400:focus{
  border-color: #68d391 !important;
}

.focus\:tw-border-green-500:focus{
  border-color: #48bb78 !important;
}

.focus\:tw-border-green-600:focus{
  border-color: #38a169 !important;
}

.focus\:tw-border-green-700:focus{
  border-color: #2f855a !important;
}

.focus\:tw-border-green-800:focus{
  border-color: #276749 !important;
}

.focus\:tw-border-green-900:focus{
  border-color: #22543d !important;
}

.focus\:tw-border-teal-100:focus{
  border-color: #e6fffa !important;
}

.focus\:tw-border-teal-200:focus{
  border-color: #b2f5ea !important;
}

.focus\:tw-border-teal-300:focus{
  border-color: #81e6d9 !important;
}

.focus\:tw-border-teal-400:focus{
  border-color: #4fd1c5 !important;
}

.focus\:tw-border-teal-500:focus{
  border-color: #38b2ac !important;
}

.focus\:tw-border-teal-600:focus{
  border-color: #319795 !important;
}

.focus\:tw-border-teal-700:focus{
  border-color: #2c7a7b !important;
}

.focus\:tw-border-teal-800:focus{
  border-color: #285e61 !important;
}

.focus\:tw-border-teal-900:focus{
  border-color: #234e52 !important;
}

.focus\:tw-border-blue-100:focus{
  border-color: #ebf8ff !important;
}

.focus\:tw-border-blue-200:focus{
  border-color: #bee3f8 !important;
}

.focus\:tw-border-blue-300:focus{
  border-color: #90cdf4 !important;
}

.focus\:tw-border-blue-400:focus{
  border-color: #63b3ed !important;
}

.focus\:tw-border-blue-500:focus{
  border-color: #4299e1 !important;
}

.focus\:tw-border-blue-600:focus{
  border-color: #3182ce !important;
}

.focus\:tw-border-blue-700:focus{
  border-color: #2b6cb0 !important;
}

.focus\:tw-border-blue-800:focus{
  border-color: #2c5282 !important;
}

.focus\:tw-border-blue-900:focus{
  border-color: #2a4365 !important;
}

.focus\:tw-border-indigo-100:focus{
  border-color: #ebf4ff !important;
}

.focus\:tw-border-indigo-200:focus{
  border-color: #c3dafe !important;
}

.focus\:tw-border-indigo-300:focus{
  border-color: #a3bffa !important;
}

.focus\:tw-border-indigo-400:focus{
  border-color: #7f9cf5 !important;
}

.focus\:tw-border-indigo-500:focus{
  border-color: #667eea !important;
}

.focus\:tw-border-indigo-600:focus{
  border-color: #5a67d8 !important;
}

.focus\:tw-border-indigo-700:focus{
  border-color: #4c51bf !important;
}

.focus\:tw-border-indigo-800:focus{
  border-color: #434190 !important;
}

.focus\:tw-border-indigo-900:focus{
  border-color: #3c366b !important;
}

.focus\:tw-border-purple-100:focus{
  border-color: #faf5ff !important;
}

.focus\:tw-border-purple-200:focus{
  border-color: #e9d8fd !important;
}

.focus\:tw-border-purple-300:focus{
  border-color: #d6bcfa !important;
}

.focus\:tw-border-purple-400:focus{
  border-color: #b794f4 !important;
}

.focus\:tw-border-purple-500:focus{
  border-color: #9f7aea !important;
}

.focus\:tw-border-purple-600:focus{
  border-color: #805ad5 !important;
}

.focus\:tw-border-purple-700:focus{
  border-color: #6b46c1 !important;
}

.focus\:tw-border-purple-800:focus{
  border-color: #553c9a !important;
}

.focus\:tw-border-purple-900:focus{
  border-color: #44337a !important;
}

.focus\:tw-border-pink-100:focus{
  border-color: #fff5f7 !important;
}

.focus\:tw-border-pink-200:focus{
  border-color: #fed7e2 !important;
}

.focus\:tw-border-pink-300:focus{
  border-color: #fbb6ce !important;
}

.focus\:tw-border-pink-400:focus{
  border-color: #f687b3 !important;
}

.focus\:tw-border-pink-500:focus{
  border-color: #ed64a6 !important;
}

.focus\:tw-border-pink-600:focus{
  border-color: #d53f8c !important;
}

.focus\:tw-border-pink-700:focus{
  border-color: #b83280 !important;
}

.focus\:tw-border-pink-800:focus{
  border-color: #97266d !important;
}

.focus\:tw-border-pink-900:focus{
  border-color: #702459 !important;
}

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

.tw-rounded-sm{
  border-radius: 0.125rem !important;
}

.tw-rounded{
  border-radius: 0.25rem !important;
}

.tw-rounded-lg{
  border-radius: 0.5rem !important;
}

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

.tw-rounded-t-none{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.tw-rounded-r-none{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.tw-rounded-b-none{
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.tw-rounded-l-none{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.tw-rounded-t-sm{
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.tw-rounded-r-sm{
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.tw-rounded-b-sm{
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-l-sm{
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-t{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.tw-rounded-r{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.tw-rounded-b{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-l{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-t-lg{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.tw-rounded-r-lg{
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.tw-rounded-b-lg{
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-l-lg{
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-t-full{
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.tw-rounded-r-full{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.tw-rounded-b-full{
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.tw-rounded-l-full{
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.tw-rounded-tl-none{
  border-top-left-radius: 0 !important;
}

.tw-rounded-tr-none{
  border-top-right-radius: 0 !important;
}

.tw-rounded-br-none{
  border-bottom-right-radius: 0 !important;
}

.tw-rounded-bl-none{
  border-bottom-left-radius: 0 !important;
}

.tw-rounded-tl-sm{
  border-top-left-radius: 0.125rem !important;
}

.tw-rounded-tr-sm{
  border-top-right-radius: 0.125rem !important;
}

.tw-rounded-br-sm{
  border-bottom-right-radius: 0.125rem !important;
}

.tw-rounded-bl-sm{
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-tl{
  border-top-left-radius: 0.25rem !important;
}

.tw-rounded-tr{
  border-top-right-radius: 0.25rem !important;
}

.tw-rounded-br{
  border-bottom-right-radius: 0.25rem !important;
}

.tw-rounded-bl{
  border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-tl-lg{
  border-top-left-radius: 0.5rem !important;
}

.tw-rounded-tr-lg{
  border-top-right-radius: 0.5rem !important;
}

.tw-rounded-br-lg{
  border-bottom-right-radius: 0.5rem !important;
}

.tw-rounded-bl-lg{
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-tl-full{
  border-top-left-radius: 9999px !important;
}

.tw-rounded-tr-full{
  border-top-right-radius: 9999px !important;
}

.tw-rounded-br-full{
  border-bottom-right-radius: 9999px !important;
}

.tw-rounded-bl-full{
  border-bottom-left-radius: 9999px !important;
}

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

.tw-border-dashed{
  border-style: dashed !important;
}

.tw-border-dotted{
  border-style: dotted !important;
}

.tw-border-double{
  border-style: double !important;
}

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

.tw-border-0{
  border-width: 0 !important;
}

.tw-border-2{
  border-width: 2px !important;
}

.tw-border-4{
  border-width: 4px !important;
}

.tw-border-8{
  border-width: 8px !important;
}

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

.tw-border-t-0{
  border-top-width: 0 !important;
}

.tw-border-r-0{
  border-right-width: 0 !important;
}

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

.tw-border-l-0{
  border-left-width: 0 !important;
}

.tw-border-t-2{
  border-top-width: 2px !important;
}

.tw-border-r-2{
  border-right-width: 2px !important;
}

.tw-border-b-2{
  border-bottom-width: 2px !important;
}

.tw-border-l-2{
  border-left-width: 2px !important;
}

.tw-border-t-4{
  border-top-width: 4px !important;
}

.tw-border-r-4{
  border-right-width: 4px !important;
}

.tw-border-b-4{
  border-bottom-width: 4px !important;
}

.tw-border-l-4{
  border-left-width: 4px !important;
}

.tw-border-t-8{
  border-top-width: 8px !important;
}

.tw-border-r-8{
  border-right-width: 8px !important;
}

.tw-border-b-8{
  border-bottom-width: 8px !important;
}

.tw-border-l-8{
  border-left-width: 8px !important;
}

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

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

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

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

.tw-cursor-auto{
  cursor: auto !important;
}

.tw-cursor-default{
  cursor: default !important;
}

.tw-cursor-pointer{
  cursor: pointer !important;
}

.tw-cursor-wait{
  cursor: wait !important;
}

.tw-cursor-text{
  cursor: text !important;
}

.tw-cursor-move{
  cursor: move !important;
}

.tw-cursor-not-allowed{
  cursor: not-allowed !important;
}

.tw-block{
  display: block !important;
}

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

.tw-inline{
  display: inline !important;
}

.tw-flex{
  display: -webkit-box !important;
  display: flex !important;
}

.tw-inline-flex{
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

.tw-table{
  display: table !important;
}

.tw-table-row{
  display: table-row !important;
}

.tw-table-cell{
  display: table-cell !important;
}

.tw-hidden{
  display: none !important;
}

.tw-flex-row{
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.tw-flex-row-reverse{
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.tw-flex-col{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.tw-flex-col-reverse{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

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

.tw-flex-wrap-reverse{
  flex-wrap: wrap-reverse !important;
}

.tw-flex-no-wrap{
  flex-wrap: nowrap !important;
}

.tw-items-start{
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.tw-items-end{
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.tw-items-center{
  -webkit-box-align: center !important;
          align-items: center !important;
}

.tw-items-baseline{
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.tw-items-stretch{
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.tw-self-auto{
  align-self: auto !important;
}

.tw-self-start{
  align-self: flex-start !important;
}

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

.tw-self-center{
  align-self: center !important;
}

.tw-self-stretch{
  align-self: stretch !important;
}

.tw-justify-start{
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.tw-justify-end{
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.tw-justify-center{
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.tw-justify-between{
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.tw-justify-around{
  justify-content: space-around !important;
}

.tw-content-center{
  align-content: center !important;
}

.tw-content-start{
  align-content: flex-start !important;
}

.tw-content-end{
  align-content: flex-end !important;
}

.tw-content-between{
  align-content: space-between !important;
}

.tw-content-around{
  align-content: space-around !important;
}

.tw-flex-1{
  -webkit-box-flex: 1 !important;
          flex: 1 1 0% !important;
}

.tw-flex-auto{
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.tw-flex-initial{
  -webkit-box-flex: 0 !important;
          flex: 0 1 auto !important;
}

.tw-flex-none{
  -webkit-box-flex: 0 !important;
          flex: none !important;
}

.tw-flex-grow-0{
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.tw-flex-grow{
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.tw-flex-shrink-0{
  flex-shrink: 0 !important;
}

.tw-flex-shrink{
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-order-none{
  -webkit-box-ordinal-group: 1 !important;
          order: 0 !important;
}

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

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

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

.tw-clearfix:after{
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.tw-font-sans{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.tw-font-serif{
  font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.tw-font-mono{
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.tw-font-hairline{
  font-weight: 100 !important;
}

.tw-font-thin{
  font-weight: 200 !important;
}

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

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

.tw-font-medium{
  font-weight: 500 !important;
}

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

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

.tw-font-extrabold{
  font-weight: 800 !important;
}

.tw-font-black{
  font-weight: 900 !important;
}

.hover\:tw-font-hairline:hover{
  font-weight: 100 !important;
}

.hover\:tw-font-thin:hover{
  font-weight: 200 !important;
}

.hover\:tw-font-light:hover{
  font-weight: 300 !important;
}

.hover\:tw-font-normal:hover{
  font-weight: 400 !important;
}

.hover\:tw-font-medium:hover{
  font-weight: 500 !important;
}

.hover\:tw-font-semibold:hover{
  font-weight: 600 !important;
}

.hover\:tw-font-bold:hover{
  font-weight: 700 !important;
}

.hover\:tw-font-extrabold:hover{
  font-weight: 800 !important;
}

.hover\:tw-font-black:hover{
  font-weight: 900 !important;
}

.focus\:tw-font-hairline:focus{
  font-weight: 100 !important;
}

.focus\:tw-font-thin:focus{
  font-weight: 200 !important;
}

.focus\:tw-font-light:focus{
  font-weight: 300 !important;
}

.focus\:tw-font-normal:focus{
  font-weight: 400 !important;
}

.focus\:tw-font-medium:focus{
  font-weight: 500 !important;
}

.focus\:tw-font-semibold:focus{
  font-weight: 600 !important;
}

.focus\:tw-font-bold:focus{
  font-weight: 700 !important;
}

.focus\:tw-font-extrabold:focus{
  font-weight: 800 !important;
}

.focus\:tw-font-black:focus{
  font-weight: 900 !important;
}

.tw-h-0{
  height: 0 !important;
}

.tw-h-1{
  height: 0.25rem !important;
}

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

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

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

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

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

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

.tw-h-10{
  height: 2.5rem !important;
}

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

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

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

.tw-h-24{
  height: 6rem !important;
}

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

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

.tw-h-48{
  height: 12rem !important;
}

.tw-h-56{
  height: 14rem !important;
}

.tw-h-64{
  height: 16rem !important;
}

.tw-h-auto{
  height: auto !important;
}

.tw-h-px{
  height: 1px !important;
}

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

.tw-h-screen{
  height: 100vh !important;
}

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

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

.tw-leading-snug{
  line-height: 1.375 !important;
}

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

.tw-leading-relaxed{
  line-height: 1.625 !important;
}

.tw-leading-loose{
  line-height: 2 !important;
}

.tw-list-inside{
  list-style-position: inside !important;
}

.tw-list-outside{
  list-style-position: outside !important;
}

.tw-list-none{
  list-style-type: none !important;
}

.tw-list-disc{
  list-style-type: disc !important;
}

.tw-list-decimal{
  list-style-type: decimal !important;
}

.tw-m-0{
  margin: 0 !important;
}

.tw-m-1{
  margin: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--m-1{
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-mr-auto{
  margin-right: auto !important;
}

.tw-mb-auto{
  margin-bottom: auto !important;
}

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

.tw-mt-px{
  margin-top: 1px !important;
}

.tw-mr-px{
  margin-right: 1px !important;
}

.tw-mb-px{
  margin-bottom: 1px !important;
}

.tw-ml-px{
  margin-left: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--mt-px{
  margin-top: -1px !important;
}

.tw--mr-px{
  margin-right: -1px !important;
}

.tw--mb-px{
  margin-bottom: -1px !important;
}

.tw--ml-px{
  margin-left: -1px !important;
}

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

.tw-max-h-screen{
  max-height: 100vh !important;
}

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

.tw-max-w-sm{
  max-width: 24rem !important;
}

.tw-max-w-md{
  max-width: 28rem !important;
}

.tw-max-w-lg{
  max-width: 32rem !important;
}

.tw-max-w-xl{
  max-width: 36rem !important;
}

.tw-max-w-2xl{
  max-width: 42rem !important;
}

.tw-max-w-3xl{
  max-width: 48rem !important;
}

.tw-max-w-4xl{
  max-width: 56rem !important;
}

.tw-max-w-5xl{
  max-width: 64rem !important;
}

.tw-max-w-6xl{
  max-width: 72rem !important;
}

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

.tw-min-h-0{
  min-height: 0 !important;
}

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

.tw-min-h-screen{
  min-height: 100vh !important;
}

.tw-min-w-0{
  min-width: 0 !important;
}

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

.tw-object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

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

.tw-object-fill{
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.tw-object-none{
  -o-object-fit: none !important;
     object-fit: none !important;
}

.tw-object-scale-down{
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.tw-object-bottom{
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

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

.tw-object-left{
  -o-object-position: left !important;
     object-position: left !important;
}

.tw-object-left-bottom{
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.tw-object-left-top{
  -o-object-position: left top !important;
     object-position: left top !important;
}

.tw-object-right{
  -o-object-position: right !important;
     object-position: right !important;
}

.tw-object-right-bottom{
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.tw-object-right-top{
  -o-object-position: right top !important;
     object-position: right top !important;
}

.tw-object-top{
  -o-object-position: top !important;
     object-position: top !important;
}

.tw-opacity-0{
  opacity: 0 !important;
}

.tw-opacity-25{
  opacity: 0.25 !important;
}

.tw-opacity-50{
  opacity: 0.5 !important;
}

.tw-opacity-75{
  opacity: 0.75 !important;
}

.tw-opacity-100{
  opacity: 1 !important;
}

.hover\:tw-opacity-0:hover{
  opacity: 0 !important;
}

.hover\:tw-opacity-25:hover{
  opacity: 0.25 !important;
}

.hover\:tw-opacity-50:hover{
  opacity: 0.5 !important;
}

.hover\:tw-opacity-75:hover{
  opacity: 0.75 !important;
}

.hover\:tw-opacity-100:hover{
  opacity: 1 !important;
}

.focus\:tw-opacity-0:focus{
  opacity: 0 !important;
}

.focus\:tw-opacity-25:focus{
  opacity: 0.25 !important;
}

.focus\:tw-opacity-50:focus{
  opacity: 0.5 !important;
}

.focus\:tw-opacity-75:focus{
  opacity: 0.75 !important;
}

.focus\:tw-opacity-100:focus{
  opacity: 1 !important;
}

.tw-outline-none{
  outline: 0 !important;
}

.focus\:tw-outline-none:focus{
  outline: 0 !important;
}

.tw-overflow-auto{
  overflow: auto !important;
}

.tw-overflow-hidden{
  overflow: hidden !important;
}

.tw-overflow-visible{
  overflow: visible !important;
}

.tw-overflow-scroll{
  overflow: scroll !important;
}

.tw-overflow-x-auto{
  overflow-x: auto !important;
}

.tw-overflow-y-auto{
  overflow-y: auto !important;
}

.tw-overflow-x-hidden{
  overflow-x: hidden !important;
}

.tw-overflow-y-hidden{
  overflow-y: hidden !important;
}

.tw-overflow-x-visible{
  overflow-x: visible !important;
}

.tw-overflow-y-visible{
  overflow-y: visible !important;
}

.tw-overflow-x-scroll{
  overflow-x: scroll !important;
}

.tw-overflow-y-scroll{
  overflow-y: scroll !important;
}

.tw-scrolling-touch{
  -webkit-overflow-scrolling: touch !important;
}

.tw-scrolling-auto{
  -webkit-overflow-scrolling: auto !important;
}

.tw-p-0{
  padding: 0 !important;
}

.tw-p-1{
  padding: 0.25rem !important;
}

.tw-p-2{
  padding: 0.5rem !important;
}

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

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

.tw-p-5{
  padding: 1.25rem !important;
}

.tw-p-6{
  padding: 1.5rem !important;
}

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

.tw-p-10{
  padding: 2.5rem !important;
}

.tw-p-12{
  padding: 3rem !important;
}

.tw-p-16{
  padding: 4rem !important;
}

.tw-p-20{
  padding: 5rem !important;
}

.tw-p-24{
  padding: 6rem !important;
}

.tw-p-32{
  padding: 8rem !important;
}

.tw-p-40{
  padding: 10rem !important;
}

.tw-p-48{
  padding: 12rem !important;
}

.tw-p-56{
  padding: 14rem !important;
}

.tw-p-64{
  padding: 16rem !important;
}

.tw-p-px{
  padding: 1px !important;
}

.tw-py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

.tw-px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

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

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

.tw-py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.tw-px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

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

.tw-px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

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

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

.tw-py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.tw-px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

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

.tw-px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

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

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

.tw-py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.tw-px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

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

.tw-px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

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

.tw-px-32{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.tw-py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.tw-px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

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

.tw-px-48{
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.tw-py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.tw-px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

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

.tw-px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.tw-py-px{
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

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

.tw-pt-0{
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-pt-px{
  padding-top: 1px !important;
}

.tw-pr-px{
  padding-right: 1px !important;
}

.tw-pb-px{
  padding-bottom: 1px !important;
}

.tw-pl-px{
  padding-left: 1px !important;
}

.tw-placeholder-transparent::-webkit-input-placeholder{
  color: transparent !important;
}

.tw-placeholder-transparent::-moz-placeholder{
  color: transparent !important;
}

.tw-placeholder-transparent:-ms-input-placeholder{
  color: transparent !important;
}

.tw-placeholder-transparent::-ms-input-placeholder{
  color: transparent !important;
}

.tw-placeholder-transparent::placeholder{
  color: transparent !important;
}

.tw-placeholder-black::-webkit-input-placeholder{
  color: #000 !important;
}

.tw-placeholder-black::-moz-placeholder{
  color: #000 !important;
}

.tw-placeholder-black:-ms-input-placeholder{
  color: #000 !important;
}

.tw-placeholder-black::-ms-input-placeholder{
  color: #000 !important;
}

.tw-placeholder-black::placeholder{
  color: #000 !important;
}

.tw-placeholder-white::-webkit-input-placeholder{
  color: #fff !important;
}

.tw-placeholder-white::-moz-placeholder{
  color: #fff !important;
}

.tw-placeholder-white:-ms-input-placeholder{
  color: #fff !important;
}

.tw-placeholder-white::-ms-input-placeholder{
  color: #fff !important;
}

.tw-placeholder-white::placeholder{
  color: #fff !important;
}

.tw-placeholder-gray-100::-webkit-input-placeholder{
  color: #f7fafc !important;
}

.tw-placeholder-gray-100::-moz-placeholder{
  color: #f7fafc !important;
}

.tw-placeholder-gray-100:-ms-input-placeholder{
  color: #f7fafc !important;
}

.tw-placeholder-gray-100::-ms-input-placeholder{
  color: #f7fafc !important;
}

.tw-placeholder-gray-100::placeholder{
  color: #f7fafc !important;
}

.tw-placeholder-gray-200::-webkit-input-placeholder{
  color: #edf2f7 !important;
}

.tw-placeholder-gray-200::-moz-placeholder{
  color: #edf2f7 !important;
}

.tw-placeholder-gray-200:-ms-input-placeholder{
  color: #edf2f7 !important;
}

.tw-placeholder-gray-200::-ms-input-placeholder{
  color: #edf2f7 !important;
}

.tw-placeholder-gray-200::placeholder{
  color: #edf2f7 !important;
}

.tw-placeholder-gray-300::-webkit-input-placeholder{
  color: #e2e8f0 !important;
}

.tw-placeholder-gray-300::-moz-placeholder{
  color: #e2e8f0 !important;
}

.tw-placeholder-gray-300:-ms-input-placeholder{
  color: #e2e8f0 !important;
}

.tw-placeholder-gray-300::-ms-input-placeholder{
  color: #e2e8f0 !important;
}

.tw-placeholder-gray-300::placeholder{
  color: #e2e8f0 !important;
}

.tw-placeholder-gray-400::-webkit-input-placeholder{
  color: #cbd5e0 !important;
}

.tw-placeholder-gray-400::-moz-placeholder{
  color: #cbd5e0 !important;
}

.tw-placeholder-gray-400:-ms-input-placeholder{
  color: #cbd5e0 !important;
}

.tw-placeholder-gray-400::-ms-input-placeholder{
  color: #cbd5e0 !important;
}

.tw-placeholder-gray-400::placeholder{
  color: #cbd5e0 !important;
}

.tw-placeholder-gray-500::-webkit-input-placeholder{
  color: #a0aec0 !important;
}

.tw-placeholder-gray-500::-moz-placeholder{
  color: #a0aec0 !important;
}

.tw-placeholder-gray-500:-ms-input-placeholder{
  color: #a0aec0 !important;
}

.tw-placeholder-gray-500::-ms-input-placeholder{
  color: #a0aec0 !important;
}

.tw-placeholder-gray-500::placeholder{
  color: #a0aec0 !important;
}

.tw-placeholder-gray-600::-webkit-input-placeholder{
  color: #718096 !important;
}

.tw-placeholder-gray-600::-moz-placeholder{
  color: #718096 !important;
}

.tw-placeholder-gray-600:-ms-input-placeholder{
  color: #718096 !important;
}

.tw-placeholder-gray-600::-ms-input-placeholder{
  color: #718096 !important;
}

.tw-placeholder-gray-600::placeholder{
  color: #718096 !important;
}

.tw-placeholder-gray-700::-webkit-input-placeholder{
  color: #4a5568 !important;
}

.tw-placeholder-gray-700::-moz-placeholder{
  color: #4a5568 !important;
}

.tw-placeholder-gray-700:-ms-input-placeholder{
  color: #4a5568 !important;
}

.tw-placeholder-gray-700::-ms-input-placeholder{
  color: #4a5568 !important;
}

.tw-placeholder-gray-700::placeholder{
  color: #4a5568 !important;
}

.tw-placeholder-gray-800::-webkit-input-placeholder{
  color: #2d3748 !important;
}

.tw-placeholder-gray-800::-moz-placeholder{
  color: #2d3748 !important;
}

.tw-placeholder-gray-800:-ms-input-placeholder{
  color: #2d3748 !important;
}

.tw-placeholder-gray-800::-ms-input-placeholder{
  color: #2d3748 !important;
}

.tw-placeholder-gray-800::placeholder{
  color: #2d3748 !important;
}

.tw-placeholder-gray-900::-webkit-input-placeholder{
  color: #1a202c !important;
}

.tw-placeholder-gray-900::-moz-placeholder{
  color: #1a202c !important;
}

.tw-placeholder-gray-900:-ms-input-placeholder{
  color: #1a202c !important;
}

.tw-placeholder-gray-900::-ms-input-placeholder{
  color: #1a202c !important;
}

.tw-placeholder-gray-900::placeholder{
  color: #1a202c !important;
}

.tw-placeholder-red-100::-webkit-input-placeholder{
  color: #fff5f5 !important;
}

.tw-placeholder-red-100::-moz-placeholder{
  color: #fff5f5 !important;
}

.tw-placeholder-red-100:-ms-input-placeholder{
  color: #fff5f5 !important;
}

.tw-placeholder-red-100::-ms-input-placeholder{
  color: #fff5f5 !important;
}

.tw-placeholder-red-100::placeholder{
  color: #fff5f5 !important;
}

.tw-placeholder-red-200::-webkit-input-placeholder{
  color: #fed7d7 !important;
}

.tw-placeholder-red-200::-moz-placeholder{
  color: #fed7d7 !important;
}

.tw-placeholder-red-200:-ms-input-placeholder{
  color: #fed7d7 !important;
}

.tw-placeholder-red-200::-ms-input-placeholder{
  color: #fed7d7 !important;
}

.tw-placeholder-red-200::placeholder{
  color: #fed7d7 !important;
}

.tw-placeholder-red-300::-webkit-input-placeholder{
  color: #feb2b2 !important;
}

.tw-placeholder-red-300::-moz-placeholder{
  color: #feb2b2 !important;
}

.tw-placeholder-red-300:-ms-input-placeholder{
  color: #feb2b2 !important;
}

.tw-placeholder-red-300::-ms-input-placeholder{
  color: #feb2b2 !important;
}

.tw-placeholder-red-300::placeholder{
  color: #feb2b2 !important;
}

.tw-placeholder-red-400::-webkit-input-placeholder{
  color: #fc8181 !important;
}

.tw-placeholder-red-400::-moz-placeholder{
  color: #fc8181 !important;
}

.tw-placeholder-red-400:-ms-input-placeholder{
  color: #fc8181 !important;
}

.tw-placeholder-red-400::-ms-input-placeholder{
  color: #fc8181 !important;
}

.tw-placeholder-red-400::placeholder{
  color: #fc8181 !important;
}

.tw-placeholder-red-500::-webkit-input-placeholder{
  color: #f56565 !important;
}

.tw-placeholder-red-500::-moz-placeholder{
  color: #f56565 !important;
}

.tw-placeholder-red-500:-ms-input-placeholder{
  color: #f56565 !important;
}

.tw-placeholder-red-500::-ms-input-placeholder{
  color: #f56565 !important;
}

.tw-placeholder-red-500::placeholder{
  color: #f56565 !important;
}

.tw-placeholder-red-600::-webkit-input-placeholder{
  color: #e53e3e !important;
}

.tw-placeholder-red-600::-moz-placeholder{
  color: #e53e3e !important;
}

.tw-placeholder-red-600:-ms-input-placeholder{
  color: #e53e3e !important;
}

.tw-placeholder-red-600::-ms-input-placeholder{
  color: #e53e3e !important;
}

.tw-placeholder-red-600::placeholder{
  color: #e53e3e !important;
}

.tw-placeholder-red-700::-webkit-input-placeholder{
  color: #c53030 !important;
}

.tw-placeholder-red-700::-moz-placeholder{
  color: #c53030 !important;
}

.tw-placeholder-red-700:-ms-input-placeholder{
  color: #c53030 !important;
}

.tw-placeholder-red-700::-ms-input-placeholder{
  color: #c53030 !important;
}

.tw-placeholder-red-700::placeholder{
  color: #c53030 !important;
}

.tw-placeholder-red-800::-webkit-input-placeholder{
  color: #9b2c2c !important;
}

.tw-placeholder-red-800::-moz-placeholder{
  color: #9b2c2c !important;
}

.tw-placeholder-red-800:-ms-input-placeholder{
  color: #9b2c2c !important;
}

.tw-placeholder-red-800::-ms-input-placeholder{
  color: #9b2c2c !important;
}

.tw-placeholder-red-800::placeholder{
  color: #9b2c2c !important;
}

.tw-placeholder-red-900::-webkit-input-placeholder{
  color: #742a2a !important;
}

.tw-placeholder-red-900::-moz-placeholder{
  color: #742a2a !important;
}

.tw-placeholder-red-900:-ms-input-placeholder{
  color: #742a2a !important;
}

.tw-placeholder-red-900::-ms-input-placeholder{
  color: #742a2a !important;
}

.tw-placeholder-red-900::placeholder{
  color: #742a2a !important;
}

.tw-placeholder-orange-100::-webkit-input-placeholder{
  color: #fffaf0 !important;
}

.tw-placeholder-orange-100::-moz-placeholder{
  color: #fffaf0 !important;
}

.tw-placeholder-orange-100:-ms-input-placeholder{
  color: #fffaf0 !important;
}

.tw-placeholder-orange-100::-ms-input-placeholder{
  color: #fffaf0 !important;
}

.tw-placeholder-orange-100::placeholder{
  color: #fffaf0 !important;
}

.tw-placeholder-orange-200::-webkit-input-placeholder{
  color: #feebc8 !important;
}

.tw-placeholder-orange-200::-moz-placeholder{
  color: #feebc8 !important;
}

.tw-placeholder-orange-200:-ms-input-placeholder{
  color: #feebc8 !important;
}

.tw-placeholder-orange-200::-ms-input-placeholder{
  color: #feebc8 !important;
}

.tw-placeholder-orange-200::placeholder{
  color: #feebc8 !important;
}

.tw-placeholder-orange-300::-webkit-input-placeholder{
  color: #fbd38d !important;
}

.tw-placeholder-orange-300::-moz-placeholder{
  color: #fbd38d !important;
}

.tw-placeholder-orange-300:-ms-input-placeholder{
  color: #fbd38d !important;
}

.tw-placeholder-orange-300::-ms-input-placeholder{
  color: #fbd38d !important;
}

.tw-placeholder-orange-300::placeholder{
  color: #fbd38d !important;
}

.tw-placeholder-orange-400::-webkit-input-placeholder{
  color: #f6ad55 !important;
}

.tw-placeholder-orange-400::-moz-placeholder{
  color: #f6ad55 !important;
}

.tw-placeholder-orange-400:-ms-input-placeholder{
  color: #f6ad55 !important;
}

.tw-placeholder-orange-400::-ms-input-placeholder{
  color: #f6ad55 !important;
}

.tw-placeholder-orange-400::placeholder{
  color: #f6ad55 !important;
}

.tw-placeholder-orange-500::-webkit-input-placeholder{
  color: #ed8936 !important;
}

.tw-placeholder-orange-500::-moz-placeholder{
  color: #ed8936 !important;
}

.tw-placeholder-orange-500:-ms-input-placeholder{
  color: #ed8936 !important;
}

.tw-placeholder-orange-500::-ms-input-placeholder{
  color: #ed8936 !important;
}

.tw-placeholder-orange-500::placeholder{
  color: #ed8936 !important;
}

.tw-placeholder-orange-600::-webkit-input-placeholder{
  color: #dd6b20 !important;
}

.tw-placeholder-orange-600::-moz-placeholder{
  color: #dd6b20 !important;
}

.tw-placeholder-orange-600:-ms-input-placeholder{
  color: #dd6b20 !important;
}

.tw-placeholder-orange-600::-ms-input-placeholder{
  color: #dd6b20 !important;
}

.tw-placeholder-orange-600::placeholder{
  color: #dd6b20 !important;
}

.tw-placeholder-orange-700::-webkit-input-placeholder{
  color: #c05621 !important;
}

.tw-placeholder-orange-700::-moz-placeholder{
  color: #c05621 !important;
}

.tw-placeholder-orange-700:-ms-input-placeholder{
  color: #c05621 !important;
}

.tw-placeholder-orange-700::-ms-input-placeholder{
  color: #c05621 !important;
}

.tw-placeholder-orange-700::placeholder{
  color: #c05621 !important;
}

.tw-placeholder-orange-800::-webkit-input-placeholder{
  color: #9c4221 !important;
}

.tw-placeholder-orange-800::-moz-placeholder{
  color: #9c4221 !important;
}

.tw-placeholder-orange-800:-ms-input-placeholder{
  color: #9c4221 !important;
}

.tw-placeholder-orange-800::-ms-input-placeholder{
  color: #9c4221 !important;
}

.tw-placeholder-orange-800::placeholder{
  color: #9c4221 !important;
}

.tw-placeholder-orange-900::-webkit-input-placeholder{
  color: #7b341e !important;
}

.tw-placeholder-orange-900::-moz-placeholder{
  color: #7b341e !important;
}

.tw-placeholder-orange-900:-ms-input-placeholder{
  color: #7b341e !important;
}

.tw-placeholder-orange-900::-ms-input-placeholder{
  color: #7b341e !important;
}

.tw-placeholder-orange-900::placeholder{
  color: #7b341e !important;
}

.tw-placeholder-yellow-100::-webkit-input-placeholder{
  color: #fffff0 !important;
}

.tw-placeholder-yellow-100::-moz-placeholder{
  color: #fffff0 !important;
}

.tw-placeholder-yellow-100:-ms-input-placeholder{
  color: #fffff0 !important;
}

.tw-placeholder-yellow-100::-ms-input-placeholder{
  color: #fffff0 !important;
}

.tw-placeholder-yellow-100::placeholder{
  color: #fffff0 !important;
}

.tw-placeholder-yellow-200::-webkit-input-placeholder{
  color: #fefcbf !important;
}

.tw-placeholder-yellow-200::-moz-placeholder{
  color: #fefcbf !important;
}

.tw-placeholder-yellow-200:-ms-input-placeholder{
  color: #fefcbf !important;
}

.tw-placeholder-yellow-200::-ms-input-placeholder{
  color: #fefcbf !important;
}

.tw-placeholder-yellow-200::placeholder{
  color: #fefcbf !important;
}

.tw-placeholder-yellow-300::-webkit-input-placeholder{
  color: #faf089 !important;
}

.tw-placeholder-yellow-300::-moz-placeholder{
  color: #faf089 !important;
}

.tw-placeholder-yellow-300:-ms-input-placeholder{
  color: #faf089 !important;
}

.tw-placeholder-yellow-300::-ms-input-placeholder{
  color: #faf089 !important;
}

.tw-placeholder-yellow-300::placeholder{
  color: #faf089 !important;
}

.tw-placeholder-yellow-400::-webkit-input-placeholder{
  color: #f6e05e !important;
}

.tw-placeholder-yellow-400::-moz-placeholder{
  color: #f6e05e !important;
}

.tw-placeholder-yellow-400:-ms-input-placeholder{
  color: #f6e05e !important;
}

.tw-placeholder-yellow-400::-ms-input-placeholder{
  color: #f6e05e !important;
}

.tw-placeholder-yellow-400::placeholder{
  color: #f6e05e !important;
}

.tw-placeholder-yellow-500::-webkit-input-placeholder{
  color: #ecc94b !important;
}

.tw-placeholder-yellow-500::-moz-placeholder{
  color: #ecc94b !important;
}

.tw-placeholder-yellow-500:-ms-input-placeholder{
  color: #ecc94b !important;
}

.tw-placeholder-yellow-500::-ms-input-placeholder{
  color: #ecc94b !important;
}

.tw-placeholder-yellow-500::placeholder{
  color: #ecc94b !important;
}

.tw-placeholder-yellow-600::-webkit-input-placeholder{
  color: #d69e2e !important;
}

.tw-placeholder-yellow-600::-moz-placeholder{
  color: #d69e2e !important;
}

.tw-placeholder-yellow-600:-ms-input-placeholder{
  color: #d69e2e !important;
}

.tw-placeholder-yellow-600::-ms-input-placeholder{
  color: #d69e2e !important;
}

.tw-placeholder-yellow-600::placeholder{
  color: #d69e2e !important;
}

.tw-placeholder-yellow-700::-webkit-input-placeholder{
  color: #b7791f !important;
}

.tw-placeholder-yellow-700::-moz-placeholder{
  color: #b7791f !important;
}

.tw-placeholder-yellow-700:-ms-input-placeholder{
  color: #b7791f !important;
}

.tw-placeholder-yellow-700::-ms-input-placeholder{
  color: #b7791f !important;
}

.tw-placeholder-yellow-700::placeholder{
  color: #b7791f !important;
}

.tw-placeholder-yellow-800::-webkit-input-placeholder{
  color: #975a16 !important;
}

.tw-placeholder-yellow-800::-moz-placeholder{
  color: #975a16 !important;
}

.tw-placeholder-yellow-800:-ms-input-placeholder{
  color: #975a16 !important;
}

.tw-placeholder-yellow-800::-ms-input-placeholder{
  color: #975a16 !important;
}

.tw-placeholder-yellow-800::placeholder{
  color: #975a16 !important;
}

.tw-placeholder-yellow-900::-webkit-input-placeholder{
  color: #744210 !important;
}

.tw-placeholder-yellow-900::-moz-placeholder{
  color: #744210 !important;
}

.tw-placeholder-yellow-900:-ms-input-placeholder{
  color: #744210 !important;
}

.tw-placeholder-yellow-900::-ms-input-placeholder{
  color: #744210 !important;
}

.tw-placeholder-yellow-900::placeholder{
  color: #744210 !important;
}

.tw-placeholder-green-100::-webkit-input-placeholder{
  color: #f0fff4 !important;
}

.tw-placeholder-green-100::-moz-placeholder{
  color: #f0fff4 !important;
}

.tw-placeholder-green-100:-ms-input-placeholder{
  color: #f0fff4 !important;
}

.tw-placeholder-green-100::-ms-input-placeholder{
  color: #f0fff4 !important;
}

.tw-placeholder-green-100::placeholder{
  color: #f0fff4 !important;
}

.tw-placeholder-green-200::-webkit-input-placeholder{
  color: #c6f6d5 !important;
}

.tw-placeholder-green-200::-moz-placeholder{
  color: #c6f6d5 !important;
}

.tw-placeholder-green-200:-ms-input-placeholder{
  color: #c6f6d5 !important;
}

.tw-placeholder-green-200::-ms-input-placeholder{
  color: #c6f6d5 !important;
}

.tw-placeholder-green-200::placeholder{
  color: #c6f6d5 !important;
}

.tw-placeholder-green-300::-webkit-input-placeholder{
  color: #9ae6b4 !important;
}

.tw-placeholder-green-300::-moz-placeholder{
  color: #9ae6b4 !important;
}

.tw-placeholder-green-300:-ms-input-placeholder{
  color: #9ae6b4 !important;
}

.tw-placeholder-green-300::-ms-input-placeholder{
  color: #9ae6b4 !important;
}

.tw-placeholder-green-300::placeholder{
  color: #9ae6b4 !important;
}

.tw-placeholder-green-400::-webkit-input-placeholder{
  color: #68d391 !important;
}

.tw-placeholder-green-400::-moz-placeholder{
  color: #68d391 !important;
}

.tw-placeholder-green-400:-ms-input-placeholder{
  color: #68d391 !important;
}

.tw-placeholder-green-400::-ms-input-placeholder{
  color: #68d391 !important;
}

.tw-placeholder-green-400::placeholder{
  color: #68d391 !important;
}

.tw-placeholder-green-500::-webkit-input-placeholder{
  color: #48bb78 !important;
}

.tw-placeholder-green-500::-moz-placeholder{
  color: #48bb78 !important;
}

.tw-placeholder-green-500:-ms-input-placeholder{
  color: #48bb78 !important;
}

.tw-placeholder-green-500::-ms-input-placeholder{
  color: #48bb78 !important;
}

.tw-placeholder-green-500::placeholder{
  color: #48bb78 !important;
}

.tw-placeholder-green-600::-webkit-input-placeholder{
  color: #38a169 !important;
}

.tw-placeholder-green-600::-moz-placeholder{
  color: #38a169 !important;
}

.tw-placeholder-green-600:-ms-input-placeholder{
  color: #38a169 !important;
}

.tw-placeholder-green-600::-ms-input-placeholder{
  color: #38a169 !important;
}

.tw-placeholder-green-600::placeholder{
  color: #38a169 !important;
}

.tw-placeholder-green-700::-webkit-input-placeholder{
  color: #2f855a !important;
}

.tw-placeholder-green-700::-moz-placeholder{
  color: #2f855a !important;
}

.tw-placeholder-green-700:-ms-input-placeholder{
  color: #2f855a !important;
}

.tw-placeholder-green-700::-ms-input-placeholder{
  color: #2f855a !important;
}

.tw-placeholder-green-700::placeholder{
  color: #2f855a !important;
}

.tw-placeholder-green-800::-webkit-input-placeholder{
  color: #276749 !important;
}

.tw-placeholder-green-800::-moz-placeholder{
  color: #276749 !important;
}

.tw-placeholder-green-800:-ms-input-placeholder{
  color: #276749 !important;
}

.tw-placeholder-green-800::-ms-input-placeholder{
  color: #276749 !important;
}

.tw-placeholder-green-800::placeholder{
  color: #276749 !important;
}

.tw-placeholder-green-900::-webkit-input-placeholder{
  color: #22543d !important;
}

.tw-placeholder-green-900::-moz-placeholder{
  color: #22543d !important;
}

.tw-placeholder-green-900:-ms-input-placeholder{
  color: #22543d !important;
}

.tw-placeholder-green-900::-ms-input-placeholder{
  color: #22543d !important;
}

.tw-placeholder-green-900::placeholder{
  color: #22543d !important;
}

.tw-placeholder-teal-100::-webkit-input-placeholder{
  color: #e6fffa !important;
}

.tw-placeholder-teal-100::-moz-placeholder{
  color: #e6fffa !important;
}

.tw-placeholder-teal-100:-ms-input-placeholder{
  color: #e6fffa !important;
}

.tw-placeholder-teal-100::-ms-input-placeholder{
  color: #e6fffa !important;
}

.tw-placeholder-teal-100::placeholder{
  color: #e6fffa !important;
}

.tw-placeholder-teal-200::-webkit-input-placeholder{
  color: #b2f5ea !important;
}

.tw-placeholder-teal-200::-moz-placeholder{
  color: #b2f5ea !important;
}

.tw-placeholder-teal-200:-ms-input-placeholder{
  color: #b2f5ea !important;
}

.tw-placeholder-teal-200::-ms-input-placeholder{
  color: #b2f5ea !important;
}

.tw-placeholder-teal-200::placeholder{
  color: #b2f5ea !important;
}

.tw-placeholder-teal-300::-webkit-input-placeholder{
  color: #81e6d9 !important;
}

.tw-placeholder-teal-300::-moz-placeholder{
  color: #81e6d9 !important;
}

.tw-placeholder-teal-300:-ms-input-placeholder{
  color: #81e6d9 !important;
}

.tw-placeholder-teal-300::-ms-input-placeholder{
  color: #81e6d9 !important;
}

.tw-placeholder-teal-300::placeholder{
  color: #81e6d9 !important;
}

.tw-placeholder-teal-400::-webkit-input-placeholder{
  color: #4fd1c5 !important;
}

.tw-placeholder-teal-400::-moz-placeholder{
  color: #4fd1c5 !important;
}

.tw-placeholder-teal-400:-ms-input-placeholder{
  color: #4fd1c5 !important;
}

.tw-placeholder-teal-400::-ms-input-placeholder{
  color: #4fd1c5 !important;
}

.tw-placeholder-teal-400::placeholder{
  color: #4fd1c5 !important;
}

.tw-placeholder-teal-500::-webkit-input-placeholder{
  color: #38b2ac !important;
}

.tw-placeholder-teal-500::-moz-placeholder{
  color: #38b2ac !important;
}

.tw-placeholder-teal-500:-ms-input-placeholder{
  color: #38b2ac !important;
}

.tw-placeholder-teal-500::-ms-input-placeholder{
  color: #38b2ac !important;
}

.tw-placeholder-teal-500::placeholder{
  color: #38b2ac !important;
}

.tw-placeholder-teal-600::-webkit-input-placeholder{
  color: #319795 !important;
}

.tw-placeholder-teal-600::-moz-placeholder{
  color: #319795 !important;
}

.tw-placeholder-teal-600:-ms-input-placeholder{
  color: #319795 !important;
}

.tw-placeholder-teal-600::-ms-input-placeholder{
  color: #319795 !important;
}

.tw-placeholder-teal-600::placeholder{
  color: #319795 !important;
}

.tw-placeholder-teal-700::-webkit-input-placeholder{
  color: #2c7a7b !important;
}

.tw-placeholder-teal-700::-moz-placeholder{
  color: #2c7a7b !important;
}

.tw-placeholder-teal-700:-ms-input-placeholder{
  color: #2c7a7b !important;
}

.tw-placeholder-teal-700::-ms-input-placeholder{
  color: #2c7a7b !important;
}

.tw-placeholder-teal-700::placeholder{
  color: #2c7a7b !important;
}

.tw-placeholder-teal-800::-webkit-input-placeholder{
  color: #285e61 !important;
}

.tw-placeholder-teal-800::-moz-placeholder{
  color: #285e61 !important;
}

.tw-placeholder-teal-800:-ms-input-placeholder{
  color: #285e61 !important;
}

.tw-placeholder-teal-800::-ms-input-placeholder{
  color: #285e61 !important;
}

.tw-placeholder-teal-800::placeholder{
  color: #285e61 !important;
}

.tw-placeholder-teal-900::-webkit-input-placeholder{
  color: #234e52 !important;
}

.tw-placeholder-teal-900::-moz-placeholder{
  color: #234e52 !important;
}

.tw-placeholder-teal-900:-ms-input-placeholder{
  color: #234e52 !important;
}

.tw-placeholder-teal-900::-ms-input-placeholder{
  color: #234e52 !important;
}

.tw-placeholder-teal-900::placeholder{
  color: #234e52 !important;
}

.tw-placeholder-blue-100::-webkit-input-placeholder{
  color: #ebf8ff !important;
}

.tw-placeholder-blue-100::-moz-placeholder{
  color: #ebf8ff !important;
}

.tw-placeholder-blue-100:-ms-input-placeholder{
  color: #ebf8ff !important;
}

.tw-placeholder-blue-100::-ms-input-placeholder{
  color: #ebf8ff !important;
}

.tw-placeholder-blue-100::placeholder{
  color: #ebf8ff !important;
}

.tw-placeholder-blue-200::-webkit-input-placeholder{
  color: #bee3f8 !important;
}

.tw-placeholder-blue-200::-moz-placeholder{
  color: #bee3f8 !important;
}

.tw-placeholder-blue-200:-ms-input-placeholder{
  color: #bee3f8 !important;
}

.tw-placeholder-blue-200::-ms-input-placeholder{
  color: #bee3f8 !important;
}

.tw-placeholder-blue-200::placeholder{
  color: #bee3f8 !important;
}

.tw-placeholder-blue-300::-webkit-input-placeholder{
  color: #90cdf4 !important;
}

.tw-placeholder-blue-300::-moz-placeholder{
  color: #90cdf4 !important;
}

.tw-placeholder-blue-300:-ms-input-placeholder{
  color: #90cdf4 !important;
}

.tw-placeholder-blue-300::-ms-input-placeholder{
  color: #90cdf4 !important;
}

.tw-placeholder-blue-300::placeholder{
  color: #90cdf4 !important;
}

.tw-placeholder-blue-400::-webkit-input-placeholder{
  color: #63b3ed !important;
}

.tw-placeholder-blue-400::-moz-placeholder{
  color: #63b3ed !important;
}

.tw-placeholder-blue-400:-ms-input-placeholder{
  color: #63b3ed !important;
}

.tw-placeholder-blue-400::-ms-input-placeholder{
  color: #63b3ed !important;
}

.tw-placeholder-blue-400::placeholder{
  color: #63b3ed !important;
}

.tw-placeholder-blue-500::-webkit-input-placeholder{
  color: #4299e1 !important;
}

.tw-placeholder-blue-500::-moz-placeholder{
  color: #4299e1 !important;
}

.tw-placeholder-blue-500:-ms-input-placeholder{
  color: #4299e1 !important;
}

.tw-placeholder-blue-500::-ms-input-placeholder{
  color: #4299e1 !important;
}

.tw-placeholder-blue-500::placeholder{
  color: #4299e1 !important;
}

.tw-placeholder-blue-600::-webkit-input-placeholder{
  color: #3182ce !important;
}

.tw-placeholder-blue-600::-moz-placeholder{
  color: #3182ce !important;
}

.tw-placeholder-blue-600:-ms-input-placeholder{
  color: #3182ce !important;
}

.tw-placeholder-blue-600::-ms-input-placeholder{
  color: #3182ce !important;
}

.tw-placeholder-blue-600::placeholder{
  color: #3182ce !important;
}

.tw-placeholder-blue-700::-webkit-input-placeholder{
  color: #2b6cb0 !important;
}

.tw-placeholder-blue-700::-moz-placeholder{
  color: #2b6cb0 !important;
}

.tw-placeholder-blue-700:-ms-input-placeholder{
  color: #2b6cb0 !important;
}

.tw-placeholder-blue-700::-ms-input-placeholder{
  color: #2b6cb0 !important;
}

.tw-placeholder-blue-700::placeholder{
  color: #2b6cb0 !important;
}

.tw-placeholder-blue-800::-webkit-input-placeholder{
  color: #2c5282 !important;
}

.tw-placeholder-blue-800::-moz-placeholder{
  color: #2c5282 !important;
}

.tw-placeholder-blue-800:-ms-input-placeholder{
  color: #2c5282 !important;
}

.tw-placeholder-blue-800::-ms-input-placeholder{
  color: #2c5282 !important;
}

.tw-placeholder-blue-800::placeholder{
  color: #2c5282 !important;
}

.tw-placeholder-blue-900::-webkit-input-placeholder{
  color: #2a4365 !important;
}

.tw-placeholder-blue-900::-moz-placeholder{
  color: #2a4365 !important;
}

.tw-placeholder-blue-900:-ms-input-placeholder{
  color: #2a4365 !important;
}

.tw-placeholder-blue-900::-ms-input-placeholder{
  color: #2a4365 !important;
}

.tw-placeholder-blue-900::placeholder{
  color: #2a4365 !important;
}

.tw-placeholder-indigo-100::-webkit-input-placeholder{
  color: #ebf4ff !important;
}

.tw-placeholder-indigo-100::-moz-placeholder{
  color: #ebf4ff !important;
}

.tw-placeholder-indigo-100:-ms-input-placeholder{
  color: #ebf4ff !important;
}

.tw-placeholder-indigo-100::-ms-input-placeholder{
  color: #ebf4ff !important;
}

.tw-placeholder-indigo-100::placeholder{
  color: #ebf4ff !important;
}

.tw-placeholder-indigo-200::-webkit-input-placeholder{
  color: #c3dafe !important;
}

.tw-placeholder-indigo-200::-moz-placeholder{
  color: #c3dafe !important;
}

.tw-placeholder-indigo-200:-ms-input-placeholder{
  color: #c3dafe !important;
}

.tw-placeholder-indigo-200::-ms-input-placeholder{
  color: #c3dafe !important;
}

.tw-placeholder-indigo-200::placeholder{
  color: #c3dafe !important;
}

.tw-placeholder-indigo-300::-webkit-input-placeholder{
  color: #a3bffa !important;
}

.tw-placeholder-indigo-300::-moz-placeholder{
  color: #a3bffa !important;
}

.tw-placeholder-indigo-300:-ms-input-placeholder{
  color: #a3bffa !important;
}

.tw-placeholder-indigo-300::-ms-input-placeholder{
  color: #a3bffa !important;
}

.tw-placeholder-indigo-300::placeholder{
  color: #a3bffa !important;
}

.tw-placeholder-indigo-400::-webkit-input-placeholder{
  color: #7f9cf5 !important;
}

.tw-placeholder-indigo-400::-moz-placeholder{
  color: #7f9cf5 !important;
}

.tw-placeholder-indigo-400:-ms-input-placeholder{
  color: #7f9cf5 !important;
}

.tw-placeholder-indigo-400::-ms-input-placeholder{
  color: #7f9cf5 !important;
}

.tw-placeholder-indigo-400::placeholder{
  color: #7f9cf5 !important;
}

.tw-placeholder-indigo-500::-webkit-input-placeholder{
  color: #667eea !important;
}

.tw-placeholder-indigo-500::-moz-placeholder{
  color: #667eea !important;
}

.tw-placeholder-indigo-500:-ms-input-placeholder{
  color: #667eea !important;
}

.tw-placeholder-indigo-500::-ms-input-placeholder{
  color: #667eea !important;
}

.tw-placeholder-indigo-500::placeholder{
  color: #667eea !important;
}

.tw-placeholder-indigo-600::-webkit-input-placeholder{
  color: #5a67d8 !important;
}

.tw-placeholder-indigo-600::-moz-placeholder{
  color: #5a67d8 !important;
}

.tw-placeholder-indigo-600:-ms-input-placeholder{
  color: #5a67d8 !important;
}

.tw-placeholder-indigo-600::-ms-input-placeholder{
  color: #5a67d8 !important;
}

.tw-placeholder-indigo-600::placeholder{
  color: #5a67d8 !important;
}

.tw-placeholder-indigo-700::-webkit-input-placeholder{
  color: #4c51bf !important;
}

.tw-placeholder-indigo-700::-moz-placeholder{
  color: #4c51bf !important;
}

.tw-placeholder-indigo-700:-ms-input-placeholder{
  color: #4c51bf !important;
}

.tw-placeholder-indigo-700::-ms-input-placeholder{
  color: #4c51bf !important;
}

.tw-placeholder-indigo-700::placeholder{
  color: #4c51bf !important;
}

.tw-placeholder-indigo-800::-webkit-input-placeholder{
  color: #434190 !important;
}

.tw-placeholder-indigo-800::-moz-placeholder{
  color: #434190 !important;
}

.tw-placeholder-indigo-800:-ms-input-placeholder{
  color: #434190 !important;
}

.tw-placeholder-indigo-800::-ms-input-placeholder{
  color: #434190 !important;
}

.tw-placeholder-indigo-800::placeholder{
  color: #434190 !important;
}

.tw-placeholder-indigo-900::-webkit-input-placeholder{
  color: #3c366b !important;
}

.tw-placeholder-indigo-900::-moz-placeholder{
  color: #3c366b !important;
}

.tw-placeholder-indigo-900:-ms-input-placeholder{
  color: #3c366b !important;
}

.tw-placeholder-indigo-900::-ms-input-placeholder{
  color: #3c366b !important;
}

.tw-placeholder-indigo-900::placeholder{
  color: #3c366b !important;
}

.tw-placeholder-purple-100::-webkit-input-placeholder{
  color: #faf5ff !important;
}

.tw-placeholder-purple-100::-moz-placeholder{
  color: #faf5ff !important;
}

.tw-placeholder-purple-100:-ms-input-placeholder{
  color: #faf5ff !important;
}

.tw-placeholder-purple-100::-ms-input-placeholder{
  color: #faf5ff !important;
}

.tw-placeholder-purple-100::placeholder{
  color: #faf5ff !important;
}

.tw-placeholder-purple-200::-webkit-input-placeholder{
  color: #e9d8fd !important;
}

.tw-placeholder-purple-200::-moz-placeholder{
  color: #e9d8fd !important;
}

.tw-placeholder-purple-200:-ms-input-placeholder{
  color: #e9d8fd !important;
}

.tw-placeholder-purple-200::-ms-input-placeholder{
  color: #e9d8fd !important;
}

.tw-placeholder-purple-200::placeholder{
  color: #e9d8fd !important;
}

.tw-placeholder-purple-300::-webkit-input-placeholder{
  color: #d6bcfa !important;
}

.tw-placeholder-purple-300::-moz-placeholder{
  color: #d6bcfa !important;
}

.tw-placeholder-purple-300:-ms-input-placeholder{
  color: #d6bcfa !important;
}

.tw-placeholder-purple-300::-ms-input-placeholder{
  color: #d6bcfa !important;
}

.tw-placeholder-purple-300::placeholder{
  color: #d6bcfa !important;
}

.tw-placeholder-purple-400::-webkit-input-placeholder{
  color: #b794f4 !important;
}

.tw-placeholder-purple-400::-moz-placeholder{
  color: #b794f4 !important;
}

.tw-placeholder-purple-400:-ms-input-placeholder{
  color: #b794f4 !important;
}

.tw-placeholder-purple-400::-ms-input-placeholder{
  color: #b794f4 !important;
}

.tw-placeholder-purple-400::placeholder{
  color: #b794f4 !important;
}

.tw-placeholder-purple-500::-webkit-input-placeholder{
  color: #9f7aea !important;
}

.tw-placeholder-purple-500::-moz-placeholder{
  color: #9f7aea !important;
}

.tw-placeholder-purple-500:-ms-input-placeholder{
  color: #9f7aea !important;
}

.tw-placeholder-purple-500::-ms-input-placeholder{
  color: #9f7aea !important;
}

.tw-placeholder-purple-500::placeholder{
  color: #9f7aea !important;
}

.tw-placeholder-purple-600::-webkit-input-placeholder{
  color: #805ad5 !important;
}

.tw-placeholder-purple-600::-moz-placeholder{
  color: #805ad5 !important;
}

.tw-placeholder-purple-600:-ms-input-placeholder{
  color: #805ad5 !important;
}

.tw-placeholder-purple-600::-ms-input-placeholder{
  color: #805ad5 !important;
}

.tw-placeholder-purple-600::placeholder{
  color: #805ad5 !important;
}

.tw-placeholder-purple-700::-webkit-input-placeholder{
  color: #6b46c1 !important;
}

.tw-placeholder-purple-700::-moz-placeholder{
  color: #6b46c1 !important;
}

.tw-placeholder-purple-700:-ms-input-placeholder{
  color: #6b46c1 !important;
}

.tw-placeholder-purple-700::-ms-input-placeholder{
  color: #6b46c1 !important;
}

.tw-placeholder-purple-700::placeholder{
  color: #6b46c1 !important;
}

.tw-placeholder-purple-800::-webkit-input-placeholder{
  color: #553c9a !important;
}

.tw-placeholder-purple-800::-moz-placeholder{
  color: #553c9a !important;
}

.tw-placeholder-purple-800:-ms-input-placeholder{
  color: #553c9a !important;
}

.tw-placeholder-purple-800::-ms-input-placeholder{
  color: #553c9a !important;
}

.tw-placeholder-purple-800::placeholder{
  color: #553c9a !important;
}

.tw-placeholder-purple-900::-webkit-input-placeholder{
  color: #44337a !important;
}

.tw-placeholder-purple-900::-moz-placeholder{
  color: #44337a !important;
}

.tw-placeholder-purple-900:-ms-input-placeholder{
  color: #44337a !important;
}

.tw-placeholder-purple-900::-ms-input-placeholder{
  color: #44337a !important;
}

.tw-placeholder-purple-900::placeholder{
  color: #44337a !important;
}

.tw-placeholder-pink-100::-webkit-input-placeholder{
  color: #fff5f7 !important;
}

.tw-placeholder-pink-100::-moz-placeholder{
  color: #fff5f7 !important;
}

.tw-placeholder-pink-100:-ms-input-placeholder{
  color: #fff5f7 !important;
}

.tw-placeholder-pink-100::-ms-input-placeholder{
  color: #fff5f7 !important;
}

.tw-placeholder-pink-100::placeholder{
  color: #fff5f7 !important;
}

.tw-placeholder-pink-200::-webkit-input-placeholder{
  color: #fed7e2 !important;
}

.tw-placeholder-pink-200::-moz-placeholder{
  color: #fed7e2 !important;
}

.tw-placeholder-pink-200:-ms-input-placeholder{
  color: #fed7e2 !important;
}

.tw-placeholder-pink-200::-ms-input-placeholder{
  color: #fed7e2 !important;
}

.tw-placeholder-pink-200::placeholder{
  color: #fed7e2 !important;
}

.tw-placeholder-pink-300::-webkit-input-placeholder{
  color: #fbb6ce !important;
}

.tw-placeholder-pink-300::-moz-placeholder{
  color: #fbb6ce !important;
}

.tw-placeholder-pink-300:-ms-input-placeholder{
  color: #fbb6ce !important;
}

.tw-placeholder-pink-300::-ms-input-placeholder{
  color: #fbb6ce !important;
}

.tw-placeholder-pink-300::placeholder{
  color: #fbb6ce !important;
}

.tw-placeholder-pink-400::-webkit-input-placeholder{
  color: #f687b3 !important;
}

.tw-placeholder-pink-400::-moz-placeholder{
  color: #f687b3 !important;
}

.tw-placeholder-pink-400:-ms-input-placeholder{
  color: #f687b3 !important;
}

.tw-placeholder-pink-400::-ms-input-placeholder{
  color: #f687b3 !important;
}

.tw-placeholder-pink-400::placeholder{
  color: #f687b3 !important;
}

.tw-placeholder-pink-500::-webkit-input-placeholder{
  color: #ed64a6 !important;
}

.tw-placeholder-pink-500::-moz-placeholder{
  color: #ed64a6 !important;
}

.tw-placeholder-pink-500:-ms-input-placeholder{
  color: #ed64a6 !important;
}

.tw-placeholder-pink-500::-ms-input-placeholder{
  color: #ed64a6 !important;
}

.tw-placeholder-pink-500::placeholder{
  color: #ed64a6 !important;
}

.tw-placeholder-pink-600::-webkit-input-placeholder{
  color: #d53f8c !important;
}

.tw-placeholder-pink-600::-moz-placeholder{
  color: #d53f8c !important;
}

.tw-placeholder-pink-600:-ms-input-placeholder{
  color: #d53f8c !important;
}

.tw-placeholder-pink-600::-ms-input-placeholder{
  color: #d53f8c !important;
}

.tw-placeholder-pink-600::placeholder{
  color: #d53f8c !important;
}

.tw-placeholder-pink-700::-webkit-input-placeholder{
  color: #b83280 !important;
}

.tw-placeholder-pink-700::-moz-placeholder{
  color: #b83280 !important;
}

.tw-placeholder-pink-700:-ms-input-placeholder{
  color: #b83280 !important;
}

.tw-placeholder-pink-700::-ms-input-placeholder{
  color: #b83280 !important;
}

.tw-placeholder-pink-700::placeholder{
  color: #b83280 !important;
}

.tw-placeholder-pink-800::-webkit-input-placeholder{
  color: #97266d !important;
}

.tw-placeholder-pink-800::-moz-placeholder{
  color: #97266d !important;
}

.tw-placeholder-pink-800:-ms-input-placeholder{
  color: #97266d !important;
}

.tw-placeholder-pink-800::-ms-input-placeholder{
  color: #97266d !important;
}

.tw-placeholder-pink-800::placeholder{
  color: #97266d !important;
}

.tw-placeholder-pink-900::-webkit-input-placeholder{
  color: #702459 !important;
}

.tw-placeholder-pink-900::-moz-placeholder{
  color: #702459 !important;
}

.tw-placeholder-pink-900:-ms-input-placeholder{
  color: #702459 !important;
}

.tw-placeholder-pink-900::-ms-input-placeholder{
  color: #702459 !important;
}

.tw-placeholder-pink-900::placeholder{
  color: #702459 !important;
}

.focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder{
  color: transparent !important;
}

.focus\:tw-placeholder-transparent:focus::-moz-placeholder{
  color: transparent !important;
}

.focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
  color: transparent !important;
}

.focus\:tw-placeholder-transparent:focus::-ms-input-placeholder{
  color: transparent !important;
}

.focus\:tw-placeholder-transparent:focus::placeholder{
  color: transparent !important;
}

.focus\:tw-placeholder-black:focus::-webkit-input-placeholder{
  color: #000 !important;
}

.focus\:tw-placeholder-black:focus::-moz-placeholder{
  color: #000 !important;
}

.focus\:tw-placeholder-black:focus:-ms-input-placeholder{
  color: #000 !important;
}

.focus\:tw-placeholder-black:focus::-ms-input-placeholder{
  color: #000 !important;
}

.focus\:tw-placeholder-black:focus::placeholder{
  color: #000 !important;
}

.focus\:tw-placeholder-white:focus::-webkit-input-placeholder{
  color: #fff !important;
}

.focus\:tw-placeholder-white:focus::-moz-placeholder{
  color: #fff !important;
}

.focus\:tw-placeholder-white:focus:-ms-input-placeholder{
  color: #fff !important;
}

.focus\:tw-placeholder-white:focus::-ms-input-placeholder{
  color: #fff !important;
}

.focus\:tw-placeholder-white:focus::placeholder{
  color: #fff !important;
}

.focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder{
  color: #f7fafc !important;
}

.focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
  color: #f7fafc !important;
}

.focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder{
  color: #f7fafc !important;
}

.focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder{
  color: #f7fafc !important;
}

.focus\:tw-placeholder-gray-100:focus::placeholder{
  color: #f7fafc !important;
}

.focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder{
  color: #edf2f7 !important;
}

.focus\:tw-placeholder-gray-200:focus::-moz-placeholder{
  color: #edf2f7 !important;
}

.focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder{
  color: #edf2f7 !important;
}

.focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder{
  color: #edf2f7 !important;
}

.focus\:tw-placeholder-gray-200:focus::placeholder{
  color: #edf2f7 !important;
}

.focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder{
  color: #e2e8f0 !important;
}

.focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
  color: #e2e8f0 !important;
}

.focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder{
  color: #e2e8f0 !important;
}

.focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder{
  color: #e2e8f0 !important;
}

.focus\:tw-placeholder-gray-300:focus::placeholder{
  color: #e2e8f0 !important;
}

.focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder{
  color: #cbd5e0 !important;
}

.focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
  color: #cbd5e0 !important;
}

.focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder{
  color: #cbd5e0 !important;
}

.focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder{
  color: #cbd5e0 !important;
}

.focus\:tw-placeholder-gray-400:focus::placeholder{
  color: #cbd5e0 !important;
}

.focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder{
  color: #a0aec0 !important;
}

.focus\:tw-placeholder-gray-500:focus::-moz-placeholder{
  color: #a0aec0 !important;
}

.focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder{
  color: #a0aec0 !important;
}

.focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder{
  color: #a0aec0 !important;
}

.focus\:tw-placeholder-gray-500:focus::placeholder{
  color: #a0aec0 !important;
}

.focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder{
  color: #718096 !important;
}

.focus\:tw-placeholder-gray-600:focus::-moz-placeholder{
  color: #718096 !important;
}

.focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder{
  color: #718096 !important;
}

.focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder{
  color: #718096 !important;
}

.focus\:tw-placeholder-gray-600:focus::placeholder{
  color: #718096 !important;
}

.focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder{
  color: #4a5568 !important;
}

.focus\:tw-placeholder-gray-700:focus::-moz-placeholder{
  color: #4a5568 !important;
}

.focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder{
  color: #4a5568 !important;
}

.focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder{
  color: #4a5568 !important;
}

.focus\:tw-placeholder-gray-700:focus::placeholder{
  color: #4a5568 !important;
}

.focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder{
  color: #2d3748 !important;
}

.focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
  color: #2d3748 !important;
}

.focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder{
  color: #2d3748 !important;
}

.focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder{
  color: #2d3748 !important;
}

.focus\:tw-placeholder-gray-800:focus::placeholder{
  color: #2d3748 !important;
}

.focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder{
  color: #1a202c !important;
}

.focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
  color: #1a202c !important;
}

.focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder{
  color: #1a202c !important;
}

.focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder{
  color: #1a202c !important;
}

.focus\:tw-placeholder-gray-900:focus::placeholder{
  color: #1a202c !important;
}

.focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder{
  color: #fff5f5 !important;
}

.focus\:tw-placeholder-red-100:focus::-moz-placeholder{
  color: #fff5f5 !important;
}

.focus\:tw-placeholder-red-100:focus:-ms-input-placeholder{
  color: #fff5f5 !important;
}

.focus\:tw-placeholder-red-100:focus::-ms-input-placeholder{
  color: #fff5f5 !important;
}

.focus\:tw-placeholder-red-100:focus::placeholder{
  color: #fff5f5 !important;
}

.focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder{
  color: #fed7d7 !important;
}

.focus\:tw-placeholder-red-200:focus::-moz-placeholder{
  color: #fed7d7 !important;
}

.focus\:tw-placeholder-red-200:focus:-ms-input-placeholder{
  color: #fed7d7 !important;
}

.focus\:tw-placeholder-red-200:focus::-ms-input-placeholder{
  color: #fed7d7 !important;
}

.focus\:tw-placeholder-red-200:focus::placeholder{
  color: #fed7d7 !important;
}

.focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder{
  color: #feb2b2 !important;
}

.focus\:tw-placeholder-red-300:focus::-moz-placeholder{
  color: #feb2b2 !important;
}

.focus\:tw-placeholder-red-300:focus:-ms-input-placeholder{
  color: #feb2b2 !important;
}

.focus\:tw-placeholder-red-300:focus::-ms-input-placeholder{
  color: #feb2b2 !important;
}

.focus\:tw-placeholder-red-300:focus::placeholder{
  color: #feb2b2 !important;
}

.focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder{
  color: #fc8181 !important;
}

.focus\:tw-placeholder-red-400:focus::-moz-placeholder{
  color: #fc8181 !important;
}

.focus\:tw-placeholder-red-400:focus:-ms-input-placeholder{
  color: #fc8181 !important;
}

.focus\:tw-placeholder-red-400:focus::-ms-input-placeholder{
  color: #fc8181 !important;
}

.focus\:tw-placeholder-red-400:focus::placeholder{
  color: #fc8181 !important;
}

.focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder{
  color: #f56565 !important;
}

.focus\:tw-placeholder-red-500:focus::-moz-placeholder{
  color: #f56565 !important;
}

.focus\:tw-placeholder-red-500:focus:-ms-input-placeholder{
  color: #f56565 !important;
}

.focus\:tw-placeholder-red-500:focus::-ms-input-placeholder{
  color: #f56565 !important;
}

.focus\:tw-placeholder-red-500:focus::placeholder{
  color: #f56565 !important;
}

.focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder{
  color: #e53e3e !important;
}

.focus\:tw-placeholder-red-600:focus::-moz-placeholder{
  color: #e53e3e !important;
}

.focus\:tw-placeholder-red-600:focus:-ms-input-placeholder{
  color: #e53e3e !important;
}

.focus\:tw-placeholder-red-600:focus::-ms-input-placeholder{
  color: #e53e3e !important;
}

.focus\:tw-placeholder-red-600:focus::placeholder{
  color: #e53e3e !important;
}

.focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder{
  color: #c53030 !important;
}

.focus\:tw-placeholder-red-700:focus::-moz-placeholder{
  color: #c53030 !important;
}

.focus\:tw-placeholder-red-700:focus:-ms-input-placeholder{
  color: #c53030 !important;
}

.focus\:tw-placeholder-red-700:focus::-ms-input-placeholder{
  color: #c53030 !important;
}

.focus\:tw-placeholder-red-700:focus::placeholder{
  color: #c53030 !important;
}

.focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder{
  color: #9b2c2c !important;
}

.focus\:tw-placeholder-red-800:focus::-moz-placeholder{
  color: #9b2c2c !important;
}

.focus\:tw-placeholder-red-800:focus:-ms-input-placeholder{
  color: #9b2c2c !important;
}

.focus\:tw-placeholder-red-800:focus::-ms-input-placeholder{
  color: #9b2c2c !important;
}

.focus\:tw-placeholder-red-800:focus::placeholder{
  color: #9b2c2c !important;
}

.focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder{
  color: #742a2a !important;
}

.focus\:tw-placeholder-red-900:focus::-moz-placeholder{
  color: #742a2a !important;
}

.focus\:tw-placeholder-red-900:focus:-ms-input-placeholder{
  color: #742a2a !important;
}

.focus\:tw-placeholder-red-900:focus::-ms-input-placeholder{
  color: #742a2a !important;
}

.focus\:tw-placeholder-red-900:focus::placeholder{
  color: #742a2a !important;
}

.focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder{
  color: #fffaf0 !important;
}

.focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
  color: #fffaf0 !important;
}

.focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder{
  color: #fffaf0 !important;
}

.focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder{
  color: #fffaf0 !important;
}

.focus\:tw-placeholder-orange-100:focus::placeholder{
  color: #fffaf0 !important;
}

.focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder{
  color: #feebc8 !important;
}

.focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
  color: #feebc8 !important;
}

.focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder{
  color: #feebc8 !important;
}

.focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder{
  color: #feebc8 !important;
}

.focus\:tw-placeholder-orange-200:focus::placeholder{
  color: #feebc8 !important;
}

.focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder{
  color: #fbd38d !important;
}

.focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
  color: #fbd38d !important;
}

.focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder{
  color: #fbd38d !important;
}

.focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder{
  color: #fbd38d !important;
}

.focus\:tw-placeholder-orange-300:focus::placeholder{
  color: #fbd38d !important;
}

.focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder{
  color: #f6ad55 !important;
}

.focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
  color: #f6ad55 !important;
}

.focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder{
  color: #f6ad55 !important;
}

.focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder{
  color: #f6ad55 !important;
}

.focus\:tw-placeholder-orange-400:focus::placeholder{
  color: #f6ad55 !important;
}

.focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder{
  color: #ed8936 !important;
}

.focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
  color: #ed8936 !important;
}

.focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder{
  color: #ed8936 !important;
}

.focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder{
  color: #ed8936 !important;
}

.focus\:tw-placeholder-orange-500:focus::placeholder{
  color: #ed8936 !important;
}

.focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder{
  color: #dd6b20 !important;
}

.focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
  color: #dd6b20 !important;
}

.focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder{
  color: #dd6b20 !important;
}

.focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder{
  color: #dd6b20 !important;
}

.focus\:tw-placeholder-orange-600:focus::placeholder{
  color: #dd6b20 !important;
}

.focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder{
  color: #c05621 !important;
}

.focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
  color: #c05621 !important;
}

.focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder{
  color: #c05621 !important;
}

.focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder{
  color: #c05621 !important;
}

.focus\:tw-placeholder-orange-700:focus::placeholder{
  color: #c05621 !important;
}

.focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder{
  color: #9c4221 !important;
}

.focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
  color: #9c4221 !important;
}

.focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder{
  color: #9c4221 !important;
}

.focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder{
  color: #9c4221 !important;
}

.focus\:tw-placeholder-orange-800:focus::placeholder{
  color: #9c4221 !important;
}

.focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder{
  color: #7b341e !important;
}

.focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
  color: #7b341e !important;
}

.focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder{
  color: #7b341e !important;
}

.focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder{
  color: #7b341e !important;
}

.focus\:tw-placeholder-orange-900:focus::placeholder{
  color: #7b341e !important;
}

.focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder{
  color: #fffff0 !important;
}

.focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
  color: #fffff0 !important;
}

.focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder{
  color: #fffff0 !important;
}

.focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder{
  color: #fffff0 !important;
}

.focus\:tw-placeholder-yellow-100:focus::placeholder{
  color: #fffff0 !important;
}

.focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder{
  color: #fefcbf !important;
}

.focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
  color: #fefcbf !important;
}

.focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder{
  color: #fefcbf !important;
}

.focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder{
  color: #fefcbf !important;
}

.focus\:tw-placeholder-yellow-200:focus::placeholder{
  color: #fefcbf !important;
}

.focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder{
  color: #faf089 !important;
}

.focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
  color: #faf089 !important;
}

.focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder{
  color: #faf089 !important;
}

.focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder{
  color: #faf089 !important;
}

.focus\:tw-placeholder-yellow-300:focus::placeholder{
  color: #faf089 !important;
}

.focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder{
  color: #f6e05e !important;
}

.focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
  color: #f6e05e !important;
}

.focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder{
  color: #f6e05e !important;
}

.focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder{
  color: #f6e05e !important;
}

.focus\:tw-placeholder-yellow-400:focus::placeholder{
  color: #f6e05e !important;
}

.focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder{
  color: #ecc94b !important;
}

.focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
  color: #ecc94b !important;
}

.focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder{
  color: #ecc94b !important;
}

.focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder{
  color: #ecc94b !important;
}

.focus\:tw-placeholder-yellow-500:focus::placeholder{
  color: #ecc94b !important;
}

.focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder{
  color: #d69e2e !important;
}

.focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
  color: #d69e2e !important;
}

.focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder{
  color: #d69e2e !important;
}

.focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder{
  color: #d69e2e !important;
}

.focus\:tw-placeholder-yellow-600:focus::placeholder{
  color: #d69e2e !important;
}

.focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder{
  color: #b7791f !important;
}

.focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
  color: #b7791f !important;
}

.focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder{
  color: #b7791f !important;
}

.focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder{
  color: #b7791f !important;
}

.focus\:tw-placeholder-yellow-700:focus::placeholder{
  color: #b7791f !important;
}

.focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder{
  color: #975a16 !important;
}

.focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
  color: #975a16 !important;
}

.focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder{
  color: #975a16 !important;
}

.focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder{
  color: #975a16 !important;
}

.focus\:tw-placeholder-yellow-800:focus::placeholder{
  color: #975a16 !important;
}

.focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder{
  color: #744210 !important;
}

.focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
  color: #744210 !important;
}

.focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder{
  color: #744210 !important;
}

.focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder{
  color: #744210 !important;
}

.focus\:tw-placeholder-yellow-900:focus::placeholder{
  color: #744210 !important;
}

.focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder{
  color: #f0fff4 !important;
}

.focus\:tw-placeholder-green-100:focus::-moz-placeholder{
  color: #f0fff4 !important;
}

.focus\:tw-placeholder-green-100:focus:-ms-input-placeholder{
  color: #f0fff4 !important;
}

.focus\:tw-placeholder-green-100:focus::-ms-input-placeholder{
  color: #f0fff4 !important;
}

.focus\:tw-placeholder-green-100:focus::placeholder{
  color: #f0fff4 !important;
}

.focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder{
  color: #c6f6d5 !important;
}

.focus\:tw-placeholder-green-200:focus::-moz-placeholder{
  color: #c6f6d5 !important;
}

.focus\:tw-placeholder-green-200:focus:-ms-input-placeholder{
  color: #c6f6d5 !important;
}

.focus\:tw-placeholder-green-200:focus::-ms-input-placeholder{
  color: #c6f6d5 !important;
}

.focus\:tw-placeholder-green-200:focus::placeholder{
  color: #c6f6d5 !important;
}

.focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder{
  color: #9ae6b4 !important;
}

.focus\:tw-placeholder-green-300:focus::-moz-placeholder{
  color: #9ae6b4 !important;
}

.focus\:tw-placeholder-green-300:focus:-ms-input-placeholder{
  color: #9ae6b4 !important;
}

.focus\:tw-placeholder-green-300:focus::-ms-input-placeholder{
  color: #9ae6b4 !important;
}

.focus\:tw-placeholder-green-300:focus::placeholder{
  color: #9ae6b4 !important;
}

.focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder{
  color: #68d391 !important;
}

.focus\:tw-placeholder-green-400:focus::-moz-placeholder{
  color: #68d391 !important;
}

.focus\:tw-placeholder-green-400:focus:-ms-input-placeholder{
  color: #68d391 !important;
}

.focus\:tw-placeholder-green-400:focus::-ms-input-placeholder{
  color: #68d391 !important;
}

.focus\:tw-placeholder-green-400:focus::placeholder{
  color: #68d391 !important;
}

.focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder{
  color: #48bb78 !important;
}

.focus\:tw-placeholder-green-500:focus::-moz-placeholder{
  color: #48bb78 !important;
}

.focus\:tw-placeholder-green-500:focus:-ms-input-placeholder{
  color: #48bb78 !important;
}

.focus\:tw-placeholder-green-500:focus::-ms-input-placeholder{
  color: #48bb78 !important;
}

.focus\:tw-placeholder-green-500:focus::placeholder{
  color: #48bb78 !important;
}

.focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder{
  color: #38a169 !important;
}

.focus\:tw-placeholder-green-600:focus::-moz-placeholder{
  color: #38a169 !important;
}

.focus\:tw-placeholder-green-600:focus:-ms-input-placeholder{
  color: #38a169 !important;
}

.focus\:tw-placeholder-green-600:focus::-ms-input-placeholder{
  color: #38a169 !important;
}

.focus\:tw-placeholder-green-600:focus::placeholder{
  color: #38a169 !important;
}

.focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder{
  color: #2f855a !important;
}

.focus\:tw-placeholder-green-700:focus::-moz-placeholder{
  color: #2f855a !important;
}

.focus\:tw-placeholder-green-700:focus:-ms-input-placeholder{
  color: #2f855a !important;
}

.focus\:tw-placeholder-green-700:focus::-ms-input-placeholder{
  color: #2f855a !important;
}

.focus\:tw-placeholder-green-700:focus::placeholder{
  color: #2f855a !important;
}

.focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder{
  color: #276749 !important;
}

.focus\:tw-placeholder-green-800:focus::-moz-placeholder{
  color: #276749 !important;
}

.focus\:tw-placeholder-green-800:focus:-ms-input-placeholder{
  color: #276749 !important;
}

.focus\:tw-placeholder-green-800:focus::-ms-input-placeholder{
  color: #276749 !important;
}

.focus\:tw-placeholder-green-800:focus::placeholder{
  color: #276749 !important;
}

.focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder{
  color: #22543d !important;
}

.focus\:tw-placeholder-green-900:focus::-moz-placeholder{
  color: #22543d !important;
}

.focus\:tw-placeholder-green-900:focus:-ms-input-placeholder{
  color: #22543d !important;
}

.focus\:tw-placeholder-green-900:focus::-ms-input-placeholder{
  color: #22543d !important;
}

.focus\:tw-placeholder-green-900:focus::placeholder{
  color: #22543d !important;
}

.focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder{
  color: #e6fffa !important;
}

.focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
  color: #e6fffa !important;
}

.focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder{
  color: #e6fffa !important;
}

.focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder{
  color: #e6fffa !important;
}

.focus\:tw-placeholder-teal-100:focus::placeholder{
  color: #e6fffa !important;
}

.focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder{
  color: #b2f5ea !important;
}

.focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
  color: #b2f5ea !important;
}

.focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder{
  color: #b2f5ea !important;
}

.focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder{
  color: #b2f5ea !important;
}

.focus\:tw-placeholder-teal-200:focus::placeholder{
  color: #b2f5ea !important;
}

.focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder{
  color: #81e6d9 !important;
}

.focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
  color: #81e6d9 !important;
}

.focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder{
  color: #81e6d9 !important;
}

.focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder{
  color: #81e6d9 !important;
}

.focus\:tw-placeholder-teal-300:focus::placeholder{
  color: #81e6d9 !important;
}

.focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder{
  color: #4fd1c5 !important;
}

.focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
  color: #4fd1c5 !important;
}

.focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder{
  color: #4fd1c5 !important;
}

.focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder{
  color: #4fd1c5 !important;
}

.focus\:tw-placeholder-teal-400:focus::placeholder{
  color: #4fd1c5 !important;
}

.focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder{
  color: #38b2ac !important;
}

.focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
  color: #38b2ac !important;
}

.focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder{
  color: #38b2ac !important;
}

.focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder{
  color: #38b2ac !important;
}

.focus\:tw-placeholder-teal-500:focus::placeholder{
  color: #38b2ac !important;
}

.focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder{
  color: #319795 !important;
}

.focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
  color: #319795 !important;
}

.focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder{
  color: #319795 !important;
}

.focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder{
  color: #319795 !important;
}

.focus\:tw-placeholder-teal-600:focus::placeholder{
  color: #319795 !important;
}

.focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder{
  color: #2c7a7b !important;
}

.focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
  color: #2c7a7b !important;
}

.focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder{
  color: #2c7a7b !important;
}

.focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder{
  color: #2c7a7b !important;
}

.focus\:tw-placeholder-teal-700:focus::placeholder{
  color: #2c7a7b !important;
}

.focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder{
  color: #285e61 !important;
}

.focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
  color: #285e61 !important;
}

.focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder{
  color: #285e61 !important;
}

.focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder{
  color: #285e61 !important;
}

.focus\:tw-placeholder-teal-800:focus::placeholder{
  color: #285e61 !important;
}

.focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder{
  color: #234e52 !important;
}

.focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
  color: #234e52 !important;
}

.focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder{
  color: #234e52 !important;
}

.focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder{
  color: #234e52 !important;
}

.focus\:tw-placeholder-teal-900:focus::placeholder{
  color: #234e52 !important;
}

.focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder{
  color: #ebf8ff !important;
}

.focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
  color: #ebf8ff !important;
}

.focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder{
  color: #ebf8ff !important;
}

.focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder{
  color: #ebf8ff !important;
}

.focus\:tw-placeholder-blue-100:focus::placeholder{
  color: #ebf8ff !important;
}

.focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder{
  color: #bee3f8 !important;
}

.focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
  color: #bee3f8 !important;
}

.focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder{
  color: #bee3f8 !important;
}

.focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder{
  color: #bee3f8 !important;
}

.focus\:tw-placeholder-blue-200:focus::placeholder{
  color: #bee3f8 !important;
}

.focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder{
  color: #90cdf4 !important;
}

.focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
  color: #90cdf4 !important;
}

.focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder{
  color: #90cdf4 !important;
}

.focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder{
  color: #90cdf4 !important;
}

.focus\:tw-placeholder-blue-300:focus::placeholder{
  color: #90cdf4 !important;
}

.focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder{
  color: #63b3ed !important;
}

.focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
  color: #63b3ed !important;
}

.focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder{
  color: #63b3ed !important;
}

.focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder{
  color: #63b3ed !important;
}

.focus\:tw-placeholder-blue-400:focus::placeholder{
  color: #63b3ed !important;
}

.focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder{
  color: #4299e1 !important;
}

.focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
  color: #4299e1 !important;
}

.focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder{
  color: #4299e1 !important;
}

.focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder{
  color: #4299e1 !important;
}

.focus\:tw-placeholder-blue-500:focus::placeholder{
  color: #4299e1 !important;
}

.focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder{
  color: #3182ce !important;
}

.focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
  color: #3182ce !important;
}

.focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder{
  color: #3182ce !important;
}

.focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder{
  color: #3182ce !important;
}

.focus\:tw-placeholder-blue-600:focus::placeholder{
  color: #3182ce !important;
}

.focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder{
  color: #2b6cb0 !important;
}

.focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
  color: #2b6cb0 !important;
}

.focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder{
  color: #2b6cb0 !important;
}

.focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder{
  color: #2b6cb0 !important;
}

.focus\:tw-placeholder-blue-700:focus::placeholder{
  color: #2b6cb0 !important;
}

.focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder{
  color: #2c5282 !important;
}

.focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
  color: #2c5282 !important;
}

.focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder{
  color: #2c5282 !important;
}

.focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder{
  color: #2c5282 !important;
}

.focus\:tw-placeholder-blue-800:focus::placeholder{
  color: #2c5282 !important;
}

.focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder{
  color: #2a4365 !important;
}

.focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
  color: #2a4365 !important;
}

.focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder{
  color: #2a4365 !important;
}

.focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder{
  color: #2a4365 !important;
}

.focus\:tw-placeholder-blue-900:focus::placeholder{
  color: #2a4365 !important;
}

.focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder{
  color: #ebf4ff !important;
}

.focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
  color: #ebf4ff !important;
}

.focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder{
  color: #ebf4ff !important;
}

.focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder{
  color: #ebf4ff !important;
}

.focus\:tw-placeholder-indigo-100:focus::placeholder{
  color: #ebf4ff !important;
}

.focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder{
  color: #c3dafe !important;
}

.focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
  color: #c3dafe !important;
}

.focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder{
  color: #c3dafe !important;
}

.focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder{
  color: #c3dafe !important;
}

.focus\:tw-placeholder-indigo-200:focus::placeholder{
  color: #c3dafe !important;
}

.focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder{
  color: #a3bffa !important;
}

.focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
  color: #a3bffa !important;
}

.focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder{
  color: #a3bffa !important;
}

.focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder{
  color: #a3bffa !important;
}

.focus\:tw-placeholder-indigo-300:focus::placeholder{
  color: #a3bffa !important;
}

.focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder{
  color: #7f9cf5 !important;
}

.focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
  color: #7f9cf5 !important;
}

.focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder{
  color: #7f9cf5 !important;
}

.focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder{
  color: #7f9cf5 !important;
}

.focus\:tw-placeholder-indigo-400:focus::placeholder{
  color: #7f9cf5 !important;
}

.focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder{
  color: #667eea !important;
}

.focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
  color: #667eea !important;
}

.focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder{
  color: #667eea !important;
}

.focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder{
  color: #667eea !important;
}

.focus\:tw-placeholder-indigo-500:focus::placeholder{
  color: #667eea !important;
}

.focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder{
  color: #5a67d8 !important;
}

.focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
  color: #5a67d8 !important;
}

.focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder{
  color: #5a67d8 !important;
}

.focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder{
  color: #5a67d8 !important;
}

.focus\:tw-placeholder-indigo-600:focus::placeholder{
  color: #5a67d8 !important;
}

.focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder{
  color: #4c51bf !important;
}

.focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
  color: #4c51bf !important;
}

.focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder{
  color: #4c51bf !important;
}

.focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder{
  color: #4c51bf !important;
}

.focus\:tw-placeholder-indigo-700:focus::placeholder{
  color: #4c51bf !important;
}

.focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder{
  color: #434190 !important;
}

.focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
  color: #434190 !important;
}

.focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder{
  color: #434190 !important;
}

.focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder{
  color: #434190 !important;
}

.focus\:tw-placeholder-indigo-800:focus::placeholder{
  color: #434190 !important;
}

.focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder{
  color: #3c366b !important;
}

.focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
  color: #3c366b !important;
}

.focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder{
  color: #3c366b !important;
}

.focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder{
  color: #3c366b !important;
}

.focus\:tw-placeholder-indigo-900:focus::placeholder{
  color: #3c366b !important;
}

.focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder{
  color: #faf5ff !important;
}

.focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
  color: #faf5ff !important;
}

.focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder{
  color: #faf5ff !important;
}

.focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder{
  color: #faf5ff !important;
}

.focus\:tw-placeholder-purple-100:focus::placeholder{
  color: #faf5ff !important;
}

.focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder{
  color: #e9d8fd !important;
}

.focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
  color: #e9d8fd !important;
}

.focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder{
  color: #e9d8fd !important;
}

.focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder{
  color: #e9d8fd !important;
}

.focus\:tw-placeholder-purple-200:focus::placeholder{
  color: #e9d8fd !important;
}

.focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder{
  color: #d6bcfa !important;
}

.focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
  color: #d6bcfa !important;
}

.focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder{
  color: #d6bcfa !important;
}

.focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder{
  color: #d6bcfa !important;
}

.focus\:tw-placeholder-purple-300:focus::placeholder{
  color: #d6bcfa !important;
}

.focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder{
  color: #b794f4 !important;
}

.focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
  color: #b794f4 !important;
}

.focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder{
  color: #b794f4 !important;
}

.focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder{
  color: #b794f4 !important;
}

.focus\:tw-placeholder-purple-400:focus::placeholder{
  color: #b794f4 !important;
}

.focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder{
  color: #9f7aea !important;
}

.focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
  color: #9f7aea !important;
}

.focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder{
  color: #9f7aea !important;
}

.focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder{
  color: #9f7aea !important;
}

.focus\:tw-placeholder-purple-500:focus::placeholder{
  color: #9f7aea !important;
}

.focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder{
  color: #805ad5 !important;
}

.focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
  color: #805ad5 !important;
}

.focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder{
  color: #805ad5 !important;
}

.focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder{
  color: #805ad5 !important;
}

.focus\:tw-placeholder-purple-600:focus::placeholder{
  color: #805ad5 !important;
}

.focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder{
  color: #6b46c1 !important;
}

.focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
  color: #6b46c1 !important;
}

.focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder{
  color: #6b46c1 !important;
}

.focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder{
  color: #6b46c1 !important;
}

.focus\:tw-placeholder-purple-700:focus::placeholder{
  color: #6b46c1 !important;
}

.focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder{
  color: #553c9a !important;
}

.focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
  color: #553c9a !important;
}

.focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder{
  color: #553c9a !important;
}

.focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder{
  color: #553c9a !important;
}

.focus\:tw-placeholder-purple-800:focus::placeholder{
  color: #553c9a !important;
}

.focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder{
  color: #44337a !important;
}

.focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
  color: #44337a !important;
}

.focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder{
  color: #44337a !important;
}

.focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder{
  color: #44337a !important;
}

.focus\:tw-placeholder-purple-900:focus::placeholder{
  color: #44337a !important;
}

.focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder{
  color: #fff5f7 !important;
}

.focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
  color: #fff5f7 !important;
}

.focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder{
  color: #fff5f7 !important;
}

.focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder{
  color: #fff5f7 !important;
}

.focus\:tw-placeholder-pink-100:focus::placeholder{
  color: #fff5f7 !important;
}

.focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder{
  color: #fed7e2 !important;
}

.focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
  color: #fed7e2 !important;
}

.focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder{
  color: #fed7e2 !important;
}

.focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder{
  color: #fed7e2 !important;
}

.focus\:tw-placeholder-pink-200:focus::placeholder{
  color: #fed7e2 !important;
}

.focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder{
  color: #fbb6ce !important;
}

.focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
  color: #fbb6ce !important;
}

.focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder{
  color: #fbb6ce !important;
}

.focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder{
  color: #fbb6ce !important;
}

.focus\:tw-placeholder-pink-300:focus::placeholder{
  color: #fbb6ce !important;
}

.focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder{
  color: #f687b3 !important;
}

.focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
  color: #f687b3 !important;
}

.focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder{
  color: #f687b3 !important;
}

.focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder{
  color: #f687b3 !important;
}

.focus\:tw-placeholder-pink-400:focus::placeholder{
  color: #f687b3 !important;
}

.focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder{
  color: #ed64a6 !important;
}

.focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
  color: #ed64a6 !important;
}

.focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder{
  color: #ed64a6 !important;
}

.focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder{
  color: #ed64a6 !important;
}

.focus\:tw-placeholder-pink-500:focus::placeholder{
  color: #ed64a6 !important;
}

.focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder{
  color: #d53f8c !important;
}

.focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
  color: #d53f8c !important;
}

.focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder{
  color: #d53f8c !important;
}

.focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder{
  color: #d53f8c !important;
}

.focus\:tw-placeholder-pink-600:focus::placeholder{
  color: #d53f8c !important;
}

.focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder{
  color: #b83280 !important;
}

.focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
  color: #b83280 !important;
}

.focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder{
  color: #b83280 !important;
}

.focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder{
  color: #b83280 !important;
}

.focus\:tw-placeholder-pink-700:focus::placeholder{
  color: #b83280 !important;
}

.focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder{
  color: #97266d !important;
}

.focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
  color: #97266d !important;
}

.focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder{
  color: #97266d !important;
}

.focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder{
  color: #97266d !important;
}

.focus\:tw-placeholder-pink-800:focus::placeholder{
  color: #97266d !important;
}

.focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder{
  color: #702459 !important;
}

.focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
  color: #702459 !important;
}

.focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder{
  color: #702459 !important;
}

.focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder{
  color: #702459 !important;
}

.focus\:tw-placeholder-pink-900:focus::placeholder{
  color: #702459 !important;
}

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

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

.tw-static{
  position: static !important;
}

.tw-fixed{
  position: fixed !important;
}

.tw-absolute{
  position: absolute !important;
}

.tw-relative{
  position: relative !important;
}

.tw-sticky{
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-resize-none{
  resize: none !important;
}

.tw-resize-y{
  resize: vertical !important;
}

.tw-resize-x{
  resize: horizontal !important;
}

.tw-resize{
  resize: both !important;
}

.tw-shadow{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.tw-shadow-md{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.tw-shadow-lg{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.tw-shadow-xl{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.tw-shadow-2xl{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.tw-shadow-inner{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.tw-shadow-outline{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.tw-shadow-none{
  box-shadow: none !important;
}

.hover\:tw-shadow:hover{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:tw-shadow-md:hover{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.hover\:tw-shadow-lg:hover{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hover\:tw-shadow-xl:hover{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.hover\:tw-shadow-2xl:hover{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

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

.hover\:tw-shadow-outline:hover{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.hover\:tw-shadow-none:hover{
  box-shadow: none !important;
}

.focus\:tw-shadow:focus{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:tw-shadow-md:focus{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.focus\:tw-shadow-lg:focus{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.focus\:tw-shadow-xl:focus{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.focus\:tw-shadow-2xl:focus{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

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

.focus\:tw-shadow-outline:focus{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.focus\:tw-shadow-none:focus{
  box-shadow: none !important;
}

.tw-fill-current{
  fill: currentColor !important;
}

.tw-stroke-current{
  stroke: currentColor !important;
}

.tw-table-auto{
  table-layout: auto !important;
}

.tw-table-fixed{
  table-layout: fixed !important;
}

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

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

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

.tw-text-justify{
  text-align: justify !important;
}

.tw-text-transparent{
  color: transparent !important;
}

.tw-text-black{
  color: #000 !important;
}

.tw-text-white{
  color: #fff !important;
}

.tw-text-gray-100{
  color: #f7fafc !important;
}

.tw-text-gray-200{
  color: #edf2f7 !important;
}

.tw-text-gray-300{
  color: #e2e8f0 !important;
}

.tw-text-gray-400{
  color: #cbd5e0 !important;
}

.tw-text-gray-500{
  color: #a0aec0 !important;
}

.tw-text-gray-600{
  color: #718096 !important;
}

.tw-text-gray-700{
  color: #4a5568 !important;
}

.tw-text-gray-800{
  color: #2d3748 !important;
}

.tw-text-gray-900{
  color: #1a202c !important;
}

.tw-text-red-100{
  color: #fff5f5 !important;
}

.tw-text-red-200{
  color: #fed7d7 !important;
}

.tw-text-red-300{
  color: #feb2b2 !important;
}

.tw-text-red-400{
  color: #fc8181 !important;
}

.tw-text-red-500{
  color: #f56565 !important;
}

.tw-text-red-600{
  color: #e53e3e !important;
}

.tw-text-red-700{
  color: #c53030 !important;
}

.tw-text-red-800{
  color: #9b2c2c !important;
}

.tw-text-red-900{
  color: #742a2a !important;
}

.tw-text-orange-100{
  color: #fffaf0 !important;
}

.tw-text-orange-200{
  color: #feebc8 !important;
}

.tw-text-orange-300{
  color: #fbd38d !important;
}

.tw-text-orange-400{
  color: #f6ad55 !important;
}

.tw-text-orange-500{
  color: #ed8936 !important;
}

.tw-text-orange-600{
  color: #dd6b20 !important;
}

.tw-text-orange-700{
  color: #c05621 !important;
}

.tw-text-orange-800{
  color: #9c4221 !important;
}

.tw-text-orange-900{
  color: #7b341e !important;
}

.tw-text-yellow-100{
  color: #fffff0 !important;
}

.tw-text-yellow-200{
  color: #fefcbf !important;
}

.tw-text-yellow-300{
  color: #faf089 !important;
}

.tw-text-yellow-400{
  color: #f6e05e !important;
}

.tw-text-yellow-500{
  color: #ecc94b !important;
}

.tw-text-yellow-600{
  color: #d69e2e !important;
}

.tw-text-yellow-700{
  color: #b7791f !important;
}

.tw-text-yellow-800{
  color: #975a16 !important;
}

.tw-text-yellow-900{
  color: #744210 !important;
}

.tw-text-green-100{
  color: #f0fff4 !important;
}

.tw-text-green-200{
  color: #c6f6d5 !important;
}

.tw-text-green-300{
  color: #9ae6b4 !important;
}

.tw-text-green-400{
  color: #68d391 !important;
}

.tw-text-green-500{
  color: #48bb78 !important;
}

.tw-text-green-600{
  color: #38a169 !important;
}

.tw-text-green-700{
  color: #2f855a !important;
}

.tw-text-green-800{
  color: #276749 !important;
}

.tw-text-green-900{
  color: #22543d !important;
}

.tw-text-teal-100{
  color: #e6fffa !important;
}

.tw-text-teal-200{
  color: #b2f5ea !important;
}

.tw-text-teal-300{
  color: #81e6d9 !important;
}

.tw-text-teal-400{
  color: #4fd1c5 !important;
}

.tw-text-teal-500{
  color: #38b2ac !important;
}

.tw-text-teal-600{
  color: #319795 !important;
}

.tw-text-teal-700{
  color: #2c7a7b !important;
}

.tw-text-teal-800{
  color: #285e61 !important;
}

.tw-text-teal-900{
  color: #234e52 !important;
}

.tw-text-blue-100{
  color: #ebf8ff !important;
}

.tw-text-blue-200{
  color: #bee3f8 !important;
}

.tw-text-blue-300{
  color: #90cdf4 !important;
}

.tw-text-blue-400{
  color: #63b3ed !important;
}

.tw-text-blue-500{
  color: #4299e1 !important;
}

.tw-text-blue-600{
  color: #3182ce !important;
}

.tw-text-blue-700{
  color: #2b6cb0 !important;
}

.tw-text-blue-800{
  color: #2c5282 !important;
}

.tw-text-blue-900{
  color: #2a4365 !important;
}

.tw-text-indigo-100{
  color: #ebf4ff !important;
}

.tw-text-indigo-200{
  color: #c3dafe !important;
}

.tw-text-indigo-300{
  color: #a3bffa !important;
}

.tw-text-indigo-400{
  color: #7f9cf5 !important;
}

.tw-text-indigo-500{
  color: #667eea !important;
}

.tw-text-indigo-600{
  color: #5a67d8 !important;
}

.tw-text-indigo-700{
  color: #4c51bf !important;
}

.tw-text-indigo-800{
  color: #434190 !important;
}

.tw-text-indigo-900{
  color: #3c366b !important;
}

.tw-text-purple-100{
  color: #faf5ff !important;
}

.tw-text-purple-200{
  color: #e9d8fd !important;
}

.tw-text-purple-300{
  color: #d6bcfa !important;
}

.tw-text-purple-400{
  color: #b794f4 !important;
}

.tw-text-purple-500{
  color: #9f7aea !important;
}

.tw-text-purple-600{
  color: #805ad5 !important;
}

.tw-text-purple-700{
  color: #6b46c1 !important;
}

.tw-text-purple-800{
  color: #553c9a !important;
}

.tw-text-purple-900{
  color: #44337a !important;
}

.tw-text-pink-100{
  color: #fff5f7 !important;
}

.tw-text-pink-200{
  color: #fed7e2 !important;
}

.tw-text-pink-300{
  color: #fbb6ce !important;
}

.tw-text-pink-400{
  color: #f687b3 !important;
}

.tw-text-pink-500{
  color: #ed64a6 !important;
}

.tw-text-pink-600{
  color: #d53f8c !important;
}

.tw-text-pink-700{
  color: #b83280 !important;
}

.tw-text-pink-800{
  color: #97266d !important;
}

.tw-text-pink-900{
  color: #702459 !important;
}

.hover\:tw-text-transparent:hover{
  color: transparent !important;
}

.hover\:tw-text-black:hover{
  color: #000 !important;
}

.hover\:tw-text-white:hover{
  color: #fff !important;
}

.hover\:tw-text-gray-100:hover{
  color: #f7fafc !important;
}

.hover\:tw-text-gray-200:hover{
  color: #edf2f7 !important;
}

.hover\:tw-text-gray-300:hover{
  color: #e2e8f0 !important;
}

.hover\:tw-text-gray-400:hover{
  color: #cbd5e0 !important;
}

.hover\:tw-text-gray-500:hover{
  color: #a0aec0 !important;
}

.hover\:tw-text-gray-600:hover{
  color: #718096 !important;
}

.hover\:tw-text-gray-700:hover{
  color: #4a5568 !important;
}

.hover\:tw-text-gray-800:hover{
  color: #2d3748 !important;
}

.hover\:tw-text-gray-900:hover{
  color: #1a202c !important;
}

.hover\:tw-text-red-100:hover{
  color: #fff5f5 !important;
}

.hover\:tw-text-red-200:hover{
  color: #fed7d7 !important;
}

.hover\:tw-text-red-300:hover{
  color: #feb2b2 !important;
}

.hover\:tw-text-red-400:hover{
  color: #fc8181 !important;
}

.hover\:tw-text-red-500:hover{
  color: #f56565 !important;
}

.hover\:tw-text-red-600:hover{
  color: #e53e3e !important;
}

.hover\:tw-text-red-700:hover{
  color: #c53030 !important;
}

.hover\:tw-text-red-800:hover{
  color: #9b2c2c !important;
}

.hover\:tw-text-red-900:hover{
  color: #742a2a !important;
}

.hover\:tw-text-orange-100:hover{
  color: #fffaf0 !important;
}

.hover\:tw-text-orange-200:hover{
  color: #feebc8 !important;
}

.hover\:tw-text-orange-300:hover{
  color: #fbd38d !important;
}

.hover\:tw-text-orange-400:hover{
  color: #f6ad55 !important;
}

.hover\:tw-text-orange-500:hover{
  color: #ed8936 !important;
}

.hover\:tw-text-orange-600:hover{
  color: #dd6b20 !important;
}

.hover\:tw-text-orange-700:hover{
  color: #c05621 !important;
}

.hover\:tw-text-orange-800:hover{
  color: #9c4221 !important;
}

.hover\:tw-text-orange-900:hover{
  color: #7b341e !important;
}

.hover\:tw-text-yellow-100:hover{
  color: #fffff0 !important;
}

.hover\:tw-text-yellow-200:hover{
  color: #fefcbf !important;
}

.hover\:tw-text-yellow-300:hover{
  color: #faf089 !important;
}

.hover\:tw-text-yellow-400:hover{
  color: #f6e05e !important;
}

.hover\:tw-text-yellow-500:hover{
  color: #ecc94b !important;
}

.hover\:tw-text-yellow-600:hover{
  color: #d69e2e !important;
}

.hover\:tw-text-yellow-700:hover{
  color: #b7791f !important;
}

.hover\:tw-text-yellow-800:hover{
  color: #975a16 !important;
}

.hover\:tw-text-yellow-900:hover{
  color: #744210 !important;
}

.hover\:tw-text-green-100:hover{
  color: #f0fff4 !important;
}

.hover\:tw-text-green-200:hover{
  color: #c6f6d5 !important;
}

.hover\:tw-text-green-300:hover{
  color: #9ae6b4 !important;
}

.hover\:tw-text-green-400:hover{
  color: #68d391 !important;
}

.hover\:tw-text-green-500:hover{
  color: #48bb78 !important;
}

.hover\:tw-text-green-600:hover{
  color: #38a169 !important;
}

.hover\:tw-text-green-700:hover{
  color: #2f855a !important;
}

.hover\:tw-text-green-800:hover{
  color: #276749 !important;
}

.hover\:tw-text-green-900:hover{
  color: #22543d !important;
}

.hover\:tw-text-teal-100:hover{
  color: #e6fffa !important;
}

.hover\:tw-text-teal-200:hover{
  color: #b2f5ea !important;
}

.hover\:tw-text-teal-300:hover{
  color: #81e6d9 !important;
}

.hover\:tw-text-teal-400:hover{
  color: #4fd1c5 !important;
}

.hover\:tw-text-teal-500:hover{
  color: #38b2ac !important;
}

.hover\:tw-text-teal-600:hover{
  color: #319795 !important;
}

.hover\:tw-text-teal-700:hover{
  color: #2c7a7b !important;
}

.hover\:tw-text-teal-800:hover{
  color: #285e61 !important;
}

.hover\:tw-text-teal-900:hover{
  color: #234e52 !important;
}

.hover\:tw-text-blue-100:hover{
  color: #ebf8ff !important;
}

.hover\:tw-text-blue-200:hover{
  color: #bee3f8 !important;
}

.hover\:tw-text-blue-300:hover{
  color: #90cdf4 !important;
}

.hover\:tw-text-blue-400:hover{
  color: #63b3ed !important;
}

.hover\:tw-text-blue-500:hover{
  color: #4299e1 !important;
}

.hover\:tw-text-blue-600:hover{
  color: #3182ce !important;
}

.hover\:tw-text-blue-700:hover{
  color: #2b6cb0 !important;
}

.hover\:tw-text-blue-800:hover{
  color: #2c5282 !important;
}

.hover\:tw-text-blue-900:hover{
  color: #2a4365 !important;
}

.hover\:tw-text-indigo-100:hover{
  color: #ebf4ff !important;
}

.hover\:tw-text-indigo-200:hover{
  color: #c3dafe !important;
}

.hover\:tw-text-indigo-300:hover{
  color: #a3bffa !important;
}

.hover\:tw-text-indigo-400:hover{
  color: #7f9cf5 !important;
}

.hover\:tw-text-indigo-500:hover{
  color: #667eea !important;
}

.hover\:tw-text-indigo-600:hover{
  color: #5a67d8 !important;
}

.hover\:tw-text-indigo-700:hover{
  color: #4c51bf !important;
}

.hover\:tw-text-indigo-800:hover{
  color: #434190 !important;
}

.hover\:tw-text-indigo-900:hover{
  color: #3c366b !important;
}

.hover\:tw-text-purple-100:hover{
  color: #faf5ff !important;
}

.hover\:tw-text-purple-200:hover{
  color: #e9d8fd !important;
}

.hover\:tw-text-purple-300:hover{
  color: #d6bcfa !important;
}

.hover\:tw-text-purple-400:hover{
  color: #b794f4 !important;
}

.hover\:tw-text-purple-500:hover{
  color: #9f7aea !important;
}

.hover\:tw-text-purple-600:hover{
  color: #805ad5 !important;
}

.hover\:tw-text-purple-700:hover{
  color: #6b46c1 !important;
}

.hover\:tw-text-purple-800:hover{
  color: #553c9a !important;
}

.hover\:tw-text-purple-900:hover{
  color: #44337a !important;
}

.hover\:tw-text-pink-100:hover{
  color: #fff5f7 !important;
}

.hover\:tw-text-pink-200:hover{
  color: #fed7e2 !important;
}

.hover\:tw-text-pink-300:hover{
  color: #fbb6ce !important;
}

.hover\:tw-text-pink-400:hover{
  color: #f687b3 !important;
}

.hover\:tw-text-pink-500:hover{
  color: #ed64a6 !important;
}

.hover\:tw-text-pink-600:hover{
  color: #d53f8c !important;
}

.hover\:tw-text-pink-700:hover{
  color: #b83280 !important;
}

.hover\:tw-text-pink-800:hover{
  color: #97266d !important;
}

.hover\:tw-text-pink-900:hover{
  color: #702459 !important;
}

.focus\:tw-text-transparent:focus{
  color: transparent !important;
}

.focus\:tw-text-black:focus{
  color: #000 !important;
}

.focus\:tw-text-white:focus{
  color: #fff !important;
}

.focus\:tw-text-gray-100:focus{
  color: #f7fafc !important;
}

.focus\:tw-text-gray-200:focus{
  color: #edf2f7 !important;
}

.focus\:tw-text-gray-300:focus{
  color: #e2e8f0 !important;
}

.focus\:tw-text-gray-400:focus{
  color: #cbd5e0 !important;
}

.focus\:tw-text-gray-500:focus{
  color: #a0aec0 !important;
}

.focus\:tw-text-gray-600:focus{
  color: #718096 !important;
}

.focus\:tw-text-gray-700:focus{
  color: #4a5568 !important;
}

.focus\:tw-text-gray-800:focus{
  color: #2d3748 !important;
}

.focus\:tw-text-gray-900:focus{
  color: #1a202c !important;
}

.focus\:tw-text-red-100:focus{
  color: #fff5f5 !important;
}

.focus\:tw-text-red-200:focus{
  color: #fed7d7 !important;
}

.focus\:tw-text-red-300:focus{
  color: #feb2b2 !important;
}

.focus\:tw-text-red-400:focus{
  color: #fc8181 !important;
}

.focus\:tw-text-red-500:focus{
  color: #f56565 !important;
}

.focus\:tw-text-red-600:focus{
  color: #e53e3e !important;
}

.focus\:tw-text-red-700:focus{
  color: #c53030 !important;
}

.focus\:tw-text-red-800:focus{
  color: #9b2c2c !important;
}

.focus\:tw-text-red-900:focus{
  color: #742a2a !important;
}

.focus\:tw-text-orange-100:focus{
  color: #fffaf0 !important;
}

.focus\:tw-text-orange-200:focus{
  color: #feebc8 !important;
}

.focus\:tw-text-orange-300:focus{
  color: #fbd38d !important;
}

.focus\:tw-text-orange-400:focus{
  color: #f6ad55 !important;
}

.focus\:tw-text-orange-500:focus{
  color: #ed8936 !important;
}

.focus\:tw-text-orange-600:focus{
  color: #dd6b20 !important;
}

.focus\:tw-text-orange-700:focus{
  color: #c05621 !important;
}

.focus\:tw-text-orange-800:focus{
  color: #9c4221 !important;
}

.focus\:tw-text-orange-900:focus{
  color: #7b341e !important;
}

.focus\:tw-text-yellow-100:focus{
  color: #fffff0 !important;
}

.focus\:tw-text-yellow-200:focus{
  color: #fefcbf !important;
}

.focus\:tw-text-yellow-300:focus{
  color: #faf089 !important;
}

.focus\:tw-text-yellow-400:focus{
  color: #f6e05e !important;
}

.focus\:tw-text-yellow-500:focus{
  color: #ecc94b !important;
}

.focus\:tw-text-yellow-600:focus{
  color: #d69e2e !important;
}

.focus\:tw-text-yellow-700:focus{
  color: #b7791f !important;
}

.focus\:tw-text-yellow-800:focus{
  color: #975a16 !important;
}

.focus\:tw-text-yellow-900:focus{
  color: #744210 !important;
}

.focus\:tw-text-green-100:focus{
  color: #f0fff4 !important;
}

.focus\:tw-text-green-200:focus{
  color: #c6f6d5 !important;
}

.focus\:tw-text-green-300:focus{
  color: #9ae6b4 !important;
}

.focus\:tw-text-green-400:focus{
  color: #68d391 !important;
}

.focus\:tw-text-green-500:focus{
  color: #48bb78 !important;
}

.focus\:tw-text-green-600:focus{
  color: #38a169 !important;
}

.focus\:tw-text-green-700:focus{
  color: #2f855a !important;
}

.focus\:tw-text-green-800:focus{
  color: #276749 !important;
}

.focus\:tw-text-green-900:focus{
  color: #22543d !important;
}

.focus\:tw-text-teal-100:focus{
  color: #e6fffa !important;
}

.focus\:tw-text-teal-200:focus{
  color: #b2f5ea !important;
}

.focus\:tw-text-teal-300:focus{
  color: #81e6d9 !important;
}

.focus\:tw-text-teal-400:focus{
  color: #4fd1c5 !important;
}

.focus\:tw-text-teal-500:focus{
  color: #38b2ac !important;
}

.focus\:tw-text-teal-600:focus{
  color: #319795 !important;
}

.focus\:tw-text-teal-700:focus{
  color: #2c7a7b !important;
}

.focus\:tw-text-teal-800:focus{
  color: #285e61 !important;
}

.focus\:tw-text-teal-900:focus{
  color: #234e52 !important;
}

.focus\:tw-text-blue-100:focus{
  color: #ebf8ff !important;
}

.focus\:tw-text-blue-200:focus{
  color: #bee3f8 !important;
}

.focus\:tw-text-blue-300:focus{
  color: #90cdf4 !important;
}

.focus\:tw-text-blue-400:focus{
  color: #63b3ed !important;
}

.focus\:tw-text-blue-500:focus{
  color: #4299e1 !important;
}

.focus\:tw-text-blue-600:focus{
  color: #3182ce !important;
}

.focus\:tw-text-blue-700:focus{
  color: #2b6cb0 !important;
}

.focus\:tw-text-blue-800:focus{
  color: #2c5282 !important;
}

.focus\:tw-text-blue-900:focus{
  color: #2a4365 !important;
}

.focus\:tw-text-indigo-100:focus{
  color: #ebf4ff !important;
}

.focus\:tw-text-indigo-200:focus{
  color: #c3dafe !important;
}

.focus\:tw-text-indigo-300:focus{
  color: #a3bffa !important;
}

.focus\:tw-text-indigo-400:focus{
  color: #7f9cf5 !important;
}

.focus\:tw-text-indigo-500:focus{
  color: #667eea !important;
}

.focus\:tw-text-indigo-600:focus{
  color: #5a67d8 !important;
}

.focus\:tw-text-indigo-700:focus{
  color: #4c51bf !important;
}

.focus\:tw-text-indigo-800:focus{
  color: #434190 !important;
}

.focus\:tw-text-indigo-900:focus{
  color: #3c366b !important;
}

.focus\:tw-text-purple-100:focus{
  color: #faf5ff !important;
}

.focus\:tw-text-purple-200:focus{
  color: #e9d8fd !important;
}

.focus\:tw-text-purple-300:focus{
  color: #d6bcfa !important;
}

.focus\:tw-text-purple-400:focus{
  color: #b794f4 !important;
}

.focus\:tw-text-purple-500:focus{
  color: #9f7aea !important;
}

.focus\:tw-text-purple-600:focus{
  color: #805ad5 !important;
}

.focus\:tw-text-purple-700:focus{
  color: #6b46c1 !important;
}

.focus\:tw-text-purple-800:focus{
  color: #553c9a !important;
}

.focus\:tw-text-purple-900:focus{
  color: #44337a !important;
}

.focus\:tw-text-pink-100:focus{
  color: #fff5f7 !important;
}

.focus\:tw-text-pink-200:focus{
  color: #fed7e2 !important;
}

.focus\:tw-text-pink-300:focus{
  color: #fbb6ce !important;
}

.focus\:tw-text-pink-400:focus{
  color: #f687b3 !important;
}

.focus\:tw-text-pink-500:focus{
  color: #ed64a6 !important;
}

.focus\:tw-text-pink-600:focus{
  color: #d53f8c !important;
}

.focus\:tw-text-pink-700:focus{
  color: #b83280 !important;
}

.focus\:tw-text-pink-800:focus{
  color: #97266d !important;
}

.focus\:tw-text-pink-900:focus{
  color: #702459 !important;
}

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

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

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

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

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

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

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

.tw-text-4xl{
  font-size: 2.25rem !important;
}

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

.tw-text-6xl{
  font-size: 4rem !important;
}

.tw-italic{
  font-style: italic !important;
}

.tw-not-italic{
  font-style: normal !important;
}

.tw-uppercase{
  text-transform: uppercase !important;
}

.tw-lowercase{
  text-transform: lowercase !important;
}

.tw-capitalize{
  text-transform: capitalize !important;
}

.tw-normal-case{
  text-transform: none !important;
}

.tw-underline{
  text-decoration: underline !important;
}

.tw-line-through{
  text-decoration: line-through !important;
}

.tw-no-underline{
  text-decoration: none !important;
}

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

.hover\:tw-line-through:hover{
  text-decoration: line-through !important;
}

.hover\:tw-no-underline:hover{
  text-decoration: none !important;
}

.focus\:tw-underline:focus{
  text-decoration: underline !important;
}

.focus\:tw-line-through:focus{
  text-decoration: line-through !important;
}

.focus\:tw-no-underline:focus{
  text-decoration: none !important;
}

.tw-antialiased{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.tw-subpixel-antialiased{
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.tw-tracking-tighter{
  letter-spacing: -0.05em !important;
}

.tw-tracking-tight{
  letter-spacing: -0.025em !important;
}

.tw-tracking-normal{
  letter-spacing: 0 !important;
}

.tw-tracking-wide{
  letter-spacing: 0.025em !important;
}

.tw-tracking-wider{
  letter-spacing: 0.05em !important;
}

.tw-tracking-widest{
  letter-spacing: 0.1em !important;
}

.tw-select-none{
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.tw-select-text{
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.tw-select-all{
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.tw-select-auto{
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.tw-align-baseline{
  vertical-align: baseline !important;
}

.tw-align-top{
  vertical-align: top !important;
}

.tw-align-middle{
  vertical-align: middle !important;
}

.tw-align-bottom{
  vertical-align: bottom !important;
}

.tw-align-text-top{
  vertical-align: text-top !important;
}

.tw-align-text-bottom{
  vertical-align: text-bottom !important;
}

.tw-visible{
  visibility: visible !important;
}

.tw-invisible{
  visibility: hidden !important;
}

.tw-whitespace-normal{
  white-space: normal !important;
}

.tw-whitespace-no-wrap{
  white-space: nowrap !important;
}

.tw-whitespace-pre{
  white-space: pre !important;
}

.tw-whitespace-pre-line{
  white-space: pre-line !important;
}

.tw-whitespace-pre-wrap{
  white-space: pre-wrap !important;
}

.tw-break-normal{
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.tw-break-words{
  overflow-wrap: break-word !important;
}

.tw-break-all{
  word-break: break-all !important;
}

.tw-truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.tw-w-0{
  width: 0 !important;
}

.tw-w-1{
  width: 0.25rem !important;
}

.tw-w-2{
  width: 0.5rem !important;
}

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

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

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

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

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

.tw-w-10{
  width: 2.5rem !important;
}

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

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

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

.tw-w-24{
  width: 6rem !important;
}

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

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

.tw-w-48{
  width: 12rem !important;
}

.tw-w-56{
  width: 14rem !important;
}

.tw-w-64{
  width: 16rem !important;
}

.tw-w-auto{
  width: auto !important;
}

.tw-w-px{
  width: 1px !important;
}

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

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

.tw-w-2\/3{
  width: 66.666667% !important;
}

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

.tw-w-2\/4{
  width: 50% !important;
}

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

.tw-w-1\/5{
  width: 20% !important;
}

.tw-w-2\/5{
  width: 40% !important;
}

.tw-w-3\/5{
  width: 60% !important;
}

.tw-w-4\/5{
  width: 80% !important;
}

.tw-w-1\/6{
  width: 16.666667% !important;
}

.tw-w-2\/6{
  width: 33.333333% !important;
}

.tw-w-3\/6{
  width: 50% !important;
}

.tw-w-4\/6{
  width: 66.666667% !important;
}

.tw-w-5\/6{
  width: 83.333333% !important;
}

.tw-w-1\/12{
  width: 8.333333% !important;
}

.tw-w-2\/12{
  width: 16.666667% !important;
}

.tw-w-3\/12{
  width: 25% !important;
}

.tw-w-4\/12{
  width: 33.333333% !important;
}

.tw-w-5\/12{
  width: 41.666667% !important;
}

.tw-w-6\/12{
  width: 50% !important;
}

.tw-w-7\/12{
  width: 58.333333% !important;
}

.tw-w-8\/12{
  width: 66.666667% !important;
}

.tw-w-9\/12{
  width: 75% !important;
}

.tw-w-10\/12{
  width: 83.333333% !important;
}

.tw-w-11\/12{
  width: 91.666667% !important;
}

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

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

.tw-z-0{
  z-index: 0 !important;
}

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

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

.tw-z-30{
  z-index: 30 !important;
}

.tw-z-40{
  z-index: 40 !important;
}

.tw-z-50{
  z-index: 50 !important;
}

.tw-z-auto{
  z-index: auto !important;
}

/*===============================================================================================================================
   # UI
 ===============================================================================================================================*/

/*------------------------------------------------------------------------
   # main
 ------------------------------------------------------------------------*/

body {
  overflow: hidden;
  word-break: break-all;
  background-image: url(/images/pages/home/bg_graph_s.jpg);
}

body.back-none {
  background-image: none;
  background: #fff;
}

body.back-none .section {
  box-shadow: none;
  margin-bottom: 3em;
}

body.back-none #create_area_f {
  background: none;
}

main.container {
  margin-top: 0;
}

@media only screen and (min-width: 980px) {
  main.container {
    margin-top: 9em;
  }
}

@media only screen and (max-width: 768px) {
  main.container {
    margin-top: 5em;
  }
}

@media only screen and (max-width: 480px) {
  main.container {
    margin-top: 1em;
  }
}

main.container#none_top {
  margin-top: 0;
}

.section {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px #ababab;
  margin-bottom: 5em;
  padding: 2.5rem 1.5rem;
}

@media only screen and (max-width: 768px) {
  .section {
    padding: 2%;
  }
}

@media only screen and (max-width: 480px) {
  .section {
    margin-bottom: 3em;
  }
}

.section#tab-target01 {
  padding: 0;
}

.section#tab-target02 {
  padding: 0;
}

#hidden_s_area {
  display: none;
}

#hidden_e_area {
  display: none;
}

.backcolor_on {
  background-color: #eb6877;
  color: #fff;
}

.backcolor_out {
  background-color: #fff;
  color: #1a202c;
}

.top_form_open {
  display: block;
}

.logo_size:hover {
  opacity: 0.7;
}

#login_page {
  padding: 5em 7em;
}

#login_page .btn_cl_pink {
  background-color: #f687b3;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  #login_page {
    padding: 4em 1em !important;
  }
}

#login_page h1 {
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  #login_page h1 {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  #login_page .subtitle {
    text-align: center;
  }
}

#login_page .attn_txt {
  margin-bottom: 2em;
  text-align: center;
}

#login_page .l-form_lay input {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  box-shadow: none;
}

#login_page .l-form_lay input::-webkit-input-placeholder {
  color: #9ca5ab;
}

#login_page .l-form_lay input::-moz-placeholder {
  color: #9ca5ab;
}

#login_page .l-form_lay input:-ms-input-placeholder {
  color: #9ca5ab;
}

#login_page .l-form_lay input::-ms-input-placeholder {
  color: #9ca5ab;
}

#login_page .l-form_lay input::placeholder {
  color: #9ca5ab;
}

@media only screen and (max-width: 768px) {
  #login_page .box {
    margin: auto;
  }
}

@media only screen and (max-width: 480px) {
  #login_page .box {
    width: auto !important;
  }
}

.hover_op7:hover {
  opacity: 0.7;
}

.pass_table {
  width: 50%;
}

.send_pass_mail {
  padding: 5em 1em;
}

.required_red {
  color: #ff0000;
}

#zeus_new_card_area {
  margin-left: 2em !important;
}

@media only screen and (max-width: 480px) {
  #zeus_new_card_area {
    margin-left: 0 !important;
  }
}

#zeus_new_card_area label::before {
  content: "\2022";
  margin-right: 0.5em;
}

#zeus_new_card_area input {
  padding: 0.3em;
  margin-bottom: 1em;
}

#zeus_new_card_area select {
  padding: 0.3em;
  margin-right: 0.3em;
}

#zeus_new_card_area #zeus_token_card_expires_note {
  margin-bottom: 1em;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  #zeus_new_card_area #zeus_token_card_name {
    width: 18em;
  }
}

.pc-none {
  display: none;
}

@media only screen and (max-width: 480px) {
  .pc-none {
    display: block;
  }
}

.tab-none {
  display: none;
}

@media only screen and (max-width: 768px) {
  .tab-none {
    display: block;
  }

  .tab-none.fa-circle {
    margin-top: 1em;
  }
}

.sp-none {
  display: block;
}

@media only screen and (max-width: 480px) {
  .sp-none {
    display: none;
  }
}

.pc_big-none {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .pc_big-none {
    display: block;
  }
}

.deskmin-block {
  display: block;
}

@media only screen and (max-width: 1250px) {
  .deskmin-block {
    display: none;
  }
}

.tw-border-blue-400 {
  border-color: #87c5be !important;
}

ul.sub_img {
  margin-left: 0;
}

ul.sub_img li {
  list-style: none;
}

/*------------------------------------------------------------------------
   # breadcrumb
 ------------------------------------------------------------------------*/

nav.breadcrumb {
  padding: 0.5rem 1.5rem;
}

.breadcrumb a {
  color: #4a4a4a;
}

.breadcrumb a:hover {
  opacity: 0.7;
}

.breadcrumb li + li:before {
  content: ">";
}

@media only screen and (max-width: 480px) {
  nav.breadcrumb {
    margin-top: 5em;
  }
}

/*------------------------------------------------------------------------
   # _title 独自の見出しデザイン
 ------------------------------------------------------------------------*/

._title {
  margin: 0.6em 0;
  padding: 0.6em;
  position: relative;
  z-index: 1;
}

._title .fa-top-spot::before {
  content: "";
  background-image: url(/images//pages/home/top-title.png);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

._title .fa-top-new::before {
  content: "";
  background-image: url(/images//pages/home/top-new.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

._title::before, ._title::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

._title::before {
  top: 0;
  left: 0;
  z-index: -1;
}

.new_salon {
  border-bottom: 2px dashed #cdcdcd !important;
  border-bottom: thin;
}

.search_ttl {
  border-bottom: 5px solid #cdcdcd !important;
}

/*------------------------------------------------------------------------
   # _top-button 独自のボタンデザイン　topのみ
 ------------------------------------------------------------------------*/

._top-button {
  min-width: 19em;
  height: auto;
  margin: 1em 2em 1em 0;
  display: block;
  color: #ed64a6;
  border-width: 1px;
  border-color: #f687b3;
  border-width: 2px;
  background-color: #fff;
  color: #1a202c;
  border: 1px solid #1a202c;
  box-shadow: 0 0 8px #cdcdcd;
}

._top-button:hover {
  background-color: #e6818b;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  ._top-button {
    min-width: auto;
    width: 58vw;
  }
}

._top-button.mar_none {
  margin: 0;
}

._top-button.backcolor_on {
  color: #ed64a6;
  border-width: 1px;
  border-color: #f687b3;
  border-width: 2px;
  background-color: #eb6877;
  color: #fff;
  border: 1px solid #1a202c;
}

._top-button span {
  display: block;
}

._top-button .tabs {
  display: block;
  text-align: center;
  line-height: 2;
  letter-spacing: 2px;
  padding: 1em 0.5em;
}

@media only screen and (max-width: 768px) {
  ._top-button .tabs {
    font-size: 3vw;
    font-size: 3vw;
  }
}

@media only screen and (max-width: 480px) {
  ._top-button .tabs {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 480px) {
  ._top-button .tabs {
    padding: 0.5em 0;
  }
}

._top-button .tabs .tw-text_main {
  font-size: 1.4vw;
  font-weight: 500;
}

._top-button .tabs .tw-text_main .spot {
  font-size: 0.7vw;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  ._top-button .tabs .tw-text_main .spot {
    font-size: 3.4vw;
  }
}

@media only screen and (max-width: 480px) {
  ._top-button .tabs .tw-text_main {
    font-size: 3.4vw;
  }
}

._top-button.__salon:hover {
  background: #9bdbd4;
  color: #fff;
}

._top-button.__salon.backcolor_on {
  background-color: #78c7be;
  color: #fff;
}

._title::after {
  content: none;
}

/*------------------------------------------------------------------------
   # top banner
 ------------------------------------------------------------------------*/

.top_bnr_area {
  padding-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .top_bnr_area {
    padding-top: 0;
  }
}

.top_bnr_area .top_bnr_flex {
  display: -webkit-box;
  display: flex;
}

.top_bnr_area .stylist_bnr {
  width: 50%;
  margin-right: 2em;
  background: #fce8ea;
  padding: 1em;
}

@media only screen and (max-width: 768px) {
  .top_bnr_area .stylist_bnr {
    width: 100%;
    margin: auto;
    margin-bottom: 2em;
  }
}

.top_bnr_area .stylist_bnr .for-st {
  color: #eb6876;
  font-weight: bold;
  font-size: 1.4em;
}

.top_bnr_area .stylist_bnr .for-st span {
  font-size: 0.7em;
  margin-left: 1em;
  font-weight: normal;
}

.top_bnr_area .stylist_bnr a {
  display: inline-block;
}

.top_bnr_area .stylist_bnr a img {
  width: 95%;
  margin: auto;
  margin-bottom: 0.5em;
}

.top_bnr_area .salon_bnr {
  width: 50%;
  background: #eef8f7;
  padding: 1em;
}

@media only screen and (max-width: 768px) {
  .top_bnr_area .salon_bnr {
    width: 100%;
    margin: auto;
    margin-bottom: 1em;
  }
}

.top_bnr_area .salon_bnr .for-sa {
  color: #88c5be;
  font-weight: bold;
  font-size: 1.4em;
}

.top_bnr_area .salon_bnr .for-sa span {
  font-size: 0.7em;
  margin-left: 1em;
  font-weight: normal;
}

.top_bnr_area .salon_bnr a {
  display: inline-block;
}

.top_bnr_area .salon_bnr a img {
  width: 95%;
  margin: auto;
  margin-bottom: 0.5em;
}

/*------------------------------------------------------------------------
   # calendar
 ------------------------------------------------------------------------*/

.mypage_calendar {
  margin: auto;
  margin-bottom: 3em;
  width: 85%;
}

@media only screen and (max-width: 480px) {
  .mypage_calendar.section {
    padding: 2% 0;
  }
}

@media only screen and (max-width: 768px) {
  .mypage_calendar {
    width: 95%;
  }
}

.mypage_calendar ._title {
  background-color: #4a4a4a;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  margin-bottom: 2%;
  padding: 0.8em 1em;
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  .mypage_calendar ._title {
    margin: 0.5em;
    margin-bottom: 1em;
  }
}

.mypage_calendar .tw-my-3 {
  margin: 1em;
}

.mypage_calendar .tw-my-3 .__stylist_btm {
  margin-bottom: 10px;
}

.mypage_calendar h2 {
  line-height: 1.5;
}

.schedule__e {
  margin-bottom: 2em;
  background: #fff5f7;
  border: 3px dashed #dbdbdb;
}

.schedule__e .__box {
  margin: auto;
  padding: 1em;
}

.schedule__e .__box .box-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #4a4a4a;
}

.schedule__e .__box .box-title::before {
  content: "\2714";
  display: inline-block;
  margin-right: 0.5em;
  color: #85bfb7;
}

._calendars {
  display: -webkit-box;
  display: flex;
  max-width: 100%;
}

._calendars ._calendar-container ._calendar .fc-widget-header .fc-widget-header table {
  margin-bottom: 0 !important;
}

._calendars ._calendar-container ._calendar .fc-day-grid-container {
  overflow: visible !important;
}

._calendars ._calendar-container ._calendar tr {
  border-style: none;
}

._calendars ._calendar-container ._calendar a {
  opacity: 1 !important;
}

._calendars ._calendar-container ._calendar td.fc-event-container {
  padding: 0.1em !important;
}

._calendars ._calendar-container ._calendar.fc-unthemed th, ._calendars ._calendar-container ._calendar.fc-unthemed td {
  border-width: 1px !important;
  border-color: #ddd !important;
  padding: 0 !important;
}

._calendars ._calendar-container ._calendar .fc-scroller.fc-day-grid-container {
  height: auto !important;
}

._calendars ._calendar-container ._calendar .fc-row.fc-week {
  height: 130px;
  min-height: 130px;
  max-height: 130px;
}

._calendars ._calendar-container ._calendar th.fc-day-header {
  text-align: center;
  color: #fff;
  background-color: #cacaca;
}

._calendars ._calendar-container ._calendar th.fc-day-header.fc-sun {
  background-color: #f687b3;
}

._calendars ._calendar-container ._calendar td.fc-day-top {
  padding: 3px !important;
}

._calendars ._calendar-container ._calendar td.fc-day-top span {
  float: none;
}

._calendars ._calendar-container ._calendar td.fc-event-container {
  padding: 1px 2px !important;
}

._calendars ._calendar-container ._calendar td.fc-event-container .fc-event {
  padding: 2px 0;
}

._calendars ._calendar-container ._calendar td.fc-event-container .fc-event .fc-content {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: calc( 100% - /*timeframeicon+rightpadding*/26px);
  padding-right: 10px;
}

._calendars ._calendar-container ._calendar td.fc-event-container .fc-event figure._timeframe-icon {
  vertical-align: top;
}

._calendars ._calendar-container ._calendar td.fc-event-container .fc-event i._unread-mark {
  position: absolute;
  top: 2px;
  right: 4px;
}

._calendars .fc-day-top .fc-day-number {
  width: 35%;
  display: inline-block;
  font-size: 1.1em;
}

@media only screen and (max-width: 480px) {
  ._calendars .fc-day-top .fc-day-number {
    font-size: 0.9em;
  }
}

._calendars .fc-day-top .event_check input[type=checkbox] {
  margin-bottom: 2.8px;
  vertical-align: middle;
}

.__schedule_salon {
  padding: 1.5em;
  margin-bottom: 1.5em;
  border: 2px dashed #cdcdcd;
  background: #fff5f7;
}

.__schedule_salon .field {
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .__schedule_salon {
    margin: 0;
    margin-bottom: 2em;
  }
}

.schedule_check {
  margin-left: auto;
}

.schedule_check#__entry {
  margin: 0 2em 1em 0;
}

.schedule_check#__entry span {
  display: inline-block;
  margin-right: 0.5em;
  font-weight: bold;
  vertical-align: middle;
  margin-top: 0.5em;
}

.schedule_check#__scout {
  margin: 0 1em 0 0;
}

.schedule_check#__scout span {
  display: inline-block;
  margin-right: 0.5em;
  font-weight: bold;
  vertical-align: middle;
  margin-top: 0.5em;
}

.schedule_check#check_button {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .schedule_check#check_button {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 768px) {
  .schedule_check {
    margin: auto;
  }
}

.schedule_check .button {
  background: #f687b3;
  color: #fff;
  font-size: 0.9em;
  border-radius: 8px;
  border: none;
}

.schedule_check .button:hover {
  opacity: 0.7;
}

.schedule_check .button.__employ {
  background: #38b2ac;
}

.schedule_check .button.__employ:hover {
  opacity: 0.7;
}

#candidate_list .media .media-left {
  width: 30%;
}

#candidate_list .media .media-left img {
  width: 150px;
}

#candidate_list .media .media-right {
  margin-left: 0;
  flex-shrink: 1;
}

#candidate_list .media .media-right .title {
  font-size: 1.2em;
}

#candidate_list .media .media-right p {
  margin-bottom: 2%;
}

@media only screen and (max-width: 768px) {
  #candidate_list #timeframe_icon_sp {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  #candidate_list .tw-text-2xl {
    font-size: 1.2em !important;
  }
}

/*------------------------------------------------------------------------
   # table
 ------------------------------------------------------------------------*/

table td {
  padding: 1.2em 1em !important;
}

table td a:hover {
  opacity: 0.5;
}

.tw-center {
  text-align: center;
}

div.field-label {
  max-width: 6em;
}

/*------------------------------------------------------------------------
   # _mobile-vertical-stacking-table
 ------------------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
  table._mobile-vertical-stacking-table thead tr, table._mobile-vertical-stacking-table thead th {
    display: none;
  }

  table._mobile-vertical-stacking-table th, table._mobile-vertical-stacking-table td {
    width: 100% !important;
    padding: 0.8em !important;
    display: block;
  }

  table._mobile-vertical-stacking-table td:first-child {
    background-color: #4a5568;
    color: #fff;
  }
}

@media only screen and (max-width: 1024px) {
  table._mobile-vertical-stacking-table._match-index-table td:first-child {
    background-color: #4a5568;
    color: #fff;
  }
}

/*------------------------------------------------------------------------
   # box
 ------------------------------------------------------------------------*/

.box {
  border: 1px #dbdbdb solid;
}

.box:not(:last-child) {
  margin-bottom: 0.8em;
}

/*------------------------------------------------------------------------
   # Cover entire parent
 ------------------------------------------------------------------------*/

._link_cover-entire-parent___parent {
  position: relative;
}

a._link_cover-entire-parent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

a._link_cover-entire-parent:hover {
  opacity: 0.5;
  background-color: white;
}

/*------------------------------------------------------------------------
   # bulma extention: tooptip
 ------------------------------------------------------------------------*/

.tooltip.is-tooltip-active::before, .tooltip:hover::before {
  background-color: #718096;
}

.tooltip.is-tooltip-active:not(.is-loading)::after, .tooltip:focus:not(.is-loading)::after, .tooltip:hover:not(.is-loading)::after {
  border-top-color: #718096;
}

.tooltip {
  z-index: 999;
}

.tooltip::before {
  white-space: pre !important;
}

/*------------------------------------------------------------------------
   #tab
 ------------------------------------------------------------------------*/

.tab-radio {
  display: none;
}

.tabs:hover {
  cursor: pointer;
}

.tab-content {
  display: none;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .section#tab-target01 {
    padding: 0;
  }

  .section#tab-target01 .button {
    margin: 1em;
  }
}

@media only screen and (max-width: 480px) {
  .section#tab-target02 {
    padding: 0;
  }

  .section#tab-target02 .button {
    margin: 1em;
  }

  .section#tab-target02 #home_employ:last-child {
    margin-left: 0;
  }
}

#tab01:checked ~ #tab-target01,
#tab02:checked ~ #tab-target02 {
  display: block;
}

/*------------------------------------------------------------------------
   #flex
 ------------------------------------------------------------------------*/

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

@media only screen and (max-width: 768px) {
  .f-wrap-wrap#condition_wrap {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .tw-flex {
    display: block !important;
  }
}

/*------------------------------------------------------------------------
  #checkbox
------------------------------------------------------------------------*/

.is-checkradio[type=checkbox] + label {
  margin: auto;
}

.is-checkradio[type=checkbox] + label::before {
  background-color: #fff;
  top: 3px;
}

/*------------------------------------------------------------------------
   #salon search
 ------------------------------------------------------------------------*/

.top_main_contents {
  margin: 0 8%;
  background: #fff;
}

.top_main_contents#s_detail_lay {
  box-shadow: 0 0 12px #ababab;
  padding: 2% 1%;
  border-radius: 10px;
  margin-bottom: 2em;
}

@media only screen and (max-width: 480px) {
  .top_main_contents#s_detail_lay {
    margin: 0 3%;
    padding: 2%;
  }
}

.top_main_contents#s_detail_lay .__top_ttl {
  font-size: 1.2em;
  padding-left: 0;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .top_main_contents#s_detail_lay .__top_ttl {
    margin-top: 1em;
    font-size: 1em;
    padding-right: 0;
  }
}

.top_main_contents#s_detail_lay .__top_ttl i {
  position: absolute;
  top: 17px;
}

@media only screen and (max-width: 768px) {
  .top_main_contents#s_detail_lay .__top_ttl i {
    top: 14px;
  }
}

.top_main_contents#s_detail_lay .__top_ttl span {
  display: inline-block;
  font-size: 1.35em;
  font-weight: bold;
  margin: 0 0.5em 0 1.5em;
}

@media only screen and (max-width: 480px) {
  .top_main_contents#s_detail_lay .__top_ttl span {
    font-size: 1.2em;
    margin-left: 2em;
  }
}

.top_main_contents#s_detail_lay .__top_ttl#__s_result {
  border-left: 8px solid #ccc;
  margin-bottom: 1.5em;
  padding-top: 1%;
  padding-bottom: 1%;
}

.top_main_contents#s_detail_lay .__top_ttl#__s_result span {
  margin-left: 1em;
  font-size: 1.3em;
}

.top_main_contents#s_detail_lay .__top_ttl .fa-d-salon::before {
  content: "";
  background-image: url(/images/icons/search/icon_salon.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

@media only screen and (max-width: 480px) {
  .top_main_contents#s_detail_lay .__top_ttl .fa-d-salon::before {
    width: 28px;
    height: 28px;
  }
}

.top_main_contents#s_detail_lay .__top_ttl .fa-d-stylist::before {
  content: "";
  background-image: url(/images/pages/header/icon_salon.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

@media only screen and (max-width: 480px) {
  .top_main_contents#s_detail_lay .__top_ttl .fa-d-stylist::before {
    width: 28px;
    height: 28px;
  }
}

.top_main_contents#s_detail_lay .s__match_date {
  font-size: 1.3em;
  font-weight: bold;
  color: #e96779;
  display: inline-block;
  border-bottom: 2px dashed #cdcdcd;
}

.top_main_contents#s_detail_lay .s__match_date span {
  color: #4a4a4a;
  font-size: 0.8em;
  font-weight: normal;
}

.top_main_contents#s_detail_lay .title_sub {
  color: #000;
  margin-bottom: 0;
}

.top_main_contents#s_detail_lay .title_sub span {
  font-size: 0.7em;
}

.top_main_contents#s_detail_lay #left_search {
  box-shadow: none;
}

.top_main_contents#s_detail_lay #left_search .entry_bg {
  border-bottom: 3px solid #CA463B;
  border-right: 3px solid #CA463B;
  font-weight: bold;
}

.top_main_contents#s_detail_lay #left_search .send_msg {
  color: #fe9d20;
  border: 1px solid #fe9d20;
  background: #fff;
  border-bottom: 3px solid #fe9d20;
  border-right: 3px solid #fe9d20;
}

.top_main_contents#s_detail_lay #left_search .fav_in {
  background: #fff;
  color: #ec6f65;
  border: 1px solid #ec6f65;
  border-bottom: 3px solid #ec6f65;
  border-right: 3px solid #ec6f65;
}

.top_main_contents#s_detail_lay #left_search .show_right_e {
  width: 100%;
  margin: auto;
}

.top_main_contents#s_detail_lay #left_search .show_right_e .entry_bg#dtl_entry_bg_sub {
  height: auto !important;
  margin-bottom: 1%;
}

.top_main_contents#s_detail_lay #right_search {
  box-shadow: none;
}

.top_main_contents#s_detail_lay table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #df717c;
  padding: 0 0.5em 0 0.5em;
  margin-bottom: 2em !important;
}

@media only screen and (max-width: 480px) {
  .top_main_contents#s_detail_lay table {
    padding: 1em;
  }
}

.top_main_contents#s_detail_lay table#info_t {
  border: 1px solid #858585;
  margin-bottom: 0 !important;
}

.top_main_contents#s_detail_lay table tbody th {
  border: none;
  border-top: 1px solid #d4d4d4;
  background: none;
  padding: 0.8em 0 0.8em 0.5em;
}

.top_main_contents#s_detail_lay table tbody th .label {
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .top_main_contents#s_detail_lay table tbody th {
    background: #e6e5e5;
    padding: 0.5em;
  }
}

.top_main_contents#s_detail_lay table tbody td {
  border: none;
  border-top: 1px solid #d4d4d4;
  padding: 0.8em 0 0.8em 0.5em !important;
}

@media only screen and (max-width: 480px) {
  .top_main_contents#s_detail_lay table tbody td {
    padding: 1em 0.5em 1.5em 0.5em !important;
  }
}

.top_main_contents#s_detail_lay table tbody .border_none {
  border-top: none;
}

.top_main_contents#s_detail_lay table .open_time p {
  margin-bottom: 0;
}

.top_main_contents#s_detail_lay table .open_time p.holiday_s {
  margin-right: 1em;
}

.top_main_contents#s_detail_lay #spot_offer_entry {
  border-right: 3px solid #236e6a;
  border-bottom: 3px solid #236e6a;
}

.top_main_contents#s_detail_lay .back_pink_s {
  border-bottom: 3px solid #ca5663;
  border-right: 3px solid #ca5663;
}

.top_main_contents#s_detail_lay .back_pink_s#spot_offer_now {
  border: none;
}

.top_main_contents#s_detail_lay .back_pink_s#spot_offer_out {
  border: none;
}

@media only screen and (max-width: 1250px) {
  .top_main_contents {
    padding: 0 5%;
  }

  .top_main_contents.tw-flex {
    display: block !important;
  }
}

.top_main_contents .top_search_area {
  background-color: #f0f0f0;
  padding: 4%;
  border-radius: 10px;
  margin-bottom: 2em;
}

@media only screen and (max-width: 768px) {
  .top_main_contents .top_search_area {
    margin-bottom: 1.5em;
  }
}

@media only screen and (max-width: 1250px) {
  .top_main_contents .top_search_area .tw-flex#__block {
    display: block !important;
  }
}

.top_main_contents .top_search_area .form_sps {
  width: 50%;
  margin: auto 0;
  margin-bottom: 2%;
}

.top_main_contents .top_search_area .form_sps .home_i_form {
  width: 18em;
}

@media only screen and (max-width: 1250px) {
  .top_main_contents .top_search_area .form_sps.tw-flex {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .top_main_contents .top_search_area .form_sps {
    margin-bottom: 1em !important;
  }
}

.top_main_contents .top_search_area .form_sps#koyou-top_area {
  width: 100%;
}

.top_main_contents .top_search_area .form_sps#koyou-top_area #koyou_check_w {
  width: 20%;
}

.top_main_contents .top_search_area .form_sps#koyou-top_area label {
  margin-right: 0.8em;
}

.top_main_contents .top_search_area .form_sps#conditions_area {
  width: 100% !important;
}

.top_main_contents .top_search_area .form_sps#conditions_area #cond_check_w {
  width: 18%;
}

@media only screen and (max-width: 1250px) {
  .top_main_contents .top_search_area .form_sps#conditions_area #cond_check_w {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .top_main_contents .top_search_area .form_sps#conditions_area #cond_check_w {
    width: 100%;
  }
}

.top_main_contents .top_search_area .form_sps#conditions_area label {
  margin-bottom: 2%;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .top_main_contents .top_search_area .form_sps#conditions_area label {
    margin-bottom: 0;
  }
}

.top_main_contents .top_search_area .form_sps#conditions_area .is-checkradio[type=checkbox] + label::before {
  margin-top: 0.2em;
}

.top_main_contents .top_search_area .form_sps .age_form {
  width: 6.5em;
}

.top_main_contents .top_search_area .form_sps .age_form span {
  vertical-align: middle;
  margin-top: 0.5em;
  display: inline-block;
}

.top_main_contents .top_search_area .form_sps input {
  width: 15em;
}

.top_main_contents .top_search_area .form_sps input.sa-age-input {
  width: 5em !important;
  margin-right: 0.2em;
}

.top_main_contents .top_search_area .form_sps input::-webkit-input-placeholder {
  color: #747272;
}

.top_main_contents .top_search_area .form_sps input::-moz-placeholder {
  color: #747272;
}

.top_main_contents .top_search_area .form_sps input:-ms-input-placeholder {
  color: #747272;
}

.top_main_contents .top_search_area .form_sps input::-ms-input-placeholder {
  color: #747272;
}

.top_main_contents .top_search_area .form_sps input::placeholder {
  color: #747272;
}

@media only screen and (max-width: 480px) {
  .top_main_contents .top_search_area .form_sps {
    margin: 0;
    width: 100%;
  }
}

.top_main_contents .top_search_area .form_sps input[type=text] {
  width: 100%;
}

.top_main_contents .top_search_area .label {
  margin: auto 0;
  margin-right: 3%;
  width: 7em;
}

.top_main_contents .top_search_area .label::before {
  content: "\25C6";
  color: #eb6877;
  font-size: 20px;
  margin-right: 5%;
}

.top_main_contents .top_search_area .label.home_k_form {
  width: 15em;
}

.top_main_contents .top_search_area .label.fav_checkbox {
  margin-right: 1.5%;
}

.top_main_contents .top_search_area .label.conditions_label {
  width: 12.5em;
  margin-top: 0;
}

@media only screen and (max-width: 1250px) {
  .top_main_contents .top_search_area .label.conditions_label {
    width: 18.5em;
  }
}

.top_main_contents .top_search_area .check_area {
  margin-bottom: 1%;
}

.top_main_contents .top_search_area .search_btn {
  text-align: center;
  margin-top: 1%;
}

.top_main_contents .top_search_area .search_btn button {
  background-color: #eb6877;
  color: #fff;
  padding: 0.4em 4em;
  border-radius: 10px;
  height: auto !important;
}

@media only screen and (max-width: 480px) {
  .top_main_contents {
    margin: 0 2%;
  }
}

input[type=date] {
  color: #747272;
}

/*------------------------------------------------------------------------
   #new salon
 ------------------------------------------------------------------------*/

.new_ex {
  margin-bottom: 3em;
}

.new_ex .content {
  margin-bottom: 5em;
}

.new_ex .content .news_box {
  margin: auto;
}

.new_ex .content .news_box.columns {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  .new_ex .content .news_box.columns {
    display: block;
  }
}

.new_ex .content .news_box #new_topic {
  border: 1px solid #cdcdcd;
  padding: 0;
  margin: auto;
  width: 24%;
}

.new_ex .content .news_box #new_topic .media {
  margin-bottom: 1em;
}

@media only screen and (max-width: 1250px) {
  .new_ex .content .news_box #new_topic {
    width: 45%;
    margin-bottom: 5%;
  }
}

@media only screen and (max-width: 768px) {
  .new_ex .content .news_box #new_topic {
    margin-bottom: 5%;
    -webkit-box-flex: 0;
    flex: none;
  }
}

@media only screen and (max-width: 480px) {
  .new_ex .content .news_box #new_topic {
    width: 100%;
  }
}

.new_ex .salon_ex .__topic_bazb_top {
  margin-bottom: 4em;
  padding: 1.5em;
}

.new_ex .salon_ex .__topic_bazb_top#__salon {
  background-color: #eef8f7;
}

.new_ex .salon_ex .__topic_bazb_top#__salon h3::before {
  color: #88c5be;
}

.new_ex .salon_ex .__topic_bazb_top#__stylist {
  background-color: #fdf1f2;
}

.new_ex .salon_ex .__topic_bazb_top#__stylist h3::before {
  color: #eb6877;
}

.new_ex .salon_ex .__topic_bazb_top h3 {
  font-size: 1.3em;
  margin-bottom: 2.5%;
}

.new_ex .salon_ex .__topic_bazb_top h3::before {
  content: "\25C6";
  margin-right: 1%;
}

@media only screen and (max-width: 480px) {
  .new_ex .salon_ex .__topic_bazb_top h3 {
    margin-bottom: 5%;
  }
}

#new_salon_card {
  height: 100%;
}

#new_salon_card .title {
  font-size: 1.2em;
}

#new_salon_card .content {
  margin-bottom: 1%;
}

#new_salon_card #new_fav_area {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  #new_salon_card #new_fav_area.tw-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
}

#new_salon_card #new_fav_area .media-fav-box {
  text-align: right;
}

#new_salon_card #new_fav_area .media-fav-box .top-fav {
  display: inline-block;
}

/*------------------------------------------------------------------------
   # フロント会員登録・パスワード忘れ
 ------------------------------------------------------------------------*/

#create_area_f {
  padding: 5em 8em 8em 8em;
}

@media only screen and (max-width: 768px) {
  #create_area_f {
    padding: 3em 4em !important;
  }
}

@media only screen and (max-width: 480px) {
  #create_area_f {
    padding: 4em 1em 3em 1em !important;
  }
}

@media only screen and (max-width: 480px) {
  #create_area_f .comp_msg {
    text-align: left;
  }
}

#create_area_f input::-webkit-input-placeholder {
  color: #747272;
}

#create_area_f input::-moz-placeholder {
  color: #747272;
}

#create_area_f input:-ms-input-placeholder {
  color: #747272;
}

#create_area_f input::-ms-input-placeholder {
  color: #747272;
}

#create_area_f input::placeholder {
  color: #747272;
}

#create_area_f textarea::-webkit-input-placeholder {
  color: #747272;
}

#create_area_f textarea::-moz-placeholder {
  color: #747272;
}

#create_area_f textarea:-ms-input-placeholder {
  color: #747272;
}

#create_area_f textarea::-ms-input-placeholder {
  color: #747272;
}

#create_area_f textarea::placeholder {
  color: #747272;
}

#create_area_f h1 {
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  #create_area_f h1 {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  #create_area_f .subtitle {
    text-align: center;
  }
}

#create_area_f .box {
  border-radius: 0;
}

#create_area_f table th {
  vertical-align: middle;
  width: 30%;
}

@media only screen and (max-width: 480px) {
  #create_area_f table th {
    display: block;
    width: 100%;
    border: none;
    background-color: #ebebeb;
  }
}

@media only screen and (max-width: 480px) {
  #create_area_f table td {
    display: block;
    width: 100%;
    border: none;
    padding: 1em 0 2em 0 !important;
  }
}

#create_area_f table td.flex-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

#create_area_f table td input {
  border-radius: 0;
}

#create_area_f table td input.text-box-20 {
  width: 20%;
}

@media only screen and (max-width: 480px) {
  #create_area_f table td input.text-box-20 {
    width: 50%;
  }
}

#create_area_f table td input.text-box-40 {
  width: 40%;
}

@media only screen and (max-width: 480px) {
  #create_area_f table td.stylist_bd.tw-flex {
    display: -webkit-box;
    display: flex;
  }

  #create_area_f table td.stylist_bd.tw-flex .text-box-20 {
    width: 20%;
  }

  #create_area_f table td.stylist_bd.tw-flex span {
    display: inline-block;
    margin-top: 0.5em;
  }
}

#create_area_f table td.stylist_bd span {
  margin: auto 0;
  margin-right: 2%;
  margin-left: 1%;
}

#create_area_f .is-primary {
  width: 30%;
  margin: auto;
  display: block;
}

#create_area_f h3.title {
  font-weight: normal;
}

#create_area_f h3.__salon:before {
  content: "\25A0";
  margin-right: 1%;
  color: #87c5be;
}

#create_area_f h3.__stylist:before {
  content: "\25A0";
  margin-right: 1%;
  color: #eb6877;
}

#create_area_f .salon_reg table {
  margin-bottom: 3em;
}

#create_area_f .salon_reg table .sample_img {
  width: 60%;
}

#create_area_f .check_req {
  text-align: center;
  margin-bottom: 1em;
}

#create_area_f .check_req label a {
  color: #667EEA;
  font-weight: bold;
}

#create_area_f .check_req_btn button {
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 768px) {
  #create_area_f .check_req_btn button {
    width: 70%;
  }
}

#create_area_f .check_req_btn a.not_request_btn {
  display: block;
  background-color: #4a4a4a;
  color: #fff;
  margin: auto;
  margin-bottom: 1em;
  width: 30%;
  border-radius: 4px;
  text-align: center;
  padding: 0.5em 1em;
}

@media only screen and (max-width: 768px) {
  #create_area_f .check_req_btn a.not_request_btn {
    width: 70%;
  }
}

#create_area_f .c-new_link {
  margin-bottom: 2em;
  color: #ff0000;
  padding: 0.3em;
  border-bottom: 1px solid;
  font-weight: bold;
}

#create_area_f .certification_box p {
  margin-bottom: 2em;
}

#create_area_f .certification_box .c-btn {
  margin-top: 3em;
  text-align: center;
}

#create_area_f .certification_box .c-btn .button {
  background: #de6673;
  color: #fff;
  border: none;
  width: 70%;
}

#create_area_f .certification_box a {
  color: #0060df;
  text-decoration: underline;
}

#r-img-btn .icon {
  display: inline-block;
  margin-right: 0.3em;
}

#r-img-btn.btn-delete-sub-image {
  background: #FEEEED;
  border: none;
}

/*------------------------------------------------------------------------
   # モーダル
 ------------------------------------------------------------------------*/

.modal-dialog {
  padding: 0 1em;
}

.modal-content {
  margin: 300px auto 0;
  padding: 30px;
  max-height: calc(100vh - 160px);
  overflow: hidden;
  position: relative;
  width: 30em;
  background-color: #fff;
  border: 1px solid #4a4a4a;
  font-size: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 480px) {
  .modal-content {
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .modal-content .modal-header.tw-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
}

.modal-content .modal-body {
  text-align: center;
  margin-bottom: 2em;
}

@media only screen and (max-width: 480px) {
  .modal-content .modal-body {
    margin-bottom: 1.5em;
    margin-top: 1em;
  }
}

.modal-content .modal-footer {
  display: -webkit-box;
  display: flex;
  margin-top: 20px;
}

.modal-content .modal-footer:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 480px) {
  .modal-content .modal-footer {
    display: block;
  }
}

.modal-content .close {
  margin-left: auto;
  background: #ea6875;
  color: #fff;
  border-radius: 50px;
  font-size: 1.1em;
  width: 1.4em;
  height: 1.4em;
}

.modal-content .close:hover {
  opacity: 0.7;
}

.modal-content .close span {
  vertical-align: top;
  line-height: 1.3;
}

.modal-content .btn-secondary {
  width: 150px;
  height: 40px;
  margin-left: 4em;
  border: 1px solid #1a202c;
  border-radius: 5px;
}

@media only screen and (max-width: 480px) {
  .modal-content .btn-secondary {
    margin-left: 0;
    width: 100%;
  }
}

.modal-content #employofferbtn {
  margin-left: 4em;
  width: 150px;
  height: 40px;
  border: none;
  color: #ddd;
  font-weight: bold;
  background-color: #ea6875;
  border-radius: 5px;
}

@media only screen and (max-width: 480px) {
  .modal-content #employofferbtn {
    margin-left: 0;
    margin-bottom: 0.5em;
    width: 100%;
  }
}

.modal-content #spotofferbtn {
  margin-left: 4em;
  width: 150px;
  height: 40px;
  border: none;
  color: #ddd;
  font-weight: bold;
  background-color: #ea6875;
  border-radius: 5px;
}

@media only screen and (max-width: 480px) {
  .modal-content #spotofferbtn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.5em;
  }
}

.modal-content .modal-title {
  font-size: 0.8em;
  color: #ea6875;
  font-weight: nomal;
}

.modal-content .modal-title#__preview::before {
  content: "\25A0";
  display: inline-block;
  margin-right: 0.5em;
}

.modal-content--preview {
  margin: 25px auto;
  width: 80%;
  height: 90vh;
  max-height: 100vh;
}

@media only screen and (max-width: 768px) {
  .modal-content--preview {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 480px) {
  .modal-content--preview {
    width: 100%;
    padding: 2%;
  }
}

.modal-content--preview .top_main_contents {
  margin: 0 5%;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 75vh;
  max-height: 85vh;
}

@media only screen and (max-width: 480px) {
  .modal-content--preview .top_main_contents {
    margin: 0 2%;
  }
}

.modal-content--preview .top_main_contents #left_search {
  width: 95%;
  text-align: left;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .modal-content--preview .top_main_contents #left_search {
    width: 100%;
  }
}

.modal-content--preview .top_main_contents #left_search table {
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .modal-content--preview .top_main_contents #left_search table {
    padding: 0.5em;
  }
}

.modal-content--preview .top_main_contents #left_search #info_t {
  margin-bottom: 1em !important;
}

.preview-btn-box {
  text-align: right;
  margin-bottom: 1em;
}

.preview-btn-box.btm-none {
  margin-bottom: 0;
}

.preview-buton {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  color: #de6673;
  font-weight: bold;
}

.preview-buton::before {
  content: "";
  background-image: url(/images/icons/mypage/edit_confirm.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

.preview-buton:hover {
  color: #de6673;
  opacity: 0.7;
}

table.last-t-btm {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------------------
  # レイアウト調整
------------------------------------------------------------------------*/

.range_item {
  display: inline-block;
  margin: auto 2%;
}

.field.is-grouped .is-expanded {
  width: 50%;
}

/*------------------------------------------------------------------------
   # privacy policy
 ------------------------------------------------------------------------*/

#privacy_policy {
  font-family: "\6E38\30B4\30B7\30C3\30AF", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\30E1\30A4\30EA\30AA", sans-serif;
}

@media only screen and (max-width: 480px) {
  #privacy_policy {
    padding-top: 0.5em;
  }
}

#privacy_policy .content {
  margin-bottom: 3em;
}

#privacy_policy .content .company_name {
  text-align: right;
}

#privacy_policy .content .company_name p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.1em;
}

@media only screen and (max-width: 480px) {
  #privacy_policy .content ul {
    margin-left: 0.5em;
  }
}

#privacy_policy .content ul li {
  margin-bottom: 2%;
}

#privacy_policy .content#shikou ul li {
  list-style: none;
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  #privacy_policy .content.list_kojin ol {
    margin-left: 1em;
  }
}

#privacy_policy .content.list_kojin ol li {
  list-style-type: upper-alpha;
  margin-bottom: 1%;
  padding-left: 1em;
  text-indent: -1em;
}

#privacy_policy .content.list_kojin ol li::marker {
  text-align: center;
  display: inline-block;
}

#privacy_policy .content .p_bold {
  font-weight: bold;
  margin-bottom: 1%;
}

#privacy_policy h2 {
  font-size: 1.3em;
}

#privacy_policy h2:before {
  content: none;
}

#privacy_policy.mypage table th {
  background-color: #fff;
}

.tw-left-admin {
  text-align: left;
}

#payment_list .yen {
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 0.5em;
}

#payment_list .date {
  font-size: 1.2em;
}

#payment_list .paid {
  display: inline-block;
  margin-left: 1em;
  background: #00CC66;
  color: #fff;
  padding: 0 0.5em;
  border-radius: 5px;
  font-size: 0.9em;
}

#payment_list .unpaid {
  display: inline-block;
  margin-left: 1em;
  background: #ff0000;
  color: #fff;
  padding: 0 0.5em;
  border-radius: 5px;
}

#credit_area {
  padding: 3em 8em;
}

@media only screen and (max-width: 768px) {
  #credit_area {
    padding: 1em;
  }
}

#credit_area .plan_pay_num {
  margin-bottom: 1.5em;
}

#credit_area .plan_pay_num span {
  font-size: 1.2em;
  font-weight: bold;
}

#credit_area .__option_name {
  font-weight: bold;
  font-size: 1.2em;
  color: #00d1b2;
  margin-bottom: 0.3em;
}

#credit_area .__first_option {
  font-size: 1.2em;
  font-weight: bold;
  color: #0060df;
}

#credit_area .__plan_name {
  font-weight: bold;
  font-size: 1.2em;
  color: #00d1b2;
  margin-bottom: 0.3em;
}

#credit_area .__plan_name::before {
  display: inline-block;
  margin-top: 0.2em;
}

#credit_area .__plan_name::after {
  margin-top: 0.2em;
}

#credit_area .confirm_plan {
  font-weight: bold !important;
  font-size: 1.2em;
  color: #00d1b2;
  margin-bottom: 0.3em;
}

#credit_area .confirm_plan_pay span {
  font-weight: bold;
  font-size: 1.2em;
}

#credit_area .confirm_plan_pay.mrg_btm {
  margin-bottom: 1em;
}

#credit_area .update_d {
  font-weight: bold;
  color: #ff0000;
}

#credit_area .change_plan_sum {
  font-size: 1.2em;
  margin-bottom: 1em;
}

#credit_area .change_plan_sum .sum_plan {
  text-align: right;
}

#credit_area .change_plan_sum .sum_plan #total {
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 0.5em;
}

#credit_area .change_plan_com {
  text-align: center;
}

#credit_area .change_plan_com .button {
  width: 50%;
  border: 1px solid #9c9c9c;
  border-radius: 0;
  background: #9c9c9c;
  color: #fff;
}

#credit_area .change_plan_com .button:hover {
  background: #fff;
  color: #9c9c9c;
}

#credit_area #zeus_token_card_info_area label {
  margin-left: 0.5em;
  font-weight: bold;
}

#credit_area #zeus_token_card_info_area #zeus_new_card_area label {
  color: #38B2AC;
}

#credit_area #zeus_token_card_info_area .zeus_token_input_normal {
  background-color: #ffe8e8;
}

@media only screen and (max-width: 480px) {
  #credit_area {
    padding: 5em 1em 3em 1em;
  }
}

#credit_area .title {
  color: #363636;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.125;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  #credit_area .title {
    font-size: 1.5em;
  }
}

#credit_area .subtitle {
  text-align: center;
}

@media only screen and (max-width: 480px) {
  #credit_area .subtitle {
    font-size: 1em;
  }
}

#credit_area .__p_box {
  margin-bottom: 4em;
}

#credit_area .__p_box .plan_title {
  background: #d1fff8;
  padding: 0.3em 0.5em;
  font-size: 1.3em;
}

#credit_area .__p_box .radio_btn {
  margin-left: 1em;
  margin-bottom: 1em;
}

#credit_area .__p_box .check_btn {
  margin-left: 1em;
}

#credit_area .__p_box .__right {
  text-align: right;
}

#credit_area .__p_box .__right .plan_link {
  border-bottom: 2px solid #7fecd5;
  display: inline-block;
}

#credit_area .__p_box .__right .plan_link:before {
  content: "\BB";
  margin-right: 0.5em;
  color: #7fecd5;
  font-size: 1.8em;
}

#credit_area .box_credit_sum {
  text-align: right;
}

#credit_area .salon_cre_ttl {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 1em;
}

#credit_area .salon_cre_ttl:before {
  content: "\25A0";
  margin-right: 1%;
  color: #87c5be;
}

#credit_area .box_credit {
  width: 90%;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding: 3em 1.25em;
  background: #fff;
}

@media only screen and (max-width: 480px) {
  #credit_area .box_credit {
    width: 100%;
  }
}

#credit_area .box_credit .content {
  margin-bottom: 5em;
}

#credit_area .box_credit .content .plan_link {
  text-align: right;
}

#credit_area .box_credit .content .plan_link a {
  text-decoration: underline;
  color: #667EEA;
  display: inline-block;
}

#credit_area .box_credit .radio_btn {
  margin-bottom: 1em;
  font-weight: bold;
}

#credit_area .box_credit .radio_btn input {
  margin-right: 0.5em;
}

#credit_area .box_credit .radio_btn div {
  margin-left: 1.5em;
  font-weight: normal;
}

#credit_area .box_credit .box_credit_sum {
  text-align: right;
}

#credit_area .box_credit .box_credit_sum .sum_box {
  font-size: 1.3em;
  margin-bottom: 1em;
}

#credit_area .box_credit .box_credit_sum .sum_box span {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0.3em;
}

#credit_area .box_credit .box_credit_sum .credit_btn .control {
  text-align: right;
}

#credit_area .box_credit .center_pay_com {
  text-align: center;
}

#credit_area .box_credit .center_pay_com .is-link {
  background: #87c5be;
}

#credit_area .pay_txt br {
  display: none;
}

@media only screen and (max-width: 480px) {
  #credit_area .pay_txt br {
    display: block;
  }
}

#credit_area .p-salon_r {
  text-align: center;
}

#credit_area .plan_intr {
  width: 100%;
  padding: 3em;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  margin-bottom: 2em;
  background: #fff;
}

@media only screen and (max-width: 480px) {
  #credit_area .plan_intr {
    width: 100%;
    padding: 1em;
  }
}

#credit_area .plan_intr h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
}

#credit_area .plan_intr .p_box {
  margin-bottom: 5em;
}

#credit_area .plan_intr .p_box h3 {
  color: #fff;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}

#credit_area .plan_intr .p_box p {
  font-size: 1.5em;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  #credit_area .plan_intr .p_box p {
    font-size: 1.4em;
  }
}

#credit_area .plan_intr .p_box p span {
  font-size: 0.7em;
  padding: 0.2em 0.3em;
  border: 1.5px solid;
  margin-right: 0.5em;
}

#credit_area .plan_intr .p_box ul {
  margin-left: 1em;
}

#credit_area .plan_intr .p_box ul li {
  list-style: none;
}

@media only screen and (max-width: 480px) {
  #credit_area .plan_intr .p_box ul li {
    margin-bottom: 1em;
  }
}

#credit_area .plan_intr .p_box ul li:before {
  content: "\2713";
  margin-right: 1em;
  font-weight: bold;
}

#credit_area .plan_intr .p_box#light h3 {
  background-color: #65BCC0;
}

#credit_area .plan_intr .p_box#light p {
  color: #65BCC0;
}

#credit_area .plan_intr .p_box#light ul li {
  list-style: none;
}

#credit_area .plan_intr .p_box#light ul li:before {
  color: #65BCC0;
}

#credit_area .plan_intr .p_box#basic h3 {
  background-color: #F47983;
}

#credit_area .plan_intr .p_box#basic p {
  color: #F47983;
}

#credit_area .plan_intr .p_box#basic ul li {
  list-style: none;
}

#credit_area .plan_intr .p_box#basic ul li:before {
  color: #F47983;
}

#credit_area .plan_intr .p_box#premium h3 {
  background-color: #ffc400;
}

#credit_area .plan_intr .p_box#premium p {
  color: #ffc400;
}

#credit_area .plan_intr .p_box#premium ul li {
  list-style: none;
}

#credit_area .plan_intr .p_box#premium ul li:before {
  color: #ffc400;
}

#credit_area .plan_intr .p_box#option h3 {
  background-color: #00008b;
}

#credit_area .plan_intr .p_box#option p {
  color: #00008b;
  margin-left: 0.5em;
}

#credit_area .plan_intr .p_box#option ul li {
  list-style: none;
}

#credit_area .plan_intr .p_box#option ul li:before {
  color: #00008b;
}

#credit_area .plan_intr .p_box#option .__sample {
  margin-bottom: 1em;
  width: 80%;
  border: 1px solid #cdcdcd;
}

@media only screen and (max-width: 480px) {
  #credit_area .plan_intr .p_box#option .__sample {
    width: 100%;
  }
}

#credit_area .plan_intr .p_box#option .__sample p {
  font-size: 0.9em;
  color: #4a4a4a;
  margin-bottom: 0.5em;
  font-weight: normal;
}

#credit_area .plan_intr .p_box#commission h3 {
  background-color: #718096;
}

#credit_area .plan_intr .p_box#commission p {
  color: #718096;
  margin-left: 0.5em;
}

#credit_area .plan_intr .p_box#commission ul li {
  list-style: none;
}

#credit_area .plan_intr .p_box#commission ul li:before {
  color: #718096;
}

#credit_area .plan_intr .p_box .red {
  color: #ff0000;
}

#credit_area .plan_intr .center_pay_com {
  text-align: right;
}

#credit_area .salon_r_btn {
  text-align: center;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1.3em;
  background: #87c5be;
  color: #fff;
  border: 2px solid #87c5be;
  margin-bottom: 5em;
}

#credit_area .salon_r_btn:hover {
  background: #fff;
  color: #87c5be;
}

@media only screen and (max-width: 480px) {
  #credit_area .salon_r_btn {
    width: 90%;
  }
}

#credit_area .add_ac_msg {
  width: 85%;
  margin: auto;
}

#credit_area .add_ac_msg p {
  margin-bottom: 2em;
}

#credit_area .add_ac_msg .button_add {
  display: inline-block;
  width: 60%;
  background: #4a4a4a;
  padding: 0.5em;
  border: 1px solid #4a4a4a;
  color: #fff;
  margin-bottom: 3em;
}

#credit_area .add_ac_msg .button_add:hover {
  background: #fff;
  color: #4a4a4a;
}

#bazb-guide .contents {
  margin-bottom: 1.5em;
}

#bazb-guide .manual {
  width: 100%;
  text-align: center;
  margin-top: 3em;
}

#bazb-guide .manual a {
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#6b90db), to(#66d5e9));
  background-image: linear-gradient(left, #6b90db 0%, #66d5e9 100%);
  padding: 0.5em 1em;
  color: #fff;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  font-size: 120%;
}

@media only screen and (max-width: 480px) {
  #bazb-guide .manual a {
    width: 100%;
  }
}

#bazb-guide .guide_box {
  margin-bottom: 1em;
  box-sizing: border-box;
}

#bazb-guide .guide_box .manual {
  display: -webkit-box;
  display: flex;
}

#bazb-guide .con_area {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

#bazb-guide ul {
  padding: 0;
  width: 95%;
}

#bazb-guide li {
  list-style-type: none;
}

#bazb-guide dd {
  margin-left: 0;
  display: inline-block;
  width: 90%;
}

@media only screen and (max-width: 768px) {
  #bazb-guide dd {
    width: 100%;
  }

  #bazb-guide dd p {
    margin-bottom: 2em;
  }
}

#bazb-guide dd div {
  text-align: right;
}

#bazb-guide dd div .new_btn {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#6b90db), to(#66d5e9));
  background-image: linear-gradient(left, #6b90db 0%, #66d5e9 100%);
  padding: 0.5em 1em;
  color: #fff;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  #bazb-guide dd div .new_btn {
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  #bazb-guide dd div {
    text-align: center;
  }
}

#bazb-guide dd p {
  margin-bottom: 1.5em;
}

#bazb-guide .flow > li {
  position: relative;
}

#bazb-guide .flow > li:not(:last-child) {
  margin-bottom: 40px;
}

#bazb-guide .flow > li:not(:last-child) dl:before {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 22px;
  border-top-color: #6b90db;
}

#bazb-guide .flow > li:not(:last-child) dl:after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 20px;
  border-top-color: #fff;
}

#bazb-guide .flow > li:not(:first-child):before {
  content: "";
  height: 40px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: calc(10% + 15px - 2px);
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  #bazb-guide .flow > li:not(:first-child):before {
    display: none;
  }
}

#bazb-guide .flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border: 2px solid #6b90db;
  border-radius: 10px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #bazb-guide .flow > li dl {
    display: block;
  }
}

#bazb-guide .flow > li dl dt {
  font-size: 1.1em;
  font-weight: 600;
  color: #6b90db;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #bazb-guide .flow > li dl dt {
    width: 100%;
    margin-bottom: 1em;
  }
}

#bazb-guide .flow > li dl dt .icon {
  font-size: 0.8em;
  color: #fff;
  background: #6b90db;
  background: -webkit-gradient(linear, left top, right top, from(#6b90db), to(#66d5e9));
  background: linear-gradient(to right, #6b90db 0%, #66d5e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6b90db", endColorstr="#66d5e9",GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #bazb-guide .flow > li dl dt .icon {
    margin: auto;
    margin-bottom: 1.5em;
    width: 70%;
  }
}

/*------------------------------------------------------------------------
   # フロント　お問い合わせ
 ------------------------------------------------------------------------*/

#contact_form_f .content .label {
  margin-bottom: 0.5em;
  display: inline-block;
  font-weight: normal;
}

#contact_form_f .content .label:before {
  content: "\25C6";
  margin-right: 0.3em;
  color: #f687b3;
}

#contact_form_f .content input {
  margin-bottom: 1.5em;
}

#contact_form_f .content textarea {
  margin-bottom: 2em;
}

#contact_form_f .content .button {
  background-color: #f687b3;
  color: #fff;
  display: block;
  margin-left: auto;
  margin-bottom: 2em;
}

@media only screen and (max-width: 480px) {
  #contact_form_f .content .button {
    margin: auto;
    margin-bottom: 2em;
  }
}

#contact_form_f .content .button.is-primary {
  margin-left: 0;
  background: #49d6cf;
}

#contact_form_f .content .confirm_txt {
  margin-bottom: 2em;
  padding: 0 1.5em;
}

#contact_form_f .content .confirm_txtara {
  margin-bottom: 3em;
  padding: 0 1.5em;
}

#contact_thanks .content {
  margin: 5em auto;
  padding: 0 2em;
}

.mrg_btm_2 {
  margin-bottom: 2em;
}

/*------------------------------------------------------------------------
   # エラー、更新文章
 ------------------------------------------------------------------------*/

.container .section_status {
  margin-top: 0;
  margin-bottom: 1em;
}

.container .section_status li {
  list-style: none;
}

.section_status {
  margin-bottom: 1em;
}

.section_status li {
  list-style: none;
}

@media only screen and (max-width: 480px) {
  .section_status {
    margin-top: 5em;
  }
}

.notification {
  padding: 1% 2%;
  font-weight: bold;
}

.notification.is-danger {
  margin: 0 8%;
  color: #f00;
  border: 2px solid #f00;
  background: #fff;
  margin-top: 3%;
}

@media only screen and (max-width: 480px) {
  .notification.is-danger {
    margin: 5em 5% 5% 5%;
  }
}

.notification.is-success {
  margin: 0 8%;
  color: #48BB78;
  border: 2px solid #48BB78;
  background: none;
  background: #fff;
  margin-top: 3%;
}

@media only screen and (max-width: 480px) {
  .notification.is-success {
    margin: 5%;
  }
}

.error_area {
  padding: 5em 0;
}

.error_area .error_code_area {
  font-weight: bold;
  margin-bottom: 1em;
}

.error_area .error_code_area .code {
  font-size: 1.3em;
}

.error_area .error_code_area .error_message {
  font-size: 1.3em;
}

.is-checkradio[type=checkbox] + label::before {
  width: 1.3rem;
  height: 1.3rem;
}

.is-checkradio[type=checkbox] + label::after {
  left: 0.5rem;
}

input[type=radio] {
  margin-right: 0.5em;
}

@media (min-width: 640px){
  .sm\:tw-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\:tw-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\:tw-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\:tw-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\:tw-appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:tw-bg-fixed{
    background-attachment: fixed !important;
  }

  .sm\:tw-bg-local{
    background-attachment: local !important;
  }

  .sm\:tw-bg-scroll{
    background-attachment: scroll !important;
  }

  .sm\:tw-bg-transparent{
    background-color: transparent !important;
  }

  .sm\:tw-bg-black{
    background-color: #000 !important;
  }

  .sm\:tw-bg-white{
    background-color: #fff !important;
  }

  .sm\:tw-bg-gray-100{
    background-color: #f7fafc !important;
  }

  .sm\:tw-bg-gray-200{
    background-color: #edf2f7 !important;
  }

  .sm\:tw-bg-gray-300{
    background-color: #e2e8f0 !important;
  }

  .sm\:tw-bg-gray-400{
    background-color: #cbd5e0 !important;
  }

  .sm\:tw-bg-gray-500{
    background-color: #a0aec0 !important;
  }

  .sm\:tw-bg-gray-600{
    background-color: #718096 !important;
  }

  .sm\:tw-bg-gray-700{
    background-color: #4a5568 !important;
  }

  .sm\:tw-bg-gray-800{
    background-color: #2d3748 !important;
  }

  .sm\:tw-bg-gray-900{
    background-color: #1a202c !important;
  }

  .sm\:tw-bg-red-100{
    background-color: #fff5f5 !important;
  }

  .sm\:tw-bg-red-200{
    background-color: #fed7d7 !important;
  }

  .sm\:tw-bg-red-300{
    background-color: #feb2b2 !important;
  }

  .sm\:tw-bg-red-400{
    background-color: #fc8181 !important;
  }

  .sm\:tw-bg-red-500{
    background-color: #f56565 !important;
  }

  .sm\:tw-bg-red-600{
    background-color: #e53e3e !important;
  }

  .sm\:tw-bg-red-700{
    background-color: #c53030 !important;
  }

  .sm\:tw-bg-red-800{
    background-color: #9b2c2c !important;
  }

  .sm\:tw-bg-red-900{
    background-color: #742a2a !important;
  }

  .sm\:tw-bg-orange-100{
    background-color: #fffaf0 !important;
  }

  .sm\:tw-bg-orange-200{
    background-color: #feebc8 !important;
  }

  .sm\:tw-bg-orange-300{
    background-color: #fbd38d !important;
  }

  .sm\:tw-bg-orange-400{
    background-color: #f6ad55 !important;
  }

  .sm\:tw-bg-orange-500{
    background-color: #ed8936 !important;
  }

  .sm\:tw-bg-orange-600{
    background-color: #dd6b20 !important;
  }

  .sm\:tw-bg-orange-700{
    background-color: #c05621 !important;
  }

  .sm\:tw-bg-orange-800{
    background-color: #9c4221 !important;
  }

  .sm\:tw-bg-orange-900{
    background-color: #7b341e !important;
  }

  .sm\:tw-bg-yellow-100{
    background-color: #fffff0 !important;
  }

  .sm\:tw-bg-yellow-200{
    background-color: #fefcbf !important;
  }

  .sm\:tw-bg-yellow-300{
    background-color: #faf089 !important;
  }

  .sm\:tw-bg-yellow-400{
    background-color: #f6e05e !important;
  }

  .sm\:tw-bg-yellow-500{
    background-color: #ecc94b !important;
  }

  .sm\:tw-bg-yellow-600{
    background-color: #d69e2e !important;
  }

  .sm\:tw-bg-yellow-700{
    background-color: #b7791f !important;
  }

  .sm\:tw-bg-yellow-800{
    background-color: #975a16 !important;
  }

  .sm\:tw-bg-yellow-900{
    background-color: #744210 !important;
  }

  .sm\:tw-bg-green-100{
    background-color: #f0fff4 !important;
  }

  .sm\:tw-bg-green-200{
    background-color: #c6f6d5 !important;
  }

  .sm\:tw-bg-green-300{
    background-color: #9ae6b4 !important;
  }

  .sm\:tw-bg-green-400{
    background-color: #68d391 !important;
  }

  .sm\:tw-bg-green-500{
    background-color: #48bb78 !important;
  }

  .sm\:tw-bg-green-600{
    background-color: #38a169 !important;
  }

  .sm\:tw-bg-green-700{
    background-color: #2f855a !important;
  }

  .sm\:tw-bg-green-800{
    background-color: #276749 !important;
  }

  .sm\:tw-bg-green-900{
    background-color: #22543d !important;
  }

  .sm\:tw-bg-teal-100{
    background-color: #e6fffa !important;
  }

  .sm\:tw-bg-teal-200{
    background-color: #b2f5ea !important;
  }

  .sm\:tw-bg-teal-300{
    background-color: #81e6d9 !important;
  }

  .sm\:tw-bg-teal-400{
    background-color: #4fd1c5 !important;
  }

  .sm\:tw-bg-teal-500{
    background-color: #38b2ac !important;
  }

  .sm\:tw-bg-teal-600{
    background-color: #319795 !important;
  }

  .sm\:tw-bg-teal-700{
    background-color: #2c7a7b !important;
  }

  .sm\:tw-bg-teal-800{
    background-color: #285e61 !important;
  }

  .sm\:tw-bg-teal-900{
    background-color: #234e52 !important;
  }

  .sm\:tw-bg-blue-100{
    background-color: #ebf8ff !important;
  }

  .sm\:tw-bg-blue-200{
    background-color: #bee3f8 !important;
  }

  .sm\:tw-bg-blue-300{
    background-color: #90cdf4 !important;
  }

  .sm\:tw-bg-blue-400{
    background-color: #63b3ed !important;
  }

  .sm\:tw-bg-blue-500{
    background-color: #4299e1 !important;
  }

  .sm\:tw-bg-blue-600{
    background-color: #3182ce !important;
  }

  .sm\:tw-bg-blue-700{
    background-color: #2b6cb0 !important;
  }

  .sm\:tw-bg-blue-800{
    background-color: #2c5282 !important;
  }

  .sm\:tw-bg-blue-900{
    background-color: #2a4365 !important;
  }

  .sm\:tw-bg-indigo-100{
    background-color: #ebf4ff !important;
  }

  .sm\:tw-bg-indigo-200{
    background-color: #c3dafe !important;
  }

  .sm\:tw-bg-indigo-300{
    background-color: #a3bffa !important;
  }

  .sm\:tw-bg-indigo-400{
    background-color: #7f9cf5 !important;
  }

  .sm\:tw-bg-indigo-500{
    background-color: #667eea !important;
  }

  .sm\:tw-bg-indigo-600{
    background-color: #5a67d8 !important;
  }

  .sm\:tw-bg-indigo-700{
    background-color: #4c51bf !important;
  }

  .sm\:tw-bg-indigo-800{
    background-color: #434190 !important;
  }

  .sm\:tw-bg-indigo-900{
    background-color: #3c366b !important;
  }

  .sm\:tw-bg-purple-100{
    background-color: #faf5ff !important;
  }

  .sm\:tw-bg-purple-200{
    background-color: #e9d8fd !important;
  }

  .sm\:tw-bg-purple-300{
    background-color: #d6bcfa !important;
  }

  .sm\:tw-bg-purple-400{
    background-color: #b794f4 !important;
  }

  .sm\:tw-bg-purple-500{
    background-color: #9f7aea !important;
  }

  .sm\:tw-bg-purple-600{
    background-color: #805ad5 !important;
  }

  .sm\:tw-bg-purple-700{
    background-color: #6b46c1 !important;
  }

  .sm\:tw-bg-purple-800{
    background-color: #553c9a !important;
  }

  .sm\:tw-bg-purple-900{
    background-color: #44337a !important;
  }

  .sm\:tw-bg-pink-100{
    background-color: #fff5f7 !important;
  }

  .sm\:tw-bg-pink-200{
    background-color: #fed7e2 !important;
  }

  .sm\:tw-bg-pink-300{
    background-color: #fbb6ce !important;
  }

  .sm\:tw-bg-pink-400{
    background-color: #f687b3 !important;
  }

  .sm\:tw-bg-pink-500{
    background-color: #ed64a6 !important;
  }

  .sm\:tw-bg-pink-600{
    background-color: #d53f8c !important;
  }

  .sm\:tw-bg-pink-700{
    background-color: #b83280 !important;
  }

  .sm\:tw-bg-pink-800{
    background-color: #97266d !important;
  }

  .sm\:tw-bg-pink-900{
    background-color: #702459 !important;
  }

  .sm\:hover\:tw-bg-transparent:hover{
    background-color: transparent !important;
  }

  .sm\:hover\:tw-bg-black:hover{
    background-color: #000 !important;
  }

  .sm\:hover\:tw-bg-white:hover{
    background-color: #fff !important;
  }

  .sm\:hover\:tw-bg-gray-100:hover{
    background-color: #f7fafc !important;
  }

  .sm\:hover\:tw-bg-gray-200:hover{
    background-color: #edf2f7 !important;
  }

  .sm\:hover\:tw-bg-gray-300:hover{
    background-color: #e2e8f0 !important;
  }

  .sm\:hover\:tw-bg-gray-400:hover{
    background-color: #cbd5e0 !important;
  }

  .sm\:hover\:tw-bg-gray-500:hover{
    background-color: #a0aec0 !important;
  }

  .sm\:hover\:tw-bg-gray-600:hover{
    background-color: #718096 !important;
  }

  .sm\:hover\:tw-bg-gray-700:hover{
    background-color: #4a5568 !important;
  }

  .sm\:hover\:tw-bg-gray-800:hover{
    background-color: #2d3748 !important;
  }

  .sm\:hover\:tw-bg-gray-900:hover{
    background-color: #1a202c !important;
  }

  .sm\:hover\:tw-bg-red-100:hover{
    background-color: #fff5f5 !important;
  }

  .sm\:hover\:tw-bg-red-200:hover{
    background-color: #fed7d7 !important;
  }

  .sm\:hover\:tw-bg-red-300:hover{
    background-color: #feb2b2 !important;
  }

  .sm\:hover\:tw-bg-red-400:hover{
    background-color: #fc8181 !important;
  }

  .sm\:hover\:tw-bg-red-500:hover{
    background-color: #f56565 !important;
  }

  .sm\:hover\:tw-bg-red-600:hover{
    background-color: #e53e3e !important;
  }

  .sm\:hover\:tw-bg-red-700:hover{
    background-color: #c53030 !important;
  }

  .sm\:hover\:tw-bg-red-800:hover{
    background-color: #9b2c2c !important;
  }

  .sm\:hover\:tw-bg-red-900:hover{
    background-color: #742a2a !important;
  }

  .sm\:hover\:tw-bg-orange-100:hover{
    background-color: #fffaf0 !important;
  }

  .sm\:hover\:tw-bg-orange-200:hover{
    background-color: #feebc8 !important;
  }

  .sm\:hover\:tw-bg-orange-300:hover{
    background-color: #fbd38d !important;
  }

  .sm\:hover\:tw-bg-orange-400:hover{
    background-color: #f6ad55 !important;
  }

  .sm\:hover\:tw-bg-orange-500:hover{
    background-color: #ed8936 !important;
  }

  .sm\:hover\:tw-bg-orange-600:hover{
    background-color: #dd6b20 !important;
  }

  .sm\:hover\:tw-bg-orange-700:hover{
    background-color: #c05621 !important;
  }

  .sm\:hover\:tw-bg-orange-800:hover{
    background-color: #9c4221 !important;
  }

  .sm\:hover\:tw-bg-orange-900:hover{
    background-color: #7b341e !important;
  }

  .sm\:hover\:tw-bg-yellow-100:hover{
    background-color: #fffff0 !important;
  }

  .sm\:hover\:tw-bg-yellow-200:hover{
    background-color: #fefcbf !important;
  }

  .sm\:hover\:tw-bg-yellow-300:hover{
    background-color: #faf089 !important;
  }

  .sm\:hover\:tw-bg-yellow-400:hover{
    background-color: #f6e05e !important;
  }

  .sm\:hover\:tw-bg-yellow-500:hover{
    background-color: #ecc94b !important;
  }

  .sm\:hover\:tw-bg-yellow-600:hover{
    background-color: #d69e2e !important;
  }

  .sm\:hover\:tw-bg-yellow-700:hover{
    background-color: #b7791f !important;
  }

  .sm\:hover\:tw-bg-yellow-800:hover{
    background-color: #975a16 !important;
  }

  .sm\:hover\:tw-bg-yellow-900:hover{
    background-color: #744210 !important;
  }

  .sm\:hover\:tw-bg-green-100:hover{
    background-color: #f0fff4 !important;
  }

  .sm\:hover\:tw-bg-green-200:hover{
    background-color: #c6f6d5 !important;
  }

  .sm\:hover\:tw-bg-green-300:hover{
    background-color: #9ae6b4 !important;
  }

  .sm\:hover\:tw-bg-green-400:hover{
    background-color: #68d391 !important;
  }

  .sm\:hover\:tw-bg-green-500:hover{
    background-color: #48bb78 !important;
  }

  .sm\:hover\:tw-bg-green-600:hover{
    background-color: #38a169 !important;
  }

  .sm\:hover\:tw-bg-green-700:hover{
    background-color: #2f855a !important;
  }

  .sm\:hover\:tw-bg-green-800:hover{
    background-color: #276749 !important;
  }

  .sm\:hover\:tw-bg-green-900:hover{
    background-color: #22543d !important;
  }

  .sm\:hover\:tw-bg-teal-100:hover{
    background-color: #e6fffa !important;
  }

  .sm\:hover\:tw-bg-teal-200:hover{
    background-color: #b2f5ea !important;
  }

  .sm\:hover\:tw-bg-teal-300:hover{
    background-color: #81e6d9 !important;
  }

  .sm\:hover\:tw-bg-teal-400:hover{
    background-color: #4fd1c5 !important;
  }

  .sm\:hover\:tw-bg-teal-500:hover{
    background-color: #38b2ac !important;
  }

  .sm\:hover\:tw-bg-teal-600:hover{
    background-color: #319795 !important;
  }

  .sm\:hover\:tw-bg-teal-700:hover{
    background-color: #2c7a7b !important;
  }

  .sm\:hover\:tw-bg-teal-800:hover{
    background-color: #285e61 !important;
  }

  .sm\:hover\:tw-bg-teal-900:hover{
    background-color: #234e52 !important;
  }

  .sm\:hover\:tw-bg-blue-100:hover{
    background-color: #ebf8ff !important;
  }

  .sm\:hover\:tw-bg-blue-200:hover{
    background-color: #bee3f8 !important;
  }

  .sm\:hover\:tw-bg-blue-300:hover{
    background-color: #90cdf4 !important;
  }

  .sm\:hover\:tw-bg-blue-400:hover{
    background-color: #63b3ed !important;
  }

  .sm\:hover\:tw-bg-blue-500:hover{
    background-color: #4299e1 !important;
  }

  .sm\:hover\:tw-bg-blue-600:hover{
    background-color: #3182ce !important;
  }

  .sm\:hover\:tw-bg-blue-700:hover{
    background-color: #2b6cb0 !important;
  }

  .sm\:hover\:tw-bg-blue-800:hover{
    background-color: #2c5282 !important;
  }

  .sm\:hover\:tw-bg-blue-900:hover{
    background-color: #2a4365 !important;
  }

  .sm\:hover\:tw-bg-indigo-100:hover{
    background-color: #ebf4ff !important;
  }

  .sm\:hover\:tw-bg-indigo-200:hover{
    background-color: #c3dafe !important;
  }

  .sm\:hover\:tw-bg-indigo-300:hover{
    background-color: #a3bffa !important;
  }

  .sm\:hover\:tw-bg-indigo-400:hover{
    background-color: #7f9cf5 !important;
  }

  .sm\:hover\:tw-bg-indigo-500:hover{
    background-color: #667eea !important;
  }

  .sm\:hover\:tw-bg-indigo-600:hover{
    background-color: #5a67d8 !important;
  }

  .sm\:hover\:tw-bg-indigo-700:hover{
    background-color: #4c51bf !important;
  }

  .sm\:hover\:tw-bg-indigo-800:hover{
    background-color: #434190 !important;
  }

  .sm\:hover\:tw-bg-indigo-900:hover{
    background-color: #3c366b !important;
  }

  .sm\:hover\:tw-bg-purple-100:hover{
    background-color: #faf5ff !important;
  }

  .sm\:hover\:tw-bg-purple-200:hover{
    background-color: #e9d8fd !important;
  }

  .sm\:hover\:tw-bg-purple-300:hover{
    background-color: #d6bcfa !important;
  }

  .sm\:hover\:tw-bg-purple-400:hover{
    background-color: #b794f4 !important;
  }

  .sm\:hover\:tw-bg-purple-500:hover{
    background-color: #9f7aea !important;
  }

  .sm\:hover\:tw-bg-purple-600:hover{
    background-color: #805ad5 !important;
  }

  .sm\:hover\:tw-bg-purple-700:hover{
    background-color: #6b46c1 !important;
  }

  .sm\:hover\:tw-bg-purple-800:hover{
    background-color: #553c9a !important;
  }

  .sm\:hover\:tw-bg-purple-900:hover{
    background-color: #44337a !important;
  }

  .sm\:hover\:tw-bg-pink-100:hover{
    background-color: #fff5f7 !important;
  }

  .sm\:hover\:tw-bg-pink-200:hover{
    background-color: #fed7e2 !important;
  }

  .sm\:hover\:tw-bg-pink-300:hover{
    background-color: #fbb6ce !important;
  }

  .sm\:hover\:tw-bg-pink-400:hover{
    background-color: #f687b3 !important;
  }

  .sm\:hover\:tw-bg-pink-500:hover{
    background-color: #ed64a6 !important;
  }

  .sm\:hover\:tw-bg-pink-600:hover{
    background-color: #d53f8c !important;
  }

  .sm\:hover\:tw-bg-pink-700:hover{
    background-color: #b83280 !important;
  }

  .sm\:hover\:tw-bg-pink-800:hover{
    background-color: #97266d !important;
  }

  .sm\:hover\:tw-bg-pink-900:hover{
    background-color: #702459 !important;
  }

  .sm\:focus\:tw-bg-transparent:focus{
    background-color: transparent !important;
  }

  .sm\:focus\:tw-bg-black:focus{
    background-color: #000 !important;
  }

  .sm\:focus\:tw-bg-white:focus{
    background-color: #fff !important;
  }

  .sm\:focus\:tw-bg-gray-100:focus{
    background-color: #f7fafc !important;
  }

  .sm\:focus\:tw-bg-gray-200:focus{
    background-color: #edf2f7 !important;
  }

  .sm\:focus\:tw-bg-gray-300:focus{
    background-color: #e2e8f0 !important;
  }

  .sm\:focus\:tw-bg-gray-400:focus{
    background-color: #cbd5e0 !important;
  }

  .sm\:focus\:tw-bg-gray-500:focus{
    background-color: #a0aec0 !important;
  }

  .sm\:focus\:tw-bg-gray-600:focus{
    background-color: #718096 !important;
  }

  .sm\:focus\:tw-bg-gray-700:focus{
    background-color: #4a5568 !important;
  }

  .sm\:focus\:tw-bg-gray-800:focus{
    background-color: #2d3748 !important;
  }

  .sm\:focus\:tw-bg-gray-900:focus{
    background-color: #1a202c !important;
  }

  .sm\:focus\:tw-bg-red-100:focus{
    background-color: #fff5f5 !important;
  }

  .sm\:focus\:tw-bg-red-200:focus{
    background-color: #fed7d7 !important;
  }

  .sm\:focus\:tw-bg-red-300:focus{
    background-color: #feb2b2 !important;
  }

  .sm\:focus\:tw-bg-red-400:focus{
    background-color: #fc8181 !important;
  }

  .sm\:focus\:tw-bg-red-500:focus{
    background-color: #f56565 !important;
  }

  .sm\:focus\:tw-bg-red-600:focus{
    background-color: #e53e3e !important;
  }

  .sm\:focus\:tw-bg-red-700:focus{
    background-color: #c53030 !important;
  }

  .sm\:focus\:tw-bg-red-800:focus{
    background-color: #9b2c2c !important;
  }

  .sm\:focus\:tw-bg-red-900:focus{
    background-color: #742a2a !important;
  }

  .sm\:focus\:tw-bg-orange-100:focus{
    background-color: #fffaf0 !important;
  }

  .sm\:focus\:tw-bg-orange-200:focus{
    background-color: #feebc8 !important;
  }

  .sm\:focus\:tw-bg-orange-300:focus{
    background-color: #fbd38d !important;
  }

  .sm\:focus\:tw-bg-orange-400:focus{
    background-color: #f6ad55 !important;
  }

  .sm\:focus\:tw-bg-orange-500:focus{
    background-color: #ed8936 !important;
  }

  .sm\:focus\:tw-bg-orange-600:focus{
    background-color: #dd6b20 !important;
  }

  .sm\:focus\:tw-bg-orange-700:focus{
    background-color: #c05621 !important;
  }

  .sm\:focus\:tw-bg-orange-800:focus{
    background-color: #9c4221 !important;
  }

  .sm\:focus\:tw-bg-orange-900:focus{
    background-color: #7b341e !important;
  }

  .sm\:focus\:tw-bg-yellow-100:focus{
    background-color: #fffff0 !important;
  }

  .sm\:focus\:tw-bg-yellow-200:focus{
    background-color: #fefcbf !important;
  }

  .sm\:focus\:tw-bg-yellow-300:focus{
    background-color: #faf089 !important;
  }

  .sm\:focus\:tw-bg-yellow-400:focus{
    background-color: #f6e05e !important;
  }

  .sm\:focus\:tw-bg-yellow-500:focus{
    background-color: #ecc94b !important;
  }

  .sm\:focus\:tw-bg-yellow-600:focus{
    background-color: #d69e2e !important;
  }

  .sm\:focus\:tw-bg-yellow-700:focus{
    background-color: #b7791f !important;
  }

  .sm\:focus\:tw-bg-yellow-800:focus{
    background-color: #975a16 !important;
  }

  .sm\:focus\:tw-bg-yellow-900:focus{
    background-color: #744210 !important;
  }

  .sm\:focus\:tw-bg-green-100:focus{
    background-color: #f0fff4 !important;
  }

  .sm\:focus\:tw-bg-green-200:focus{
    background-color: #c6f6d5 !important;
  }

  .sm\:focus\:tw-bg-green-300:focus{
    background-color: #9ae6b4 !important;
  }

  .sm\:focus\:tw-bg-green-400:focus{
    background-color: #68d391 !important;
  }

  .sm\:focus\:tw-bg-green-500:focus{
    background-color: #48bb78 !important;
  }

  .sm\:focus\:tw-bg-green-600:focus{
    background-color: #38a169 !important;
  }

  .sm\:focus\:tw-bg-green-700:focus{
    background-color: #2f855a !important;
  }

  .sm\:focus\:tw-bg-green-800:focus{
    background-color: #276749 !important;
  }

  .sm\:focus\:tw-bg-green-900:focus{
    background-color: #22543d !important;
  }

  .sm\:focus\:tw-bg-teal-100:focus{
    background-color: #e6fffa !important;
  }

  .sm\:focus\:tw-bg-teal-200:focus{
    background-color: #b2f5ea !important;
  }

  .sm\:focus\:tw-bg-teal-300:focus{
    background-color: #81e6d9 !important;
  }

  .sm\:focus\:tw-bg-teal-400:focus{
    background-color: #4fd1c5 !important;
  }

  .sm\:focus\:tw-bg-teal-500:focus{
    background-color: #38b2ac !important;
  }

  .sm\:focus\:tw-bg-teal-600:focus{
    background-color: #319795 !important;
  }

  .sm\:focus\:tw-bg-teal-700:focus{
    background-color: #2c7a7b !important;
  }

  .sm\:focus\:tw-bg-teal-800:focus{
    background-color: #285e61 !important;
  }

  .sm\:focus\:tw-bg-teal-900:focus{
    background-color: #234e52 !important;
  }

  .sm\:focus\:tw-bg-blue-100:focus{
    background-color: #ebf8ff !important;
  }

  .sm\:focus\:tw-bg-blue-200:focus{
    background-color: #bee3f8 !important;
  }

  .sm\:focus\:tw-bg-blue-300:focus{
    background-color: #90cdf4 !important;
  }

  .sm\:focus\:tw-bg-blue-400:focus{
    background-color: #63b3ed !important;
  }

  .sm\:focus\:tw-bg-blue-500:focus{
    background-color: #4299e1 !important;
  }

  .sm\:focus\:tw-bg-blue-600:focus{
    background-color: #3182ce !important;
  }

  .sm\:focus\:tw-bg-blue-700:focus{
    background-color: #2b6cb0 !important;
  }

  .sm\:focus\:tw-bg-blue-800:focus{
    background-color: #2c5282 !important;
  }

  .sm\:focus\:tw-bg-blue-900:focus{
    background-color: #2a4365 !important;
  }

  .sm\:focus\:tw-bg-indigo-100:focus{
    background-color: #ebf4ff !important;
  }

  .sm\:focus\:tw-bg-indigo-200:focus{
    background-color: #c3dafe !important;
  }

  .sm\:focus\:tw-bg-indigo-300:focus{
    background-color: #a3bffa !important;
  }

  .sm\:focus\:tw-bg-indigo-400:focus{
    background-color: #7f9cf5 !important;
  }

  .sm\:focus\:tw-bg-indigo-500:focus{
    background-color: #667eea !important;
  }

  .sm\:focus\:tw-bg-indigo-600:focus{
    background-color: #5a67d8 !important;
  }

  .sm\:focus\:tw-bg-indigo-700:focus{
    background-color: #4c51bf !important;
  }

  .sm\:focus\:tw-bg-indigo-800:focus{
    background-color: #434190 !important;
  }

  .sm\:focus\:tw-bg-indigo-900:focus{
    background-color: #3c366b !important;
  }

  .sm\:focus\:tw-bg-purple-100:focus{
    background-color: #faf5ff !important;
  }

  .sm\:focus\:tw-bg-purple-200:focus{
    background-color: #e9d8fd !important;
  }

  .sm\:focus\:tw-bg-purple-300:focus{
    background-color: #d6bcfa !important;
  }

  .sm\:focus\:tw-bg-purple-400:focus{
    background-color: #b794f4 !important;
  }

  .sm\:focus\:tw-bg-purple-500:focus{
    background-color: #9f7aea !important;
  }

  .sm\:focus\:tw-bg-purple-600:focus{
    background-color: #805ad5 !important;
  }

  .sm\:focus\:tw-bg-purple-700:focus{
    background-color: #6b46c1 !important;
  }

  .sm\:focus\:tw-bg-purple-800:focus{
    background-color: #553c9a !important;
  }

  .sm\:focus\:tw-bg-purple-900:focus{
    background-color: #44337a !important;
  }

  .sm\:focus\:tw-bg-pink-100:focus{
    background-color: #fff5f7 !important;
  }

  .sm\:focus\:tw-bg-pink-200:focus{
    background-color: #fed7e2 !important;
  }

  .sm\:focus\:tw-bg-pink-300:focus{
    background-color: #fbb6ce !important;
  }

  .sm\:focus\:tw-bg-pink-400:focus{
    background-color: #f687b3 !important;
  }

  .sm\:focus\:tw-bg-pink-500:focus{
    background-color: #ed64a6 !important;
  }

  .sm\:focus\:tw-bg-pink-600:focus{
    background-color: #d53f8c !important;
  }

  .sm\:focus\:tw-bg-pink-700:focus{
    background-color: #b83280 !important;
  }

  .sm\:focus\:tw-bg-pink-800:focus{
    background-color: #97266d !important;
  }

  .sm\:focus\:tw-bg-pink-900:focus{
    background-color: #702459 !important;
  }

  .sm\:tw-bg-bottom{
    background-position: bottom !important;
  }

  .sm\:tw-bg-center{
    background-position: center !important;
  }

  .sm\:tw-bg-left{
    background-position: left !important;
  }

  .sm\:tw-bg-left-bottom{
    background-position: left bottom !important;
  }

  .sm\:tw-bg-left-top{
    background-position: left top !important;
  }

  .sm\:tw-bg-right{
    background-position: right !important;
  }

  .sm\:tw-bg-right-bottom{
    background-position: right bottom !important;
  }

  .sm\:tw-bg-right-top{
    background-position: right top !important;
  }

  .sm\:tw-bg-top{
    background-position: top !important;
  }

  .sm\:tw-bg-repeat{
    background-repeat: repeat !important;
  }

  .sm\:tw-bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .sm\:tw-bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .sm\:tw-bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .sm\:tw-bg-repeat-round{
    background-repeat: round !important;
  }

  .sm\:tw-bg-repeat-space{
    background-repeat: space !important;
  }

  .sm\:tw-bg-auto{
    background-size: auto !important;
  }

  .sm\:tw-bg-cover{
    background-size: cover !important;
  }

  .sm\:tw-bg-contain{
    background-size: contain !important;
  }

  .sm\:tw-border-collapse{
    border-collapse: collapse !important;
  }

  .sm\:tw-border-separate{
    border-collapse: separate !important;
  }

  .sm\:tw-border-transparent{
    border-color: transparent !important;
  }

  .sm\:tw-border-black{
    border-color: #000 !important;
  }

  .sm\:tw-border-white{
    border-color: #fff !important;
  }

  .sm\:tw-border-gray-100{
    border-color: #f7fafc !important;
  }

  .sm\:tw-border-gray-200{
    border-color: #edf2f7 !important;
  }

  .sm\:tw-border-gray-300{
    border-color: #e2e8f0 !important;
  }

  .sm\:tw-border-gray-400{
    border-color: #cbd5e0 !important;
  }

  .sm\:tw-border-gray-500{
    border-color: #a0aec0 !important;
  }

  .sm\:tw-border-gray-600{
    border-color: #718096 !important;
  }

  .sm\:tw-border-gray-700{
    border-color: #4a5568 !important;
  }

  .sm\:tw-border-gray-800{
    border-color: #2d3748 !important;
  }

  .sm\:tw-border-gray-900{
    border-color: #1a202c !important;
  }

  .sm\:tw-border-red-100{
    border-color: #fff5f5 !important;
  }

  .sm\:tw-border-red-200{
    border-color: #fed7d7 !important;
  }

  .sm\:tw-border-red-300{
    border-color: #feb2b2 !important;
  }

  .sm\:tw-border-red-400{
    border-color: #fc8181 !important;
  }

  .sm\:tw-border-red-500{
    border-color: #f56565 !important;
  }

  .sm\:tw-border-red-600{
    border-color: #e53e3e !important;
  }

  .sm\:tw-border-red-700{
    border-color: #c53030 !important;
  }

  .sm\:tw-border-red-800{
    border-color: #9b2c2c !important;
  }

  .sm\:tw-border-red-900{
    border-color: #742a2a !important;
  }

  .sm\:tw-border-orange-100{
    border-color: #fffaf0 !important;
  }

  .sm\:tw-border-orange-200{
    border-color: #feebc8 !important;
  }

  .sm\:tw-border-orange-300{
    border-color: #fbd38d !important;
  }

  .sm\:tw-border-orange-400{
    border-color: #f6ad55 !important;
  }

  .sm\:tw-border-orange-500{
    border-color: #ed8936 !important;
  }

  .sm\:tw-border-orange-600{
    border-color: #dd6b20 !important;
  }

  .sm\:tw-border-orange-700{
    border-color: #c05621 !important;
  }

  .sm\:tw-border-orange-800{
    border-color: #9c4221 !important;
  }

  .sm\:tw-border-orange-900{
    border-color: #7b341e !important;
  }

  .sm\:tw-border-yellow-100{
    border-color: #fffff0 !important;
  }

  .sm\:tw-border-yellow-200{
    border-color: #fefcbf !important;
  }

  .sm\:tw-border-yellow-300{
    border-color: #faf089 !important;
  }

  .sm\:tw-border-yellow-400{
    border-color: #f6e05e !important;
  }

  .sm\:tw-border-yellow-500{
    border-color: #ecc94b !important;
  }

  .sm\:tw-border-yellow-600{
    border-color: #d69e2e !important;
  }

  .sm\:tw-border-yellow-700{
    border-color: #b7791f !important;
  }

  .sm\:tw-border-yellow-800{
    border-color: #975a16 !important;
  }

  .sm\:tw-border-yellow-900{
    border-color: #744210 !important;
  }

  .sm\:tw-border-green-100{
    border-color: #f0fff4 !important;
  }

  .sm\:tw-border-green-200{
    border-color: #c6f6d5 !important;
  }

  .sm\:tw-border-green-300{
    border-color: #9ae6b4 !important;
  }

  .sm\:tw-border-green-400{
    border-color: #68d391 !important;
  }

  .sm\:tw-border-green-500{
    border-color: #48bb78 !important;
  }

  .sm\:tw-border-green-600{
    border-color: #38a169 !important;
  }

  .sm\:tw-border-green-700{
    border-color: #2f855a !important;
  }

  .sm\:tw-border-green-800{
    border-color: #276749 !important;
  }

  .sm\:tw-border-green-900{
    border-color: #22543d !important;
  }

  .sm\:tw-border-teal-100{
    border-color: #e6fffa !important;
  }

  .sm\:tw-border-teal-200{
    border-color: #b2f5ea !important;
  }

  .sm\:tw-border-teal-300{
    border-color: #81e6d9 !important;
  }

  .sm\:tw-border-teal-400{
    border-color: #4fd1c5 !important;
  }

  .sm\:tw-border-teal-500{
    border-color: #38b2ac !important;
  }

  .sm\:tw-border-teal-600{
    border-color: #319795 !important;
  }

  .sm\:tw-border-teal-700{
    border-color: #2c7a7b !important;
  }

  .sm\:tw-border-teal-800{
    border-color: #285e61 !important;
  }

  .sm\:tw-border-teal-900{
    border-color: #234e52 !important;
  }

  .sm\:tw-border-blue-100{
    border-color: #ebf8ff !important;
  }

  .sm\:tw-border-blue-200{
    border-color: #bee3f8 !important;
  }

  .sm\:tw-border-blue-300{
    border-color: #90cdf4 !important;
  }

  .sm\:tw-border-blue-400{
    border-color: #63b3ed !important;
  }

  .sm\:tw-border-blue-500{
    border-color: #4299e1 !important;
  }

  .sm\:tw-border-blue-600{
    border-color: #3182ce !important;
  }

  .sm\:tw-border-blue-700{
    border-color: #2b6cb0 !important;
  }

  .sm\:tw-border-blue-800{
    border-color: #2c5282 !important;
  }

  .sm\:tw-border-blue-900{
    border-color: #2a4365 !important;
  }

  .sm\:tw-border-indigo-100{
    border-color: #ebf4ff !important;
  }

  .sm\:tw-border-indigo-200{
    border-color: #c3dafe !important;
  }

  .sm\:tw-border-indigo-300{
    border-color: #a3bffa !important;
  }

  .sm\:tw-border-indigo-400{
    border-color: #7f9cf5 !important;
  }

  .sm\:tw-border-indigo-500{
    border-color: #667eea !important;
  }

  .sm\:tw-border-indigo-600{
    border-color: #5a67d8 !important;
  }

  .sm\:tw-border-indigo-700{
    border-color: #4c51bf !important;
  }

  .sm\:tw-border-indigo-800{
    border-color: #434190 !important;
  }

  .sm\:tw-border-indigo-900{
    border-color: #3c366b !important;
  }

  .sm\:tw-border-purple-100{
    border-color: #faf5ff !important;
  }

  .sm\:tw-border-purple-200{
    border-color: #e9d8fd !important;
  }

  .sm\:tw-border-purple-300{
    border-color: #d6bcfa !important;
  }

  .sm\:tw-border-purple-400{
    border-color: #b794f4 !important;
  }

  .sm\:tw-border-purple-500{
    border-color: #9f7aea !important;
  }

  .sm\:tw-border-purple-600{
    border-color: #805ad5 !important;
  }

  .sm\:tw-border-purple-700{
    border-color: #6b46c1 !important;
  }

  .sm\:tw-border-purple-800{
    border-color: #553c9a !important;
  }

  .sm\:tw-border-purple-900{
    border-color: #44337a !important;
  }

  .sm\:tw-border-pink-100{
    border-color: #fff5f7 !important;
  }

  .sm\:tw-border-pink-200{
    border-color: #fed7e2 !important;
  }

  .sm\:tw-border-pink-300{
    border-color: #fbb6ce !important;
  }

  .sm\:tw-border-pink-400{
    border-color: #f687b3 !important;
  }

  .sm\:tw-border-pink-500{
    border-color: #ed64a6 !important;
  }

  .sm\:tw-border-pink-600{
    border-color: #d53f8c !important;
  }

  .sm\:tw-border-pink-700{
    border-color: #b83280 !important;
  }

  .sm\:tw-border-pink-800{
    border-color: #97266d !important;
  }

  .sm\:tw-border-pink-900{
    border-color: #702459 !important;
  }

  .sm\:hover\:tw-border-transparent:hover{
    border-color: transparent !important;
  }

  .sm\:hover\:tw-border-black:hover{
    border-color: #000 !important;
  }

  .sm\:hover\:tw-border-white:hover{
    border-color: #fff !important;
  }

  .sm\:hover\:tw-border-gray-100:hover{
    border-color: #f7fafc !important;
  }

  .sm\:hover\:tw-border-gray-200:hover{
    border-color: #edf2f7 !important;
  }

  .sm\:hover\:tw-border-gray-300:hover{
    border-color: #e2e8f0 !important;
  }

  .sm\:hover\:tw-border-gray-400:hover{
    border-color: #cbd5e0 !important;
  }

  .sm\:hover\:tw-border-gray-500:hover{
    border-color: #a0aec0 !important;
  }

  .sm\:hover\:tw-border-gray-600:hover{
    border-color: #718096 !important;
  }

  .sm\:hover\:tw-border-gray-700:hover{
    border-color: #4a5568 !important;
  }

  .sm\:hover\:tw-border-gray-800:hover{
    border-color: #2d3748 !important;
  }

  .sm\:hover\:tw-border-gray-900:hover{
    border-color: #1a202c !important;
  }

  .sm\:hover\:tw-border-red-100:hover{
    border-color: #fff5f5 !important;
  }

  .sm\:hover\:tw-border-red-200:hover{
    border-color: #fed7d7 !important;
  }

  .sm\:hover\:tw-border-red-300:hover{
    border-color: #feb2b2 !important;
  }

  .sm\:hover\:tw-border-red-400:hover{
    border-color: #fc8181 !important;
  }

  .sm\:hover\:tw-border-red-500:hover{
    border-color: #f56565 !important;
  }

  .sm\:hover\:tw-border-red-600:hover{
    border-color: #e53e3e !important;
  }

  .sm\:hover\:tw-border-red-700:hover{
    border-color: #c53030 !important;
  }

  .sm\:hover\:tw-border-red-800:hover{
    border-color: #9b2c2c !important;
  }

  .sm\:hover\:tw-border-red-900:hover{
    border-color: #742a2a !important;
  }

  .sm\:hover\:tw-border-orange-100:hover{
    border-color: #fffaf0 !important;
  }

  .sm\:hover\:tw-border-orange-200:hover{
    border-color: #feebc8 !important;
  }

  .sm\:hover\:tw-border-orange-300:hover{
    border-color: #fbd38d !important;
  }

  .sm\:hover\:tw-border-orange-400:hover{
    border-color: #f6ad55 !important;
  }

  .sm\:hover\:tw-border-orange-500:hover{
    border-color: #ed8936 !important;
  }

  .sm\:hover\:tw-border-orange-600:hover{
    border-color: #dd6b20 !important;
  }

  .sm\:hover\:tw-border-orange-700:hover{
    border-color: #c05621 !important;
  }

  .sm\:hover\:tw-border-orange-800:hover{
    border-color: #9c4221 !important;
  }

  .sm\:hover\:tw-border-orange-900:hover{
    border-color: #7b341e !important;
  }

  .sm\:hover\:tw-border-yellow-100:hover{
    border-color: #fffff0 !important;
  }

  .sm\:hover\:tw-border-yellow-200:hover{
    border-color: #fefcbf !important;
  }

  .sm\:hover\:tw-border-yellow-300:hover{
    border-color: #faf089 !important;
  }

  .sm\:hover\:tw-border-yellow-400:hover{
    border-color: #f6e05e !important;
  }

  .sm\:hover\:tw-border-yellow-500:hover{
    border-color: #ecc94b !important;
  }

  .sm\:hover\:tw-border-yellow-600:hover{
    border-color: #d69e2e !important;
  }

  .sm\:hover\:tw-border-yellow-700:hover{
    border-color: #b7791f !important;
  }

  .sm\:hover\:tw-border-yellow-800:hover{
    border-color: #975a16 !important;
  }

  .sm\:hover\:tw-border-yellow-900:hover{
    border-color: #744210 !important;
  }

  .sm\:hover\:tw-border-green-100:hover{
    border-color: #f0fff4 !important;
  }

  .sm\:hover\:tw-border-green-200:hover{
    border-color: #c6f6d5 !important;
  }

  .sm\:hover\:tw-border-green-300:hover{
    border-color: #9ae6b4 !important;
  }

  .sm\:hover\:tw-border-green-400:hover{
    border-color: #68d391 !important;
  }

  .sm\:hover\:tw-border-green-500:hover{
    border-color: #48bb78 !important;
  }

  .sm\:hover\:tw-border-green-600:hover{
    border-color: #38a169 !important;
  }

  .sm\:hover\:tw-border-green-700:hover{
    border-color: #2f855a !important;
  }

  .sm\:hover\:tw-border-green-800:hover{
    border-color: #276749 !important;
  }

  .sm\:hover\:tw-border-green-900:hover{
    border-color: #22543d !important;
  }

  .sm\:hover\:tw-border-teal-100:hover{
    border-color: #e6fffa !important;
  }

  .sm\:hover\:tw-border-teal-200:hover{
    border-color: #b2f5ea !important;
  }

  .sm\:hover\:tw-border-teal-300:hover{
    border-color: #81e6d9 !important;
  }

  .sm\:hover\:tw-border-teal-400:hover{
    border-color: #4fd1c5 !important;
  }

  .sm\:hover\:tw-border-teal-500:hover{
    border-color: #38b2ac !important;
  }

  .sm\:hover\:tw-border-teal-600:hover{
    border-color: #319795 !important;
  }

  .sm\:hover\:tw-border-teal-700:hover{
    border-color: #2c7a7b !important;
  }

  .sm\:hover\:tw-border-teal-800:hover{
    border-color: #285e61 !important;
  }

  .sm\:hover\:tw-border-teal-900:hover{
    border-color: #234e52 !important;
  }

  .sm\:hover\:tw-border-blue-100:hover{
    border-color: #ebf8ff !important;
  }

  .sm\:hover\:tw-border-blue-200:hover{
    border-color: #bee3f8 !important;
  }

  .sm\:hover\:tw-border-blue-300:hover{
    border-color: #90cdf4 !important;
  }

  .sm\:hover\:tw-border-blue-400:hover{
    border-color: #63b3ed !important;
  }

  .sm\:hover\:tw-border-blue-500:hover{
    border-color: #4299e1 !important;
  }

  .sm\:hover\:tw-border-blue-600:hover{
    border-color: #3182ce !important;
  }

  .sm\:hover\:tw-border-blue-700:hover{
    border-color: #2b6cb0 !important;
  }

  .sm\:hover\:tw-border-blue-800:hover{
    border-color: #2c5282 !important;
  }

  .sm\:hover\:tw-border-blue-900:hover{
    border-color: #2a4365 !important;
  }

  .sm\:hover\:tw-border-indigo-100:hover{
    border-color: #ebf4ff !important;
  }

  .sm\:hover\:tw-border-indigo-200:hover{
    border-color: #c3dafe !important;
  }

  .sm\:hover\:tw-border-indigo-300:hover{
    border-color: #a3bffa !important;
  }

  .sm\:hover\:tw-border-indigo-400:hover{
    border-color: #7f9cf5 !important;
  }

  .sm\:hover\:tw-border-indigo-500:hover{
    border-color: #667eea !important;
  }

  .sm\:hover\:tw-border-indigo-600:hover{
    border-color: #5a67d8 !important;
  }

  .sm\:hover\:tw-border-indigo-700:hover{
    border-color: #4c51bf !important;
  }

  .sm\:hover\:tw-border-indigo-800:hover{
    border-color: #434190 !important;
  }

  .sm\:hover\:tw-border-indigo-900:hover{
    border-color: #3c366b !important;
  }

  .sm\:hover\:tw-border-purple-100:hover{
    border-color: #faf5ff !important;
  }

  .sm\:hover\:tw-border-purple-200:hover{
    border-color: #e9d8fd !important;
  }

  .sm\:hover\:tw-border-purple-300:hover{
    border-color: #d6bcfa !important;
  }

  .sm\:hover\:tw-border-purple-400:hover{
    border-color: #b794f4 !important;
  }

  .sm\:hover\:tw-border-purple-500:hover{
    border-color: #9f7aea !important;
  }

  .sm\:hover\:tw-border-purple-600:hover{
    border-color: #805ad5 !important;
  }

  .sm\:hover\:tw-border-purple-700:hover{
    border-color: #6b46c1 !important;
  }

  .sm\:hover\:tw-border-purple-800:hover{
    border-color: #553c9a !important;
  }

  .sm\:hover\:tw-border-purple-900:hover{
    border-color: #44337a !important;
  }

  .sm\:hover\:tw-border-pink-100:hover{
    border-color: #fff5f7 !important;
  }

  .sm\:hover\:tw-border-pink-200:hover{
    border-color: #fed7e2 !important;
  }

  .sm\:hover\:tw-border-pink-300:hover{
    border-color: #fbb6ce !important;
  }

  .sm\:hover\:tw-border-pink-400:hover{
    border-color: #f687b3 !important;
  }

  .sm\:hover\:tw-border-pink-500:hover{
    border-color: #ed64a6 !important;
  }

  .sm\:hover\:tw-border-pink-600:hover{
    border-color: #d53f8c !important;
  }

  .sm\:hover\:tw-border-pink-700:hover{
    border-color: #b83280 !important;
  }

  .sm\:hover\:tw-border-pink-800:hover{
    border-color: #97266d !important;
  }

  .sm\:hover\:tw-border-pink-900:hover{
    border-color: #702459 !important;
  }

  .sm\:focus\:tw-border-transparent:focus{
    border-color: transparent !important;
  }

  .sm\:focus\:tw-border-black:focus{
    border-color: #000 !important;
  }

  .sm\:focus\:tw-border-white:focus{
    border-color: #fff !important;
  }

  .sm\:focus\:tw-border-gray-100:focus{
    border-color: #f7fafc !important;
  }

  .sm\:focus\:tw-border-gray-200:focus{
    border-color: #edf2f7 !important;
  }

  .sm\:focus\:tw-border-gray-300:focus{
    border-color: #e2e8f0 !important;
  }

  .sm\:focus\:tw-border-gray-400:focus{
    border-color: #cbd5e0 !important;
  }

  .sm\:focus\:tw-border-gray-500:focus{
    border-color: #a0aec0 !important;
  }

  .sm\:focus\:tw-border-gray-600:focus{
    border-color: #718096 !important;
  }

  .sm\:focus\:tw-border-gray-700:focus{
    border-color: #4a5568 !important;
  }

  .sm\:focus\:tw-border-gray-800:focus{
    border-color: #2d3748 !important;
  }

  .sm\:focus\:tw-border-gray-900:focus{
    border-color: #1a202c !important;
  }

  .sm\:focus\:tw-border-red-100:focus{
    border-color: #fff5f5 !important;
  }

  .sm\:focus\:tw-border-red-200:focus{
    border-color: #fed7d7 !important;
  }

  .sm\:focus\:tw-border-red-300:focus{
    border-color: #feb2b2 !important;
  }

  .sm\:focus\:tw-border-red-400:focus{
    border-color: #fc8181 !important;
  }

  .sm\:focus\:tw-border-red-500:focus{
    border-color: #f56565 !important;
  }

  .sm\:focus\:tw-border-red-600:focus{
    border-color: #e53e3e !important;
  }

  .sm\:focus\:tw-border-red-700:focus{
    border-color: #c53030 !important;
  }

  .sm\:focus\:tw-border-red-800:focus{
    border-color: #9b2c2c !important;
  }

  .sm\:focus\:tw-border-red-900:focus{
    border-color: #742a2a !important;
  }

  .sm\:focus\:tw-border-orange-100:focus{
    border-color: #fffaf0 !important;
  }

  .sm\:focus\:tw-border-orange-200:focus{
    border-color: #feebc8 !important;
  }

  .sm\:focus\:tw-border-orange-300:focus{
    border-color: #fbd38d !important;
  }

  .sm\:focus\:tw-border-orange-400:focus{
    border-color: #f6ad55 !important;
  }

  .sm\:focus\:tw-border-orange-500:focus{
    border-color: #ed8936 !important;
  }

  .sm\:focus\:tw-border-orange-600:focus{
    border-color: #dd6b20 !important;
  }

  .sm\:focus\:tw-border-orange-700:focus{
    border-color: #c05621 !important;
  }

  .sm\:focus\:tw-border-orange-800:focus{
    border-color: #9c4221 !important;
  }

  .sm\:focus\:tw-border-orange-900:focus{
    border-color: #7b341e !important;
  }

  .sm\:focus\:tw-border-yellow-100:focus{
    border-color: #fffff0 !important;
  }

  .sm\:focus\:tw-border-yellow-200:focus{
    border-color: #fefcbf !important;
  }

  .sm\:focus\:tw-border-yellow-300:focus{
    border-color: #faf089 !important;
  }

  .sm\:focus\:tw-border-yellow-400:focus{
    border-color: #f6e05e !important;
  }

  .sm\:focus\:tw-border-yellow-500:focus{
    border-color: #ecc94b !important;
  }

  .sm\:focus\:tw-border-yellow-600:focus{
    border-color: #d69e2e !important;
  }

  .sm\:focus\:tw-border-yellow-700:focus{
    border-color: #b7791f !important;
  }

  .sm\:focus\:tw-border-yellow-800:focus{
    border-color: #975a16 !important;
  }

  .sm\:focus\:tw-border-yellow-900:focus{
    border-color: #744210 !important;
  }

  .sm\:focus\:tw-border-green-100:focus{
    border-color: #f0fff4 !important;
  }

  .sm\:focus\:tw-border-green-200:focus{
    border-color: #c6f6d5 !important;
  }

  .sm\:focus\:tw-border-green-300:focus{
    border-color: #9ae6b4 !important;
  }

  .sm\:focus\:tw-border-green-400:focus{
    border-color: #68d391 !important;
  }

  .sm\:focus\:tw-border-green-500:focus{
    border-color: #48bb78 !important;
  }

  .sm\:focus\:tw-border-green-600:focus{
    border-color: #38a169 !important;
  }

  .sm\:focus\:tw-border-green-700:focus{
    border-color: #2f855a !important;
  }

  .sm\:focus\:tw-border-green-800:focus{
    border-color: #276749 !important;
  }

  .sm\:focus\:tw-border-green-900:focus{
    border-color: #22543d !important;
  }

  .sm\:focus\:tw-border-teal-100:focus{
    border-color: #e6fffa !important;
  }

  .sm\:focus\:tw-border-teal-200:focus{
    border-color: #b2f5ea !important;
  }

  .sm\:focus\:tw-border-teal-300:focus{
    border-color: #81e6d9 !important;
  }

  .sm\:focus\:tw-border-teal-400:focus{
    border-color: #4fd1c5 !important;
  }

  .sm\:focus\:tw-border-teal-500:focus{
    border-color: #38b2ac !important;
  }

  .sm\:focus\:tw-border-teal-600:focus{
    border-color: #319795 !important;
  }

  .sm\:focus\:tw-border-teal-700:focus{
    border-color: #2c7a7b !important;
  }

  .sm\:focus\:tw-border-teal-800:focus{
    border-color: #285e61 !important;
  }

  .sm\:focus\:tw-border-teal-900:focus{
    border-color: #234e52 !important;
  }

  .sm\:focus\:tw-border-blue-100:focus{
    border-color: #ebf8ff !important;
  }

  .sm\:focus\:tw-border-blue-200:focus{
    border-color: #bee3f8 !important;
  }

  .sm\:focus\:tw-border-blue-300:focus{
    border-color: #90cdf4 !important;
  }

  .sm\:focus\:tw-border-blue-400:focus{
    border-color: #63b3ed !important;
  }

  .sm\:focus\:tw-border-blue-500:focus{
    border-color: #4299e1 !important;
  }

  .sm\:focus\:tw-border-blue-600:focus{
    border-color: #3182ce !important;
  }

  .sm\:focus\:tw-border-blue-700:focus{
    border-color: #2b6cb0 !important;
  }

  .sm\:focus\:tw-border-blue-800:focus{
    border-color: #2c5282 !important;
  }

  .sm\:focus\:tw-border-blue-900:focus{
    border-color: #2a4365 !important;
  }

  .sm\:focus\:tw-border-indigo-100:focus{
    border-color: #ebf4ff !important;
  }

  .sm\:focus\:tw-border-indigo-200:focus{
    border-color: #c3dafe !important;
  }

  .sm\:focus\:tw-border-indigo-300:focus{
    border-color: #a3bffa !important;
  }

  .sm\:focus\:tw-border-indigo-400:focus{
    border-color: #7f9cf5 !important;
  }

  .sm\:focus\:tw-border-indigo-500:focus{
    border-color: #667eea !important;
  }

  .sm\:focus\:tw-border-indigo-600:focus{
    border-color: #5a67d8 !important;
  }

  .sm\:focus\:tw-border-indigo-700:focus{
    border-color: #4c51bf !important;
  }

  .sm\:focus\:tw-border-indigo-800:focus{
    border-color: #434190 !important;
  }

  .sm\:focus\:tw-border-indigo-900:focus{
    border-color: #3c366b !important;
  }

  .sm\:focus\:tw-border-purple-100:focus{
    border-color: #faf5ff !important;
  }

  .sm\:focus\:tw-border-purple-200:focus{
    border-color: #e9d8fd !important;
  }

  .sm\:focus\:tw-border-purple-300:focus{
    border-color: #d6bcfa !important;
  }

  .sm\:focus\:tw-border-purple-400:focus{
    border-color: #b794f4 !important;
  }

  .sm\:focus\:tw-border-purple-500:focus{
    border-color: #9f7aea !important;
  }

  .sm\:focus\:tw-border-purple-600:focus{
    border-color: #805ad5 !important;
  }

  .sm\:focus\:tw-border-purple-700:focus{
    border-color: #6b46c1 !important;
  }

  .sm\:focus\:tw-border-purple-800:focus{
    border-color: #553c9a !important;
  }

  .sm\:focus\:tw-border-purple-900:focus{
    border-color: #44337a !important;
  }

  .sm\:focus\:tw-border-pink-100:focus{
    border-color: #fff5f7 !important;
  }

  .sm\:focus\:tw-border-pink-200:focus{
    border-color: #fed7e2 !important;
  }

  .sm\:focus\:tw-border-pink-300:focus{
    border-color: #fbb6ce !important;
  }

  .sm\:focus\:tw-border-pink-400:focus{
    border-color: #f687b3 !important;
  }

  .sm\:focus\:tw-border-pink-500:focus{
    border-color: #ed64a6 !important;
  }

  .sm\:focus\:tw-border-pink-600:focus{
    border-color: #d53f8c !important;
  }

  .sm\:focus\:tw-border-pink-700:focus{
    border-color: #b83280 !important;
  }

  .sm\:focus\:tw-border-pink-800:focus{
    border-color: #97266d !important;
  }

  .sm\:focus\:tw-border-pink-900:focus{
    border-color: #702459 !important;
  }

  .sm\:tw-rounded-none{
    border-radius: 0 !important;
  }

  .sm\:tw-rounded-sm{
    border-radius: 0.125rem !important;
  }

  .sm\:tw-rounded{
    border-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-lg{
    border-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-full{
    border-radius: 9999px !important;
  }

  .sm\:tw-rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:tw-rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:tw-rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:tw-rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:tw-rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:tw-rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .sm\:tw-rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .sm\:tw-rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .sm\:tw-rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .sm\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .sm\:tw-rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:tw-border-solid{
    border-style: solid !important;
  }

  .sm\:tw-border-dashed{
    border-style: dashed !important;
  }

  .sm\:tw-border-dotted{
    border-style: dotted !important;
  }

  .sm\:tw-border-double{
    border-style: double !important;
  }

  .sm\:tw-border-none{
    border-style: none !important;
  }

  .sm\:tw-border-0{
    border-width: 0 !important;
  }

  .sm\:tw-border-2{
    border-width: 2px !important;
  }

  .sm\:tw-border-4{
    border-width: 4px !important;
  }

  .sm\:tw-border-8{
    border-width: 8px !important;
  }

  .sm\:tw-border{
    border-width: 1px !important;
  }

  .sm\:tw-border-t-0{
    border-top-width: 0 !important;
  }

  .sm\:tw-border-r-0{
    border-right-width: 0 !important;
  }

  .sm\:tw-border-b-0{
    border-bottom-width: 0 !important;
  }

  .sm\:tw-border-l-0{
    border-left-width: 0 !important;
  }

  .sm\:tw-border-t-2{
    border-top-width: 2px !important;
  }

  .sm\:tw-border-r-2{
    border-right-width: 2px !important;
  }

  .sm\:tw-border-b-2{
    border-bottom-width: 2px !important;
  }

  .sm\:tw-border-l-2{
    border-left-width: 2px !important;
  }

  .sm\:tw-border-t-4{
    border-top-width: 4px !important;
  }

  .sm\:tw-border-r-4{
    border-right-width: 4px !important;
  }

  .sm\:tw-border-b-4{
    border-bottom-width: 4px !important;
  }

  .sm\:tw-border-l-4{
    border-left-width: 4px !important;
  }

  .sm\:tw-border-t-8{
    border-top-width: 8px !important;
  }

  .sm\:tw-border-r-8{
    border-right-width: 8px !important;
  }

  .sm\:tw-border-b-8{
    border-bottom-width: 8px !important;
  }

  .sm\:tw-border-l-8{
    border-left-width: 8px !important;
  }

  .sm\:tw-border-t{
    border-top-width: 1px !important;
  }

  .sm\:tw-border-r{
    border-right-width: 1px !important;
  }

  .sm\:tw-border-b{
    border-bottom-width: 1px !important;
  }

  .sm\:tw-border-l{
    border-left-width: 1px !important;
  }

  .sm\:tw-cursor-auto{
    cursor: auto !important;
  }

  .sm\:tw-cursor-default{
    cursor: default !important;
  }

  .sm\:tw-cursor-pointer{
    cursor: pointer !important;
  }

  .sm\:tw-cursor-wait{
    cursor: wait !important;
  }

  .sm\:tw-cursor-text{
    cursor: text !important;
  }

  .sm\:tw-cursor-move{
    cursor: move !important;
  }

  .sm\:tw-cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .sm\:tw-block{
    display: block !important;
  }

  .sm\:tw-inline-block{
    display: inline-block !important;
  }

  .sm\:tw-inline{
    display: inline !important;
  }

  .sm\:tw-flex{
    display: -webkit-box !important;
    display: flex !important;
  }

  .sm\:tw-inline-flex{
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .sm\:tw-table{
    display: table !important;
  }

  .sm\:tw-table-row{
    display: table-row !important;
  }

  .sm\:tw-table-cell{
    display: table-cell !important;
  }

  .sm\:tw-hidden{
    display: none !important;
  }

  .sm\:tw-flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .sm\:tw-flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .sm\:tw-flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .sm\:tw-flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .sm\:tw-flex-wrap{
    flex-wrap: wrap !important;
  }

  .sm\:tw-flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .sm\:tw-flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .sm\:tw-items-start{
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .sm\:tw-items-end{
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .sm\:tw-items-center{
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .sm\:tw-items-baseline{
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .sm\:tw-items-stretch{
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .sm\:tw-self-auto{
    align-self: auto !important;
  }

  .sm\:tw-self-start{
    align-self: flex-start !important;
  }

  .sm\:tw-self-end{
    align-self: flex-end !important;
  }

  .sm\:tw-self-center{
    align-self: center !important;
  }

  .sm\:tw-self-stretch{
    align-self: stretch !important;
  }

  .sm\:tw-justify-start{
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .sm\:tw-justify-end{
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .sm\:tw-justify-center{
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .sm\:tw-justify-between{
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .sm\:tw-justify-around{
    justify-content: space-around !important;
  }

  .sm\:tw-content-center{
    align-content: center !important;
  }

  .sm\:tw-content-start{
    align-content: flex-start !important;
  }

  .sm\:tw-content-end{
    align-content: flex-end !important;
  }

  .sm\:tw-content-between{
    align-content: space-between !important;
  }

  .sm\:tw-content-around{
    align-content: space-around !important;
  }

  .sm\:tw-flex-1{
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .sm\:tw-flex-auto{
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .sm\:tw-flex-initial{
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .sm\:tw-flex-none{
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .sm\:tw-flex-grow-0{
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .sm\:tw-flex-grow{
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .sm\:tw-flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .sm\:tw-flex-shrink{
    flex-shrink: 1 !important;
  }

  .sm\:tw-order-1{
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .sm\:tw-order-2{
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .sm\:tw-order-3{
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .sm\:tw-order-4{
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .sm\:tw-order-5{
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .sm\:tw-order-6{
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .sm\:tw-order-7{
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .sm\:tw-order-8{
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .sm\:tw-order-9{
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .sm\:tw-order-10{
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .sm\:tw-order-11{
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .sm\:tw-order-12{
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .sm\:tw-order-first{
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .sm\:tw-order-last{
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .sm\:tw-order-none{
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }

  .sm\:tw-float-right{
    float: right !important;
  }

  .sm\:tw-float-left{
    float: left !important;
  }

  .sm\:tw-float-none{
    float: none !important;
  }

  .sm\:tw-clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .sm\:tw-font-sans{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .sm\:tw-font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .sm\:tw-font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .sm\:tw-font-hairline{
    font-weight: 100 !important;
  }

  .sm\:tw-font-thin{
    font-weight: 200 !important;
  }

  .sm\:tw-font-light{
    font-weight: 300 !important;
  }

  .sm\:tw-font-normal{
    font-weight: 400 !important;
  }

  .sm\:tw-font-medium{
    font-weight: 500 !important;
  }

  .sm\:tw-font-semibold{
    font-weight: 600 !important;
  }

  .sm\:tw-font-bold{
    font-weight: 700 !important;
  }

  .sm\:tw-font-extrabold{
    font-weight: 800 !important;
  }

  .sm\:tw-font-black{
    font-weight: 900 !important;
  }

  .sm\:hover\:tw-font-hairline:hover{
    font-weight: 100 !important;
  }

  .sm\:hover\:tw-font-thin:hover{
    font-weight: 200 !important;
  }

  .sm\:hover\:tw-font-light:hover{
    font-weight: 300 !important;
  }

  .sm\:hover\:tw-font-normal:hover{
    font-weight: 400 !important;
  }

  .sm\:hover\:tw-font-medium:hover{
    font-weight: 500 !important;
  }

  .sm\:hover\:tw-font-semibold:hover{
    font-weight: 600 !important;
  }

  .sm\:hover\:tw-font-bold:hover{
    font-weight: 700 !important;
  }

  .sm\:hover\:tw-font-extrabold:hover{
    font-weight: 800 !important;
  }

  .sm\:hover\:tw-font-black:hover{
    font-weight: 900 !important;
  }

  .sm\:focus\:tw-font-hairline:focus{
    font-weight: 100 !important;
  }

  .sm\:focus\:tw-font-thin:focus{
    font-weight: 200 !important;
  }

  .sm\:focus\:tw-font-light:focus{
    font-weight: 300 !important;
  }

  .sm\:focus\:tw-font-normal:focus{
    font-weight: 400 !important;
  }

  .sm\:focus\:tw-font-medium:focus{
    font-weight: 500 !important;
  }

  .sm\:focus\:tw-font-semibold:focus{
    font-weight: 600 !important;
  }

  .sm\:focus\:tw-font-bold:focus{
    font-weight: 700 !important;
  }

  .sm\:focus\:tw-font-extrabold:focus{
    font-weight: 800 !important;
  }

  .sm\:focus\:tw-font-black:focus{
    font-weight: 900 !important;
  }

  .sm\:tw-h-0{
    height: 0 !important;
  }

  .sm\:tw-h-1{
    height: 0.25rem !important;
  }

  .sm\:tw-h-2{
    height: 0.5rem !important;
  }

  .sm\:tw-h-3{
    height: 0.75rem !important;
  }

  .sm\:tw-h-4{
    height: 1rem !important;
  }

  .sm\:tw-h-5{
    height: 1.25rem !important;
  }

  .sm\:tw-h-6{
    height: 1.5rem !important;
  }

  .sm\:tw-h-8{
    height: 2rem !important;
  }

  .sm\:tw-h-10{
    height: 2.5rem !important;
  }

  .sm\:tw-h-12{
    height: 3rem !important;
  }

  .sm\:tw-h-16{
    height: 4rem !important;
  }

  .sm\:tw-h-20{
    height: 5rem !important;
  }

  .sm\:tw-h-24{
    height: 6rem !important;
  }

  .sm\:tw-h-32{
    height: 8rem !important;
  }

  .sm\:tw-h-40{
    height: 10rem !important;
  }

  .sm\:tw-h-48{
    height: 12rem !important;
  }

  .sm\:tw-h-56{
    height: 14rem !important;
  }

  .sm\:tw-h-64{
    height: 16rem !important;
  }

  .sm\:tw-h-auto{
    height: auto !important;
  }

  .sm\:tw-h-px{
    height: 1px !important;
  }

  .sm\:tw-h-full{
    height: 100% !important;
  }

  .sm\:tw-h-screen{
    height: 100vh !important;
  }

  .sm\:tw-leading-none{
    line-height: 1 !important;
  }

  .sm\:tw-leading-tight{
    line-height: 1.25 !important;
  }

  .sm\:tw-leading-snug{
    line-height: 1.375 !important;
  }

  .sm\:tw-leading-normal{
    line-height: 1.5 !important;
  }

  .sm\:tw-leading-relaxed{
    line-height: 1.625 !important;
  }

  .sm\:tw-leading-loose{
    line-height: 2 !important;
  }

  .sm\:tw-list-inside{
    list-style-position: inside !important;
  }

  .sm\:tw-list-outside{
    list-style-position: outside !important;
  }

  .sm\:tw-list-none{
    list-style-type: none !important;
  }

  .sm\:tw-list-disc{
    list-style-type: disc !important;
  }

  .sm\:tw-list-decimal{
    list-style-type: decimal !important;
  }

  .sm\:tw-m-0{
    margin: 0 !important;
  }

  .sm\:tw-m-1{
    margin: 0.25rem !important;
  }

  .sm\:tw-m-2{
    margin: 0.5rem !important;
  }

  .sm\:tw-m-3{
    margin: 0.75rem !important;
  }

  .sm\:tw-m-4{
    margin: 1rem !important;
  }

  .sm\:tw-m-5{
    margin: 1.25rem !important;
  }

  .sm\:tw-m-6{
    margin: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-m-auto{
    margin: auto !important;
  }

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

  .sm\:tw--m-1{
    margin: -0.25rem !important;
  }

  .sm\:tw--m-2{
    margin: -0.5rem !important;
  }

  .sm\:tw--m-3{
    margin: -0.75rem !important;
  }

  .sm\:tw--m-4{
    margin: -1rem !important;
  }

  .sm\:tw--m-5{
    margin: -1.25rem !important;
  }

  .sm\:tw--m-6{
    margin: -1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

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

  .sm\:tw-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .sm\:tw-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

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

  .sm\:tw--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

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

  .sm\:tw-mt-0{
    margin-top: 0 !important;
  }

  .sm\:tw-mr-0{
    margin-right: 0 !important;
  }

  .sm\:tw-mb-0{
    margin-bottom: 0 !important;
  }

  .sm\:tw-ml-0{
    margin-left: 0 !important;
  }

  .sm\:tw-mt-1{
    margin-top: 0.25rem !important;
  }

  .sm\:tw-mr-1{
    margin-right: 0.25rem !important;
  }

  .sm\:tw-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .sm\:tw-ml-1{
    margin-left: 0.25rem !important;
  }

  .sm\:tw-mt-2{
    margin-top: 0.5rem !important;
  }

  .sm\:tw-mr-2{
    margin-right: 0.5rem !important;
  }

  .sm\:tw-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .sm\:tw-ml-2{
    margin-left: 0.5rem !important;
  }

  .sm\:tw-mt-3{
    margin-top: 0.75rem !important;
  }

  .sm\:tw-mr-3{
    margin-right: 0.75rem !important;
  }

  .sm\:tw-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .sm\:tw-ml-3{
    margin-left: 0.75rem !important;
  }

  .sm\:tw-mt-4{
    margin-top: 1rem !important;
  }

  .sm\:tw-mr-4{
    margin-right: 1rem !important;
  }

  .sm\:tw-mb-4{
    margin-bottom: 1rem !important;
  }

  .sm\:tw-ml-4{
    margin-left: 1rem !important;
  }

  .sm\:tw-mt-5{
    margin-top: 1.25rem !important;
  }

  .sm\:tw-mr-5{
    margin-right: 1.25rem !important;
  }

  .sm\:tw-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .sm\:tw-ml-5{
    margin-left: 1.25rem !important;
  }

  .sm\:tw-mt-6{
    margin-top: 1.5rem !important;
  }

  .sm\:tw-mr-6{
    margin-right: 1.5rem !important;
  }

  .sm\:tw-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .sm\:tw-ml-6{
    margin-left: 1.5rem !important;
  }

  .sm\:tw-mt-8{
    margin-top: 2rem !important;
  }

  .sm\:tw-mr-8{
    margin-right: 2rem !important;
  }

  .sm\:tw-mb-8{
    margin-bottom: 2rem !important;
  }

  .sm\:tw-ml-8{
    margin-left: 2rem !important;
  }

  .sm\:tw-mt-10{
    margin-top: 2.5rem !important;
  }

  .sm\:tw-mr-10{
    margin-right: 2.5rem !important;
  }

  .sm\:tw-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .sm\:tw-ml-10{
    margin-left: 2.5rem !important;
  }

  .sm\:tw-mt-12{
    margin-top: 3rem !important;
  }

  .sm\:tw-mr-12{
    margin-right: 3rem !important;
  }

  .sm\:tw-mb-12{
    margin-bottom: 3rem !important;
  }

  .sm\:tw-ml-12{
    margin-left: 3rem !important;
  }

  .sm\:tw-mt-16{
    margin-top: 4rem !important;
  }

  .sm\:tw-mr-16{
    margin-right: 4rem !important;
  }

  .sm\:tw-mb-16{
    margin-bottom: 4rem !important;
  }

  .sm\:tw-ml-16{
    margin-left: 4rem !important;
  }

  .sm\:tw-mt-20{
    margin-top: 5rem !important;
  }

  .sm\:tw-mr-20{
    margin-right: 5rem !important;
  }

  .sm\:tw-mb-20{
    margin-bottom: 5rem !important;
  }

  .sm\:tw-ml-20{
    margin-left: 5rem !important;
  }

  .sm\:tw-mt-24{
    margin-top: 6rem !important;
  }

  .sm\:tw-mr-24{
    margin-right: 6rem !important;
  }

  .sm\:tw-mb-24{
    margin-bottom: 6rem !important;
  }

  .sm\:tw-ml-24{
    margin-left: 6rem !important;
  }

  .sm\:tw-mt-32{
    margin-top: 8rem !important;
  }

  .sm\:tw-mr-32{
    margin-right: 8rem !important;
  }

  .sm\:tw-mb-32{
    margin-bottom: 8rem !important;
  }

  .sm\:tw-ml-32{
    margin-left: 8rem !important;
  }

  .sm\:tw-mt-40{
    margin-top: 10rem !important;
  }

  .sm\:tw-mr-40{
    margin-right: 10rem !important;
  }

  .sm\:tw-mb-40{
    margin-bottom: 10rem !important;
  }

  .sm\:tw-ml-40{
    margin-left: 10rem !important;
  }

  .sm\:tw-mt-48{
    margin-top: 12rem !important;
  }

  .sm\:tw-mr-48{
    margin-right: 12rem !important;
  }

  .sm\:tw-mb-48{
    margin-bottom: 12rem !important;
  }

  .sm\:tw-ml-48{
    margin-left: 12rem !important;
  }

  .sm\:tw-mt-56{
    margin-top: 14rem !important;
  }

  .sm\:tw-mr-56{
    margin-right: 14rem !important;
  }

  .sm\:tw-mb-56{
    margin-bottom: 14rem !important;
  }

  .sm\:tw-ml-56{
    margin-left: 14rem !important;
  }

  .sm\:tw-mt-64{
    margin-top: 16rem !important;
  }

  .sm\:tw-mr-64{
    margin-right: 16rem !important;
  }

  .sm\:tw-mb-64{
    margin-bottom: 16rem !important;
  }

  .sm\:tw-ml-64{
    margin-left: 16rem !important;
  }

  .sm\:tw-mt-auto{
    margin-top: auto !important;
  }

  .sm\:tw-mr-auto{
    margin-right: auto !important;
  }

  .sm\:tw-mb-auto{
    margin-bottom: auto !important;
  }

  .sm\:tw-ml-auto{
    margin-left: auto !important;
  }

  .sm\:tw-mt-px{
    margin-top: 1px !important;
  }

  .sm\:tw-mr-px{
    margin-right: 1px !important;
  }

  .sm\:tw-mb-px{
    margin-bottom: 1px !important;
  }

  .sm\:tw-ml-px{
    margin-left: 1px !important;
  }

  .sm\:tw--mt-1{
    margin-top: -0.25rem !important;
  }

  .sm\:tw--mr-1{
    margin-right: -0.25rem !important;
  }

  .sm\:tw--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .sm\:tw--ml-1{
    margin-left: -0.25rem !important;
  }

  .sm\:tw--mt-2{
    margin-top: -0.5rem !important;
  }

  .sm\:tw--mr-2{
    margin-right: -0.5rem !important;
  }

  .sm\:tw--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .sm\:tw--ml-2{
    margin-left: -0.5rem !important;
  }

  .sm\:tw--mt-3{
    margin-top: -0.75rem !important;
  }

  .sm\:tw--mr-3{
    margin-right: -0.75rem !important;
  }

  .sm\:tw--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .sm\:tw--ml-3{
    margin-left: -0.75rem !important;
  }

  .sm\:tw--mt-4{
    margin-top: -1rem !important;
  }

  .sm\:tw--mr-4{
    margin-right: -1rem !important;
  }

  .sm\:tw--mb-4{
    margin-bottom: -1rem !important;
  }

  .sm\:tw--ml-4{
    margin-left: -1rem !important;
  }

  .sm\:tw--mt-5{
    margin-top: -1.25rem !important;
  }

  .sm\:tw--mr-5{
    margin-right: -1.25rem !important;
  }

  .sm\:tw--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .sm\:tw--ml-5{
    margin-left: -1.25rem !important;
  }

  .sm\:tw--mt-6{
    margin-top: -1.5rem !important;
  }

  .sm\:tw--mr-6{
    margin-right: -1.5rem !important;
  }

  .sm\:tw--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .sm\:tw--ml-6{
    margin-left: -1.5rem !important;
  }

  .sm\:tw--mt-8{
    margin-top: -2rem !important;
  }

  .sm\:tw--mr-8{
    margin-right: -2rem !important;
  }

  .sm\:tw--mb-8{
    margin-bottom: -2rem !important;
  }

  .sm\:tw--ml-8{
    margin-left: -2rem !important;
  }

  .sm\:tw--mt-10{
    margin-top: -2.5rem !important;
  }

  .sm\:tw--mr-10{
    margin-right: -2.5rem !important;
  }

  .sm\:tw--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .sm\:tw--ml-10{
    margin-left: -2.5rem !important;
  }

  .sm\:tw--mt-12{
    margin-top: -3rem !important;
  }

  .sm\:tw--mr-12{
    margin-right: -3rem !important;
  }

  .sm\:tw--mb-12{
    margin-bottom: -3rem !important;
  }

  .sm\:tw--ml-12{
    margin-left: -3rem !important;
  }

  .sm\:tw--mt-16{
    margin-top: -4rem !important;
  }

  .sm\:tw--mr-16{
    margin-right: -4rem !important;
  }

  .sm\:tw--mb-16{
    margin-bottom: -4rem !important;
  }

  .sm\:tw--ml-16{
    margin-left: -4rem !important;
  }

  .sm\:tw--mt-20{
    margin-top: -5rem !important;
  }

  .sm\:tw--mr-20{
    margin-right: -5rem !important;
  }

  .sm\:tw--mb-20{
    margin-bottom: -5rem !important;
  }

  .sm\:tw--ml-20{
    margin-left: -5rem !important;
  }

  .sm\:tw--mt-24{
    margin-top: -6rem !important;
  }

  .sm\:tw--mr-24{
    margin-right: -6rem !important;
  }

  .sm\:tw--mb-24{
    margin-bottom: -6rem !important;
  }

  .sm\:tw--ml-24{
    margin-left: -6rem !important;
  }

  .sm\:tw--mt-32{
    margin-top: -8rem !important;
  }

  .sm\:tw--mr-32{
    margin-right: -8rem !important;
  }

  .sm\:tw--mb-32{
    margin-bottom: -8rem !important;
  }

  .sm\:tw--ml-32{
    margin-left: -8rem !important;
  }

  .sm\:tw--mt-40{
    margin-top: -10rem !important;
  }

  .sm\:tw--mr-40{
    margin-right: -10rem !important;
  }

  .sm\:tw--mb-40{
    margin-bottom: -10rem !important;
  }

  .sm\:tw--ml-40{
    margin-left: -10rem !important;
  }

  .sm\:tw--mt-48{
    margin-top: -12rem !important;
  }

  .sm\:tw--mr-48{
    margin-right: -12rem !important;
  }

  .sm\:tw--mb-48{
    margin-bottom: -12rem !important;
  }

  .sm\:tw--ml-48{
    margin-left: -12rem !important;
  }

  .sm\:tw--mt-56{
    margin-top: -14rem !important;
  }

  .sm\:tw--mr-56{
    margin-right: -14rem !important;
  }

  .sm\:tw--mb-56{
    margin-bottom: -14rem !important;
  }

  .sm\:tw--ml-56{
    margin-left: -14rem !important;
  }

  .sm\:tw--mt-64{
    margin-top: -16rem !important;
  }

  .sm\:tw--mr-64{
    margin-right: -16rem !important;
  }

  .sm\:tw--mb-64{
    margin-bottom: -16rem !important;
  }

  .sm\:tw--ml-64{
    margin-left: -16rem !important;
  }

  .sm\:tw--mt-px{
    margin-top: -1px !important;
  }

  .sm\:tw--mr-px{
    margin-right: -1px !important;
  }

  .sm\:tw--mb-px{
    margin-bottom: -1px !important;
  }

  .sm\:tw--ml-px{
    margin-left: -1px !important;
  }

  .sm\:tw-max-h-full{
    max-height: 100% !important;
  }

  .sm\:tw-max-h-screen{
    max-height: 100vh !important;
  }

  .sm\:tw-max-w-xs{
    max-width: 20rem !important;
  }

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

  .sm\:tw-max-w-md{
    max-width: 28rem !important;
  }

  .sm\:tw-max-w-lg{
    max-width: 32rem !important;
  }

  .sm\:tw-max-w-xl{
    max-width: 36rem !important;
  }

  .sm\:tw-max-w-2xl{
    max-width: 42rem !important;
  }

  .sm\:tw-max-w-3xl{
    max-width: 48rem !important;
  }

  .sm\:tw-max-w-4xl{
    max-width: 56rem !important;
  }

  .sm\:tw-max-w-5xl{
    max-width: 64rem !important;
  }

  .sm\:tw-max-w-6xl{
    max-width: 72rem !important;
  }

  .sm\:tw-max-w-full{
    max-width: 100% !important;
  }

  .sm\:tw-min-h-0{
    min-height: 0 !important;
  }

  .sm\:tw-min-h-full{
    min-height: 100% !important;
  }

  .sm\:tw-min-h-screen{
    min-height: 100vh !important;
  }

  .sm\:tw-min-w-0{
    min-width: 0 !important;
  }

  .sm\:tw-min-w-full{
    min-width: 100% !important;
  }

  .sm\:tw-object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

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

  .sm\:tw-object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:tw-object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:tw-object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:tw-object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

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

  .sm\:tw-object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:tw-object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:tw-object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:tw-object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:tw-object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:tw-object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:tw-object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:tw-opacity-0{
    opacity: 0 !important;
  }

  .sm\:tw-opacity-25{
    opacity: 0.25 !important;
  }

  .sm\:tw-opacity-50{
    opacity: 0.5 !important;
  }

  .sm\:tw-opacity-75{
    opacity: 0.75 !important;
  }

  .sm\:tw-opacity-100{
    opacity: 1 !important;
  }

  .sm\:hover\:tw-opacity-0:hover{
    opacity: 0 !important;
  }

  .sm\:hover\:tw-opacity-25:hover{
    opacity: 0.25 !important;
  }

  .sm\:hover\:tw-opacity-50:hover{
    opacity: 0.5 !important;
  }

  .sm\:hover\:tw-opacity-75:hover{
    opacity: 0.75 !important;
  }

  .sm\:hover\:tw-opacity-100:hover{
    opacity: 1 !important;
  }

  .sm\:focus\:tw-opacity-0:focus{
    opacity: 0 !important;
  }

  .sm\:focus\:tw-opacity-25:focus{
    opacity: 0.25 !important;
  }

  .sm\:focus\:tw-opacity-50:focus{
    opacity: 0.5 !important;
  }

  .sm\:focus\:tw-opacity-75:focus{
    opacity: 0.75 !important;
  }

  .sm\:focus\:tw-opacity-100:focus{
    opacity: 1 !important;
  }

  .sm\:tw-outline-none{
    outline: 0 !important;
  }

  .sm\:focus\:tw-outline-none:focus{
    outline: 0 !important;
  }

  .sm\:tw-overflow-auto{
    overflow: auto !important;
  }

  .sm\:tw-overflow-hidden{
    overflow: hidden !important;
  }

  .sm\:tw-overflow-visible{
    overflow: visible !important;
  }

  .sm\:tw-overflow-scroll{
    overflow: scroll !important;
  }

  .sm\:tw-overflow-x-auto{
    overflow-x: auto !important;
  }

  .sm\:tw-overflow-y-auto{
    overflow-y: auto !important;
  }

  .sm\:tw-overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .sm\:tw-overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .sm\:tw-overflow-x-visible{
    overflow-x: visible !important;
  }

  .sm\:tw-overflow-y-visible{
    overflow-y: visible !important;
  }

  .sm\:tw-overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .sm\:tw-overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .sm\:tw-scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\:tw-scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .sm\:tw-p-0{
    padding: 0 !important;
  }

  .sm\:tw-p-1{
    padding: 0.25rem !important;
  }

  .sm\:tw-p-2{
    padding: 0.5rem !important;
  }

  .sm\:tw-p-3{
    padding: 0.75rem !important;
  }

  .sm\:tw-p-4{
    padding: 1rem !important;
  }

  .sm\:tw-p-5{
    padding: 1.25rem !important;
  }

  .sm\:tw-p-6{
    padding: 1.5rem !important;
  }

  .sm\:tw-p-8{
    padding: 2rem !important;
  }

  .sm\:tw-p-10{
    padding: 2.5rem !important;
  }

  .sm\:tw-p-12{
    padding: 3rem !important;
  }

  .sm\:tw-p-16{
    padding: 4rem !important;
  }

  .sm\:tw-p-20{
    padding: 5rem !important;
  }

  .sm\:tw-p-24{
    padding: 6rem !important;
  }

  .sm\:tw-p-32{
    padding: 8rem !important;
  }

  .sm\:tw-p-40{
    padding: 10rem !important;
  }

  .sm\:tw-p-48{
    padding: 12rem !important;
  }

  .sm\:tw-p-56{
    padding: 14rem !important;
  }

  .sm\:tw-p-64{
    padding: 16rem !important;
  }

  .sm\:tw-p-px{
    padding: 1px !important;
  }

  .sm\:tw-py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .sm\:tw-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:tw-px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

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

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

  .sm\:tw-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:tw-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

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

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

  .sm\:tw-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:tw-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

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

  .sm\:tw-px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

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

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

  .sm\:tw-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:tw-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

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

  .sm\:tw-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

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

  .sm\:tw-px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:tw-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:tw-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

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

  .sm\:tw-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:tw-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:tw-px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:tw-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:tw-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:tw-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:tw-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:tw-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:tw-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:tw-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:tw-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:tw-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:tw-px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:tw-pt-0{
    padding-top: 0 !important;
  }

  .sm\:tw-pr-0{
    padding-right: 0 !important;
  }

  .sm\:tw-pb-0{
    padding-bottom: 0 !important;
  }

  .sm\:tw-pl-0{
    padding-left: 0 !important;
  }

  .sm\:tw-pt-1{
    padding-top: 0.25rem !important;
  }

  .sm\:tw-pr-1{
    padding-right: 0.25rem !important;
  }

  .sm\:tw-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .sm\:tw-pl-1{
    padding-left: 0.25rem !important;
  }

  .sm\:tw-pt-2{
    padding-top: 0.5rem !important;
  }

  .sm\:tw-pr-2{
    padding-right: 0.5rem !important;
  }

  .sm\:tw-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .sm\:tw-pl-2{
    padding-left: 0.5rem !important;
  }

  .sm\:tw-pt-3{
    padding-top: 0.75rem !important;
  }

  .sm\:tw-pr-3{
    padding-right: 0.75rem !important;
  }

  .sm\:tw-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .sm\:tw-pl-3{
    padding-left: 0.75rem !important;
  }

  .sm\:tw-pt-4{
    padding-top: 1rem !important;
  }

  .sm\:tw-pr-4{
    padding-right: 1rem !important;
  }

  .sm\:tw-pb-4{
    padding-bottom: 1rem !important;
  }

  .sm\:tw-pl-4{
    padding-left: 1rem !important;
  }

  .sm\:tw-pt-5{
    padding-top: 1.25rem !important;
  }

  .sm\:tw-pr-5{
    padding-right: 1.25rem !important;
  }

  .sm\:tw-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .sm\:tw-pl-5{
    padding-left: 1.25rem !important;
  }

  .sm\:tw-pt-6{
    padding-top: 1.5rem !important;
  }

  .sm\:tw-pr-6{
    padding-right: 1.5rem !important;
  }

  .sm\:tw-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .sm\:tw-pl-6{
    padding-left: 1.5rem !important;
  }

  .sm\:tw-pt-8{
    padding-top: 2rem !important;
  }

  .sm\:tw-pr-8{
    padding-right: 2rem !important;
  }

  .sm\:tw-pb-8{
    padding-bottom: 2rem !important;
  }

  .sm\:tw-pl-8{
    padding-left: 2rem !important;
  }

  .sm\:tw-pt-10{
    padding-top: 2.5rem !important;
  }

  .sm\:tw-pr-10{
    padding-right: 2.5rem !important;
  }

  .sm\:tw-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .sm\:tw-pl-10{
    padding-left: 2.5rem !important;
  }

  .sm\:tw-pt-12{
    padding-top: 3rem !important;
  }

  .sm\:tw-pr-12{
    padding-right: 3rem !important;
  }

  .sm\:tw-pb-12{
    padding-bottom: 3rem !important;
  }

  .sm\:tw-pl-12{
    padding-left: 3rem !important;
  }

  .sm\:tw-pt-16{
    padding-top: 4rem !important;
  }

  .sm\:tw-pr-16{
    padding-right: 4rem !important;
  }

  .sm\:tw-pb-16{
    padding-bottom: 4rem !important;
  }

  .sm\:tw-pl-16{
    padding-left: 4rem !important;
  }

  .sm\:tw-pt-20{
    padding-top: 5rem !important;
  }

  .sm\:tw-pr-20{
    padding-right: 5rem !important;
  }

  .sm\:tw-pb-20{
    padding-bottom: 5rem !important;
  }

  .sm\:tw-pl-20{
    padding-left: 5rem !important;
  }

  .sm\:tw-pt-24{
    padding-top: 6rem !important;
  }

  .sm\:tw-pr-24{
    padding-right: 6rem !important;
  }

  .sm\:tw-pb-24{
    padding-bottom: 6rem !important;
  }

  .sm\:tw-pl-24{
    padding-left: 6rem !important;
  }

  .sm\:tw-pt-32{
    padding-top: 8rem !important;
  }

  .sm\:tw-pr-32{
    padding-right: 8rem !important;
  }

  .sm\:tw-pb-32{
    padding-bottom: 8rem !important;
  }

  .sm\:tw-pl-32{
    padding-left: 8rem !important;
  }

  .sm\:tw-pt-40{
    padding-top: 10rem !important;
  }

  .sm\:tw-pr-40{
    padding-right: 10rem !important;
  }

  .sm\:tw-pb-40{
    padding-bottom: 10rem !important;
  }

  .sm\:tw-pl-40{
    padding-left: 10rem !important;
  }

  .sm\:tw-pt-48{
    padding-top: 12rem !important;
  }

  .sm\:tw-pr-48{
    padding-right: 12rem !important;
  }

  .sm\:tw-pb-48{
    padding-bottom: 12rem !important;
  }

  .sm\:tw-pl-48{
    padding-left: 12rem !important;
  }

  .sm\:tw-pt-56{
    padding-top: 14rem !important;
  }

  .sm\:tw-pr-56{
    padding-right: 14rem !important;
  }

  .sm\:tw-pb-56{
    padding-bottom: 14rem !important;
  }

  .sm\:tw-pl-56{
    padding-left: 14rem !important;
  }

  .sm\:tw-pt-64{
    padding-top: 16rem !important;
  }

  .sm\:tw-pr-64{
    padding-right: 16rem !important;
  }

  .sm\:tw-pb-64{
    padding-bottom: 16rem !important;
  }

  .sm\:tw-pl-64{
    padding-left: 16rem !important;
  }

  .sm\:tw-pt-px{
    padding-top: 1px !important;
  }

  .sm\:tw-pr-px{
    padding-right: 1px !important;
  }

  .sm\:tw-pb-px{
    padding-bottom: 1px !important;
  }

  .sm\:tw-pl-px{
    padding-left: 1px !important;
  }

  .sm\:tw-placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .sm\:tw-placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .sm\:tw-placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .sm\:tw-placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .sm\:tw-placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .sm\:tw-placeholder-black::-webkit-input-placeholder{
    color: #000 !important;
  }

  .sm\:tw-placeholder-black::-moz-placeholder{
    color: #000 !important;
  }

  .sm\:tw-placeholder-black:-ms-input-placeholder{
    color: #000 !important;
  }

  .sm\:tw-placeholder-black::-ms-input-placeholder{
    color: #000 !important;
  }

  .sm\:tw-placeholder-black::placeholder{
    color: #000 !important;
  }

  .sm\:tw-placeholder-white::-webkit-input-placeholder{
    color: #fff !important;
  }

  .sm\:tw-placeholder-white::-moz-placeholder{
    color: #fff !important;
  }

  .sm\:tw-placeholder-white:-ms-input-placeholder{
    color: #fff !important;
  }

  .sm\:tw-placeholder-white::-ms-input-placeholder{
    color: #fff !important;
  }

  .sm\:tw-placeholder-white::placeholder{
    color: #fff !important;
  }

  .sm\:tw-placeholder-gray-100::-webkit-input-placeholder{
    color: #f7fafc !important;
  }

  .sm\:tw-placeholder-gray-100::-moz-placeholder{
    color: #f7fafc !important;
  }

  .sm\:tw-placeholder-gray-100:-ms-input-placeholder{
    color: #f7fafc !important;
  }

  .sm\:tw-placeholder-gray-100::-ms-input-placeholder{
    color: #f7fafc !important;
  }

  .sm\:tw-placeholder-gray-100::placeholder{
    color: #f7fafc !important;
  }

  .sm\:tw-placeholder-gray-200::-webkit-input-placeholder{
    color: #edf2f7 !important;
  }

  .sm\:tw-placeholder-gray-200::-moz-placeholder{
    color: #edf2f7 !important;
  }

  .sm\:tw-placeholder-gray-200:-ms-input-placeholder{
    color: #edf2f7 !important;
  }

  .sm\:tw-placeholder-gray-200::-ms-input-placeholder{
    color: #edf2f7 !important;
  }

  .sm\:tw-placeholder-gray-200::placeholder{
    color: #edf2f7 !important;
  }

  .sm\:tw-placeholder-gray-300::-webkit-input-placeholder{
    color: #e2e8f0 !important;
  }

  .sm\:tw-placeholder-gray-300::-moz-placeholder{
    color: #e2e8f0 !important;
  }

  .sm\:tw-placeholder-gray-300:-ms-input-placeholder{
    color: #e2e8f0 !important;
  }

  .sm\:tw-placeholder-gray-300::-ms-input-placeholder{
    color: #e2e8f0 !important;
  }

  .sm\:tw-placeholder-gray-300::placeholder{
    color: #e2e8f0 !important;
  }

  .sm\:tw-placeholder-gray-400::-webkit-input-placeholder{
    color: #cbd5e0 !important;
  }

  .sm\:tw-placeholder-gray-400::-moz-placeholder{
    color: #cbd5e0 !important;
  }

  .sm\:tw-placeholder-gray-400:-ms-input-placeholder{
    color: #cbd5e0 !important;
  }

  .sm\:tw-placeholder-gray-400::-ms-input-placeholder{
    color: #cbd5e0 !important;
  }

  .sm\:tw-placeholder-gray-400::placeholder{
    color: #cbd5e0 !important;
  }

  .sm\:tw-placeholder-gray-500::-webkit-input-placeholder{
    color: #a0aec0 !important;
  }

  .sm\:tw-placeholder-gray-500::-moz-placeholder{
    color: #a0aec0 !important;
  }

  .sm\:tw-placeholder-gray-500:-ms-input-placeholder{
    color: #a0aec0 !important;
  }

  .sm\:tw-placeholder-gray-500::-ms-input-placeholder{
    color: #a0aec0 !important;
  }

  .sm\:tw-placeholder-gray-500::placeholder{
    color: #a0aec0 !important;
  }

  .sm\:tw-placeholder-gray-600::-webkit-input-placeholder{
    color: #718096 !important;
  }

  .sm\:tw-placeholder-gray-600::-moz-placeholder{
    color: #718096 !important;
  }

  .sm\:tw-placeholder-gray-600:-ms-input-placeholder{
    color: #718096 !important;
  }

  .sm\:tw-placeholder-gray-600::-ms-input-placeholder{
    color: #718096 !important;
  }

  .sm\:tw-placeholder-gray-600::placeholder{
    color: #718096 !important;
  }

  .sm\:tw-placeholder-gray-700::-webkit-input-placeholder{
    color: #4a5568 !important;
  }

  .sm\:tw-placeholder-gray-700::-moz-placeholder{
    color: #4a5568 !important;
  }

  .sm\:tw-placeholder-gray-700:-ms-input-placeholder{
    color: #4a5568 !important;
  }

  .sm\:tw-placeholder-gray-700::-ms-input-placeholder{
    color: #4a5568 !important;
  }

  .sm\:tw-placeholder-gray-700::placeholder{
    color: #4a5568 !important;
  }

  .sm\:tw-placeholder-gray-800::-webkit-input-placeholder{
    color: #2d3748 !important;
  }

  .sm\:tw-placeholder-gray-800::-moz-placeholder{
    color: #2d3748 !important;
  }

  .sm\:tw-placeholder-gray-800:-ms-input-placeholder{
    color: #2d3748 !important;
  }

  .sm\:tw-placeholder-gray-800::-ms-input-placeholder{
    color: #2d3748 !important;
  }

  .sm\:tw-placeholder-gray-800::placeholder{
    color: #2d3748 !important;
  }

  .sm\:tw-placeholder-gray-900::-webkit-input-placeholder{
    color: #1a202c !important;
  }

  .sm\:tw-placeholder-gray-900::-moz-placeholder{
    color: #1a202c !important;
  }

  .sm\:tw-placeholder-gray-900:-ms-input-placeholder{
    color: #1a202c !important;
  }

  .sm\:tw-placeholder-gray-900::-ms-input-placeholder{
    color: #1a202c !important;
  }

  .sm\:tw-placeholder-gray-900::placeholder{
    color: #1a202c !important;
  }

  .sm\:tw-placeholder-red-100::-webkit-input-placeholder{
    color: #fff5f5 !important;
  }

  .sm\:tw-placeholder-red-100::-moz-placeholder{
    color: #fff5f5 !important;
  }

  .sm\:tw-placeholder-red-100:-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .sm\:tw-placeholder-red-100::-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .sm\:tw-placeholder-red-100::placeholder{
    color: #fff5f5 !important;
  }

  .sm\:tw-placeholder-red-200::-webkit-input-placeholder{
    color: #fed7d7 !important;
  }

  .sm\:tw-placeholder-red-200::-moz-placeholder{
    color: #fed7d7 !important;
  }

  .sm\:tw-placeholder-red-200:-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .sm\:tw-placeholder-red-200::-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .sm\:tw-placeholder-red-200::placeholder{
    color: #fed7d7 !important;
  }

  .sm\:tw-placeholder-red-300::-webkit-input-placeholder{
    color: #feb2b2 !important;
  }

  .sm\:tw-placeholder-red-300::-moz-placeholder{
    color: #feb2b2 !important;
  }

  .sm\:tw-placeholder-red-300:-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .sm\:tw-placeholder-red-300::-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .sm\:tw-placeholder-red-300::placeholder{
    color: #feb2b2 !important;
  }

  .sm\:tw-placeholder-red-400::-webkit-input-placeholder{
    color: #fc8181 !important;
  }

  .sm\:tw-placeholder-red-400::-moz-placeholder{
    color: #fc8181 !important;
  }

  .sm\:tw-placeholder-red-400:-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .sm\:tw-placeholder-red-400::-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .sm\:tw-placeholder-red-400::placeholder{
    color: #fc8181 !important;
  }

  .sm\:tw-placeholder-red-500::-webkit-input-placeholder{
    color: #f56565 !important;
  }

  .sm\:tw-placeholder-red-500::-moz-placeholder{
    color: #f56565 !important;
  }

  .sm\:tw-placeholder-red-500:-ms-input-placeholder{
    color: #f56565 !important;
  }

  .sm\:tw-placeholder-red-500::-ms-input-placeholder{
    color: #f56565 !important;
  }

  .sm\:tw-placeholder-red-500::placeholder{
    color: #f56565 !important;
  }

  .sm\:tw-placeholder-red-600::-webkit-input-placeholder{
    color: #e53e3e !important;
  }

  .sm\:tw-placeholder-red-600::-moz-placeholder{
    color: #e53e3e !important;
  }

  .sm\:tw-placeholder-red-600:-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .sm\:tw-placeholder-red-600::-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .sm\:tw-placeholder-red-600::placeholder{
    color: #e53e3e !important;
  }

  .sm\:tw-placeholder-red-700::-webkit-input-placeholder{
    color: #c53030 !important;
  }

  .sm\:tw-placeholder-red-700::-moz-placeholder{
    color: #c53030 !important;
  }

  .sm\:tw-placeholder-red-700:-ms-input-placeholder{
    color: #c53030 !important;
  }

  .sm\:tw-placeholder-red-700::-ms-input-placeholder{
    color: #c53030 !important;
  }

  .sm\:tw-placeholder-red-700::placeholder{
    color: #c53030 !important;
  }

  .sm\:tw-placeholder-red-800::-webkit-input-placeholder{
    color: #9b2c2c !important;
  }

  .sm\:tw-placeholder-red-800::-moz-placeholder{
    color: #9b2c2c !important;
  }

  .sm\:tw-placeholder-red-800:-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .sm\:tw-placeholder-red-800::-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .sm\:tw-placeholder-red-800::placeholder{
    color: #9b2c2c !important;
  }

  .sm\:tw-placeholder-red-900::-webkit-input-placeholder{
    color: #742a2a !important;
  }

  .sm\:tw-placeholder-red-900::-moz-placeholder{
    color: #742a2a !important;
  }

  .sm\:tw-placeholder-red-900:-ms-input-placeholder{
    color: #742a2a !important;
  }

  .sm\:tw-placeholder-red-900::-ms-input-placeholder{
    color: #742a2a !important;
  }

  .sm\:tw-placeholder-red-900::placeholder{
    color: #742a2a !important;
  }

  .sm\:tw-placeholder-orange-100::-webkit-input-placeholder{
    color: #fffaf0 !important;
  }

  .sm\:tw-placeholder-orange-100::-moz-placeholder{
    color: #fffaf0 !important;
  }

  .sm\:tw-placeholder-orange-100:-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .sm\:tw-placeholder-orange-100::-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .sm\:tw-placeholder-orange-100::placeholder{
    color: #fffaf0 !important;
  }

  .sm\:tw-placeholder-orange-200::-webkit-input-placeholder{
    color: #feebc8 !important;
  }

  .sm\:tw-placeholder-orange-200::-moz-placeholder{
    color: #feebc8 !important;
  }

  .sm\:tw-placeholder-orange-200:-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .sm\:tw-placeholder-orange-200::-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .sm\:tw-placeholder-orange-200::placeholder{
    color: #feebc8 !important;
  }

  .sm\:tw-placeholder-orange-300::-webkit-input-placeholder{
    color: #fbd38d !important;
  }

  .sm\:tw-placeholder-orange-300::-moz-placeholder{
    color: #fbd38d !important;
  }

  .sm\:tw-placeholder-orange-300:-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .sm\:tw-placeholder-orange-300::-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .sm\:tw-placeholder-orange-300::placeholder{
    color: #fbd38d !important;
  }

  .sm\:tw-placeholder-orange-400::-webkit-input-placeholder{
    color: #f6ad55 !important;
  }

  .sm\:tw-placeholder-orange-400::-moz-placeholder{
    color: #f6ad55 !important;
  }

  .sm\:tw-placeholder-orange-400:-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .sm\:tw-placeholder-orange-400::-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .sm\:tw-placeholder-orange-400::placeholder{
    color: #f6ad55 !important;
  }

  .sm\:tw-placeholder-orange-500::-webkit-input-placeholder{
    color: #ed8936 !important;
  }

  .sm\:tw-placeholder-orange-500::-moz-placeholder{
    color: #ed8936 !important;
  }

  .sm\:tw-placeholder-orange-500:-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .sm\:tw-placeholder-orange-500::-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .sm\:tw-placeholder-orange-500::placeholder{
    color: #ed8936 !important;
  }

  .sm\:tw-placeholder-orange-600::-webkit-input-placeholder{
    color: #dd6b20 !important;
  }

  .sm\:tw-placeholder-orange-600::-moz-placeholder{
    color: #dd6b20 !important;
  }

  .sm\:tw-placeholder-orange-600:-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .sm\:tw-placeholder-orange-600::-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .sm\:tw-placeholder-orange-600::placeholder{
    color: #dd6b20 !important;
  }

  .sm\:tw-placeholder-orange-700::-webkit-input-placeholder{
    color: #c05621 !important;
  }

  .sm\:tw-placeholder-orange-700::-moz-placeholder{
    color: #c05621 !important;
  }

  .sm\:tw-placeholder-orange-700:-ms-input-placeholder{
    color: #c05621 !important;
  }

  .sm\:tw-placeholder-orange-700::-ms-input-placeholder{
    color: #c05621 !important;
  }

  .sm\:tw-placeholder-orange-700::placeholder{
    color: #c05621 !important;
  }

  .sm\:tw-placeholder-orange-800::-webkit-input-placeholder{
    color: #9c4221 !important;
  }

  .sm\:tw-placeholder-orange-800::-moz-placeholder{
    color: #9c4221 !important;
  }

  .sm\:tw-placeholder-orange-800:-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .sm\:tw-placeholder-orange-800::-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .sm\:tw-placeholder-orange-800::placeholder{
    color: #9c4221 !important;
  }

  .sm\:tw-placeholder-orange-900::-webkit-input-placeholder{
    color: #7b341e !important;
  }

  .sm\:tw-placeholder-orange-900::-moz-placeholder{
    color: #7b341e !important;
  }

  .sm\:tw-placeholder-orange-900:-ms-input-placeholder{
    color: #7b341e !important;
  }

  .sm\:tw-placeholder-orange-900::-ms-input-placeholder{
    color: #7b341e !important;
  }

  .sm\:tw-placeholder-orange-900::placeholder{
    color: #7b341e !important;
  }

  .sm\:tw-placeholder-yellow-100::-webkit-input-placeholder{
    color: #fffff0 !important;
  }

  .sm\:tw-placeholder-yellow-100::-moz-placeholder{
    color: #fffff0 !important;
  }

  .sm\:tw-placeholder-yellow-100:-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .sm\:tw-placeholder-yellow-100::-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .sm\:tw-placeholder-yellow-100::placeholder{
    color: #fffff0 !important;
  }

  .sm\:tw-placeholder-yellow-200::-webkit-input-placeholder{
    color: #fefcbf !important;
  }

  .sm\:tw-placeholder-yellow-200::-moz-placeholder{
    color: #fefcbf !important;
  }

  .sm\:tw-placeholder-yellow-200:-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .sm\:tw-placeholder-yellow-200::-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .sm\:tw-placeholder-yellow-200::placeholder{
    color: #fefcbf !important;
  }

  .sm\:tw-placeholder-yellow-300::-webkit-input-placeholder{
    color: #faf089 !important;
  }

  .sm\:tw-placeholder-yellow-300::-moz-placeholder{
    color: #faf089 !important;
  }

  .sm\:tw-placeholder-yellow-300:-ms-input-placeholder{
    color: #faf089 !important;
  }

  .sm\:tw-placeholder-yellow-300::-ms-input-placeholder{
    color: #faf089 !important;
  }

  .sm\:tw-placeholder-yellow-300::placeholder{
    color: #faf089 !important;
  }

  .sm\:tw-placeholder-yellow-400::-webkit-input-placeholder{
    color: #f6e05e !important;
  }

  .sm\:tw-placeholder-yellow-400::-moz-placeholder{
    color: #f6e05e !important;
  }

  .sm\:tw-placeholder-yellow-400:-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .sm\:tw-placeholder-yellow-400::-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .sm\:tw-placeholder-yellow-400::placeholder{
    color: #f6e05e !important;
  }

  .sm\:tw-placeholder-yellow-500::-webkit-input-placeholder{
    color: #ecc94b !important;
  }

  .sm\:tw-placeholder-yellow-500::-moz-placeholder{
    color: #ecc94b !important;
  }

  .sm\:tw-placeholder-yellow-500:-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .sm\:tw-placeholder-yellow-500::-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .sm\:tw-placeholder-yellow-500::placeholder{
    color: #ecc94b !important;
  }

  .sm\:tw-placeholder-yellow-600::-webkit-input-placeholder{
    color: #d69e2e !important;
  }

  .sm\:tw-placeholder-yellow-600::-moz-placeholder{
    color: #d69e2e !important;
  }

  .sm\:tw-placeholder-yellow-600:-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .sm\:tw-placeholder-yellow-600::-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .sm\:tw-placeholder-yellow-600::placeholder{
    color: #d69e2e !important;
  }

  .sm\:tw-placeholder-yellow-700::-webkit-input-placeholder{
    color: #b7791f !important;
  }

  .sm\:tw-placeholder-yellow-700::-moz-placeholder{
    color: #b7791f !important;
  }

  .sm\:tw-placeholder-yellow-700:-ms-input-placeholder{
    color: #b7791f !important;
  }

  .sm\:tw-placeholder-yellow-700::-ms-input-placeholder{
    color: #b7791f !important;
  }

  .sm\:tw-placeholder-yellow-700::placeholder{
    color: #b7791f !important;
  }

  .sm\:tw-placeholder-yellow-800::-webkit-input-placeholder{
    color: #975a16 !important;
  }

  .sm\:tw-placeholder-yellow-800::-moz-placeholder{
    color: #975a16 !important;
  }

  .sm\:tw-placeholder-yellow-800:-ms-input-placeholder{
    color: #975a16 !important;
  }

  .sm\:tw-placeholder-yellow-800::-ms-input-placeholder{
    color: #975a16 !important;
  }

  .sm\:tw-placeholder-yellow-800::placeholder{
    color: #975a16 !important;
  }

  .sm\:tw-placeholder-yellow-900::-webkit-input-placeholder{
    color: #744210 !important;
  }

  .sm\:tw-placeholder-yellow-900::-moz-placeholder{
    color: #744210 !important;
  }

  .sm\:tw-placeholder-yellow-900:-ms-input-placeholder{
    color: #744210 !important;
  }

  .sm\:tw-placeholder-yellow-900::-ms-input-placeholder{
    color: #744210 !important;
  }

  .sm\:tw-placeholder-yellow-900::placeholder{
    color: #744210 !important;
  }

  .sm\:tw-placeholder-green-100::-webkit-input-placeholder{
    color: #f0fff4 !important;
  }

  .sm\:tw-placeholder-green-100::-moz-placeholder{
    color: #f0fff4 !important;
  }

  .sm\:tw-placeholder-green-100:-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .sm\:tw-placeholder-green-100::-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .sm\:tw-placeholder-green-100::placeholder{
    color: #f0fff4 !important;
  }

  .sm\:tw-placeholder-green-200::-webkit-input-placeholder{
    color: #c6f6d5 !important;
  }

  .sm\:tw-placeholder-green-200::-moz-placeholder{
    color: #c6f6d5 !important;
  }

  .sm\:tw-placeholder-green-200:-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .sm\:tw-placeholder-green-200::-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .sm\:tw-placeholder-green-200::placeholder{
    color: #c6f6d5 !important;
  }

  .sm\:tw-placeholder-green-300::-webkit-input-placeholder{
    color: #9ae6b4 !important;
  }

  .sm\:tw-placeholder-green-300::-moz-placeholder{
    color: #9ae6b4 !important;
  }

  .sm\:tw-placeholder-green-300:-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .sm\:tw-placeholder-green-300::-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .sm\:tw-placeholder-green-300::placeholder{
    color: #9ae6b4 !important;
  }

  .sm\:tw-placeholder-green-400::-webkit-input-placeholder{
    color: #68d391 !important;
  }

  .sm\:tw-placeholder-green-400::-moz-placeholder{
    color: #68d391 !important;
  }

  .sm\:tw-placeholder-green-400:-ms-input-placeholder{
    color: #68d391 !important;
  }

  .sm\:tw-placeholder-green-400::-ms-input-placeholder{
    color: #68d391 !important;
  }

  .sm\:tw-placeholder-green-400::placeholder{
    color: #68d391 !important;
  }

  .sm\:tw-placeholder-green-500::-webkit-input-placeholder{
    color: #48bb78 !important;
  }

  .sm\:tw-placeholder-green-500::-moz-placeholder{
    color: #48bb78 !important;
  }

  .sm\:tw-placeholder-green-500:-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .sm\:tw-placeholder-green-500::-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .sm\:tw-placeholder-green-500::placeholder{
    color: #48bb78 !important;
  }

  .sm\:tw-placeholder-green-600::-webkit-input-placeholder{
    color: #38a169 !important;
  }

  .sm\:tw-placeholder-green-600::-moz-placeholder{
    color: #38a169 !important;
  }

  .sm\:tw-placeholder-green-600:-ms-input-placeholder{
    color: #38a169 !important;
  }

  .sm\:tw-placeholder-green-600::-ms-input-placeholder{
    color: #38a169 !important;
  }

  .sm\:tw-placeholder-green-600::placeholder{
    color: #38a169 !important;
  }

  .sm\:tw-placeholder-green-700::-webkit-input-placeholder{
    color: #2f855a !important;
  }

  .sm\:tw-placeholder-green-700::-moz-placeholder{
    color: #2f855a !important;
  }

  .sm\:tw-placeholder-green-700:-ms-input-placeholder{
    color: #2f855a !important;
  }

  .sm\:tw-placeholder-green-700::-ms-input-placeholder{
    color: #2f855a !important;
  }

  .sm\:tw-placeholder-green-700::placeholder{
    color: #2f855a !important;
  }

  .sm\:tw-placeholder-green-800::-webkit-input-placeholder{
    color: #276749 !important;
  }

  .sm\:tw-placeholder-green-800::-moz-placeholder{
    color: #276749 !important;
  }

  .sm\:tw-placeholder-green-800:-ms-input-placeholder{
    color: #276749 !important;
  }

  .sm\:tw-placeholder-green-800::-ms-input-placeholder{
    color: #276749 !important;
  }

  .sm\:tw-placeholder-green-800::placeholder{
    color: #276749 !important;
  }

  .sm\:tw-placeholder-green-900::-webkit-input-placeholder{
    color: #22543d !important;
  }

  .sm\:tw-placeholder-green-900::-moz-placeholder{
    color: #22543d !important;
  }

  .sm\:tw-placeholder-green-900:-ms-input-placeholder{
    color: #22543d !important;
  }

  .sm\:tw-placeholder-green-900::-ms-input-placeholder{
    color: #22543d !important;
  }

  .sm\:tw-placeholder-green-900::placeholder{
    color: #22543d !important;
  }

  .sm\:tw-placeholder-teal-100::-webkit-input-placeholder{
    color: #e6fffa !important;
  }

  .sm\:tw-placeholder-teal-100::-moz-placeholder{
    color: #e6fffa !important;
  }

  .sm\:tw-placeholder-teal-100:-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .sm\:tw-placeholder-teal-100::-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .sm\:tw-placeholder-teal-100::placeholder{
    color: #e6fffa !important;
  }

  .sm\:tw-placeholder-teal-200::-webkit-input-placeholder{
    color: #b2f5ea !important;
  }

  .sm\:tw-placeholder-teal-200::-moz-placeholder{
    color: #b2f5ea !important;
  }

  .sm\:tw-placeholder-teal-200:-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .sm\:tw-placeholder-teal-200::-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .sm\:tw-placeholder-teal-200::placeholder{
    color: #b2f5ea !important;
  }

  .sm\:tw-placeholder-teal-300::-webkit-input-placeholder{
    color: #81e6d9 !important;
  }

  .sm\:tw-placeholder-teal-300::-moz-placeholder{
    color: #81e6d9 !important;
  }

  .sm\:tw-placeholder-teal-300:-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .sm\:tw-placeholder-teal-300::-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .sm\:tw-placeholder-teal-300::placeholder{
    color: #81e6d9 !important;
  }

  .sm\:tw-placeholder-teal-400::-webkit-input-placeholder{
    color: #4fd1c5 !important;
  }

  .sm\:tw-placeholder-teal-400::-moz-placeholder{
    color: #4fd1c5 !important;
  }

  .sm\:tw-placeholder-teal-400:-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .sm\:tw-placeholder-teal-400::-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .sm\:tw-placeholder-teal-400::placeholder{
    color: #4fd1c5 !important;
  }

  .sm\:tw-placeholder-teal-500::-webkit-input-placeholder{
    color: #38b2ac !important;
  }

  .sm\:tw-placeholder-teal-500::-moz-placeholder{
    color: #38b2ac !important;
  }

  .sm\:tw-placeholder-teal-500:-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .sm\:tw-placeholder-teal-500::-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .sm\:tw-placeholder-teal-500::placeholder{
    color: #38b2ac !important;
  }

  .sm\:tw-placeholder-teal-600::-webkit-input-placeholder{
    color: #319795 !important;
  }

  .sm\:tw-placeholder-teal-600::-moz-placeholder{
    color: #319795 !important;
  }

  .sm\:tw-placeholder-teal-600:-ms-input-placeholder{
    color: #319795 !important;
  }

  .sm\:tw-placeholder-teal-600::-ms-input-placeholder{
    color: #319795 !important;
  }

  .sm\:tw-placeholder-teal-600::placeholder{
    color: #319795 !important;
  }

  .sm\:tw-placeholder-teal-700::-webkit-input-placeholder{
    color: #2c7a7b !important;
  }

  .sm\:tw-placeholder-teal-700::-moz-placeholder{
    color: #2c7a7b !important;
  }

  .sm\:tw-placeholder-teal-700:-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .sm\:tw-placeholder-teal-700::-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .sm\:tw-placeholder-teal-700::placeholder{
    color: #2c7a7b !important;
  }

  .sm\:tw-placeholder-teal-800::-webkit-input-placeholder{
    color: #285e61 !important;
  }

  .sm\:tw-placeholder-teal-800::-moz-placeholder{
    color: #285e61 !important;
  }

  .sm\:tw-placeholder-teal-800:-ms-input-placeholder{
    color: #285e61 !important;
  }

  .sm\:tw-placeholder-teal-800::-ms-input-placeholder{
    color: #285e61 !important;
  }

  .sm\:tw-placeholder-teal-800::placeholder{
    color: #285e61 !important;
  }

  .sm\:tw-placeholder-teal-900::-webkit-input-placeholder{
    color: #234e52 !important;
  }

  .sm\:tw-placeholder-teal-900::-moz-placeholder{
    color: #234e52 !important;
  }

  .sm\:tw-placeholder-teal-900:-ms-input-placeholder{
    color: #234e52 !important;
  }

  .sm\:tw-placeholder-teal-900::-ms-input-placeholder{
    color: #234e52 !important;
  }

  .sm\:tw-placeholder-teal-900::placeholder{
    color: #234e52 !important;
  }

  .sm\:tw-placeholder-blue-100::-webkit-input-placeholder{
    color: #ebf8ff !important;
  }

  .sm\:tw-placeholder-blue-100::-moz-placeholder{
    color: #ebf8ff !important;
  }

  .sm\:tw-placeholder-blue-100:-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .sm\:tw-placeholder-blue-100::-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .sm\:tw-placeholder-blue-100::placeholder{
    color: #ebf8ff !important;
  }

  .sm\:tw-placeholder-blue-200::-webkit-input-placeholder{
    color: #bee3f8 !important;
  }

  .sm\:tw-placeholder-blue-200::-moz-placeholder{
    color: #bee3f8 !important;
  }

  .sm\:tw-placeholder-blue-200:-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .sm\:tw-placeholder-blue-200::-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .sm\:tw-placeholder-blue-200::placeholder{
    color: #bee3f8 !important;
  }

  .sm\:tw-placeholder-blue-300::-webkit-input-placeholder{
    color: #90cdf4 !important;
  }

  .sm\:tw-placeholder-blue-300::-moz-placeholder{
    color: #90cdf4 !important;
  }

  .sm\:tw-placeholder-blue-300:-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .sm\:tw-placeholder-blue-300::-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .sm\:tw-placeholder-blue-300::placeholder{
    color: #90cdf4 !important;
  }

  .sm\:tw-placeholder-blue-400::-webkit-input-placeholder{
    color: #63b3ed !important;
  }

  .sm\:tw-placeholder-blue-400::-moz-placeholder{
    color: #63b3ed !important;
  }

  .sm\:tw-placeholder-blue-400:-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .sm\:tw-placeholder-blue-400::-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .sm\:tw-placeholder-blue-400::placeholder{
    color: #63b3ed !important;
  }

  .sm\:tw-placeholder-blue-500::-webkit-input-placeholder{
    color: #4299e1 !important;
  }

  .sm\:tw-placeholder-blue-500::-moz-placeholder{
    color: #4299e1 !important;
  }

  .sm\:tw-placeholder-blue-500:-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .sm\:tw-placeholder-blue-500::-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .sm\:tw-placeholder-blue-500::placeholder{
    color: #4299e1 !important;
  }

  .sm\:tw-placeholder-blue-600::-webkit-input-placeholder{
    color: #3182ce !important;
  }

  .sm\:tw-placeholder-blue-600::-moz-placeholder{
    color: #3182ce !important;
  }

  .sm\:tw-placeholder-blue-600:-ms-input-placeholder{
    color: #3182ce !important;
  }

  .sm\:tw-placeholder-blue-600::-ms-input-placeholder{
    color: #3182ce !important;
  }

  .sm\:tw-placeholder-blue-600::placeholder{
    color: #3182ce !important;
  }

  .sm\:tw-placeholder-blue-700::-webkit-input-placeholder{
    color: #2b6cb0 !important;
  }

  .sm\:tw-placeholder-blue-700::-moz-placeholder{
    color: #2b6cb0 !important;
  }

  .sm\:tw-placeholder-blue-700:-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .sm\:tw-placeholder-blue-700::-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .sm\:tw-placeholder-blue-700::placeholder{
    color: #2b6cb0 !important;
  }

  .sm\:tw-placeholder-blue-800::-webkit-input-placeholder{
    color: #2c5282 !important;
  }

  .sm\:tw-placeholder-blue-800::-moz-placeholder{
    color: #2c5282 !important;
  }

  .sm\:tw-placeholder-blue-800:-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .sm\:tw-placeholder-blue-800::-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .sm\:tw-placeholder-blue-800::placeholder{
    color: #2c5282 !important;
  }

  .sm\:tw-placeholder-blue-900::-webkit-input-placeholder{
    color: #2a4365 !important;
  }

  .sm\:tw-placeholder-blue-900::-moz-placeholder{
    color: #2a4365 !important;
  }

  .sm\:tw-placeholder-blue-900:-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .sm\:tw-placeholder-blue-900::-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .sm\:tw-placeholder-blue-900::placeholder{
    color: #2a4365 !important;
  }

  .sm\:tw-placeholder-indigo-100::-webkit-input-placeholder{
    color: #ebf4ff !important;
  }

  .sm\:tw-placeholder-indigo-100::-moz-placeholder{
    color: #ebf4ff !important;
  }

  .sm\:tw-placeholder-indigo-100:-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .sm\:tw-placeholder-indigo-100::-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .sm\:tw-placeholder-indigo-100::placeholder{
    color: #ebf4ff !important;
  }

  .sm\:tw-placeholder-indigo-200::-webkit-input-placeholder{
    color: #c3dafe !important;
  }

  .sm\:tw-placeholder-indigo-200::-moz-placeholder{
    color: #c3dafe !important;
  }

  .sm\:tw-placeholder-indigo-200:-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .sm\:tw-placeholder-indigo-200::-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .sm\:tw-placeholder-indigo-200::placeholder{
    color: #c3dafe !important;
  }

  .sm\:tw-placeholder-indigo-300::-webkit-input-placeholder{
    color: #a3bffa !important;
  }

  .sm\:tw-placeholder-indigo-300::-moz-placeholder{
    color: #a3bffa !important;
  }

  .sm\:tw-placeholder-indigo-300:-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .sm\:tw-placeholder-indigo-300::-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .sm\:tw-placeholder-indigo-300::placeholder{
    color: #a3bffa !important;
  }

  .sm\:tw-placeholder-indigo-400::-webkit-input-placeholder{
    color: #7f9cf5 !important;
  }

  .sm\:tw-placeholder-indigo-400::-moz-placeholder{
    color: #7f9cf5 !important;
  }

  .sm\:tw-placeholder-indigo-400:-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .sm\:tw-placeholder-indigo-400::-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .sm\:tw-placeholder-indigo-400::placeholder{
    color: #7f9cf5 !important;
  }

  .sm\:tw-placeholder-indigo-500::-webkit-input-placeholder{
    color: #667eea !important;
  }

  .sm\:tw-placeholder-indigo-500::-moz-placeholder{
    color: #667eea !important;
  }

  .sm\:tw-placeholder-indigo-500:-ms-input-placeholder{
    color: #667eea !important;
  }

  .sm\:tw-placeholder-indigo-500::-ms-input-placeholder{
    color: #667eea !important;
  }

  .sm\:tw-placeholder-indigo-500::placeholder{
    color: #667eea !important;
  }

  .sm\:tw-placeholder-indigo-600::-webkit-input-placeholder{
    color: #5a67d8 !important;
  }

  .sm\:tw-placeholder-indigo-600::-moz-placeholder{
    color: #5a67d8 !important;
  }

  .sm\:tw-placeholder-indigo-600:-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .sm\:tw-placeholder-indigo-600::-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .sm\:tw-placeholder-indigo-600::placeholder{
    color: #5a67d8 !important;
  }

  .sm\:tw-placeholder-indigo-700::-webkit-input-placeholder{
    color: #4c51bf !important;
  }

  .sm\:tw-placeholder-indigo-700::-moz-placeholder{
    color: #4c51bf !important;
  }

  .sm\:tw-placeholder-indigo-700:-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .sm\:tw-placeholder-indigo-700::-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .sm\:tw-placeholder-indigo-700::placeholder{
    color: #4c51bf !important;
  }

  .sm\:tw-placeholder-indigo-800::-webkit-input-placeholder{
    color: #434190 !important;
  }

  .sm\:tw-placeholder-indigo-800::-moz-placeholder{
    color: #434190 !important;
  }

  .sm\:tw-placeholder-indigo-800:-ms-input-placeholder{
    color: #434190 !important;
  }

  .sm\:tw-placeholder-indigo-800::-ms-input-placeholder{
    color: #434190 !important;
  }

  .sm\:tw-placeholder-indigo-800::placeholder{
    color: #434190 !important;
  }

  .sm\:tw-placeholder-indigo-900::-webkit-input-placeholder{
    color: #3c366b !important;
  }

  .sm\:tw-placeholder-indigo-900::-moz-placeholder{
    color: #3c366b !important;
  }

  .sm\:tw-placeholder-indigo-900:-ms-input-placeholder{
    color: #3c366b !important;
  }

  .sm\:tw-placeholder-indigo-900::-ms-input-placeholder{
    color: #3c366b !important;
  }

  .sm\:tw-placeholder-indigo-900::placeholder{
    color: #3c366b !important;
  }

  .sm\:tw-placeholder-purple-100::-webkit-input-placeholder{
    color: #faf5ff !important;
  }

  .sm\:tw-placeholder-purple-100::-moz-placeholder{
    color: #faf5ff !important;
  }

  .sm\:tw-placeholder-purple-100:-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .sm\:tw-placeholder-purple-100::-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .sm\:tw-placeholder-purple-100::placeholder{
    color: #faf5ff !important;
  }

  .sm\:tw-placeholder-purple-200::-webkit-input-placeholder{
    color: #e9d8fd !important;
  }

  .sm\:tw-placeholder-purple-200::-moz-placeholder{
    color: #e9d8fd !important;
  }

  .sm\:tw-placeholder-purple-200:-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .sm\:tw-placeholder-purple-200::-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .sm\:tw-placeholder-purple-200::placeholder{
    color: #e9d8fd !important;
  }

  .sm\:tw-placeholder-purple-300::-webkit-input-placeholder{
    color: #d6bcfa !important;
  }

  .sm\:tw-placeholder-purple-300::-moz-placeholder{
    color: #d6bcfa !important;
  }

  .sm\:tw-placeholder-purple-300:-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .sm\:tw-placeholder-purple-300::-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .sm\:tw-placeholder-purple-300::placeholder{
    color: #d6bcfa !important;
  }

  .sm\:tw-placeholder-purple-400::-webkit-input-placeholder{
    color: #b794f4 !important;
  }

  .sm\:tw-placeholder-purple-400::-moz-placeholder{
    color: #b794f4 !important;
  }

  .sm\:tw-placeholder-purple-400:-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .sm\:tw-placeholder-purple-400::-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .sm\:tw-placeholder-purple-400::placeholder{
    color: #b794f4 !important;
  }

  .sm\:tw-placeholder-purple-500::-webkit-input-placeholder{
    color: #9f7aea !important;
  }

  .sm\:tw-placeholder-purple-500::-moz-placeholder{
    color: #9f7aea !important;
  }

  .sm\:tw-placeholder-purple-500:-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .sm\:tw-placeholder-purple-500::-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .sm\:tw-placeholder-purple-500::placeholder{
    color: #9f7aea !important;
  }

  .sm\:tw-placeholder-purple-600::-webkit-input-placeholder{
    color: #805ad5 !important;
  }

  .sm\:tw-placeholder-purple-600::-moz-placeholder{
    color: #805ad5 !important;
  }

  .sm\:tw-placeholder-purple-600:-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .sm\:tw-placeholder-purple-600::-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .sm\:tw-placeholder-purple-600::placeholder{
    color: #805ad5 !important;
  }

  .sm\:tw-placeholder-purple-700::-webkit-input-placeholder{
    color: #6b46c1 !important;
  }

  .sm\:tw-placeholder-purple-700::-moz-placeholder{
    color: #6b46c1 !important;
  }

  .sm\:tw-placeholder-purple-700:-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .sm\:tw-placeholder-purple-700::-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .sm\:tw-placeholder-purple-700::placeholder{
    color: #6b46c1 !important;
  }

  .sm\:tw-placeholder-purple-800::-webkit-input-placeholder{
    color: #553c9a !important;
  }

  .sm\:tw-placeholder-purple-800::-moz-placeholder{
    color: #553c9a !important;
  }

  .sm\:tw-placeholder-purple-800:-ms-input-placeholder{
    color: #553c9a !important;
  }

  .sm\:tw-placeholder-purple-800::-ms-input-placeholder{
    color: #553c9a !important;
  }

  .sm\:tw-placeholder-purple-800::placeholder{
    color: #553c9a !important;
  }

  .sm\:tw-placeholder-purple-900::-webkit-input-placeholder{
    color: #44337a !important;
  }

  .sm\:tw-placeholder-purple-900::-moz-placeholder{
    color: #44337a !important;
  }

  .sm\:tw-placeholder-purple-900:-ms-input-placeholder{
    color: #44337a !important;
  }

  .sm\:tw-placeholder-purple-900::-ms-input-placeholder{
    color: #44337a !important;
  }

  .sm\:tw-placeholder-purple-900::placeholder{
    color: #44337a !important;
  }

  .sm\:tw-placeholder-pink-100::-webkit-input-placeholder{
    color: #fff5f7 !important;
  }

  .sm\:tw-placeholder-pink-100::-moz-placeholder{
    color: #fff5f7 !important;
  }

  .sm\:tw-placeholder-pink-100:-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .sm\:tw-placeholder-pink-100::-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .sm\:tw-placeholder-pink-100::placeholder{
    color: #fff5f7 !important;
  }

  .sm\:tw-placeholder-pink-200::-webkit-input-placeholder{
    color: #fed7e2 !important;
  }

  .sm\:tw-placeholder-pink-200::-moz-placeholder{
    color: #fed7e2 !important;
  }

  .sm\:tw-placeholder-pink-200:-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .sm\:tw-placeholder-pink-200::-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .sm\:tw-placeholder-pink-200::placeholder{
    color: #fed7e2 !important;
  }

  .sm\:tw-placeholder-pink-300::-webkit-input-placeholder{
    color: #fbb6ce !important;
  }

  .sm\:tw-placeholder-pink-300::-moz-placeholder{
    color: #fbb6ce !important;
  }

  .sm\:tw-placeholder-pink-300:-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .sm\:tw-placeholder-pink-300::-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .sm\:tw-placeholder-pink-300::placeholder{
    color: #fbb6ce !important;
  }

  .sm\:tw-placeholder-pink-400::-webkit-input-placeholder{
    color: #f687b3 !important;
  }

  .sm\:tw-placeholder-pink-400::-moz-placeholder{
    color: #f687b3 !important;
  }

  .sm\:tw-placeholder-pink-400:-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .sm\:tw-placeholder-pink-400::-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .sm\:tw-placeholder-pink-400::placeholder{
    color: #f687b3 !important;
  }

  .sm\:tw-placeholder-pink-500::-webkit-input-placeholder{
    color: #ed64a6 !important;
  }

  .sm\:tw-placeholder-pink-500::-moz-placeholder{
    color: #ed64a6 !important;
  }

  .sm\:tw-placeholder-pink-500:-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .sm\:tw-placeholder-pink-500::-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .sm\:tw-placeholder-pink-500::placeholder{
    color: #ed64a6 !important;
  }

  .sm\:tw-placeholder-pink-600::-webkit-input-placeholder{
    color: #d53f8c !important;
  }

  .sm\:tw-placeholder-pink-600::-moz-placeholder{
    color: #d53f8c !important;
  }

  .sm\:tw-placeholder-pink-600:-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .sm\:tw-placeholder-pink-600::-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .sm\:tw-placeholder-pink-600::placeholder{
    color: #d53f8c !important;
  }

  .sm\:tw-placeholder-pink-700::-webkit-input-placeholder{
    color: #b83280 !important;
  }

  .sm\:tw-placeholder-pink-700::-moz-placeholder{
    color: #b83280 !important;
  }

  .sm\:tw-placeholder-pink-700:-ms-input-placeholder{
    color: #b83280 !important;
  }

  .sm\:tw-placeholder-pink-700::-ms-input-placeholder{
    color: #b83280 !important;
  }

  .sm\:tw-placeholder-pink-700::placeholder{
    color: #b83280 !important;
  }

  .sm\:tw-placeholder-pink-800::-webkit-input-placeholder{
    color: #97266d !important;
  }

  .sm\:tw-placeholder-pink-800::-moz-placeholder{
    color: #97266d !important;
  }

  .sm\:tw-placeholder-pink-800:-ms-input-placeholder{
    color: #97266d !important;
  }

  .sm\:tw-placeholder-pink-800::-ms-input-placeholder{
    color: #97266d !important;
  }

  .sm\:tw-placeholder-pink-800::placeholder{
    color: #97266d !important;
  }

  .sm\:tw-placeholder-pink-900::-webkit-input-placeholder{
    color: #702459 !important;
  }

  .sm\:tw-placeholder-pink-900::-moz-placeholder{
    color: #702459 !important;
  }

  .sm\:tw-placeholder-pink-900:-ms-input-placeholder{
    color: #702459 !important;
  }

  .sm\:tw-placeholder-pink-900::-ms-input-placeholder{
    color: #702459 !important;
  }

  .sm\:tw-placeholder-pink-900::placeholder{
    color: #702459 !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder{
    color: #000 !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::-moz-placeholder{
    color: #000 !important;
  }

  .sm\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    color: #000 !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::-ms-input-placeholder{
    color: #000 !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::placeholder{
    color: #000 !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder{
    color: #fff !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::-moz-placeholder{
    color: #fff !important;
  }

  .sm\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    color: #fff !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::-ms-input-placeholder{
    color: #fff !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::placeholder{
    color: #fff !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder{
    color: #f7fafc !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
    color: #f7fafc !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder{
    color: #f7fafc !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder{
    color: #f7fafc !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::placeholder{
    color: #f7fafc !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder{
    color: #edf2f7 !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder{
    color: #edf2f7 !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder{
    color: #edf2f7 !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder{
    color: #edf2f7 !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::placeholder{
    color: #edf2f7 !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder{
    color: #e2e8f0 !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
    color: #e2e8f0 !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder{
    color: #e2e8f0 !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder{
    color: #e2e8f0 !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::placeholder{
    color: #e2e8f0 !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder{
    color: #cbd5e0 !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
    color: #cbd5e0 !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder{
    color: #cbd5e0 !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder{
    color: #cbd5e0 !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::placeholder{
    color: #cbd5e0 !important;
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder{
    color: #a0aec0 !important;
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder{
    color: #a0aec0 !important;
  }

  .sm\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder{
    color: #a0aec0 !important;
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder{
    color: #a0aec0 !important;
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::placeholder{
    color: #a0aec0 !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder{
    color: #718096 !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder{
    color: #718096 !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder{
    color: #718096 !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder{
    color: #718096 !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::placeholder{
    color: #718096 !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder{
    color: #4a5568 !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder{
    color: #4a5568 !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder{
    color: #4a5568 !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder{
    color: #4a5568 !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::placeholder{
    color: #4a5568 !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder{
    color: #2d3748 !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
    color: #2d3748 !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder{
    color: #2d3748 !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder{
    color: #2d3748 !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::placeholder{
    color: #2d3748 !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder{
    color: #1a202c !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
    color: #1a202c !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder{
    color: #1a202c !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder{
    color: #1a202c !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::placeholder{
    color: #1a202c !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder{
    color: #fff5f5 !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus::-moz-placeholder{
    color: #fff5f5 !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus::placeholder{
    color: #fff5f5 !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder{
    color: #fed7d7 !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus::-moz-placeholder{
    color: #fed7d7 !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus::placeholder{
    color: #fed7d7 !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder{
    color: #feb2b2 !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus::-moz-placeholder{
    color: #feb2b2 !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus::placeholder{
    color: #feb2b2 !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder{
    color: #fc8181 !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus::-moz-placeholder{
    color: #fc8181 !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus::placeholder{
    color: #fc8181 !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder{
    color: #f56565 !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus::-moz-placeholder{
    color: #f56565 !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder{
    color: #f56565 !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder{
    color: #f56565 !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus::placeholder{
    color: #f56565 !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder{
    color: #e53e3e !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus::-moz-placeholder{
    color: #e53e3e !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus::placeholder{
    color: #e53e3e !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder{
    color: #c53030 !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus::-moz-placeholder{
    color: #c53030 !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder{
    color: #c53030 !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder{
    color: #c53030 !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus::placeholder{
    color: #c53030 !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder{
    color: #9b2c2c !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus::-moz-placeholder{
    color: #9b2c2c !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus::placeholder{
    color: #9b2c2c !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder{
    color: #742a2a !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus::-moz-placeholder{
    color: #742a2a !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder{
    color: #742a2a !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder{
    color: #742a2a !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus::placeholder{
    color: #742a2a !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder{
    color: #fffaf0 !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
    color: #fffaf0 !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::placeholder{
    color: #fffaf0 !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder{
    color: #feebc8 !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
    color: #feebc8 !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::placeholder{
    color: #feebc8 !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder{
    color: #fbd38d !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
    color: #fbd38d !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::placeholder{
    color: #fbd38d !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder{
    color: #f6ad55 !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
    color: #f6ad55 !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::placeholder{
    color: #f6ad55 !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder{
    color: #ed8936 !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
    color: #ed8936 !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::placeholder{
    color: #ed8936 !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder{
    color: #dd6b20 !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
    color: #dd6b20 !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::placeholder{
    color: #dd6b20 !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder{
    color: #c05621 !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
    color: #c05621 !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder{
    color: #c05621 !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder{
    color: #c05621 !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::placeholder{
    color: #c05621 !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder{
    color: #9c4221 !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
    color: #9c4221 !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::placeholder{
    color: #9c4221 !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder{
    color: #7b341e !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
    color: #7b341e !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder{
    color: #7b341e !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder{
    color: #7b341e !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::placeholder{
    color: #7b341e !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder{
    color: #fffff0 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
    color: #fffff0 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    color: #fffff0 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder{
    color: #fefcbf !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
    color: #fefcbf !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    color: #fefcbf !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder{
    color: #faf089 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
    color: #faf089 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder{
    color: #faf089 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder{
    color: #faf089 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    color: #faf089 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder{
    color: #f6e05e !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
    color: #f6e05e !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    color: #f6e05e !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder{
    color: #ecc94b !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
    color: #ecc94b !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    color: #ecc94b !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder{
    color: #d69e2e !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
    color: #d69e2e !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    color: #d69e2e !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder{
    color: #b7791f !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
    color: #b7791f !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder{
    color: #b7791f !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder{
    color: #b7791f !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    color: #b7791f !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder{
    color: #975a16 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
    color: #975a16 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder{
    color: #975a16 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder{
    color: #975a16 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    color: #975a16 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder{
    color: #744210 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
    color: #744210 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder{
    color: #744210 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder{
    color: #744210 !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    color: #744210 !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder{
    color: #f0fff4 !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::-moz-placeholder{
    color: #f0fff4 !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::placeholder{
    color: #f0fff4 !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder{
    color: #c6f6d5 !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus::-moz-placeholder{
    color: #c6f6d5 !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus::placeholder{
    color: #c6f6d5 !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder{
    color: #9ae6b4 !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus::-moz-placeholder{
    color: #9ae6b4 !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus::placeholder{
    color: #9ae6b4 !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder{
    color: #68d391 !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus::-moz-placeholder{
    color: #68d391 !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder{
    color: #68d391 !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder{
    color: #68d391 !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus::placeholder{
    color: #68d391 !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder{
    color: #48bb78 !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus::-moz-placeholder{
    color: #48bb78 !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus::placeholder{
    color: #48bb78 !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder{
    color: #38a169 !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus::-moz-placeholder{
    color: #38a169 !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder{
    color: #38a169 !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder{
    color: #38a169 !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus::placeholder{
    color: #38a169 !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder{
    color: #2f855a !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus::-moz-placeholder{
    color: #2f855a !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder{
    color: #2f855a !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder{
    color: #2f855a !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus::placeholder{
    color: #2f855a !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder{
    color: #276749 !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus::-moz-placeholder{
    color: #276749 !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder{
    color: #276749 !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder{
    color: #276749 !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus::placeholder{
    color: #276749 !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder{
    color: #22543d !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::-moz-placeholder{
    color: #22543d !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder{
    color: #22543d !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder{
    color: #22543d !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::placeholder{
    color: #22543d !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder{
    color: #e6fffa !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
    color: #e6fffa !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::placeholder{
    color: #e6fffa !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder{
    color: #b2f5ea !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
    color: #b2f5ea !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::placeholder{
    color: #b2f5ea !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder{
    color: #81e6d9 !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
    color: #81e6d9 !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::placeholder{
    color: #81e6d9 !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder{
    color: #4fd1c5 !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
    color: #4fd1c5 !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::placeholder{
    color: #4fd1c5 !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder{
    color: #38b2ac !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
    color: #38b2ac !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::placeholder{
    color: #38b2ac !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder{
    color: #319795 !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
    color: #319795 !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder{
    color: #319795 !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder{
    color: #319795 !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::placeholder{
    color: #319795 !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder{
    color: #2c7a7b !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
    color: #2c7a7b !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::placeholder{
    color: #2c7a7b !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder{
    color: #285e61 !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
    color: #285e61 !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder{
    color: #285e61 !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder{
    color: #285e61 !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::placeholder{
    color: #285e61 !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder{
    color: #234e52 !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
    color: #234e52 !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder{
    color: #234e52 !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder{
    color: #234e52 !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::placeholder{
    color: #234e52 !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder{
    color: #ebf8ff !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
    color: #ebf8ff !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::placeholder{
    color: #ebf8ff !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder{
    color: #bee3f8 !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
    color: #bee3f8 !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::placeholder{
    color: #bee3f8 !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder{
    color: #90cdf4 !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
    color: #90cdf4 !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::placeholder{
    color: #90cdf4 !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder{
    color: #63b3ed !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
    color: #63b3ed !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::placeholder{
    color: #63b3ed !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder{
    color: #4299e1 !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
    color: #4299e1 !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::placeholder{
    color: #4299e1 !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder{
    color: #3182ce !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
    color: #3182ce !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder{
    color: #3182ce !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder{
    color: #3182ce !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::placeholder{
    color: #3182ce !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder{
    color: #2b6cb0 !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
    color: #2b6cb0 !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::placeholder{
    color: #2b6cb0 !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder{
    color: #2c5282 !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
    color: #2c5282 !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::placeholder{
    color: #2c5282 !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder{
    color: #2a4365 !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
    color: #2a4365 !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::placeholder{
    color: #2a4365 !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder{
    color: #ebf4ff !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
    color: #ebf4ff !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    color: #ebf4ff !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder{
    color: #c3dafe !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
    color: #c3dafe !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    color: #c3dafe !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder{
    color: #a3bffa !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
    color: #a3bffa !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    color: #a3bffa !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder{
    color: #7f9cf5 !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
    color: #7f9cf5 !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    color: #7f9cf5 !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder{
    color: #667eea !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
    color: #667eea !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder{
    color: #667eea !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder{
    color: #667eea !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    color: #667eea !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder{
    color: #5a67d8 !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
    color: #5a67d8 !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    color: #5a67d8 !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder{
    color: #4c51bf !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
    color: #4c51bf !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    color: #4c51bf !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder{
    color: #434190 !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
    color: #434190 !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder{
    color: #434190 !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder{
    color: #434190 !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    color: #434190 !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder{
    color: #3c366b !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
    color: #3c366b !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder{
    color: #3c366b !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder{
    color: #3c366b !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    color: #3c366b !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder{
    color: #faf5ff !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
    color: #faf5ff !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::placeholder{
    color: #faf5ff !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder{
    color: #e9d8fd !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
    color: #e9d8fd !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::placeholder{
    color: #e9d8fd !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder{
    color: #d6bcfa !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
    color: #d6bcfa !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::placeholder{
    color: #d6bcfa !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder{
    color: #b794f4 !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
    color: #b794f4 !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::placeholder{
    color: #b794f4 !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder{
    color: #9f7aea !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
    color: #9f7aea !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::placeholder{
    color: #9f7aea !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder{
    color: #805ad5 !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
    color: #805ad5 !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::placeholder{
    color: #805ad5 !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder{
    color: #6b46c1 !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
    color: #6b46c1 !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::placeholder{
    color: #6b46c1 !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder{
    color: #553c9a !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
    color: #553c9a !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder{
    color: #553c9a !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder{
    color: #553c9a !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::placeholder{
    color: #553c9a !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder{
    color: #44337a !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
    color: #44337a !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder{
    color: #44337a !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder{
    color: #44337a !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::placeholder{
    color: #44337a !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder{
    color: #fff5f7 !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
    color: #fff5f7 !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::placeholder{
    color: #fff5f7 !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder{
    color: #fed7e2 !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
    color: #fed7e2 !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::placeholder{
    color: #fed7e2 !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder{
    color: #fbb6ce !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
    color: #fbb6ce !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::placeholder{
    color: #fbb6ce !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder{
    color: #f687b3 !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
    color: #f687b3 !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::placeholder{
    color: #f687b3 !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder{
    color: #ed64a6 !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
    color: #ed64a6 !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::placeholder{
    color: #ed64a6 !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder{
    color: #d53f8c !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
    color: #d53f8c !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::placeholder{
    color: #d53f8c !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder{
    color: #b83280 !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
    color: #b83280 !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder{
    color: #b83280 !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder{
    color: #b83280 !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::placeholder{
    color: #b83280 !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder{
    color: #97266d !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
    color: #97266d !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder{
    color: #97266d !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder{
    color: #97266d !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::placeholder{
    color: #97266d !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder{
    color: #702459 !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
    color: #702459 !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder{
    color: #702459 !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder{
    color: #702459 !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::placeholder{
    color: #702459 !important;
  }

  .sm\:tw-pointer-events-none{
    pointer-events: none !important;
  }

  .sm\:tw-pointer-events-auto{
    pointer-events: auto !important;
  }

  .sm\:tw-static{
    position: static !important;
  }

  .sm\:tw-fixed{
    position: fixed !important;
  }

  .sm\:tw-absolute{
    position: absolute !important;
  }

  .sm\:tw-relative{
    position: relative !important;
  }

  .sm\:tw-sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .sm\:tw-inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

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

  .sm\:tw-inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:tw-inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

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

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

  .sm\:tw-top-0{
    top: 0 !important;
  }

  .sm\:tw-right-0{
    right: 0 !important;
  }

  .sm\:tw-bottom-0{
    bottom: 0 !important;
  }

  .sm\:tw-left-0{
    left: 0 !important;
  }

  .sm\:tw-top-auto{
    top: auto !important;
  }

  .sm\:tw-right-auto{
    right: auto !important;
  }

  .sm\:tw-bottom-auto{
    bottom: auto !important;
  }

  .sm\:tw-left-auto{
    left: auto !important;
  }

  .sm\:tw-resize-none{
    resize: none !important;
  }

  .sm\:tw-resize-y{
    resize: vertical !important;
  }

  .sm\:tw-resize-x{
    resize: horizontal !important;
  }

  .sm\:tw-resize{
    resize: both !important;
  }

  .sm\:tw-shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:tw-shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:tw-shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:tw-shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:tw-shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

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

  .sm\:tw-shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:tw-shadow-none{
    box-shadow: none !important;
  }

  .sm\:hover\:tw-shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:tw-shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:tw-shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:tw-shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:hover\:tw-shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:hover\:tw-shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:tw-shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:hover\:tw-shadow-none:hover{
    box-shadow: none !important;
  }

  .sm\:focus\:tw-shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:tw-shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:tw-shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:tw-shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:focus\:tw-shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:focus\:tw-shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:tw-shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:focus\:tw-shadow-none:focus{
    box-shadow: none !important;
  }

  .sm\:tw-fill-current{
    fill: currentColor !important;
  }

  .sm\:tw-stroke-current{
    stroke: currentColor !important;
  }

  .sm\:tw-table-auto{
    table-layout: auto !important;
  }

  .sm\:tw-table-fixed{
    table-layout: fixed !important;
  }

  .sm\:tw-text-left{
    text-align: left !important;
  }

  .sm\:tw-text-center{
    text-align: center !important;
  }

  .sm\:tw-text-right{
    text-align: right !important;
  }

  .sm\:tw-text-justify{
    text-align: justify !important;
  }

  .sm\:tw-text-transparent{
    color: transparent !important;
  }

  .sm\:tw-text-black{
    color: #000 !important;
  }

  .sm\:tw-text-white{
    color: #fff !important;
  }

  .sm\:tw-text-gray-100{
    color: #f7fafc !important;
  }

  .sm\:tw-text-gray-200{
    color: #edf2f7 !important;
  }

  .sm\:tw-text-gray-300{
    color: #e2e8f0 !important;
  }

  .sm\:tw-text-gray-400{
    color: #cbd5e0 !important;
  }

  .sm\:tw-text-gray-500{
    color: #a0aec0 !important;
  }

  .sm\:tw-text-gray-600{
    color: #718096 !important;
  }

  .sm\:tw-text-gray-700{
    color: #4a5568 !important;
  }

  .sm\:tw-text-gray-800{
    color: #2d3748 !important;
  }

  .sm\:tw-text-gray-900{
    color: #1a202c !important;
  }

  .sm\:tw-text-red-100{
    color: #fff5f5 !important;
  }

  .sm\:tw-text-red-200{
    color: #fed7d7 !important;
  }

  .sm\:tw-text-red-300{
    color: #feb2b2 !important;
  }

  .sm\:tw-text-red-400{
    color: #fc8181 !important;
  }

  .sm\:tw-text-red-500{
    color: #f56565 !important;
  }

  .sm\:tw-text-red-600{
    color: #e53e3e !important;
  }

  .sm\:tw-text-red-700{
    color: #c53030 !important;
  }

  .sm\:tw-text-red-800{
    color: #9b2c2c !important;
  }

  .sm\:tw-text-red-900{
    color: #742a2a !important;
  }

  .sm\:tw-text-orange-100{
    color: #fffaf0 !important;
  }

  .sm\:tw-text-orange-200{
    color: #feebc8 !important;
  }

  .sm\:tw-text-orange-300{
    color: #fbd38d !important;
  }

  .sm\:tw-text-orange-400{
    color: #f6ad55 !important;
  }

  .sm\:tw-text-orange-500{
    color: #ed8936 !important;
  }

  .sm\:tw-text-orange-600{
    color: #dd6b20 !important;
  }

  .sm\:tw-text-orange-700{
    color: #c05621 !important;
  }

  .sm\:tw-text-orange-800{
    color: #9c4221 !important;
  }

  .sm\:tw-text-orange-900{
    color: #7b341e !important;
  }

  .sm\:tw-text-yellow-100{
    color: #fffff0 !important;
  }

  .sm\:tw-text-yellow-200{
    color: #fefcbf !important;
  }

  .sm\:tw-text-yellow-300{
    color: #faf089 !important;
  }

  .sm\:tw-text-yellow-400{
    color: #f6e05e !important;
  }

  .sm\:tw-text-yellow-500{
    color: #ecc94b !important;
  }

  .sm\:tw-text-yellow-600{
    color: #d69e2e !important;
  }

  .sm\:tw-text-yellow-700{
    color: #b7791f !important;
  }

  .sm\:tw-text-yellow-800{
    color: #975a16 !important;
  }

  .sm\:tw-text-yellow-900{
    color: #744210 !important;
  }

  .sm\:tw-text-green-100{
    color: #f0fff4 !important;
  }

  .sm\:tw-text-green-200{
    color: #c6f6d5 !important;
  }

  .sm\:tw-text-green-300{
    color: #9ae6b4 !important;
  }

  .sm\:tw-text-green-400{
    color: #68d391 !important;
  }

  .sm\:tw-text-green-500{
    color: #48bb78 !important;
  }

  .sm\:tw-text-green-600{
    color: #38a169 !important;
  }

  .sm\:tw-text-green-700{
    color: #2f855a !important;
  }

  .sm\:tw-text-green-800{
    color: #276749 !important;
  }

  .sm\:tw-text-green-900{
    color: #22543d !important;
  }

  .sm\:tw-text-teal-100{
    color: #e6fffa !important;
  }

  .sm\:tw-text-teal-200{
    color: #b2f5ea !important;
  }

  .sm\:tw-text-teal-300{
    color: #81e6d9 !important;
  }

  .sm\:tw-text-teal-400{
    color: #4fd1c5 !important;
  }

  .sm\:tw-text-teal-500{
    color: #38b2ac !important;
  }

  .sm\:tw-text-teal-600{
    color: #319795 !important;
  }

  .sm\:tw-text-teal-700{
    color: #2c7a7b !important;
  }

  .sm\:tw-text-teal-800{
    color: #285e61 !important;
  }

  .sm\:tw-text-teal-900{
    color: #234e52 !important;
  }

  .sm\:tw-text-blue-100{
    color: #ebf8ff !important;
  }

  .sm\:tw-text-blue-200{
    color: #bee3f8 !important;
  }

  .sm\:tw-text-blue-300{
    color: #90cdf4 !important;
  }

  .sm\:tw-text-blue-400{
    color: #63b3ed !important;
  }

  .sm\:tw-text-blue-500{
    color: #4299e1 !important;
  }

  .sm\:tw-text-blue-600{
    color: #3182ce !important;
  }

  .sm\:tw-text-blue-700{
    color: #2b6cb0 !important;
  }

  .sm\:tw-text-blue-800{
    color: #2c5282 !important;
  }

  .sm\:tw-text-blue-900{
    color: #2a4365 !important;
  }

  .sm\:tw-text-indigo-100{
    color: #ebf4ff !important;
  }

  .sm\:tw-text-indigo-200{
    color: #c3dafe !important;
  }

  .sm\:tw-text-indigo-300{
    color: #a3bffa !important;
  }

  .sm\:tw-text-indigo-400{
    color: #7f9cf5 !important;
  }

  .sm\:tw-text-indigo-500{
    color: #667eea !important;
  }

  .sm\:tw-text-indigo-600{
    color: #5a67d8 !important;
  }

  .sm\:tw-text-indigo-700{
    color: #4c51bf !important;
  }

  .sm\:tw-text-indigo-800{
    color: #434190 !important;
  }

  .sm\:tw-text-indigo-900{
    color: #3c366b !important;
  }

  .sm\:tw-text-purple-100{
    color: #faf5ff !important;
  }

  .sm\:tw-text-purple-200{
    color: #e9d8fd !important;
  }

  .sm\:tw-text-purple-300{
    color: #d6bcfa !important;
  }

  .sm\:tw-text-purple-400{
    color: #b794f4 !important;
  }

  .sm\:tw-text-purple-500{
    color: #9f7aea !important;
  }

  .sm\:tw-text-purple-600{
    color: #805ad5 !important;
  }

  .sm\:tw-text-purple-700{
    color: #6b46c1 !important;
  }

  .sm\:tw-text-purple-800{
    color: #553c9a !important;
  }

  .sm\:tw-text-purple-900{
    color: #44337a !important;
  }

  .sm\:tw-text-pink-100{
    color: #fff5f7 !important;
  }

  .sm\:tw-text-pink-200{
    color: #fed7e2 !important;
  }

  .sm\:tw-text-pink-300{
    color: #fbb6ce !important;
  }

  .sm\:tw-text-pink-400{
    color: #f687b3 !important;
  }

  .sm\:tw-text-pink-500{
    color: #ed64a6 !important;
  }

  .sm\:tw-text-pink-600{
    color: #d53f8c !important;
  }

  .sm\:tw-text-pink-700{
    color: #b83280 !important;
  }

  .sm\:tw-text-pink-800{
    color: #97266d !important;
  }

  .sm\:tw-text-pink-900{
    color: #702459 !important;
  }

  .sm\:hover\:tw-text-transparent:hover{
    color: transparent !important;
  }

  .sm\:hover\:tw-text-black:hover{
    color: #000 !important;
  }

  .sm\:hover\:tw-text-white:hover{
    color: #fff !important;
  }

  .sm\:hover\:tw-text-gray-100:hover{
    color: #f7fafc !important;
  }

  .sm\:hover\:tw-text-gray-200:hover{
    color: #edf2f7 !important;
  }

  .sm\:hover\:tw-text-gray-300:hover{
    color: #e2e8f0 !important;
  }

  .sm\:hover\:tw-text-gray-400:hover{
    color: #cbd5e0 !important;
  }

  .sm\:hover\:tw-text-gray-500:hover{
    color: #a0aec0 !important;
  }

  .sm\:hover\:tw-text-gray-600:hover{
    color: #718096 !important;
  }

  .sm\:hover\:tw-text-gray-700:hover{
    color: #4a5568 !important;
  }

  .sm\:hover\:tw-text-gray-800:hover{
    color: #2d3748 !important;
  }

  .sm\:hover\:tw-text-gray-900:hover{
    color: #1a202c !important;
  }

  .sm\:hover\:tw-text-red-100:hover{
    color: #fff5f5 !important;
  }

  .sm\:hover\:tw-text-red-200:hover{
    color: #fed7d7 !important;
  }

  .sm\:hover\:tw-text-red-300:hover{
    color: #feb2b2 !important;
  }

  .sm\:hover\:tw-text-red-400:hover{
    color: #fc8181 !important;
  }

  .sm\:hover\:tw-text-red-500:hover{
    color: #f56565 !important;
  }

  .sm\:hover\:tw-text-red-600:hover{
    color: #e53e3e !important;
  }

  .sm\:hover\:tw-text-red-700:hover{
    color: #c53030 !important;
  }

  .sm\:hover\:tw-text-red-800:hover{
    color: #9b2c2c !important;
  }

  .sm\:hover\:tw-text-red-900:hover{
    color: #742a2a !important;
  }

  .sm\:hover\:tw-text-orange-100:hover{
    color: #fffaf0 !important;
  }

  .sm\:hover\:tw-text-orange-200:hover{
    color: #feebc8 !important;
  }

  .sm\:hover\:tw-text-orange-300:hover{
    color: #fbd38d !important;
  }

  .sm\:hover\:tw-text-orange-400:hover{
    color: #f6ad55 !important;
  }

  .sm\:hover\:tw-text-orange-500:hover{
    color: #ed8936 !important;
  }

  .sm\:hover\:tw-text-orange-600:hover{
    color: #dd6b20 !important;
  }

  .sm\:hover\:tw-text-orange-700:hover{
    color: #c05621 !important;
  }

  .sm\:hover\:tw-text-orange-800:hover{
    color: #9c4221 !important;
  }

  .sm\:hover\:tw-text-orange-900:hover{
    color: #7b341e !important;
  }

  .sm\:hover\:tw-text-yellow-100:hover{
    color: #fffff0 !important;
  }

  .sm\:hover\:tw-text-yellow-200:hover{
    color: #fefcbf !important;
  }

  .sm\:hover\:tw-text-yellow-300:hover{
    color: #faf089 !important;
  }

  .sm\:hover\:tw-text-yellow-400:hover{
    color: #f6e05e !important;
  }

  .sm\:hover\:tw-text-yellow-500:hover{
    color: #ecc94b !important;
  }

  .sm\:hover\:tw-text-yellow-600:hover{
    color: #d69e2e !important;
  }

  .sm\:hover\:tw-text-yellow-700:hover{
    color: #b7791f !important;
  }

  .sm\:hover\:tw-text-yellow-800:hover{
    color: #975a16 !important;
  }

  .sm\:hover\:tw-text-yellow-900:hover{
    color: #744210 !important;
  }

  .sm\:hover\:tw-text-green-100:hover{
    color: #f0fff4 !important;
  }

  .sm\:hover\:tw-text-green-200:hover{
    color: #c6f6d5 !important;
  }

  .sm\:hover\:tw-text-green-300:hover{
    color: #9ae6b4 !important;
  }

  .sm\:hover\:tw-text-green-400:hover{
    color: #68d391 !important;
  }

  .sm\:hover\:tw-text-green-500:hover{
    color: #48bb78 !important;
  }

  .sm\:hover\:tw-text-green-600:hover{
    color: #38a169 !important;
  }

  .sm\:hover\:tw-text-green-700:hover{
    color: #2f855a !important;
  }

  .sm\:hover\:tw-text-green-800:hover{
    color: #276749 !important;
  }

  .sm\:hover\:tw-text-green-900:hover{
    color: #22543d !important;
  }

  .sm\:hover\:tw-text-teal-100:hover{
    color: #e6fffa !important;
  }

  .sm\:hover\:tw-text-teal-200:hover{
    color: #b2f5ea !important;
  }

  .sm\:hover\:tw-text-teal-300:hover{
    color: #81e6d9 !important;
  }

  .sm\:hover\:tw-text-teal-400:hover{
    color: #4fd1c5 !important;
  }

  .sm\:hover\:tw-text-teal-500:hover{
    color: #38b2ac !important;
  }

  .sm\:hover\:tw-text-teal-600:hover{
    color: #319795 !important;
  }

  .sm\:hover\:tw-text-teal-700:hover{
    color: #2c7a7b !important;
  }

  .sm\:hover\:tw-text-teal-800:hover{
    color: #285e61 !important;
  }

  .sm\:hover\:tw-text-teal-900:hover{
    color: #234e52 !important;
  }

  .sm\:hover\:tw-text-blue-100:hover{
    color: #ebf8ff !important;
  }

  .sm\:hover\:tw-text-blue-200:hover{
    color: #bee3f8 !important;
  }

  .sm\:hover\:tw-text-blue-300:hover{
    color: #90cdf4 !important;
  }

  .sm\:hover\:tw-text-blue-400:hover{
    color: #63b3ed !important;
  }

  .sm\:hover\:tw-text-blue-500:hover{
    color: #4299e1 !important;
  }

  .sm\:hover\:tw-text-blue-600:hover{
    color: #3182ce !important;
  }

  .sm\:hover\:tw-text-blue-700:hover{
    color: #2b6cb0 !important;
  }

  .sm\:hover\:tw-text-blue-800:hover{
    color: #2c5282 !important;
  }

  .sm\:hover\:tw-text-blue-900:hover{
    color: #2a4365 !important;
  }

  .sm\:hover\:tw-text-indigo-100:hover{
    color: #ebf4ff !important;
  }

  .sm\:hover\:tw-text-indigo-200:hover{
    color: #c3dafe !important;
  }

  .sm\:hover\:tw-text-indigo-300:hover{
    color: #a3bffa !important;
  }

  .sm\:hover\:tw-text-indigo-400:hover{
    color: #7f9cf5 !important;
  }

  .sm\:hover\:tw-text-indigo-500:hover{
    color: #667eea !important;
  }

  .sm\:hover\:tw-text-indigo-600:hover{
    color: #5a67d8 !important;
  }

  .sm\:hover\:tw-text-indigo-700:hover{
    color: #4c51bf !important;
  }

  .sm\:hover\:tw-text-indigo-800:hover{
    color: #434190 !important;
  }

  .sm\:hover\:tw-text-indigo-900:hover{
    color: #3c366b !important;
  }

  .sm\:hover\:tw-text-purple-100:hover{
    color: #faf5ff !important;
  }

  .sm\:hover\:tw-text-purple-200:hover{
    color: #e9d8fd !important;
  }

  .sm\:hover\:tw-text-purple-300:hover{
    color: #d6bcfa !important;
  }

  .sm\:hover\:tw-text-purple-400:hover{
    color: #b794f4 !important;
  }

  .sm\:hover\:tw-text-purple-500:hover{
    color: #9f7aea !important;
  }

  .sm\:hover\:tw-text-purple-600:hover{
    color: #805ad5 !important;
  }

  .sm\:hover\:tw-text-purple-700:hover{
    color: #6b46c1 !important;
  }

  .sm\:hover\:tw-text-purple-800:hover{
    color: #553c9a !important;
  }

  .sm\:hover\:tw-text-purple-900:hover{
    color: #44337a !important;
  }

  .sm\:hover\:tw-text-pink-100:hover{
    color: #fff5f7 !important;
  }

  .sm\:hover\:tw-text-pink-200:hover{
    color: #fed7e2 !important;
  }

  .sm\:hover\:tw-text-pink-300:hover{
    color: #fbb6ce !important;
  }

  .sm\:hover\:tw-text-pink-400:hover{
    color: #f687b3 !important;
  }

  .sm\:hover\:tw-text-pink-500:hover{
    color: #ed64a6 !important;
  }

  .sm\:hover\:tw-text-pink-600:hover{
    color: #d53f8c !important;
  }

  .sm\:hover\:tw-text-pink-700:hover{
    color: #b83280 !important;
  }

  .sm\:hover\:tw-text-pink-800:hover{
    color: #97266d !important;
  }

  .sm\:hover\:tw-text-pink-900:hover{
    color: #702459 !important;
  }

  .sm\:focus\:tw-text-transparent:focus{
    color: transparent !important;
  }

  .sm\:focus\:tw-text-black:focus{
    color: #000 !important;
  }

  .sm\:focus\:tw-text-white:focus{
    color: #fff !important;
  }

  .sm\:focus\:tw-text-gray-100:focus{
    color: #f7fafc !important;
  }

  .sm\:focus\:tw-text-gray-200:focus{
    color: #edf2f7 !important;
  }

  .sm\:focus\:tw-text-gray-300:focus{
    color: #e2e8f0 !important;
  }

  .sm\:focus\:tw-text-gray-400:focus{
    color: #cbd5e0 !important;
  }

  .sm\:focus\:tw-text-gray-500:focus{
    color: #a0aec0 !important;
  }

  .sm\:focus\:tw-text-gray-600:focus{
    color: #718096 !important;
  }

  .sm\:focus\:tw-text-gray-700:focus{
    color: #4a5568 !important;
  }

  .sm\:focus\:tw-text-gray-800:focus{
    color: #2d3748 !important;
  }

  .sm\:focus\:tw-text-gray-900:focus{
    color: #1a202c !important;
  }

  .sm\:focus\:tw-text-red-100:focus{
    color: #fff5f5 !important;
  }

  .sm\:focus\:tw-text-red-200:focus{
    color: #fed7d7 !important;
  }

  .sm\:focus\:tw-text-red-300:focus{
    color: #feb2b2 !important;
  }

  .sm\:focus\:tw-text-red-400:focus{
    color: #fc8181 !important;
  }

  .sm\:focus\:tw-text-red-500:focus{
    color: #f56565 !important;
  }

  .sm\:focus\:tw-text-red-600:focus{
    color: #e53e3e !important;
  }

  .sm\:focus\:tw-text-red-700:focus{
    color: #c53030 !important;
  }

  .sm\:focus\:tw-text-red-800:focus{
    color: #9b2c2c !important;
  }

  .sm\:focus\:tw-text-red-900:focus{
    color: #742a2a !important;
  }

  .sm\:focus\:tw-text-orange-100:focus{
    color: #fffaf0 !important;
  }

  .sm\:focus\:tw-text-orange-200:focus{
    color: #feebc8 !important;
  }

  .sm\:focus\:tw-text-orange-300:focus{
    color: #fbd38d !important;
  }

  .sm\:focus\:tw-text-orange-400:focus{
    color: #f6ad55 !important;
  }

  .sm\:focus\:tw-text-orange-500:focus{
    color: #ed8936 !important;
  }

  .sm\:focus\:tw-text-orange-600:focus{
    color: #dd6b20 !important;
  }

  .sm\:focus\:tw-text-orange-700:focus{
    color: #c05621 !important;
  }

  .sm\:focus\:tw-text-orange-800:focus{
    color: #9c4221 !important;
  }

  .sm\:focus\:tw-text-orange-900:focus{
    color: #7b341e !important;
  }

  .sm\:focus\:tw-text-yellow-100:focus{
    color: #fffff0 !important;
  }

  .sm\:focus\:tw-text-yellow-200:focus{
    color: #fefcbf !important;
  }

  .sm\:focus\:tw-text-yellow-300:focus{
    color: #faf089 !important;
  }

  .sm\:focus\:tw-text-yellow-400:focus{
    color: #f6e05e !important;
  }

  .sm\:focus\:tw-text-yellow-500:focus{
    color: #ecc94b !important;
  }

  .sm\:focus\:tw-text-yellow-600:focus{
    color: #d69e2e !important;
  }

  .sm\:focus\:tw-text-yellow-700:focus{
    color: #b7791f !important;
  }

  .sm\:focus\:tw-text-yellow-800:focus{
    color: #975a16 !important;
  }

  .sm\:focus\:tw-text-yellow-900:focus{
    color: #744210 !important;
  }

  .sm\:focus\:tw-text-green-100:focus{
    color: #f0fff4 !important;
  }

  .sm\:focus\:tw-text-green-200:focus{
    color: #c6f6d5 !important;
  }

  .sm\:focus\:tw-text-green-300:focus{
    color: #9ae6b4 !important;
  }

  .sm\:focus\:tw-text-green-400:focus{
    color: #68d391 !important;
  }

  .sm\:focus\:tw-text-green-500:focus{
    color: #48bb78 !important;
  }

  .sm\:focus\:tw-text-green-600:focus{
    color: #38a169 !important;
  }

  .sm\:focus\:tw-text-green-700:focus{
    color: #2f855a !important;
  }

  .sm\:focus\:tw-text-green-800:focus{
    color: #276749 !important;
  }

  .sm\:focus\:tw-text-green-900:focus{
    color: #22543d !important;
  }

  .sm\:focus\:tw-text-teal-100:focus{
    color: #e6fffa !important;
  }

  .sm\:focus\:tw-text-teal-200:focus{
    color: #b2f5ea !important;
  }

  .sm\:focus\:tw-text-teal-300:focus{
    color: #81e6d9 !important;
  }

  .sm\:focus\:tw-text-teal-400:focus{
    color: #4fd1c5 !important;
  }

  .sm\:focus\:tw-text-teal-500:focus{
    color: #38b2ac !important;
  }

  .sm\:focus\:tw-text-teal-600:focus{
    color: #319795 !important;
  }

  .sm\:focus\:tw-text-teal-700:focus{
    color: #2c7a7b !important;
  }

  .sm\:focus\:tw-text-teal-800:focus{
    color: #285e61 !important;
  }

  .sm\:focus\:tw-text-teal-900:focus{
    color: #234e52 !important;
  }

  .sm\:focus\:tw-text-blue-100:focus{
    color: #ebf8ff !important;
  }

  .sm\:focus\:tw-text-blue-200:focus{
    color: #bee3f8 !important;
  }

  .sm\:focus\:tw-text-blue-300:focus{
    color: #90cdf4 !important;
  }

  .sm\:focus\:tw-text-blue-400:focus{
    color: #63b3ed !important;
  }

  .sm\:focus\:tw-text-blue-500:focus{
    color: #4299e1 !important;
  }

  .sm\:focus\:tw-text-blue-600:focus{
    color: #3182ce !important;
  }

  .sm\:focus\:tw-text-blue-700:focus{
    color: #2b6cb0 !important;
  }

  .sm\:focus\:tw-text-blue-800:focus{
    color: #2c5282 !important;
  }

  .sm\:focus\:tw-text-blue-900:focus{
    color: #2a4365 !important;
  }

  .sm\:focus\:tw-text-indigo-100:focus{
    color: #ebf4ff !important;
  }

  .sm\:focus\:tw-text-indigo-200:focus{
    color: #c3dafe !important;
  }

  .sm\:focus\:tw-text-indigo-300:focus{
    color: #a3bffa !important;
  }

  .sm\:focus\:tw-text-indigo-400:focus{
    color: #7f9cf5 !important;
  }

  .sm\:focus\:tw-text-indigo-500:focus{
    color: #667eea !important;
  }

  .sm\:focus\:tw-text-indigo-600:focus{
    color: #5a67d8 !important;
  }

  .sm\:focus\:tw-text-indigo-700:focus{
    color: #4c51bf !important;
  }

  .sm\:focus\:tw-text-indigo-800:focus{
    color: #434190 !important;
  }

  .sm\:focus\:tw-text-indigo-900:focus{
    color: #3c366b !important;
  }

  .sm\:focus\:tw-text-purple-100:focus{
    color: #faf5ff !important;
  }

  .sm\:focus\:tw-text-purple-200:focus{
    color: #e9d8fd !important;
  }

  .sm\:focus\:tw-text-purple-300:focus{
    color: #d6bcfa !important;
  }

  .sm\:focus\:tw-text-purple-400:focus{
    color: #b794f4 !important;
  }

  .sm\:focus\:tw-text-purple-500:focus{
    color: #9f7aea !important;
  }

  .sm\:focus\:tw-text-purple-600:focus{
    color: #805ad5 !important;
  }

  .sm\:focus\:tw-text-purple-700:focus{
    color: #6b46c1 !important;
  }

  .sm\:focus\:tw-text-purple-800:focus{
    color: #553c9a !important;
  }

  .sm\:focus\:tw-text-purple-900:focus{
    color: #44337a !important;
  }

  .sm\:focus\:tw-text-pink-100:focus{
    color: #fff5f7 !important;
  }

  .sm\:focus\:tw-text-pink-200:focus{
    color: #fed7e2 !important;
  }

  .sm\:focus\:tw-text-pink-300:focus{
    color: #fbb6ce !important;
  }

  .sm\:focus\:tw-text-pink-400:focus{
    color: #f687b3 !important;
  }

  .sm\:focus\:tw-text-pink-500:focus{
    color: #ed64a6 !important;
  }

  .sm\:focus\:tw-text-pink-600:focus{
    color: #d53f8c !important;
  }

  .sm\:focus\:tw-text-pink-700:focus{
    color: #b83280 !important;
  }

  .sm\:focus\:tw-text-pink-800:focus{
    color: #97266d !important;
  }

  .sm\:focus\:tw-text-pink-900:focus{
    color: #702459 !important;
  }

  .sm\:tw-text-xs{
    font-size: 0.75rem !important;
  }

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

  .sm\:tw-text-base{
    font-size: 1rem !important;
  }

  .sm\:tw-text-lg{
    font-size: 1.125rem !important;
  }

  .sm\:tw-text-xl{
    font-size: 1.25rem !important;
  }

  .sm\:tw-text-2xl{
    font-size: 1.5rem !important;
  }

  .sm\:tw-text-3xl{
    font-size: 1.875rem !important;
  }

  .sm\:tw-text-4xl{
    font-size: 2.25rem !important;
  }

  .sm\:tw-text-5xl{
    font-size: 3rem !important;
  }

  .sm\:tw-text-6xl{
    font-size: 4rem !important;
  }

  .sm\:tw-italic{
    font-style: italic !important;
  }

  .sm\:tw-not-italic{
    font-style: normal !important;
  }

  .sm\:tw-uppercase{
    text-transform: uppercase !important;
  }

  .sm\:tw-lowercase{
    text-transform: lowercase !important;
  }

  .sm\:tw-capitalize{
    text-transform: capitalize !important;
  }

  .sm\:tw-normal-case{
    text-transform: none !important;
  }

  .sm\:tw-underline{
    text-decoration: underline !important;
  }

  .sm\:tw-line-through{
    text-decoration: line-through !important;
  }

  .sm\:tw-no-underline{
    text-decoration: none !important;
  }

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

  .sm\:hover\:tw-line-through:hover{
    text-decoration: line-through !important;
  }

  .sm\:hover\:tw-no-underline:hover{
    text-decoration: none !important;
  }

  .sm\:focus\:tw-underline:focus{
    text-decoration: underline !important;
  }

  .sm\:focus\:tw-line-through:focus{
    text-decoration: line-through !important;
  }

  .sm\:focus\:tw-no-underline:focus{
    text-decoration: none !important;
  }

  .sm\:tw-antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:tw-subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:tw-tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .sm\:tw-tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .sm\:tw-tracking-normal{
    letter-spacing: 0 !important;
  }

  .sm\:tw-tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .sm\:tw-tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .sm\:tw-tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .sm\:tw-select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .sm\:tw-select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .sm\:tw-select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .sm\:tw-select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:tw-align-baseline{
    vertical-align: baseline !important;
  }

  .sm\:tw-align-top{
    vertical-align: top !important;
  }

  .sm\:tw-align-middle{
    vertical-align: middle !important;
  }

  .sm\:tw-align-bottom{
    vertical-align: bottom !important;
  }

  .sm\:tw-align-text-top{
    vertical-align: text-top !important;
  }

  .sm\:tw-align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .sm\:tw-visible{
    visibility: visible !important;
  }

  .sm\:tw-invisible{
    visibility: hidden !important;
  }

  .sm\:tw-whitespace-normal{
    white-space: normal !important;
  }

  .sm\:tw-whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .sm\:tw-whitespace-pre{
    white-space: pre !important;
  }

  .sm\:tw-whitespace-pre-line{
    white-space: pre-line !important;
  }

  .sm\:tw-whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .sm\:tw-break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:tw-break-words{
    overflow-wrap: break-word !important;
  }

  .sm\:tw-break-all{
    word-break: break-all !important;
  }

  .sm\:tw-truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:tw-w-0{
    width: 0 !important;
  }

  .sm\:tw-w-1{
    width: 0.25rem !important;
  }

  .sm\:tw-w-2{
    width: 0.5rem !important;
  }

  .sm\:tw-w-3{
    width: 0.75rem !important;
  }

  .sm\:tw-w-4{
    width: 1rem !important;
  }

  .sm\:tw-w-5{
    width: 1.25rem !important;
  }

  .sm\:tw-w-6{
    width: 1.5rem !important;
  }

  .sm\:tw-w-8{
    width: 2rem !important;
  }

  .sm\:tw-w-10{
    width: 2.5rem !important;
  }

  .sm\:tw-w-12{
    width: 3rem !important;
  }

  .sm\:tw-w-16{
    width: 4rem !important;
  }

  .sm\:tw-w-20{
    width: 5rem !important;
  }

  .sm\:tw-w-24{
    width: 6rem !important;
  }

  .sm\:tw-w-32{
    width: 8rem !important;
  }

  .sm\:tw-w-40{
    width: 10rem !important;
  }

  .sm\:tw-w-48{
    width: 12rem !important;
  }

  .sm\:tw-w-56{
    width: 14rem !important;
  }

  .sm\:tw-w-64{
    width: 16rem !important;
  }

  .sm\:tw-w-auto{
    width: auto !important;
  }

  .sm\:tw-w-px{
    width: 1px !important;
  }

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

  .sm\:tw-w-1\/3{
    width: 33.333333% !important;
  }

  .sm\:tw-w-2\/3{
    width: 66.666667% !important;
  }

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

  .sm\:tw-w-2\/4{
    width: 50% !important;
  }

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

  .sm\:tw-w-1\/5{
    width: 20% !important;
  }

  .sm\:tw-w-2\/5{
    width: 40% !important;
  }

  .sm\:tw-w-3\/5{
    width: 60% !important;
  }

  .sm\:tw-w-4\/5{
    width: 80% !important;
  }

  .sm\:tw-w-1\/6{
    width: 16.666667% !important;
  }

  .sm\:tw-w-2\/6{
    width: 33.333333% !important;
  }

  .sm\:tw-w-3\/6{
    width: 50% !important;
  }

  .sm\:tw-w-4\/6{
    width: 66.666667% !important;
  }

  .sm\:tw-w-5\/6{
    width: 83.333333% !important;
  }

  .sm\:tw-w-1\/12{
    width: 8.333333% !important;
  }

  .sm\:tw-w-2\/12{
    width: 16.666667% !important;
  }

  .sm\:tw-w-3\/12{
    width: 25% !important;
  }

  .sm\:tw-w-4\/12{
    width: 33.333333% !important;
  }

  .sm\:tw-w-5\/12{
    width: 41.666667% !important;
  }

  .sm\:tw-w-6\/12{
    width: 50% !important;
  }

  .sm\:tw-w-7\/12{
    width: 58.333333% !important;
  }

  .sm\:tw-w-8\/12{
    width: 66.666667% !important;
  }

  .sm\:tw-w-9\/12{
    width: 75% !important;
  }

  .sm\:tw-w-10\/12{
    width: 83.333333% !important;
  }

  .sm\:tw-w-11\/12{
    width: 91.666667% !important;
  }

  .sm\:tw-w-full{
    width: 100% !important;
  }

  .sm\:tw-w-screen{
    width: 100vw !important;
  }

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

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

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

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

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

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

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

@media (min-width: 768px){
  .md\:tw-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\:tw-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\:tw-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\:tw-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\:tw-appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:tw-bg-fixed{
    background-attachment: fixed !important;
  }

  .md\:tw-bg-local{
    background-attachment: local !important;
  }

  .md\:tw-bg-scroll{
    background-attachment: scroll !important;
  }

  .md\:tw-bg-transparent{
    background-color: transparent !important;
  }

  .md\:tw-bg-black{
    background-color: #000 !important;
  }

  .md\:tw-bg-white{
    background-color: #fff !important;
  }

  .md\:tw-bg-gray-100{
    background-color: #f7fafc !important;
  }

  .md\:tw-bg-gray-200{
    background-color: #edf2f7 !important;
  }

  .md\:tw-bg-gray-300{
    background-color: #e2e8f0 !important;
  }

  .md\:tw-bg-gray-400{
    background-color: #cbd5e0 !important;
  }

  .md\:tw-bg-gray-500{
    background-color: #a0aec0 !important;
  }

  .md\:tw-bg-gray-600{
    background-color: #718096 !important;
  }

  .md\:tw-bg-gray-700{
    background-color: #4a5568 !important;
  }

  .md\:tw-bg-gray-800{
    background-color: #2d3748 !important;
  }

  .md\:tw-bg-gray-900{
    background-color: #1a202c !important;
  }

  .md\:tw-bg-red-100{
    background-color: #fff5f5 !important;
  }

  .md\:tw-bg-red-200{
    background-color: #fed7d7 !important;
  }

  .md\:tw-bg-red-300{
    background-color: #feb2b2 !important;
  }

  .md\:tw-bg-red-400{
    background-color: #fc8181 !important;
  }

  .md\:tw-bg-red-500{
    background-color: #f56565 !important;
  }

  .md\:tw-bg-red-600{
    background-color: #e53e3e !important;
  }

  .md\:tw-bg-red-700{
    background-color: #c53030 !important;
  }

  .md\:tw-bg-red-800{
    background-color: #9b2c2c !important;
  }

  .md\:tw-bg-red-900{
    background-color: #742a2a !important;
  }

  .md\:tw-bg-orange-100{
    background-color: #fffaf0 !important;
  }

  .md\:tw-bg-orange-200{
    background-color: #feebc8 !important;
  }

  .md\:tw-bg-orange-300{
    background-color: #fbd38d !important;
  }

  .md\:tw-bg-orange-400{
    background-color: #f6ad55 !important;
  }

  .md\:tw-bg-orange-500{
    background-color: #ed8936 !important;
  }

  .md\:tw-bg-orange-600{
    background-color: #dd6b20 !important;
  }

  .md\:tw-bg-orange-700{
    background-color: #c05621 !important;
  }

  .md\:tw-bg-orange-800{
    background-color: #9c4221 !important;
  }

  .md\:tw-bg-orange-900{
    background-color: #7b341e !important;
  }

  .md\:tw-bg-yellow-100{
    background-color: #fffff0 !important;
  }

  .md\:tw-bg-yellow-200{
    background-color: #fefcbf !important;
  }

  .md\:tw-bg-yellow-300{
    background-color: #faf089 !important;
  }

  .md\:tw-bg-yellow-400{
    background-color: #f6e05e !important;
  }

  .md\:tw-bg-yellow-500{
    background-color: #ecc94b !important;
  }

  .md\:tw-bg-yellow-600{
    background-color: #d69e2e !important;
  }

  .md\:tw-bg-yellow-700{
    background-color: #b7791f !important;
  }

  .md\:tw-bg-yellow-800{
    background-color: #975a16 !important;
  }

  .md\:tw-bg-yellow-900{
    background-color: #744210 !important;
  }

  .md\:tw-bg-green-100{
    background-color: #f0fff4 !important;
  }

  .md\:tw-bg-green-200{
    background-color: #c6f6d5 !important;
  }

  .md\:tw-bg-green-300{
    background-color: #9ae6b4 !important;
  }

  .md\:tw-bg-green-400{
    background-color: #68d391 !important;
  }

  .md\:tw-bg-green-500{
    background-color: #48bb78 !important;
  }

  .md\:tw-bg-green-600{
    background-color: #38a169 !important;
  }

  .md\:tw-bg-green-700{
    background-color: #2f855a !important;
  }

  .md\:tw-bg-green-800{
    background-color: #276749 !important;
  }

  .md\:tw-bg-green-900{
    background-color: #22543d !important;
  }

  .md\:tw-bg-teal-100{
    background-color: #e6fffa !important;
  }

  .md\:tw-bg-teal-200{
    background-color: #b2f5ea !important;
  }

  .md\:tw-bg-teal-300{
    background-color: #81e6d9 !important;
  }

  .md\:tw-bg-teal-400{
    background-color: #4fd1c5 !important;
  }

  .md\:tw-bg-teal-500{
    background-color: #38b2ac !important;
  }

  .md\:tw-bg-teal-600{
    background-color: #319795 !important;
  }

  .md\:tw-bg-teal-700{
    background-color: #2c7a7b !important;
  }

  .md\:tw-bg-teal-800{
    background-color: #285e61 !important;
  }

  .md\:tw-bg-teal-900{
    background-color: #234e52 !important;
  }

  .md\:tw-bg-blue-100{
    background-color: #ebf8ff !important;
  }

  .md\:tw-bg-blue-200{
    background-color: #bee3f8 !important;
  }

  .md\:tw-bg-blue-300{
    background-color: #90cdf4 !important;
  }

  .md\:tw-bg-blue-400{
    background-color: #63b3ed !important;
  }

  .md\:tw-bg-blue-500{
    background-color: #4299e1 !important;
  }

  .md\:tw-bg-blue-600{
    background-color: #3182ce !important;
  }

  .md\:tw-bg-blue-700{
    background-color: #2b6cb0 !important;
  }

  .md\:tw-bg-blue-800{
    background-color: #2c5282 !important;
  }

  .md\:tw-bg-blue-900{
    background-color: #2a4365 !important;
  }

  .md\:tw-bg-indigo-100{
    background-color: #ebf4ff !important;
  }

  .md\:tw-bg-indigo-200{
    background-color: #c3dafe !important;
  }

  .md\:tw-bg-indigo-300{
    background-color: #a3bffa !important;
  }

  .md\:tw-bg-indigo-400{
    background-color: #7f9cf5 !important;
  }

  .md\:tw-bg-indigo-500{
    background-color: #667eea !important;
  }

  .md\:tw-bg-indigo-600{
    background-color: #5a67d8 !important;
  }

  .md\:tw-bg-indigo-700{
    background-color: #4c51bf !important;
  }

  .md\:tw-bg-indigo-800{
    background-color: #434190 !important;
  }

  .md\:tw-bg-indigo-900{
    background-color: #3c366b !important;
  }

  .md\:tw-bg-purple-100{
    background-color: #faf5ff !important;
  }

  .md\:tw-bg-purple-200{
    background-color: #e9d8fd !important;
  }

  .md\:tw-bg-purple-300{
    background-color: #d6bcfa !important;
  }

  .md\:tw-bg-purple-400{
    background-color: #b794f4 !important;
  }

  .md\:tw-bg-purple-500{
    background-color: #9f7aea !important;
  }

  .md\:tw-bg-purple-600{
    background-color: #805ad5 !important;
  }

  .md\:tw-bg-purple-700{
    background-color: #6b46c1 !important;
  }

  .md\:tw-bg-purple-800{
    background-color: #553c9a !important;
  }

  .md\:tw-bg-purple-900{
    background-color: #44337a !important;
  }

  .md\:tw-bg-pink-100{
    background-color: #fff5f7 !important;
  }

  .md\:tw-bg-pink-200{
    background-color: #fed7e2 !important;
  }

  .md\:tw-bg-pink-300{
    background-color: #fbb6ce !important;
  }

  .md\:tw-bg-pink-400{
    background-color: #f687b3 !important;
  }

  .md\:tw-bg-pink-500{
    background-color: #ed64a6 !important;
  }

  .md\:tw-bg-pink-600{
    background-color: #d53f8c !important;
  }

  .md\:tw-bg-pink-700{
    background-color: #b83280 !important;
  }

  .md\:tw-bg-pink-800{
    background-color: #97266d !important;
  }

  .md\:tw-bg-pink-900{
    background-color: #702459 !important;
  }

  .md\:hover\:tw-bg-transparent:hover{
    background-color: transparent !important;
  }

  .md\:hover\:tw-bg-black:hover{
    background-color: #000 !important;
  }

  .md\:hover\:tw-bg-white:hover{
    background-color: #fff !important;
  }

  .md\:hover\:tw-bg-gray-100:hover{
    background-color: #f7fafc !important;
  }

  .md\:hover\:tw-bg-gray-200:hover{
    background-color: #edf2f7 !important;
  }

  .md\:hover\:tw-bg-gray-300:hover{
    background-color: #e2e8f0 !important;
  }

  .md\:hover\:tw-bg-gray-400:hover{
    background-color: #cbd5e0 !important;
  }

  .md\:hover\:tw-bg-gray-500:hover{
    background-color: #a0aec0 !important;
  }

  .md\:hover\:tw-bg-gray-600:hover{
    background-color: #718096 !important;
  }

  .md\:hover\:tw-bg-gray-700:hover{
    background-color: #4a5568 !important;
  }

  .md\:hover\:tw-bg-gray-800:hover{
    background-color: #2d3748 !important;
  }

  .md\:hover\:tw-bg-gray-900:hover{
    background-color: #1a202c !important;
  }

  .md\:hover\:tw-bg-red-100:hover{
    background-color: #fff5f5 !important;
  }

  .md\:hover\:tw-bg-red-200:hover{
    background-color: #fed7d7 !important;
  }

  .md\:hover\:tw-bg-red-300:hover{
    background-color: #feb2b2 !important;
  }

  .md\:hover\:tw-bg-red-400:hover{
    background-color: #fc8181 !important;
  }

  .md\:hover\:tw-bg-red-500:hover{
    background-color: #f56565 !important;
  }

  .md\:hover\:tw-bg-red-600:hover{
    background-color: #e53e3e !important;
  }

  .md\:hover\:tw-bg-red-700:hover{
    background-color: #c53030 !important;
  }

  .md\:hover\:tw-bg-red-800:hover{
    background-color: #9b2c2c !important;
  }

  .md\:hover\:tw-bg-red-900:hover{
    background-color: #742a2a !important;
  }

  .md\:hover\:tw-bg-orange-100:hover{
    background-color: #fffaf0 !important;
  }

  .md\:hover\:tw-bg-orange-200:hover{
    background-color: #feebc8 !important;
  }

  .md\:hover\:tw-bg-orange-300:hover{
    background-color: #fbd38d !important;
  }

  .md\:hover\:tw-bg-orange-400:hover{
    background-color: #f6ad55 !important;
  }

  .md\:hover\:tw-bg-orange-500:hover{
    background-color: #ed8936 !important;
  }

  .md\:hover\:tw-bg-orange-600:hover{
    background-color: #dd6b20 !important;
  }

  .md\:hover\:tw-bg-orange-700:hover{
    background-color: #c05621 !important;
  }

  .md\:hover\:tw-bg-orange-800:hover{
    background-color: #9c4221 !important;
  }

  .md\:hover\:tw-bg-orange-900:hover{
    background-color: #7b341e !important;
  }

  .md\:hover\:tw-bg-yellow-100:hover{
    background-color: #fffff0 !important;
  }

  .md\:hover\:tw-bg-yellow-200:hover{
    background-color: #fefcbf !important;
  }

  .md\:hover\:tw-bg-yellow-300:hover{
    background-color: #faf089 !important;
  }

  .md\:hover\:tw-bg-yellow-400:hover{
    background-color: #f6e05e !important;
  }

  .md\:hover\:tw-bg-yellow-500:hover{
    background-color: #ecc94b !important;
  }

  .md\:hover\:tw-bg-yellow-600:hover{
    background-color: #d69e2e !important;
  }

  .md\:hover\:tw-bg-yellow-700:hover{
    background-color: #b7791f !important;
  }

  .md\:hover\:tw-bg-yellow-800:hover{
    background-color: #975a16 !important;
  }

  .md\:hover\:tw-bg-yellow-900:hover{
    background-color: #744210 !important;
  }

  .md\:hover\:tw-bg-green-100:hover{
    background-color: #f0fff4 !important;
  }

  .md\:hover\:tw-bg-green-200:hover{
    background-color: #c6f6d5 !important;
  }

  .md\:hover\:tw-bg-green-300:hover{
    background-color: #9ae6b4 !important;
  }

  .md\:hover\:tw-bg-green-400:hover{
    background-color: #68d391 !important;
  }

  .md\:hover\:tw-bg-green-500:hover{
    background-color: #48bb78 !important;
  }

  .md\:hover\:tw-bg-green-600:hover{
    background-color: #38a169 !important;
  }

  .md\:hover\:tw-bg-green-700:hover{
    background-color: #2f855a !important;
  }

  .md\:hover\:tw-bg-green-800:hover{
    background-color: #276749 !important;
  }

  .md\:hover\:tw-bg-green-900:hover{
    background-color: #22543d !important;
  }

  .md\:hover\:tw-bg-teal-100:hover{
    background-color: #e6fffa !important;
  }

  .md\:hover\:tw-bg-teal-200:hover{
    background-color: #b2f5ea !important;
  }

  .md\:hover\:tw-bg-teal-300:hover{
    background-color: #81e6d9 !important;
  }

  .md\:hover\:tw-bg-teal-400:hover{
    background-color: #4fd1c5 !important;
  }

  .md\:hover\:tw-bg-teal-500:hover{
    background-color: #38b2ac !important;
  }

  .md\:hover\:tw-bg-teal-600:hover{
    background-color: #319795 !important;
  }

  .md\:hover\:tw-bg-teal-700:hover{
    background-color: #2c7a7b !important;
  }

  .md\:hover\:tw-bg-teal-800:hover{
    background-color: #285e61 !important;
  }

  .md\:hover\:tw-bg-teal-900:hover{
    background-color: #234e52 !important;
  }

  .md\:hover\:tw-bg-blue-100:hover{
    background-color: #ebf8ff !important;
  }

  .md\:hover\:tw-bg-blue-200:hover{
    background-color: #bee3f8 !important;
  }

  .md\:hover\:tw-bg-blue-300:hover{
    background-color: #90cdf4 !important;
  }

  .md\:hover\:tw-bg-blue-400:hover{
    background-color: #63b3ed !important;
  }

  .md\:hover\:tw-bg-blue-500:hover{
    background-color: #4299e1 !important;
  }

  .md\:hover\:tw-bg-blue-600:hover{
    background-color: #3182ce !important;
  }

  .md\:hover\:tw-bg-blue-700:hover{
    background-color: #2b6cb0 !important;
  }

  .md\:hover\:tw-bg-blue-800:hover{
    background-color: #2c5282 !important;
  }

  .md\:hover\:tw-bg-blue-900:hover{
    background-color: #2a4365 !important;
  }

  .md\:hover\:tw-bg-indigo-100:hover{
    background-color: #ebf4ff !important;
  }

  .md\:hover\:tw-bg-indigo-200:hover{
    background-color: #c3dafe !important;
  }

  .md\:hover\:tw-bg-indigo-300:hover{
    background-color: #a3bffa !important;
  }

  .md\:hover\:tw-bg-indigo-400:hover{
    background-color: #7f9cf5 !important;
  }

  .md\:hover\:tw-bg-indigo-500:hover{
    background-color: #667eea !important;
  }

  .md\:hover\:tw-bg-indigo-600:hover{
    background-color: #5a67d8 !important;
  }

  .md\:hover\:tw-bg-indigo-700:hover{
    background-color: #4c51bf !important;
  }

  .md\:hover\:tw-bg-indigo-800:hover{
    background-color: #434190 !important;
  }

  .md\:hover\:tw-bg-indigo-900:hover{
    background-color: #3c366b !important;
  }

  .md\:hover\:tw-bg-purple-100:hover{
    background-color: #faf5ff !important;
  }

  .md\:hover\:tw-bg-purple-200:hover{
    background-color: #e9d8fd !important;
  }

  .md\:hover\:tw-bg-purple-300:hover{
    background-color: #d6bcfa !important;
  }

  .md\:hover\:tw-bg-purple-400:hover{
    background-color: #b794f4 !important;
  }

  .md\:hover\:tw-bg-purple-500:hover{
    background-color: #9f7aea !important;
  }

  .md\:hover\:tw-bg-purple-600:hover{
    background-color: #805ad5 !important;
  }

  .md\:hover\:tw-bg-purple-700:hover{
    background-color: #6b46c1 !important;
  }

  .md\:hover\:tw-bg-purple-800:hover{
    background-color: #553c9a !important;
  }

  .md\:hover\:tw-bg-purple-900:hover{
    background-color: #44337a !important;
  }

  .md\:hover\:tw-bg-pink-100:hover{
    background-color: #fff5f7 !important;
  }

  .md\:hover\:tw-bg-pink-200:hover{
    background-color: #fed7e2 !important;
  }

  .md\:hover\:tw-bg-pink-300:hover{
    background-color: #fbb6ce !important;
  }

  .md\:hover\:tw-bg-pink-400:hover{
    background-color: #f687b3 !important;
  }

  .md\:hover\:tw-bg-pink-500:hover{
    background-color: #ed64a6 !important;
  }

  .md\:hover\:tw-bg-pink-600:hover{
    background-color: #d53f8c !important;
  }

  .md\:hover\:tw-bg-pink-700:hover{
    background-color: #b83280 !important;
  }

  .md\:hover\:tw-bg-pink-800:hover{
    background-color: #97266d !important;
  }

  .md\:hover\:tw-bg-pink-900:hover{
    background-color: #702459 !important;
  }

  .md\:focus\:tw-bg-transparent:focus{
    background-color: transparent !important;
  }

  .md\:focus\:tw-bg-black:focus{
    background-color: #000 !important;
  }

  .md\:focus\:tw-bg-white:focus{
    background-color: #fff !important;
  }

  .md\:focus\:tw-bg-gray-100:focus{
    background-color: #f7fafc !important;
  }

  .md\:focus\:tw-bg-gray-200:focus{
    background-color: #edf2f7 !important;
  }

  .md\:focus\:tw-bg-gray-300:focus{
    background-color: #e2e8f0 !important;
  }

  .md\:focus\:tw-bg-gray-400:focus{
    background-color: #cbd5e0 !important;
  }

  .md\:focus\:tw-bg-gray-500:focus{
    background-color: #a0aec0 !important;
  }

  .md\:focus\:tw-bg-gray-600:focus{
    background-color: #718096 !important;
  }

  .md\:focus\:tw-bg-gray-700:focus{
    background-color: #4a5568 !important;
  }

  .md\:focus\:tw-bg-gray-800:focus{
    background-color: #2d3748 !important;
  }

  .md\:focus\:tw-bg-gray-900:focus{
    background-color: #1a202c !important;
  }

  .md\:focus\:tw-bg-red-100:focus{
    background-color: #fff5f5 !important;
  }

  .md\:focus\:tw-bg-red-200:focus{
    background-color: #fed7d7 !important;
  }

  .md\:focus\:tw-bg-red-300:focus{
    background-color: #feb2b2 !important;
  }

  .md\:focus\:tw-bg-red-400:focus{
    background-color: #fc8181 !important;
  }

  .md\:focus\:tw-bg-red-500:focus{
    background-color: #f56565 !important;
  }

  .md\:focus\:tw-bg-red-600:focus{
    background-color: #e53e3e !important;
  }

  .md\:focus\:tw-bg-red-700:focus{
    background-color: #c53030 !important;
  }

  .md\:focus\:tw-bg-red-800:focus{
    background-color: #9b2c2c !important;
  }

  .md\:focus\:tw-bg-red-900:focus{
    background-color: #742a2a !important;
  }

  .md\:focus\:tw-bg-orange-100:focus{
    background-color: #fffaf0 !important;
  }

  .md\:focus\:tw-bg-orange-200:focus{
    background-color: #feebc8 !important;
  }

  .md\:focus\:tw-bg-orange-300:focus{
    background-color: #fbd38d !important;
  }

  .md\:focus\:tw-bg-orange-400:focus{
    background-color: #f6ad55 !important;
  }

  .md\:focus\:tw-bg-orange-500:focus{
    background-color: #ed8936 !important;
  }

  .md\:focus\:tw-bg-orange-600:focus{
    background-color: #dd6b20 !important;
  }

  .md\:focus\:tw-bg-orange-700:focus{
    background-color: #c05621 !important;
  }

  .md\:focus\:tw-bg-orange-800:focus{
    background-color: #9c4221 !important;
  }

  .md\:focus\:tw-bg-orange-900:focus{
    background-color: #7b341e !important;
  }

  .md\:focus\:tw-bg-yellow-100:focus{
    background-color: #fffff0 !important;
  }

  .md\:focus\:tw-bg-yellow-200:focus{
    background-color: #fefcbf !important;
  }

  .md\:focus\:tw-bg-yellow-300:focus{
    background-color: #faf089 !important;
  }

  .md\:focus\:tw-bg-yellow-400:focus{
    background-color: #f6e05e !important;
  }

  .md\:focus\:tw-bg-yellow-500:focus{
    background-color: #ecc94b !important;
  }

  .md\:focus\:tw-bg-yellow-600:focus{
    background-color: #d69e2e !important;
  }

  .md\:focus\:tw-bg-yellow-700:focus{
    background-color: #b7791f !important;
  }

  .md\:focus\:tw-bg-yellow-800:focus{
    background-color: #975a16 !important;
  }

  .md\:focus\:tw-bg-yellow-900:focus{
    background-color: #744210 !important;
  }

  .md\:focus\:tw-bg-green-100:focus{
    background-color: #f0fff4 !important;
  }

  .md\:focus\:tw-bg-green-200:focus{
    background-color: #c6f6d5 !important;
  }

  .md\:focus\:tw-bg-green-300:focus{
    background-color: #9ae6b4 !important;
  }

  .md\:focus\:tw-bg-green-400:focus{
    background-color: #68d391 !important;
  }

  .md\:focus\:tw-bg-green-500:focus{
    background-color: #48bb78 !important;
  }

  .md\:focus\:tw-bg-green-600:focus{
    background-color: #38a169 !important;
  }

  .md\:focus\:tw-bg-green-700:focus{
    background-color: #2f855a !important;
  }

  .md\:focus\:tw-bg-green-800:focus{
    background-color: #276749 !important;
  }

  .md\:focus\:tw-bg-green-900:focus{
    background-color: #22543d !important;
  }

  .md\:focus\:tw-bg-teal-100:focus{
    background-color: #e6fffa !important;
  }

  .md\:focus\:tw-bg-teal-200:focus{
    background-color: #b2f5ea !important;
  }

  .md\:focus\:tw-bg-teal-300:focus{
    background-color: #81e6d9 !important;
  }

  .md\:focus\:tw-bg-teal-400:focus{
    background-color: #4fd1c5 !important;
  }

  .md\:focus\:tw-bg-teal-500:focus{
    background-color: #38b2ac !important;
  }

  .md\:focus\:tw-bg-teal-600:focus{
    background-color: #319795 !important;
  }

  .md\:focus\:tw-bg-teal-700:focus{
    background-color: #2c7a7b !important;
  }

  .md\:focus\:tw-bg-teal-800:focus{
    background-color: #285e61 !important;
  }

  .md\:focus\:tw-bg-teal-900:focus{
    background-color: #234e52 !important;
  }

  .md\:focus\:tw-bg-blue-100:focus{
    background-color: #ebf8ff !important;
  }

  .md\:focus\:tw-bg-blue-200:focus{
    background-color: #bee3f8 !important;
  }

  .md\:focus\:tw-bg-blue-300:focus{
    background-color: #90cdf4 !important;
  }

  .md\:focus\:tw-bg-blue-400:focus{
    background-color: #63b3ed !important;
  }

  .md\:focus\:tw-bg-blue-500:focus{
    background-color: #4299e1 !important;
  }

  .md\:focus\:tw-bg-blue-600:focus{
    background-color: #3182ce !important;
  }

  .md\:focus\:tw-bg-blue-700:focus{
    background-color: #2b6cb0 !important;
  }

  .md\:focus\:tw-bg-blue-800:focus{
    background-color: #2c5282 !important;
  }

  .md\:focus\:tw-bg-blue-900:focus{
    background-color: #2a4365 !important;
  }

  .md\:focus\:tw-bg-indigo-100:focus{
    background-color: #ebf4ff !important;
  }

  .md\:focus\:tw-bg-indigo-200:focus{
    background-color: #c3dafe !important;
  }

  .md\:focus\:tw-bg-indigo-300:focus{
    background-color: #a3bffa !important;
  }

  .md\:focus\:tw-bg-indigo-400:focus{
    background-color: #7f9cf5 !important;
  }

  .md\:focus\:tw-bg-indigo-500:focus{
    background-color: #667eea !important;
  }

  .md\:focus\:tw-bg-indigo-600:focus{
    background-color: #5a67d8 !important;
  }

  .md\:focus\:tw-bg-indigo-700:focus{
    background-color: #4c51bf !important;
  }

  .md\:focus\:tw-bg-indigo-800:focus{
    background-color: #434190 !important;
  }

  .md\:focus\:tw-bg-indigo-900:focus{
    background-color: #3c366b !important;
  }

  .md\:focus\:tw-bg-purple-100:focus{
    background-color: #faf5ff !important;
  }

  .md\:focus\:tw-bg-purple-200:focus{
    background-color: #e9d8fd !important;
  }

  .md\:focus\:tw-bg-purple-300:focus{
    background-color: #d6bcfa !important;
  }

  .md\:focus\:tw-bg-purple-400:focus{
    background-color: #b794f4 !important;
  }

  .md\:focus\:tw-bg-purple-500:focus{
    background-color: #9f7aea !important;
  }

  .md\:focus\:tw-bg-purple-600:focus{
    background-color: #805ad5 !important;
  }

  .md\:focus\:tw-bg-purple-700:focus{
    background-color: #6b46c1 !important;
  }

  .md\:focus\:tw-bg-purple-800:focus{
    background-color: #553c9a !important;
  }

  .md\:focus\:tw-bg-purple-900:focus{
    background-color: #44337a !important;
  }

  .md\:focus\:tw-bg-pink-100:focus{
    background-color: #fff5f7 !important;
  }

  .md\:focus\:tw-bg-pink-200:focus{
    background-color: #fed7e2 !important;
  }

  .md\:focus\:tw-bg-pink-300:focus{
    background-color: #fbb6ce !important;
  }

  .md\:focus\:tw-bg-pink-400:focus{
    background-color: #f687b3 !important;
  }

  .md\:focus\:tw-bg-pink-500:focus{
    background-color: #ed64a6 !important;
  }

  .md\:focus\:tw-bg-pink-600:focus{
    background-color: #d53f8c !important;
  }

  .md\:focus\:tw-bg-pink-700:focus{
    background-color: #b83280 !important;
  }

  .md\:focus\:tw-bg-pink-800:focus{
    background-color: #97266d !important;
  }

  .md\:focus\:tw-bg-pink-900:focus{
    background-color: #702459 !important;
  }

  .md\:tw-bg-bottom{
    background-position: bottom !important;
  }

  .md\:tw-bg-center{
    background-position: center !important;
  }

  .md\:tw-bg-left{
    background-position: left !important;
  }

  .md\:tw-bg-left-bottom{
    background-position: left bottom !important;
  }

  .md\:tw-bg-left-top{
    background-position: left top !important;
  }

  .md\:tw-bg-right{
    background-position: right !important;
  }

  .md\:tw-bg-right-bottom{
    background-position: right bottom !important;
  }

  .md\:tw-bg-right-top{
    background-position: right top !important;
  }

  .md\:tw-bg-top{
    background-position: top !important;
  }

  .md\:tw-bg-repeat{
    background-repeat: repeat !important;
  }

  .md\:tw-bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .md\:tw-bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .md\:tw-bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .md\:tw-bg-repeat-round{
    background-repeat: round !important;
  }

  .md\:tw-bg-repeat-space{
    background-repeat: space !important;
  }

  .md\:tw-bg-auto{
    background-size: auto !important;
  }

  .md\:tw-bg-cover{
    background-size: cover !important;
  }

  .md\:tw-bg-contain{
    background-size: contain !important;
  }

  .md\:tw-border-collapse{
    border-collapse: collapse !important;
  }

  .md\:tw-border-separate{
    border-collapse: separate !important;
  }

  .md\:tw-border-transparent{
    border-color: transparent !important;
  }

  .md\:tw-border-black{
    border-color: #000 !important;
  }

  .md\:tw-border-white{
    border-color: #fff !important;
  }

  .md\:tw-border-gray-100{
    border-color: #f7fafc !important;
  }

  .md\:tw-border-gray-200{
    border-color: #edf2f7 !important;
  }

  .md\:tw-border-gray-300{
    border-color: #e2e8f0 !important;
  }

  .md\:tw-border-gray-400{
    border-color: #cbd5e0 !important;
  }

  .md\:tw-border-gray-500{
    border-color: #a0aec0 !important;
  }

  .md\:tw-border-gray-600{
    border-color: #718096 !important;
  }

  .md\:tw-border-gray-700{
    border-color: #4a5568 !important;
  }

  .md\:tw-border-gray-800{
    border-color: #2d3748 !important;
  }

  .md\:tw-border-gray-900{
    border-color: #1a202c !important;
  }

  .md\:tw-border-red-100{
    border-color: #fff5f5 !important;
  }

  .md\:tw-border-red-200{
    border-color: #fed7d7 !important;
  }

  .md\:tw-border-red-300{
    border-color: #feb2b2 !important;
  }

  .md\:tw-border-red-400{
    border-color: #fc8181 !important;
  }

  .md\:tw-border-red-500{
    border-color: #f56565 !important;
  }

  .md\:tw-border-red-600{
    border-color: #e53e3e !important;
  }

  .md\:tw-border-red-700{
    border-color: #c53030 !important;
  }

  .md\:tw-border-red-800{
    border-color: #9b2c2c !important;
  }

  .md\:tw-border-red-900{
    border-color: #742a2a !important;
  }

  .md\:tw-border-orange-100{
    border-color: #fffaf0 !important;
  }

  .md\:tw-border-orange-200{
    border-color: #feebc8 !important;
  }

  .md\:tw-border-orange-300{
    border-color: #fbd38d !important;
  }

  .md\:tw-border-orange-400{
    border-color: #f6ad55 !important;
  }

  .md\:tw-border-orange-500{
    border-color: #ed8936 !important;
  }

  .md\:tw-border-orange-600{
    border-color: #dd6b20 !important;
  }

  .md\:tw-border-orange-700{
    border-color: #c05621 !important;
  }

  .md\:tw-border-orange-800{
    border-color: #9c4221 !important;
  }

  .md\:tw-border-orange-900{
    border-color: #7b341e !important;
  }

  .md\:tw-border-yellow-100{
    border-color: #fffff0 !important;
  }

  .md\:tw-border-yellow-200{
    border-color: #fefcbf !important;
  }

  .md\:tw-border-yellow-300{
    border-color: #faf089 !important;
  }

  .md\:tw-border-yellow-400{
    border-color: #f6e05e !important;
  }

  .md\:tw-border-yellow-500{
    border-color: #ecc94b !important;
  }

  .md\:tw-border-yellow-600{
    border-color: #d69e2e !important;
  }

  .md\:tw-border-yellow-700{
    border-color: #b7791f !important;
  }

  .md\:tw-border-yellow-800{
    border-color: #975a16 !important;
  }

  .md\:tw-border-yellow-900{
    border-color: #744210 !important;
  }

  .md\:tw-border-green-100{
    border-color: #f0fff4 !important;
  }

  .md\:tw-border-green-200{
    border-color: #c6f6d5 !important;
  }

  .md\:tw-border-green-300{
    border-color: #9ae6b4 !important;
  }

  .md\:tw-border-green-400{
    border-color: #68d391 !important;
  }

  .md\:tw-border-green-500{
    border-color: #48bb78 !important;
  }

  .md\:tw-border-green-600{
    border-color: #38a169 !important;
  }

  .md\:tw-border-green-700{
    border-color: #2f855a !important;
  }

  .md\:tw-border-green-800{
    border-color: #276749 !important;
  }

  .md\:tw-border-green-900{
    border-color: #22543d !important;
  }

  .md\:tw-border-teal-100{
    border-color: #e6fffa !important;
  }

  .md\:tw-border-teal-200{
    border-color: #b2f5ea !important;
  }

  .md\:tw-border-teal-300{
    border-color: #81e6d9 !important;
  }

  .md\:tw-border-teal-400{
    border-color: #4fd1c5 !important;
  }

  .md\:tw-border-teal-500{
    border-color: #38b2ac !important;
  }

  .md\:tw-border-teal-600{
    border-color: #319795 !important;
  }

  .md\:tw-border-teal-700{
    border-color: #2c7a7b !important;
  }

  .md\:tw-border-teal-800{
    border-color: #285e61 !important;
  }

  .md\:tw-border-teal-900{
    border-color: #234e52 !important;
  }

  .md\:tw-border-blue-100{
    border-color: #ebf8ff !important;
  }

  .md\:tw-border-blue-200{
    border-color: #bee3f8 !important;
  }

  .md\:tw-border-blue-300{
    border-color: #90cdf4 !important;
  }

  .md\:tw-border-blue-400{
    border-color: #63b3ed !important;
  }

  .md\:tw-border-blue-500{
    border-color: #4299e1 !important;
  }

  .md\:tw-border-blue-600{
    border-color: #3182ce !important;
  }

  .md\:tw-border-blue-700{
    border-color: #2b6cb0 !important;
  }

  .md\:tw-border-blue-800{
    border-color: #2c5282 !important;
  }

  .md\:tw-border-blue-900{
    border-color: #2a4365 !important;
  }

  .md\:tw-border-indigo-100{
    border-color: #ebf4ff !important;
  }

  .md\:tw-border-indigo-200{
    border-color: #c3dafe !important;
  }

  .md\:tw-border-indigo-300{
    border-color: #a3bffa !important;
  }

  .md\:tw-border-indigo-400{
    border-color: #7f9cf5 !important;
  }

  .md\:tw-border-indigo-500{
    border-color: #667eea !important;
  }

  .md\:tw-border-indigo-600{
    border-color: #5a67d8 !important;
  }

  .md\:tw-border-indigo-700{
    border-color: #4c51bf !important;
  }

  .md\:tw-border-indigo-800{
    border-color: #434190 !important;
  }

  .md\:tw-border-indigo-900{
    border-color: #3c366b !important;
  }

  .md\:tw-border-purple-100{
    border-color: #faf5ff !important;
  }

  .md\:tw-border-purple-200{
    border-color: #e9d8fd !important;
  }

  .md\:tw-border-purple-300{
    border-color: #d6bcfa !important;
  }

  .md\:tw-border-purple-400{
    border-color: #b794f4 !important;
  }

  .md\:tw-border-purple-500{
    border-color: #9f7aea !important;
  }

  .md\:tw-border-purple-600{
    border-color: #805ad5 !important;
  }

  .md\:tw-border-purple-700{
    border-color: #6b46c1 !important;
  }

  .md\:tw-border-purple-800{
    border-color: #553c9a !important;
  }

  .md\:tw-border-purple-900{
    border-color: #44337a !important;
  }

  .md\:tw-border-pink-100{
    border-color: #fff5f7 !important;
  }

  .md\:tw-border-pink-200{
    border-color: #fed7e2 !important;
  }

  .md\:tw-border-pink-300{
    border-color: #fbb6ce !important;
  }

  .md\:tw-border-pink-400{
    border-color: #f687b3 !important;
  }

  .md\:tw-border-pink-500{
    border-color: #ed64a6 !important;
  }

  .md\:tw-border-pink-600{
    border-color: #d53f8c !important;
  }

  .md\:tw-border-pink-700{
    border-color: #b83280 !important;
  }

  .md\:tw-border-pink-800{
    border-color: #97266d !important;
  }

  .md\:tw-border-pink-900{
    border-color: #702459 !important;
  }

  .md\:hover\:tw-border-transparent:hover{
    border-color: transparent !important;
  }

  .md\:hover\:tw-border-black:hover{
    border-color: #000 !important;
  }

  .md\:hover\:tw-border-white:hover{
    border-color: #fff !important;
  }

  .md\:hover\:tw-border-gray-100:hover{
    border-color: #f7fafc !important;
  }

  .md\:hover\:tw-border-gray-200:hover{
    border-color: #edf2f7 !important;
  }

  .md\:hover\:tw-border-gray-300:hover{
    border-color: #e2e8f0 !important;
  }

  .md\:hover\:tw-border-gray-400:hover{
    border-color: #cbd5e0 !important;
  }

  .md\:hover\:tw-border-gray-500:hover{
    border-color: #a0aec0 !important;
  }

  .md\:hover\:tw-border-gray-600:hover{
    border-color: #718096 !important;
  }

  .md\:hover\:tw-border-gray-700:hover{
    border-color: #4a5568 !important;
  }

  .md\:hover\:tw-border-gray-800:hover{
    border-color: #2d3748 !important;
  }

  .md\:hover\:tw-border-gray-900:hover{
    border-color: #1a202c !important;
  }

  .md\:hover\:tw-border-red-100:hover{
    border-color: #fff5f5 !important;
  }

  .md\:hover\:tw-border-red-200:hover{
    border-color: #fed7d7 !important;
  }

  .md\:hover\:tw-border-red-300:hover{
    border-color: #feb2b2 !important;
  }

  .md\:hover\:tw-border-red-400:hover{
    border-color: #fc8181 !important;
  }

  .md\:hover\:tw-border-red-500:hover{
    border-color: #f56565 !important;
  }

  .md\:hover\:tw-border-red-600:hover{
    border-color: #e53e3e !important;
  }

  .md\:hover\:tw-border-red-700:hover{
    border-color: #c53030 !important;
  }

  .md\:hover\:tw-border-red-800:hover{
    border-color: #9b2c2c !important;
  }

  .md\:hover\:tw-border-red-900:hover{
    border-color: #742a2a !important;
  }

  .md\:hover\:tw-border-orange-100:hover{
    border-color: #fffaf0 !important;
  }

  .md\:hover\:tw-border-orange-200:hover{
    border-color: #feebc8 !important;
  }

  .md\:hover\:tw-border-orange-300:hover{
    border-color: #fbd38d !important;
  }

  .md\:hover\:tw-border-orange-400:hover{
    border-color: #f6ad55 !important;
  }

  .md\:hover\:tw-border-orange-500:hover{
    border-color: #ed8936 !important;
  }

  .md\:hover\:tw-border-orange-600:hover{
    border-color: #dd6b20 !important;
  }

  .md\:hover\:tw-border-orange-700:hover{
    border-color: #c05621 !important;
  }

  .md\:hover\:tw-border-orange-800:hover{
    border-color: #9c4221 !important;
  }

  .md\:hover\:tw-border-orange-900:hover{
    border-color: #7b341e !important;
  }

  .md\:hover\:tw-border-yellow-100:hover{
    border-color: #fffff0 !important;
  }

  .md\:hover\:tw-border-yellow-200:hover{
    border-color: #fefcbf !important;
  }

  .md\:hover\:tw-border-yellow-300:hover{
    border-color: #faf089 !important;
  }

  .md\:hover\:tw-border-yellow-400:hover{
    border-color: #f6e05e !important;
  }

  .md\:hover\:tw-border-yellow-500:hover{
    border-color: #ecc94b !important;
  }

  .md\:hover\:tw-border-yellow-600:hover{
    border-color: #d69e2e !important;
  }

  .md\:hover\:tw-border-yellow-700:hover{
    border-color: #b7791f !important;
  }

  .md\:hover\:tw-border-yellow-800:hover{
    border-color: #975a16 !important;
  }

  .md\:hover\:tw-border-yellow-900:hover{
    border-color: #744210 !important;
  }

  .md\:hover\:tw-border-green-100:hover{
    border-color: #f0fff4 !important;
  }

  .md\:hover\:tw-border-green-200:hover{
    border-color: #c6f6d5 !important;
  }

  .md\:hover\:tw-border-green-300:hover{
    border-color: #9ae6b4 !important;
  }

  .md\:hover\:tw-border-green-400:hover{
    border-color: #68d391 !important;
  }

  .md\:hover\:tw-border-green-500:hover{
    border-color: #48bb78 !important;
  }

  .md\:hover\:tw-border-green-600:hover{
    border-color: #38a169 !important;
  }

  .md\:hover\:tw-border-green-700:hover{
    border-color: #2f855a !important;
  }

  .md\:hover\:tw-border-green-800:hover{
    border-color: #276749 !important;
  }

  .md\:hover\:tw-border-green-900:hover{
    border-color: #22543d !important;
  }

  .md\:hover\:tw-border-teal-100:hover{
    border-color: #e6fffa !important;
  }

  .md\:hover\:tw-border-teal-200:hover{
    border-color: #b2f5ea !important;
  }

  .md\:hover\:tw-border-teal-300:hover{
    border-color: #81e6d9 !important;
  }

  .md\:hover\:tw-border-teal-400:hover{
    border-color: #4fd1c5 !important;
  }

  .md\:hover\:tw-border-teal-500:hover{
    border-color: #38b2ac !important;
  }

  .md\:hover\:tw-border-teal-600:hover{
    border-color: #319795 !important;
  }

  .md\:hover\:tw-border-teal-700:hover{
    border-color: #2c7a7b !important;
  }

  .md\:hover\:tw-border-teal-800:hover{
    border-color: #285e61 !important;
  }

  .md\:hover\:tw-border-teal-900:hover{
    border-color: #234e52 !important;
  }

  .md\:hover\:tw-border-blue-100:hover{
    border-color: #ebf8ff !important;
  }

  .md\:hover\:tw-border-blue-200:hover{
    border-color: #bee3f8 !important;
  }

  .md\:hover\:tw-border-blue-300:hover{
    border-color: #90cdf4 !important;
  }

  .md\:hover\:tw-border-blue-400:hover{
    border-color: #63b3ed !important;
  }

  .md\:hover\:tw-border-blue-500:hover{
    border-color: #4299e1 !important;
  }

  .md\:hover\:tw-border-blue-600:hover{
    border-color: #3182ce !important;
  }

  .md\:hover\:tw-border-blue-700:hover{
    border-color: #2b6cb0 !important;
  }

  .md\:hover\:tw-border-blue-800:hover{
    border-color: #2c5282 !important;
  }

  .md\:hover\:tw-border-blue-900:hover{
    border-color: #2a4365 !important;
  }

  .md\:hover\:tw-border-indigo-100:hover{
    border-color: #ebf4ff !important;
  }

  .md\:hover\:tw-border-indigo-200:hover{
    border-color: #c3dafe !important;
  }

  .md\:hover\:tw-border-indigo-300:hover{
    border-color: #a3bffa !important;
  }

  .md\:hover\:tw-border-indigo-400:hover{
    border-color: #7f9cf5 !important;
  }

  .md\:hover\:tw-border-indigo-500:hover{
    border-color: #667eea !important;
  }

  .md\:hover\:tw-border-indigo-600:hover{
    border-color: #5a67d8 !important;
  }

  .md\:hover\:tw-border-indigo-700:hover{
    border-color: #4c51bf !important;
  }

  .md\:hover\:tw-border-indigo-800:hover{
    border-color: #434190 !important;
  }

  .md\:hover\:tw-border-indigo-900:hover{
    border-color: #3c366b !important;
  }

  .md\:hover\:tw-border-purple-100:hover{
    border-color: #faf5ff !important;
  }

  .md\:hover\:tw-border-purple-200:hover{
    border-color: #e9d8fd !important;
  }

  .md\:hover\:tw-border-purple-300:hover{
    border-color: #d6bcfa !important;
  }

  .md\:hover\:tw-border-purple-400:hover{
    border-color: #b794f4 !important;
  }

  .md\:hover\:tw-border-purple-500:hover{
    border-color: #9f7aea !important;
  }

  .md\:hover\:tw-border-purple-600:hover{
    border-color: #805ad5 !important;
  }

  .md\:hover\:tw-border-purple-700:hover{
    border-color: #6b46c1 !important;
  }

  .md\:hover\:tw-border-purple-800:hover{
    border-color: #553c9a !important;
  }

  .md\:hover\:tw-border-purple-900:hover{
    border-color: #44337a !important;
  }

  .md\:hover\:tw-border-pink-100:hover{
    border-color: #fff5f7 !important;
  }

  .md\:hover\:tw-border-pink-200:hover{
    border-color: #fed7e2 !important;
  }

  .md\:hover\:tw-border-pink-300:hover{
    border-color: #fbb6ce !important;
  }

  .md\:hover\:tw-border-pink-400:hover{
    border-color: #f687b3 !important;
  }

  .md\:hover\:tw-border-pink-500:hover{
    border-color: #ed64a6 !important;
  }

  .md\:hover\:tw-border-pink-600:hover{
    border-color: #d53f8c !important;
  }

  .md\:hover\:tw-border-pink-700:hover{
    border-color: #b83280 !important;
  }

  .md\:hover\:tw-border-pink-800:hover{
    border-color: #97266d !important;
  }

  .md\:hover\:tw-border-pink-900:hover{
    border-color: #702459 !important;
  }

  .md\:focus\:tw-border-transparent:focus{
    border-color: transparent !important;
  }

  .md\:focus\:tw-border-black:focus{
    border-color: #000 !important;
  }

  .md\:focus\:tw-border-white:focus{
    border-color: #fff !important;
  }

  .md\:focus\:tw-border-gray-100:focus{
    border-color: #f7fafc !important;
  }

  .md\:focus\:tw-border-gray-200:focus{
    border-color: #edf2f7 !important;
  }

  .md\:focus\:tw-border-gray-300:focus{
    border-color: #e2e8f0 !important;
  }

  .md\:focus\:tw-border-gray-400:focus{
    border-color: #cbd5e0 !important;
  }

  .md\:focus\:tw-border-gray-500:focus{
    border-color: #a0aec0 !important;
  }

  .md\:focus\:tw-border-gray-600:focus{
    border-color: #718096 !important;
  }

  .md\:focus\:tw-border-gray-700:focus{
    border-color: #4a5568 !important;
  }

  .md\:focus\:tw-border-gray-800:focus{
    border-color: #2d3748 !important;
  }

  .md\:focus\:tw-border-gray-900:focus{
    border-color: #1a202c !important;
  }

  .md\:focus\:tw-border-red-100:focus{
    border-color: #fff5f5 !important;
  }

  .md\:focus\:tw-border-red-200:focus{
    border-color: #fed7d7 !important;
  }

  .md\:focus\:tw-border-red-300:focus{
    border-color: #feb2b2 !important;
  }

  .md\:focus\:tw-border-red-400:focus{
    border-color: #fc8181 !important;
  }

  .md\:focus\:tw-border-red-500:focus{
    border-color: #f56565 !important;
  }

  .md\:focus\:tw-border-red-600:focus{
    border-color: #e53e3e !important;
  }

  .md\:focus\:tw-border-red-700:focus{
    border-color: #c53030 !important;
  }

  .md\:focus\:tw-border-red-800:focus{
    border-color: #9b2c2c !important;
  }

  .md\:focus\:tw-border-red-900:focus{
    border-color: #742a2a !important;
  }

  .md\:focus\:tw-border-orange-100:focus{
    border-color: #fffaf0 !important;
  }

  .md\:focus\:tw-border-orange-200:focus{
    border-color: #feebc8 !important;
  }

  .md\:focus\:tw-border-orange-300:focus{
    border-color: #fbd38d !important;
  }

  .md\:focus\:tw-border-orange-400:focus{
    border-color: #f6ad55 !important;
  }

  .md\:focus\:tw-border-orange-500:focus{
    border-color: #ed8936 !important;
  }

  .md\:focus\:tw-border-orange-600:focus{
    border-color: #dd6b20 !important;
  }

  .md\:focus\:tw-border-orange-700:focus{
    border-color: #c05621 !important;
  }

  .md\:focus\:tw-border-orange-800:focus{
    border-color: #9c4221 !important;
  }

  .md\:focus\:tw-border-orange-900:focus{
    border-color: #7b341e !important;
  }

  .md\:focus\:tw-border-yellow-100:focus{
    border-color: #fffff0 !important;
  }

  .md\:focus\:tw-border-yellow-200:focus{
    border-color: #fefcbf !important;
  }

  .md\:focus\:tw-border-yellow-300:focus{
    border-color: #faf089 !important;
  }

  .md\:focus\:tw-border-yellow-400:focus{
    border-color: #f6e05e !important;
  }

  .md\:focus\:tw-border-yellow-500:focus{
    border-color: #ecc94b !important;
  }

  .md\:focus\:tw-border-yellow-600:focus{
    border-color: #d69e2e !important;
  }

  .md\:focus\:tw-border-yellow-700:focus{
    border-color: #b7791f !important;
  }

  .md\:focus\:tw-border-yellow-800:focus{
    border-color: #975a16 !important;
  }

  .md\:focus\:tw-border-yellow-900:focus{
    border-color: #744210 !important;
  }

  .md\:focus\:tw-border-green-100:focus{
    border-color: #f0fff4 !important;
  }

  .md\:focus\:tw-border-green-200:focus{
    border-color: #c6f6d5 !important;
  }

  .md\:focus\:tw-border-green-300:focus{
    border-color: #9ae6b4 !important;
  }

  .md\:focus\:tw-border-green-400:focus{
    border-color: #68d391 !important;
  }

  .md\:focus\:tw-border-green-500:focus{
    border-color: #48bb78 !important;
  }

  .md\:focus\:tw-border-green-600:focus{
    border-color: #38a169 !important;
  }

  .md\:focus\:tw-border-green-700:focus{
    border-color: #2f855a !important;
  }

  .md\:focus\:tw-border-green-800:focus{
    border-color: #276749 !important;
  }

  .md\:focus\:tw-border-green-900:focus{
    border-color: #22543d !important;
  }

  .md\:focus\:tw-border-teal-100:focus{
    border-color: #e6fffa !important;
  }

  .md\:focus\:tw-border-teal-200:focus{
    border-color: #b2f5ea !important;
  }

  .md\:focus\:tw-border-teal-300:focus{
    border-color: #81e6d9 !important;
  }

  .md\:focus\:tw-border-teal-400:focus{
    border-color: #4fd1c5 !important;
  }

  .md\:focus\:tw-border-teal-500:focus{
    border-color: #38b2ac !important;
  }

  .md\:focus\:tw-border-teal-600:focus{
    border-color: #319795 !important;
  }

  .md\:focus\:tw-border-teal-700:focus{
    border-color: #2c7a7b !important;
  }

  .md\:focus\:tw-border-teal-800:focus{
    border-color: #285e61 !important;
  }

  .md\:focus\:tw-border-teal-900:focus{
    border-color: #234e52 !important;
  }

  .md\:focus\:tw-border-blue-100:focus{
    border-color: #ebf8ff !important;
  }

  .md\:focus\:tw-border-blue-200:focus{
    border-color: #bee3f8 !important;
  }

  .md\:focus\:tw-border-blue-300:focus{
    border-color: #90cdf4 !important;
  }

  .md\:focus\:tw-border-blue-400:focus{
    border-color: #63b3ed !important;
  }

  .md\:focus\:tw-border-blue-500:focus{
    border-color: #4299e1 !important;
  }

  .md\:focus\:tw-border-blue-600:focus{
    border-color: #3182ce !important;
  }

  .md\:focus\:tw-border-blue-700:focus{
    border-color: #2b6cb0 !important;
  }

  .md\:focus\:tw-border-blue-800:focus{
    border-color: #2c5282 !important;
  }

  .md\:focus\:tw-border-blue-900:focus{
    border-color: #2a4365 !important;
  }

  .md\:focus\:tw-border-indigo-100:focus{
    border-color: #ebf4ff !important;
  }

  .md\:focus\:tw-border-indigo-200:focus{
    border-color: #c3dafe !important;
  }

  .md\:focus\:tw-border-indigo-300:focus{
    border-color: #a3bffa !important;
  }

  .md\:focus\:tw-border-indigo-400:focus{
    border-color: #7f9cf5 !important;
  }

  .md\:focus\:tw-border-indigo-500:focus{
    border-color: #667eea !important;
  }

  .md\:focus\:tw-border-indigo-600:focus{
    border-color: #5a67d8 !important;
  }

  .md\:focus\:tw-border-indigo-700:focus{
    border-color: #4c51bf !important;
  }

  .md\:focus\:tw-border-indigo-800:focus{
    border-color: #434190 !important;
  }

  .md\:focus\:tw-border-indigo-900:focus{
    border-color: #3c366b !important;
  }

  .md\:focus\:tw-border-purple-100:focus{
    border-color: #faf5ff !important;
  }

  .md\:focus\:tw-border-purple-200:focus{
    border-color: #e9d8fd !important;
  }

  .md\:focus\:tw-border-purple-300:focus{
    border-color: #d6bcfa !important;
  }

  .md\:focus\:tw-border-purple-400:focus{
    border-color: #b794f4 !important;
  }

  .md\:focus\:tw-border-purple-500:focus{
    border-color: #9f7aea !important;
  }

  .md\:focus\:tw-border-purple-600:focus{
    border-color: #805ad5 !important;
  }

  .md\:focus\:tw-border-purple-700:focus{
    border-color: #6b46c1 !important;
  }

  .md\:focus\:tw-border-purple-800:focus{
    border-color: #553c9a !important;
  }

  .md\:focus\:tw-border-purple-900:focus{
    border-color: #44337a !important;
  }

  .md\:focus\:tw-border-pink-100:focus{
    border-color: #fff5f7 !important;
  }

  .md\:focus\:tw-border-pink-200:focus{
    border-color: #fed7e2 !important;
  }

  .md\:focus\:tw-border-pink-300:focus{
    border-color: #fbb6ce !important;
  }

  .md\:focus\:tw-border-pink-400:focus{
    border-color: #f687b3 !important;
  }

  .md\:focus\:tw-border-pink-500:focus{
    border-color: #ed64a6 !important;
  }

  .md\:focus\:tw-border-pink-600:focus{
    border-color: #d53f8c !important;
  }

  .md\:focus\:tw-border-pink-700:focus{
    border-color: #b83280 !important;
  }

  .md\:focus\:tw-border-pink-800:focus{
    border-color: #97266d !important;
  }

  .md\:focus\:tw-border-pink-900:focus{
    border-color: #702459 !important;
  }

  .md\:tw-rounded-none{
    border-radius: 0 !important;
  }

  .md\:tw-rounded-sm{
    border-radius: 0.125rem !important;
  }

  .md\:tw-rounded{
    border-radius: 0.25rem !important;
  }

  .md\:tw-rounded-lg{
    border-radius: 0.5rem !important;
  }

  .md\:tw-rounded-full{
    border-radius: 9999px !important;
  }

  .md\:tw-rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:tw-rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:tw-rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:tw-rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:tw-rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:tw-rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:tw-rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:tw-rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .md\:tw-rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .md\:tw-rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .md\:tw-rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .md\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .md\:tw-rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .md\:tw-rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .md\:tw-rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .md\:tw-border-solid{
    border-style: solid !important;
  }

  .md\:tw-border-dashed{
    border-style: dashed !important;
  }

  .md\:tw-border-dotted{
    border-style: dotted !important;
  }

  .md\:tw-border-double{
    border-style: double !important;
  }

  .md\:tw-border-none{
    border-style: none !important;
  }

  .md\:tw-border-0{
    border-width: 0 !important;
  }

  .md\:tw-border-2{
    border-width: 2px !important;
  }

  .md\:tw-border-4{
    border-width: 4px !important;
  }

  .md\:tw-border-8{
    border-width: 8px !important;
  }

  .md\:tw-border{
    border-width: 1px !important;
  }

  .md\:tw-border-t-0{
    border-top-width: 0 !important;
  }

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

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

  .md\:tw-border-l-0{
    border-left-width: 0 !important;
  }

  .md\:tw-border-t-2{
    border-top-width: 2px !important;
  }

  .md\:tw-border-r-2{
    border-right-width: 2px !important;
  }

  .md\:tw-border-b-2{
    border-bottom-width: 2px !important;
  }

  .md\:tw-border-l-2{
    border-left-width: 2px !important;
  }

  .md\:tw-border-t-4{
    border-top-width: 4px !important;
  }

  .md\:tw-border-r-4{
    border-right-width: 4px !important;
  }

  .md\:tw-border-b-4{
    border-bottom-width: 4px !important;
  }

  .md\:tw-border-l-4{
    border-left-width: 4px !important;
  }

  .md\:tw-border-t-8{
    border-top-width: 8px !important;
  }

  .md\:tw-border-r-8{
    border-right-width: 8px !important;
  }

  .md\:tw-border-b-8{
    border-bottom-width: 8px !important;
  }

  .md\:tw-border-l-8{
    border-left-width: 8px !important;
  }

  .md\:tw-border-t{
    border-top-width: 1px !important;
  }

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

  .md\:tw-border-b{
    border-bottom-width: 1px !important;
  }

  .md\:tw-border-l{
    border-left-width: 1px !important;
  }

  .md\:tw-cursor-auto{
    cursor: auto !important;
  }

  .md\:tw-cursor-default{
    cursor: default !important;
  }

  .md\:tw-cursor-pointer{
    cursor: pointer !important;
  }

  .md\:tw-cursor-wait{
    cursor: wait !important;
  }

  .md\:tw-cursor-text{
    cursor: text !important;
  }

  .md\:tw-cursor-move{
    cursor: move !important;
  }

  .md\:tw-cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .md\:tw-block{
    display: block !important;
  }

  .md\:tw-inline-block{
    display: inline-block !important;
  }

  .md\:tw-inline{
    display: inline !important;
  }

  .md\:tw-flex{
    display: -webkit-box !important;
    display: flex !important;
  }

  .md\:tw-inline-flex{
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .md\:tw-table{
    display: table !important;
  }

  .md\:tw-table-row{
    display: table-row !important;
  }

  .md\:tw-table-cell{
    display: table-cell !important;
  }

  .md\:tw-hidden{
    display: none !important;
  }

  .md\:tw-flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .md\:tw-flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .md\:tw-flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .md\:tw-flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .md\:tw-flex-wrap{
    flex-wrap: wrap !important;
  }

  .md\:tw-flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .md\:tw-flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .md\:tw-items-start{
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .md\:tw-items-end{
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .md\:tw-items-center{
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .md\:tw-items-baseline{
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .md\:tw-items-stretch{
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .md\:tw-self-auto{
    align-self: auto !important;
  }

  .md\:tw-self-start{
    align-self: flex-start !important;
  }

  .md\:tw-self-end{
    align-self: flex-end !important;
  }

  .md\:tw-self-center{
    align-self: center !important;
  }

  .md\:tw-self-stretch{
    align-self: stretch !important;
  }

  .md\:tw-justify-start{
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .md\:tw-justify-end{
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .md\:tw-justify-center{
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .md\:tw-justify-between{
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .md\:tw-justify-around{
    justify-content: space-around !important;
  }

  .md\:tw-content-center{
    align-content: center !important;
  }

  .md\:tw-content-start{
    align-content: flex-start !important;
  }

  .md\:tw-content-end{
    align-content: flex-end !important;
  }

  .md\:tw-content-between{
    align-content: space-between !important;
  }

  .md\:tw-content-around{
    align-content: space-around !important;
  }

  .md\:tw-flex-1{
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .md\:tw-flex-auto{
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .md\:tw-flex-initial{
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .md\:tw-flex-none{
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .md\:tw-flex-grow-0{
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .md\:tw-flex-grow{
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .md\:tw-flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .md\:tw-flex-shrink{
    flex-shrink: 1 !important;
  }

  .md\:tw-order-1{
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .md\:tw-order-2{
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .md\:tw-order-3{
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .md\:tw-order-4{
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .md\:tw-order-5{
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .md\:tw-order-6{
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .md\:tw-order-7{
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .md\:tw-order-8{
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .md\:tw-order-9{
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .md\:tw-order-10{
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .md\:tw-order-11{
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .md\:tw-order-12{
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .md\:tw-order-first{
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .md\:tw-order-last{
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .md\:tw-order-none{
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }

  .md\:tw-float-right{
    float: right !important;
  }

  .md\:tw-float-left{
    float: left !important;
  }

  .md\:tw-float-none{
    float: none !important;
  }

  .md\:tw-clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md\:tw-font-sans{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .md\:tw-font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .md\:tw-font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .md\:tw-font-hairline{
    font-weight: 100 !important;
  }

  .md\:tw-font-thin{
    font-weight: 200 !important;
  }

  .md\:tw-font-light{
    font-weight: 300 !important;
  }

  .md\:tw-font-normal{
    font-weight: 400 !important;
  }

  .md\:tw-font-medium{
    font-weight: 500 !important;
  }

  .md\:tw-font-semibold{
    font-weight: 600 !important;
  }

  .md\:tw-font-bold{
    font-weight: 700 !important;
  }

  .md\:tw-font-extrabold{
    font-weight: 800 !important;
  }

  .md\:tw-font-black{
    font-weight: 900 !important;
  }

  .md\:hover\:tw-font-hairline:hover{
    font-weight: 100 !important;
  }

  .md\:hover\:tw-font-thin:hover{
    font-weight: 200 !important;
  }

  .md\:hover\:tw-font-light:hover{
    font-weight: 300 !important;
  }

  .md\:hover\:tw-font-normal:hover{
    font-weight: 400 !important;
  }

  .md\:hover\:tw-font-medium:hover{
    font-weight: 500 !important;
  }

  .md\:hover\:tw-font-semibold:hover{
    font-weight: 600 !important;
  }

  .md\:hover\:tw-font-bold:hover{
    font-weight: 700 !important;
  }

  .md\:hover\:tw-font-extrabold:hover{
    font-weight: 800 !important;
  }

  .md\:hover\:tw-font-black:hover{
    font-weight: 900 !important;
  }

  .md\:focus\:tw-font-hairline:focus{
    font-weight: 100 !important;
  }

  .md\:focus\:tw-font-thin:focus{
    font-weight: 200 !important;
  }

  .md\:focus\:tw-font-light:focus{
    font-weight: 300 !important;
  }

  .md\:focus\:tw-font-normal:focus{
    font-weight: 400 !important;
  }

  .md\:focus\:tw-font-medium:focus{
    font-weight: 500 !important;
  }

  .md\:focus\:tw-font-semibold:focus{
    font-weight: 600 !important;
  }

  .md\:focus\:tw-font-bold:focus{
    font-weight: 700 !important;
  }

  .md\:focus\:tw-font-extrabold:focus{
    font-weight: 800 !important;
  }

  .md\:focus\:tw-font-black:focus{
    font-weight: 900 !important;
  }

  .md\:tw-h-0{
    height: 0 !important;
  }

  .md\:tw-h-1{
    height: 0.25rem !important;
  }

  .md\:tw-h-2{
    height: 0.5rem !important;
  }

  .md\:tw-h-3{
    height: 0.75rem !important;
  }

  .md\:tw-h-4{
    height: 1rem !important;
  }

  .md\:tw-h-5{
    height: 1.25rem !important;
  }

  .md\:tw-h-6{
    height: 1.5rem !important;
  }

  .md\:tw-h-8{
    height: 2rem !important;
  }

  .md\:tw-h-10{
    height: 2.5rem !important;
  }

  .md\:tw-h-12{
    height: 3rem !important;
  }

  .md\:tw-h-16{
    height: 4rem !important;
  }

  .md\:tw-h-20{
    height: 5rem !important;
  }

  .md\:tw-h-24{
    height: 6rem !important;
  }

  .md\:tw-h-32{
    height: 8rem !important;
  }

  .md\:tw-h-40{
    height: 10rem !important;
  }

  .md\:tw-h-48{
    height: 12rem !important;
  }

  .md\:tw-h-56{
    height: 14rem !important;
  }

  .md\:tw-h-64{
    height: 16rem !important;
  }

  .md\:tw-h-auto{
    height: auto !important;
  }

  .md\:tw-h-px{
    height: 1px !important;
  }

  .md\:tw-h-full{
    height: 100% !important;
  }

  .md\:tw-h-screen{
    height: 100vh !important;
  }

  .md\:tw-leading-none{
    line-height: 1 !important;
  }

  .md\:tw-leading-tight{
    line-height: 1.25 !important;
  }

  .md\:tw-leading-snug{
    line-height: 1.375 !important;
  }

  .md\:tw-leading-normal{
    line-height: 1.5 !important;
  }

  .md\:tw-leading-relaxed{
    line-height: 1.625 !important;
  }

  .md\:tw-leading-loose{
    line-height: 2 !important;
  }

  .md\:tw-list-inside{
    list-style-position: inside !important;
  }

  .md\:tw-list-outside{
    list-style-position: outside !important;
  }

  .md\:tw-list-none{
    list-style-type: none !important;
  }

  .md\:tw-list-disc{
    list-style-type: disc !important;
  }

  .md\:tw-list-decimal{
    list-style-type: decimal !important;
  }

  .md\:tw-m-0{
    margin: 0 !important;
  }

  .md\:tw-m-1{
    margin: 0.25rem !important;
  }

  .md\:tw-m-2{
    margin: 0.5rem !important;
  }

  .md\:tw-m-3{
    margin: 0.75rem !important;
  }

  .md\:tw-m-4{
    margin: 1rem !important;
  }

  .md\:tw-m-5{
    margin: 1.25rem !important;
  }

  .md\:tw-m-6{
    margin: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw-m-auto{
    margin: auto !important;
  }

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

  .md\:tw--m-1{
    margin: -0.25rem !important;
  }

  .md\:tw--m-2{
    margin: -0.5rem !important;
  }

  .md\:tw--m-3{
    margin: -0.75rem !important;
  }

  .md\:tw--m-4{
    margin: -1rem !important;
  }

  .md\:tw--m-5{
    margin: -1.25rem !important;
  }

  .md\:tw--m-6{
    margin: -1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

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

  .md\:tw-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .md\:tw-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

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

  .md\:tw--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

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

  .md\:tw-mt-0{
    margin-top: 0 !important;
  }

  .md\:tw-mr-0{
    margin-right: 0 !important;
  }

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

  .md\:tw-ml-0{
    margin-left: 0 !important;
  }

  .md\:tw-mt-1{
    margin-top: 0.25rem !important;
  }

  .md\:tw-mr-1{
    margin-right: 0.25rem !important;
  }

  .md\:tw-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .md\:tw-ml-1{
    margin-left: 0.25rem !important;
  }

  .md\:tw-mt-2{
    margin-top: 0.5rem !important;
  }

  .md\:tw-mr-2{
    margin-right: 0.5rem !important;
  }

  .md\:tw-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .md\:tw-ml-2{
    margin-left: 0.5rem !important;
  }

  .md\:tw-mt-3{
    margin-top: 0.75rem !important;
  }

  .md\:tw-mr-3{
    margin-right: 0.75rem !important;
  }

  .md\:tw-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .md\:tw-ml-3{
    margin-left: 0.75rem !important;
  }

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

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

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

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

  .md\:tw-mt-5{
    margin-top: 1.25rem !important;
  }

  .md\:tw-mr-5{
    margin-right: 1.25rem !important;
  }

  .md\:tw-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .md\:tw-ml-5{
    margin-left: 1.25rem !important;
  }

  .md\:tw-mt-6{
    margin-top: 1.5rem !important;
  }

  .md\:tw-mr-6{
    margin-right: 1.5rem !important;
  }

  .md\:tw-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .md\:tw-ml-6{
    margin-left: 1.5rem !important;
  }

  .md\:tw-mt-8{
    margin-top: 2rem !important;
  }

  .md\:tw-mr-8{
    margin-right: 2rem !important;
  }

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

  .md\:tw-ml-8{
    margin-left: 2rem !important;
  }

  .md\:tw-mt-10{
    margin-top: 2.5rem !important;
  }

  .md\:tw-mr-10{
    margin-right: 2.5rem !important;
  }

  .md\:tw-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .md\:tw-ml-10{
    margin-left: 2.5rem !important;
  }

  .md\:tw-mt-12{
    margin-top: 3rem !important;
  }

  .md\:tw-mr-12{
    margin-right: 3rem !important;
  }

  .md\:tw-mb-12{
    margin-bottom: 3rem !important;
  }

  .md\:tw-ml-12{
    margin-left: 3rem !important;
  }

  .md\:tw-mt-16{
    margin-top: 4rem !important;
  }

  .md\:tw-mr-16{
    margin-right: 4rem !important;
  }

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

  .md\:tw-ml-16{
    margin-left: 4rem !important;
  }

  .md\:tw-mt-20{
    margin-top: 5rem !important;
  }

  .md\:tw-mr-20{
    margin-right: 5rem !important;
  }

  .md\:tw-mb-20{
    margin-bottom: 5rem !important;
  }

  .md\:tw-ml-20{
    margin-left: 5rem !important;
  }

  .md\:tw-mt-24{
    margin-top: 6rem !important;
  }

  .md\:tw-mr-24{
    margin-right: 6rem !important;
  }

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

  .md\:tw-ml-24{
    margin-left: 6rem !important;
  }

  .md\:tw-mt-32{
    margin-top: 8rem !important;
  }

  .md\:tw-mr-32{
    margin-right: 8rem !important;
  }

  .md\:tw-mb-32{
    margin-bottom: 8rem !important;
  }

  .md\:tw-ml-32{
    margin-left: 8rem !important;
  }

  .md\:tw-mt-40{
    margin-top: 10rem !important;
  }

  .md\:tw-mr-40{
    margin-right: 10rem !important;
  }

  .md\:tw-mb-40{
    margin-bottom: 10rem !important;
  }

  .md\:tw-ml-40{
    margin-left: 10rem !important;
  }

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

  .md\:tw-mr-48{
    margin-right: 12rem !important;
  }

  .md\:tw-mb-48{
    margin-bottom: 12rem !important;
  }

  .md\:tw-ml-48{
    margin-left: 12rem !important;
  }

  .md\:tw-mt-56{
    margin-top: 14rem !important;
  }

  .md\:tw-mr-56{
    margin-right: 14rem !important;
  }

  .md\:tw-mb-56{
    margin-bottom: 14rem !important;
  }

  .md\:tw-ml-56{
    margin-left: 14rem !important;
  }

  .md\:tw-mt-64{
    margin-top: 16rem !important;
  }

  .md\:tw-mr-64{
    margin-right: 16rem !important;
  }

  .md\:tw-mb-64{
    margin-bottom: 16rem !important;
  }

  .md\:tw-ml-64{
    margin-left: 16rem !important;
  }

  .md\:tw-mt-auto{
    margin-top: auto !important;
  }

  .md\:tw-mr-auto{
    margin-right: auto !important;
  }

  .md\:tw-mb-auto{
    margin-bottom: auto !important;
  }

  .md\:tw-ml-auto{
    margin-left: auto !important;
  }

  .md\:tw-mt-px{
    margin-top: 1px !important;
  }

  .md\:tw-mr-px{
    margin-right: 1px !important;
  }

  .md\:tw-mb-px{
    margin-bottom: 1px !important;
  }

  .md\:tw-ml-px{
    margin-left: 1px !important;
  }

  .md\:tw--mt-1{
    margin-top: -0.25rem !important;
  }

  .md\:tw--mr-1{
    margin-right: -0.25rem !important;
  }

  .md\:tw--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .md\:tw--ml-1{
    margin-left: -0.25rem !important;
  }

  .md\:tw--mt-2{
    margin-top: -0.5rem !important;
  }

  .md\:tw--mr-2{
    margin-right: -0.5rem !important;
  }

  .md\:tw--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .md\:tw--ml-2{
    margin-left: -0.5rem !important;
  }

  .md\:tw--mt-3{
    margin-top: -0.75rem !important;
  }

  .md\:tw--mr-3{
    margin-right: -0.75rem !important;
  }

  .md\:tw--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .md\:tw--ml-3{
    margin-left: -0.75rem !important;
  }

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

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

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

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

  .md\:tw--mt-5{
    margin-top: -1.25rem !important;
  }

  .md\:tw--mr-5{
    margin-right: -1.25rem !important;
  }

  .md\:tw--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .md\:tw--ml-5{
    margin-left: -1.25rem !important;
  }

  .md\:tw--mt-6{
    margin-top: -1.5rem !important;
  }

  .md\:tw--mr-6{
    margin-right: -1.5rem !important;
  }

  .md\:tw--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .md\:tw--ml-6{
    margin-left: -1.5rem !important;
  }

  .md\:tw--mt-8{
    margin-top: -2rem !important;
  }

  .md\:tw--mr-8{
    margin-right: -2rem !important;
  }

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

  .md\:tw--ml-8{
    margin-left: -2rem !important;
  }

  .md\:tw--mt-10{
    margin-top: -2.5rem !important;
  }

  .md\:tw--mr-10{
    margin-right: -2.5rem !important;
  }

  .md\:tw--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .md\:tw--ml-10{
    margin-left: -2.5rem !important;
  }

  .md\:tw--mt-12{
    margin-top: -3rem !important;
  }

  .md\:tw--mr-12{
    margin-right: -3rem !important;
  }

  .md\:tw--mb-12{
    margin-bottom: -3rem !important;
  }

  .md\:tw--ml-12{
    margin-left: -3rem !important;
  }

  .md\:tw--mt-16{
    margin-top: -4rem !important;
  }

  .md\:tw--mr-16{
    margin-right: -4rem !important;
  }

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

  .md\:tw--ml-16{
    margin-left: -4rem !important;
  }

  .md\:tw--mt-20{
    margin-top: -5rem !important;
  }

  .md\:tw--mr-20{
    margin-right: -5rem !important;
  }

  .md\:tw--mb-20{
    margin-bottom: -5rem !important;
  }

  .md\:tw--ml-20{
    margin-left: -5rem !important;
  }

  .md\:tw--mt-24{
    margin-top: -6rem !important;
  }

  .md\:tw--mr-24{
    margin-right: -6rem !important;
  }

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

  .md\:tw--ml-24{
    margin-left: -6rem !important;
  }

  .md\:tw--mt-32{
    margin-top: -8rem !important;
  }

  .md\:tw--mr-32{
    margin-right: -8rem !important;
  }

  .md\:tw--mb-32{
    margin-bottom: -8rem !important;
  }

  .md\:tw--ml-32{
    margin-left: -8rem !important;
  }

  .md\:tw--mt-40{
    margin-top: -10rem !important;
  }

  .md\:tw--mr-40{
    margin-right: -10rem !important;
  }

  .md\:tw--mb-40{
    margin-bottom: -10rem !important;
  }

  .md\:tw--ml-40{
    margin-left: -10rem !important;
  }

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

  .md\:tw--mr-48{
    margin-right: -12rem !important;
  }

  .md\:tw--mb-48{
    margin-bottom: -12rem !important;
  }

  .md\:tw--ml-48{
    margin-left: -12rem !important;
  }

  .md\:tw--mt-56{
    margin-top: -14rem !important;
  }

  .md\:tw--mr-56{
    margin-right: -14rem !important;
  }

  .md\:tw--mb-56{
    margin-bottom: -14rem !important;
  }

  .md\:tw--ml-56{
    margin-left: -14rem !important;
  }

  .md\:tw--mt-64{
    margin-top: -16rem !important;
  }

  .md\:tw--mr-64{
    margin-right: -16rem !important;
  }

  .md\:tw--mb-64{
    margin-bottom: -16rem !important;
  }

  .md\:tw--ml-64{
    margin-left: -16rem !important;
  }

  .md\:tw--mt-px{
    margin-top: -1px !important;
  }

  .md\:tw--mr-px{
    margin-right: -1px !important;
  }

  .md\:tw--mb-px{
    margin-bottom: -1px !important;
  }

  .md\:tw--ml-px{
    margin-left: -1px !important;
  }

  .md\:tw-max-h-full{
    max-height: 100% !important;
  }

  .md\:tw-max-h-screen{
    max-height: 100vh !important;
  }

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

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

  .md\:tw-max-w-md{
    max-width: 28rem !important;
  }

  .md\:tw-max-w-lg{
    max-width: 32rem !important;
  }

  .md\:tw-max-w-xl{
    max-width: 36rem !important;
  }

  .md\:tw-max-w-2xl{
    max-width: 42rem !important;
  }

  .md\:tw-max-w-3xl{
    max-width: 48rem !important;
  }

  .md\:tw-max-w-4xl{
    max-width: 56rem !important;
  }

  .md\:tw-max-w-5xl{
    max-width: 64rem !important;
  }

  .md\:tw-max-w-6xl{
    max-width: 72rem !important;
  }

  .md\:tw-max-w-full{
    max-width: 100% !important;
  }

  .md\:tw-min-h-0{
    min-height: 0 !important;
  }

  .md\:tw-min-h-full{
    min-height: 100% !important;
  }

  .md\:tw-min-h-screen{
    min-height: 100vh !important;
  }

  .md\:tw-min-w-0{
    min-width: 0 !important;
  }

  .md\:tw-min-w-full{
    min-width: 100% !important;
  }

  .md\:tw-object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

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

  .md\:tw-object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:tw-object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:tw-object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:tw-object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

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

  .md\:tw-object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:tw-object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:tw-object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:tw-object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:tw-object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:tw-object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:tw-object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:tw-opacity-0{
    opacity: 0 !important;
  }

  .md\:tw-opacity-25{
    opacity: 0.25 !important;
  }

  .md\:tw-opacity-50{
    opacity: 0.5 !important;
  }

  .md\:tw-opacity-75{
    opacity: 0.75 !important;
  }

  .md\:tw-opacity-100{
    opacity: 1 !important;
  }

  .md\:hover\:tw-opacity-0:hover{
    opacity: 0 !important;
  }

  .md\:hover\:tw-opacity-25:hover{
    opacity: 0.25 !important;
  }

  .md\:hover\:tw-opacity-50:hover{
    opacity: 0.5 !important;
  }

  .md\:hover\:tw-opacity-75:hover{
    opacity: 0.75 !important;
  }

  .md\:hover\:tw-opacity-100:hover{
    opacity: 1 !important;
  }

  .md\:focus\:tw-opacity-0:focus{
    opacity: 0 !important;
  }

  .md\:focus\:tw-opacity-25:focus{
    opacity: 0.25 !important;
  }

  .md\:focus\:tw-opacity-50:focus{
    opacity: 0.5 !important;
  }

  .md\:focus\:tw-opacity-75:focus{
    opacity: 0.75 !important;
  }

  .md\:focus\:tw-opacity-100:focus{
    opacity: 1 !important;
  }

  .md\:tw-outline-none{
    outline: 0 !important;
  }

  .md\:focus\:tw-outline-none:focus{
    outline: 0 !important;
  }

  .md\:tw-overflow-auto{
    overflow: auto !important;
  }

  .md\:tw-overflow-hidden{
    overflow: hidden !important;
  }

  .md\:tw-overflow-visible{
    overflow: visible !important;
  }

  .md\:tw-overflow-scroll{
    overflow: scroll !important;
  }

  .md\:tw-overflow-x-auto{
    overflow-x: auto !important;
  }

  .md\:tw-overflow-y-auto{
    overflow-y: auto !important;
  }

  .md\:tw-overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .md\:tw-overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .md\:tw-overflow-x-visible{
    overflow-x: visible !important;
  }

  .md\:tw-overflow-y-visible{
    overflow-y: visible !important;
  }

  .md\:tw-overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .md\:tw-overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .md\:tw-scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:tw-scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

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

  .md\:tw-p-1{
    padding: 0.25rem !important;
  }

  .md\:tw-p-2{
    padding: 0.5rem !important;
  }

  .md\:tw-p-3{
    padding: 0.75rem !important;
  }

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

  .md\:tw-p-5{
    padding: 1.25rem !important;
  }

  .md\:tw-p-6{
    padding: 1.5rem !important;
  }

  .md\:tw-p-8{
    padding: 2rem !important;
  }

  .md\:tw-p-10{
    padding: 2.5rem !important;
  }

  .md\:tw-p-12{
    padding: 3rem !important;
  }

  .md\:tw-p-16{
    padding: 4rem !important;
  }

  .md\:tw-p-20{
    padding: 5rem !important;
  }

  .md\:tw-p-24{
    padding: 6rem !important;
  }

  .md\:tw-p-32{
    padding: 8rem !important;
  }

  .md\:tw-p-40{
    padding: 10rem !important;
  }

  .md\:tw-p-48{
    padding: 12rem !important;
  }

  .md\:tw-p-56{
    padding: 14rem !important;
  }

  .md\:tw-p-64{
    padding: 16rem !important;
  }

  .md\:tw-p-px{
    padding: 1px !important;
  }

  .md\:tw-py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .md\:tw-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

  .md\:tw-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:tw-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

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

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

  .md\:tw-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:tw-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

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

  .md\:tw-px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

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

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

  .md\:tw-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:tw-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

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

  .md\:tw-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

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

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

  .md\:tw-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:tw-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

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

  .md\:tw-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

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

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

  .md\:tw-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:tw-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:tw-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:tw-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:tw-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:tw-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:tw-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:tw-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:tw-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

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

  .md\:tw-pt-0{
    padding-top: 0 !important;
  }

  .md\:tw-pr-0{
    padding-right: 0 !important;
  }

  .md\:tw-pb-0{
    padding-bottom: 0 !important;
  }

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

  .md\:tw-pt-1{
    padding-top: 0.25rem !important;
  }

  .md\:tw-pr-1{
    padding-right: 0.25rem !important;
  }

  .md\:tw-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .md\:tw-pl-1{
    padding-left: 0.25rem !important;
  }

  .md\:tw-pt-2{
    padding-top: 0.5rem !important;
  }

  .md\:tw-pr-2{
    padding-right: 0.5rem !important;
  }

  .md\:tw-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .md\:tw-pl-2{
    padding-left: 0.5rem !important;
  }

  .md\:tw-pt-3{
    padding-top: 0.75rem !important;
  }

  .md\:tw-pr-3{
    padding-right: 0.75rem !important;
  }

  .md\:tw-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .md\:tw-pl-3{
    padding-left: 0.75rem !important;
  }

  .md\:tw-pt-4{
    padding-top: 1rem !important;
  }

  .md\:tw-pr-4{
    padding-right: 1rem !important;
  }

  .md\:tw-pb-4{
    padding-bottom: 1rem !important;
  }

  .md\:tw-pl-4{
    padding-left: 1rem !important;
  }

  .md\:tw-pt-5{
    padding-top: 1.25rem !important;
  }

  .md\:tw-pr-5{
    padding-right: 1.25rem !important;
  }

  .md\:tw-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .md\:tw-pl-5{
    padding-left: 1.25rem !important;
  }

  .md\:tw-pt-6{
    padding-top: 1.5rem !important;
  }

  .md\:tw-pr-6{
    padding-right: 1.5rem !important;
  }

  .md\:tw-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .md\:tw-pl-6{
    padding-left: 1.5rem !important;
  }

  .md\:tw-pt-8{
    padding-top: 2rem !important;
  }

  .md\:tw-pr-8{
    padding-right: 2rem !important;
  }

  .md\:tw-pb-8{
    padding-bottom: 2rem !important;
  }

  .md\:tw-pl-8{
    padding-left: 2rem !important;
  }

  .md\:tw-pt-10{
    padding-top: 2.5rem !important;
  }

  .md\:tw-pr-10{
    padding-right: 2.5rem !important;
  }

  .md\:tw-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .md\:tw-pl-10{
    padding-left: 2.5rem !important;
  }

  .md\:tw-pt-12{
    padding-top: 3rem !important;
  }

  .md\:tw-pr-12{
    padding-right: 3rem !important;
  }

  .md\:tw-pb-12{
    padding-bottom: 3rem !important;
  }

  .md\:tw-pl-12{
    padding-left: 3rem !important;
  }

  .md\:tw-pt-16{
    padding-top: 4rem !important;
  }

  .md\:tw-pr-16{
    padding-right: 4rem !important;
  }

  .md\:tw-pb-16{
    padding-bottom: 4rem !important;
  }

  .md\:tw-pl-16{
    padding-left: 4rem !important;
  }

  .md\:tw-pt-20{
    padding-top: 5rem !important;
  }

  .md\:tw-pr-20{
    padding-right: 5rem !important;
  }

  .md\:tw-pb-20{
    padding-bottom: 5rem !important;
  }

  .md\:tw-pl-20{
    padding-left: 5rem !important;
  }

  .md\:tw-pt-24{
    padding-top: 6rem !important;
  }

  .md\:tw-pr-24{
    padding-right: 6rem !important;
  }

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

  .md\:tw-pl-24{
    padding-left: 6rem !important;
  }

  .md\:tw-pt-32{
    padding-top: 8rem !important;
  }

  .md\:tw-pr-32{
    padding-right: 8rem !important;
  }

  .md\:tw-pb-32{
    padding-bottom: 8rem !important;
  }

  .md\:tw-pl-32{
    padding-left: 8rem !important;
  }

  .md\:tw-pt-40{
    padding-top: 10rem !important;
  }

  .md\:tw-pr-40{
    padding-right: 10rem !important;
  }

  .md\:tw-pb-40{
    padding-bottom: 10rem !important;
  }

  .md\:tw-pl-40{
    padding-left: 10rem !important;
  }

  .md\:tw-pt-48{
    padding-top: 12rem !important;
  }

  .md\:tw-pr-48{
    padding-right: 12rem !important;
  }

  .md\:tw-pb-48{
    padding-bottom: 12rem !important;
  }

  .md\:tw-pl-48{
    padding-left: 12rem !important;
  }

  .md\:tw-pt-56{
    padding-top: 14rem !important;
  }

  .md\:tw-pr-56{
    padding-right: 14rem !important;
  }

  .md\:tw-pb-56{
    padding-bottom: 14rem !important;
  }

  .md\:tw-pl-56{
    padding-left: 14rem !important;
  }

  .md\:tw-pt-64{
    padding-top: 16rem !important;
  }

  .md\:tw-pr-64{
    padding-right: 16rem !important;
  }

  .md\:tw-pb-64{
    padding-bottom: 16rem !important;
  }

  .md\:tw-pl-64{
    padding-left: 16rem !important;
  }

  .md\:tw-pt-px{
    padding-top: 1px !important;
  }

  .md\:tw-pr-px{
    padding-right: 1px !important;
  }

  .md\:tw-pb-px{
    padding-bottom: 1px !important;
  }

  .md\:tw-pl-px{
    padding-left: 1px !important;
  }

  .md\:tw-placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .md\:tw-placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .md\:tw-placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .md\:tw-placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .md\:tw-placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .md\:tw-placeholder-black::-webkit-input-placeholder{
    color: #000 !important;
  }

  .md\:tw-placeholder-black::-moz-placeholder{
    color: #000 !important;
  }

  .md\:tw-placeholder-black:-ms-input-placeholder{
    color: #000 !important;
  }

  .md\:tw-placeholder-black::-ms-input-placeholder{
    color: #000 !important;
  }

  .md\:tw-placeholder-black::placeholder{
    color: #000 !important;
  }

  .md\:tw-placeholder-white::-webkit-input-placeholder{
    color: #fff !important;
  }

  .md\:tw-placeholder-white::-moz-placeholder{
    color: #fff !important;
  }

  .md\:tw-placeholder-white:-ms-input-placeholder{
    color: #fff !important;
  }

  .md\:tw-placeholder-white::-ms-input-placeholder{
    color: #fff !important;
  }

  .md\:tw-placeholder-white::placeholder{
    color: #fff !important;
  }

  .md\:tw-placeholder-gray-100::-webkit-input-placeholder{
    color: #f7fafc !important;
  }

  .md\:tw-placeholder-gray-100::-moz-placeholder{
    color: #f7fafc !important;
  }

  .md\:tw-placeholder-gray-100:-ms-input-placeholder{
    color: #f7fafc !important;
  }

  .md\:tw-placeholder-gray-100::-ms-input-placeholder{
    color: #f7fafc !important;
  }

  .md\:tw-placeholder-gray-100::placeholder{
    color: #f7fafc !important;
  }

  .md\:tw-placeholder-gray-200::-webkit-input-placeholder{
    color: #edf2f7 !important;
  }

  .md\:tw-placeholder-gray-200::-moz-placeholder{
    color: #edf2f7 !important;
  }

  .md\:tw-placeholder-gray-200:-ms-input-placeholder{
    color: #edf2f7 !important;
  }

  .md\:tw-placeholder-gray-200::-ms-input-placeholder{
    color: #edf2f7 !important;
  }

  .md\:tw-placeholder-gray-200::placeholder{
    color: #edf2f7 !important;
  }

  .md\:tw-placeholder-gray-300::-webkit-input-placeholder{
    color: #e2e8f0 !important;
  }

  .md\:tw-placeholder-gray-300::-moz-placeholder{
    color: #e2e8f0 !important;
  }

  .md\:tw-placeholder-gray-300:-ms-input-placeholder{
    color: #e2e8f0 !important;
  }

  .md\:tw-placeholder-gray-300::-ms-input-placeholder{
    color: #e2e8f0 !important;
  }

  .md\:tw-placeholder-gray-300::placeholder{
    color: #e2e8f0 !important;
  }

  .md\:tw-placeholder-gray-400::-webkit-input-placeholder{
    color: #cbd5e0 !important;
  }

  .md\:tw-placeholder-gray-400::-moz-placeholder{
    color: #cbd5e0 !important;
  }

  .md\:tw-placeholder-gray-400:-ms-input-placeholder{
    color: #cbd5e0 !important;
  }

  .md\:tw-placeholder-gray-400::-ms-input-placeholder{
    color: #cbd5e0 !important;
  }

  .md\:tw-placeholder-gray-400::placeholder{
    color: #cbd5e0 !important;
  }

  .md\:tw-placeholder-gray-500::-webkit-input-placeholder{
    color: #a0aec0 !important;
  }

  .md\:tw-placeholder-gray-500::-moz-placeholder{
    color: #a0aec0 !important;
  }

  .md\:tw-placeholder-gray-500:-ms-input-placeholder{
    color: #a0aec0 !important;
  }

  .md\:tw-placeholder-gray-500::-ms-input-placeholder{
    color: #a0aec0 !important;
  }

  .md\:tw-placeholder-gray-500::placeholder{
    color: #a0aec0 !important;
  }

  .md\:tw-placeholder-gray-600::-webkit-input-placeholder{
    color: #718096 !important;
  }

  .md\:tw-placeholder-gray-600::-moz-placeholder{
    color: #718096 !important;
  }

  .md\:tw-placeholder-gray-600:-ms-input-placeholder{
    color: #718096 !important;
  }

  .md\:tw-placeholder-gray-600::-ms-input-placeholder{
    color: #718096 !important;
  }

  .md\:tw-placeholder-gray-600::placeholder{
    color: #718096 !important;
  }

  .md\:tw-placeholder-gray-700::-webkit-input-placeholder{
    color: #4a5568 !important;
  }

  .md\:tw-placeholder-gray-700::-moz-placeholder{
    color: #4a5568 !important;
  }

  .md\:tw-placeholder-gray-700:-ms-input-placeholder{
    color: #4a5568 !important;
  }

  .md\:tw-placeholder-gray-700::-ms-input-placeholder{
    color: #4a5568 !important;
  }

  .md\:tw-placeholder-gray-700::placeholder{
    color: #4a5568 !important;
  }

  .md\:tw-placeholder-gray-800::-webkit-input-placeholder{
    color: #2d3748 !important;
  }

  .md\:tw-placeholder-gray-800::-moz-placeholder{
    color: #2d3748 !important;
  }

  .md\:tw-placeholder-gray-800:-ms-input-placeholder{
    color: #2d3748 !important;
  }

  .md\:tw-placeholder-gray-800::-ms-input-placeholder{
    color: #2d3748 !important;
  }

  .md\:tw-placeholder-gray-800::placeholder{
    color: #2d3748 !important;
  }

  .md\:tw-placeholder-gray-900::-webkit-input-placeholder{
    color: #1a202c !important;
  }

  .md\:tw-placeholder-gray-900::-moz-placeholder{
    color: #1a202c !important;
  }

  .md\:tw-placeholder-gray-900:-ms-input-placeholder{
    color: #1a202c !important;
  }

  .md\:tw-placeholder-gray-900::-ms-input-placeholder{
    color: #1a202c !important;
  }

  .md\:tw-placeholder-gray-900::placeholder{
    color: #1a202c !important;
  }

  .md\:tw-placeholder-red-100::-webkit-input-placeholder{
    color: #fff5f5 !important;
  }

  .md\:tw-placeholder-red-100::-moz-placeholder{
    color: #fff5f5 !important;
  }

  .md\:tw-placeholder-red-100:-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .md\:tw-placeholder-red-100::-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .md\:tw-placeholder-red-100::placeholder{
    color: #fff5f5 !important;
  }

  .md\:tw-placeholder-red-200::-webkit-input-placeholder{
    color: #fed7d7 !important;
  }

  .md\:tw-placeholder-red-200::-moz-placeholder{
    color: #fed7d7 !important;
  }

  .md\:tw-placeholder-red-200:-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .md\:tw-placeholder-red-200::-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .md\:tw-placeholder-red-200::placeholder{
    color: #fed7d7 !important;
  }

  .md\:tw-placeholder-red-300::-webkit-input-placeholder{
    color: #feb2b2 !important;
  }

  .md\:tw-placeholder-red-300::-moz-placeholder{
    color: #feb2b2 !important;
  }

  .md\:tw-placeholder-red-300:-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .md\:tw-placeholder-red-300::-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .md\:tw-placeholder-red-300::placeholder{
    color: #feb2b2 !important;
  }

  .md\:tw-placeholder-red-400::-webkit-input-placeholder{
    color: #fc8181 !important;
  }

  .md\:tw-placeholder-red-400::-moz-placeholder{
    color: #fc8181 !important;
  }

  .md\:tw-placeholder-red-400:-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .md\:tw-placeholder-red-400::-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .md\:tw-placeholder-red-400::placeholder{
    color: #fc8181 !important;
  }

  .md\:tw-placeholder-red-500::-webkit-input-placeholder{
    color: #f56565 !important;
  }

  .md\:tw-placeholder-red-500::-moz-placeholder{
    color: #f56565 !important;
  }

  .md\:tw-placeholder-red-500:-ms-input-placeholder{
    color: #f56565 !important;
  }

  .md\:tw-placeholder-red-500::-ms-input-placeholder{
    color: #f56565 !important;
  }

  .md\:tw-placeholder-red-500::placeholder{
    color: #f56565 !important;
  }

  .md\:tw-placeholder-red-600::-webkit-input-placeholder{
    color: #e53e3e !important;
  }

  .md\:tw-placeholder-red-600::-moz-placeholder{
    color: #e53e3e !important;
  }

  .md\:tw-placeholder-red-600:-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .md\:tw-placeholder-red-600::-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .md\:tw-placeholder-red-600::placeholder{
    color: #e53e3e !important;
  }

  .md\:tw-placeholder-red-700::-webkit-input-placeholder{
    color: #c53030 !important;
  }

  .md\:tw-placeholder-red-700::-moz-placeholder{
    color: #c53030 !important;
  }

  .md\:tw-placeholder-red-700:-ms-input-placeholder{
    color: #c53030 !important;
  }

  .md\:tw-placeholder-red-700::-ms-input-placeholder{
    color: #c53030 !important;
  }

  .md\:tw-placeholder-red-700::placeholder{
    color: #c53030 !important;
  }

  .md\:tw-placeholder-red-800::-webkit-input-placeholder{
    color: #9b2c2c !important;
  }

  .md\:tw-placeholder-red-800::-moz-placeholder{
    color: #9b2c2c !important;
  }

  .md\:tw-placeholder-red-800:-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .md\:tw-placeholder-red-800::-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .md\:tw-placeholder-red-800::placeholder{
    color: #9b2c2c !important;
  }

  .md\:tw-placeholder-red-900::-webkit-input-placeholder{
    color: #742a2a !important;
  }

  .md\:tw-placeholder-red-900::-moz-placeholder{
    color: #742a2a !important;
  }

  .md\:tw-placeholder-red-900:-ms-input-placeholder{
    color: #742a2a !important;
  }

  .md\:tw-placeholder-red-900::-ms-input-placeholder{
    color: #742a2a !important;
  }

  .md\:tw-placeholder-red-900::placeholder{
    color: #742a2a !important;
  }

  .md\:tw-placeholder-orange-100::-webkit-input-placeholder{
    color: #fffaf0 !important;
  }

  .md\:tw-placeholder-orange-100::-moz-placeholder{
    color: #fffaf0 !important;
  }

  .md\:tw-placeholder-orange-100:-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .md\:tw-placeholder-orange-100::-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .md\:tw-placeholder-orange-100::placeholder{
    color: #fffaf0 !important;
  }

  .md\:tw-placeholder-orange-200::-webkit-input-placeholder{
    color: #feebc8 !important;
  }

  .md\:tw-placeholder-orange-200::-moz-placeholder{
    color: #feebc8 !important;
  }

  .md\:tw-placeholder-orange-200:-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .md\:tw-placeholder-orange-200::-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .md\:tw-placeholder-orange-200::placeholder{
    color: #feebc8 !important;
  }

  .md\:tw-placeholder-orange-300::-webkit-input-placeholder{
    color: #fbd38d !important;
  }

  .md\:tw-placeholder-orange-300::-moz-placeholder{
    color: #fbd38d !important;
  }

  .md\:tw-placeholder-orange-300:-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .md\:tw-placeholder-orange-300::-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .md\:tw-placeholder-orange-300::placeholder{
    color: #fbd38d !important;
  }

  .md\:tw-placeholder-orange-400::-webkit-input-placeholder{
    color: #f6ad55 !important;
  }

  .md\:tw-placeholder-orange-400::-moz-placeholder{
    color: #f6ad55 !important;
  }

  .md\:tw-placeholder-orange-400:-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .md\:tw-placeholder-orange-400::-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .md\:tw-placeholder-orange-400::placeholder{
    color: #f6ad55 !important;
  }

  .md\:tw-placeholder-orange-500::-webkit-input-placeholder{
    color: #ed8936 !important;
  }

  .md\:tw-placeholder-orange-500::-moz-placeholder{
    color: #ed8936 !important;
  }

  .md\:tw-placeholder-orange-500:-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .md\:tw-placeholder-orange-500::-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .md\:tw-placeholder-orange-500::placeholder{
    color: #ed8936 !important;
  }

  .md\:tw-placeholder-orange-600::-webkit-input-placeholder{
    color: #dd6b20 !important;
  }

  .md\:tw-placeholder-orange-600::-moz-placeholder{
    color: #dd6b20 !important;
  }

  .md\:tw-placeholder-orange-600:-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .md\:tw-placeholder-orange-600::-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .md\:tw-placeholder-orange-600::placeholder{
    color: #dd6b20 !important;
  }

  .md\:tw-placeholder-orange-700::-webkit-input-placeholder{
    color: #c05621 !important;
  }

  .md\:tw-placeholder-orange-700::-moz-placeholder{
    color: #c05621 !important;
  }

  .md\:tw-placeholder-orange-700:-ms-input-placeholder{
    color: #c05621 !important;
  }

  .md\:tw-placeholder-orange-700::-ms-input-placeholder{
    color: #c05621 !important;
  }

  .md\:tw-placeholder-orange-700::placeholder{
    color: #c05621 !important;
  }

  .md\:tw-placeholder-orange-800::-webkit-input-placeholder{
    color: #9c4221 !important;
  }

  .md\:tw-placeholder-orange-800::-moz-placeholder{
    color: #9c4221 !important;
  }

  .md\:tw-placeholder-orange-800:-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .md\:tw-placeholder-orange-800::-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .md\:tw-placeholder-orange-800::placeholder{
    color: #9c4221 !important;
  }

  .md\:tw-placeholder-orange-900::-webkit-input-placeholder{
    color: #7b341e !important;
  }

  .md\:tw-placeholder-orange-900::-moz-placeholder{
    color: #7b341e !important;
  }

  .md\:tw-placeholder-orange-900:-ms-input-placeholder{
    color: #7b341e !important;
  }

  .md\:tw-placeholder-orange-900::-ms-input-placeholder{
    color: #7b341e !important;
  }

  .md\:tw-placeholder-orange-900::placeholder{
    color: #7b341e !important;
  }

  .md\:tw-placeholder-yellow-100::-webkit-input-placeholder{
    color: #fffff0 !important;
  }

  .md\:tw-placeholder-yellow-100::-moz-placeholder{
    color: #fffff0 !important;
  }

  .md\:tw-placeholder-yellow-100:-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .md\:tw-placeholder-yellow-100::-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .md\:tw-placeholder-yellow-100::placeholder{
    color: #fffff0 !important;
  }

  .md\:tw-placeholder-yellow-200::-webkit-input-placeholder{
    color: #fefcbf !important;
  }

  .md\:tw-placeholder-yellow-200::-moz-placeholder{
    color: #fefcbf !important;
  }

  .md\:tw-placeholder-yellow-200:-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .md\:tw-placeholder-yellow-200::-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .md\:tw-placeholder-yellow-200::placeholder{
    color: #fefcbf !important;
  }

  .md\:tw-placeholder-yellow-300::-webkit-input-placeholder{
    color: #faf089 !important;
  }

  .md\:tw-placeholder-yellow-300::-moz-placeholder{
    color: #faf089 !important;
  }

  .md\:tw-placeholder-yellow-300:-ms-input-placeholder{
    color: #faf089 !important;
  }

  .md\:tw-placeholder-yellow-300::-ms-input-placeholder{
    color: #faf089 !important;
  }

  .md\:tw-placeholder-yellow-300::placeholder{
    color: #faf089 !important;
  }

  .md\:tw-placeholder-yellow-400::-webkit-input-placeholder{
    color: #f6e05e !important;
  }

  .md\:tw-placeholder-yellow-400::-moz-placeholder{
    color: #f6e05e !important;
  }

  .md\:tw-placeholder-yellow-400:-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .md\:tw-placeholder-yellow-400::-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .md\:tw-placeholder-yellow-400::placeholder{
    color: #f6e05e !important;
  }

  .md\:tw-placeholder-yellow-500::-webkit-input-placeholder{
    color: #ecc94b !important;
  }

  .md\:tw-placeholder-yellow-500::-moz-placeholder{
    color: #ecc94b !important;
  }

  .md\:tw-placeholder-yellow-500:-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .md\:tw-placeholder-yellow-500::-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .md\:tw-placeholder-yellow-500::placeholder{
    color: #ecc94b !important;
  }

  .md\:tw-placeholder-yellow-600::-webkit-input-placeholder{
    color: #d69e2e !important;
  }

  .md\:tw-placeholder-yellow-600::-moz-placeholder{
    color: #d69e2e !important;
  }

  .md\:tw-placeholder-yellow-600:-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .md\:tw-placeholder-yellow-600::-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .md\:tw-placeholder-yellow-600::placeholder{
    color: #d69e2e !important;
  }

  .md\:tw-placeholder-yellow-700::-webkit-input-placeholder{
    color: #b7791f !important;
  }

  .md\:tw-placeholder-yellow-700::-moz-placeholder{
    color: #b7791f !important;
  }

  .md\:tw-placeholder-yellow-700:-ms-input-placeholder{
    color: #b7791f !important;
  }

  .md\:tw-placeholder-yellow-700::-ms-input-placeholder{
    color: #b7791f !important;
  }

  .md\:tw-placeholder-yellow-700::placeholder{
    color: #b7791f !important;
  }

  .md\:tw-placeholder-yellow-800::-webkit-input-placeholder{
    color: #975a16 !important;
  }

  .md\:tw-placeholder-yellow-800::-moz-placeholder{
    color: #975a16 !important;
  }

  .md\:tw-placeholder-yellow-800:-ms-input-placeholder{
    color: #975a16 !important;
  }

  .md\:tw-placeholder-yellow-800::-ms-input-placeholder{
    color: #975a16 !important;
  }

  .md\:tw-placeholder-yellow-800::placeholder{
    color: #975a16 !important;
  }

  .md\:tw-placeholder-yellow-900::-webkit-input-placeholder{
    color: #744210 !important;
  }

  .md\:tw-placeholder-yellow-900::-moz-placeholder{
    color: #744210 !important;
  }

  .md\:tw-placeholder-yellow-900:-ms-input-placeholder{
    color: #744210 !important;
  }

  .md\:tw-placeholder-yellow-900::-ms-input-placeholder{
    color: #744210 !important;
  }

  .md\:tw-placeholder-yellow-900::placeholder{
    color: #744210 !important;
  }

  .md\:tw-placeholder-green-100::-webkit-input-placeholder{
    color: #f0fff4 !important;
  }

  .md\:tw-placeholder-green-100::-moz-placeholder{
    color: #f0fff4 !important;
  }

  .md\:tw-placeholder-green-100:-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .md\:tw-placeholder-green-100::-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .md\:tw-placeholder-green-100::placeholder{
    color: #f0fff4 !important;
  }

  .md\:tw-placeholder-green-200::-webkit-input-placeholder{
    color: #c6f6d5 !important;
  }

  .md\:tw-placeholder-green-200::-moz-placeholder{
    color: #c6f6d5 !important;
  }

  .md\:tw-placeholder-green-200:-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .md\:tw-placeholder-green-200::-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .md\:tw-placeholder-green-200::placeholder{
    color: #c6f6d5 !important;
  }

  .md\:tw-placeholder-green-300::-webkit-input-placeholder{
    color: #9ae6b4 !important;
  }

  .md\:tw-placeholder-green-300::-moz-placeholder{
    color: #9ae6b4 !important;
  }

  .md\:tw-placeholder-green-300:-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .md\:tw-placeholder-green-300::-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .md\:tw-placeholder-green-300::placeholder{
    color: #9ae6b4 !important;
  }

  .md\:tw-placeholder-green-400::-webkit-input-placeholder{
    color: #68d391 !important;
  }

  .md\:tw-placeholder-green-400::-moz-placeholder{
    color: #68d391 !important;
  }

  .md\:tw-placeholder-green-400:-ms-input-placeholder{
    color: #68d391 !important;
  }

  .md\:tw-placeholder-green-400::-ms-input-placeholder{
    color: #68d391 !important;
  }

  .md\:tw-placeholder-green-400::placeholder{
    color: #68d391 !important;
  }

  .md\:tw-placeholder-green-500::-webkit-input-placeholder{
    color: #48bb78 !important;
  }

  .md\:tw-placeholder-green-500::-moz-placeholder{
    color: #48bb78 !important;
  }

  .md\:tw-placeholder-green-500:-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .md\:tw-placeholder-green-500::-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .md\:tw-placeholder-green-500::placeholder{
    color: #48bb78 !important;
  }

  .md\:tw-placeholder-green-600::-webkit-input-placeholder{
    color: #38a169 !important;
  }

  .md\:tw-placeholder-green-600::-moz-placeholder{
    color: #38a169 !important;
  }

  .md\:tw-placeholder-green-600:-ms-input-placeholder{
    color: #38a169 !important;
  }

  .md\:tw-placeholder-green-600::-ms-input-placeholder{
    color: #38a169 !important;
  }

  .md\:tw-placeholder-green-600::placeholder{
    color: #38a169 !important;
  }

  .md\:tw-placeholder-green-700::-webkit-input-placeholder{
    color: #2f855a !important;
  }

  .md\:tw-placeholder-green-700::-moz-placeholder{
    color: #2f855a !important;
  }

  .md\:tw-placeholder-green-700:-ms-input-placeholder{
    color: #2f855a !important;
  }

  .md\:tw-placeholder-green-700::-ms-input-placeholder{
    color: #2f855a !important;
  }

  .md\:tw-placeholder-green-700::placeholder{
    color: #2f855a !important;
  }

  .md\:tw-placeholder-green-800::-webkit-input-placeholder{
    color: #276749 !important;
  }

  .md\:tw-placeholder-green-800::-moz-placeholder{
    color: #276749 !important;
  }

  .md\:tw-placeholder-green-800:-ms-input-placeholder{
    color: #276749 !important;
  }

  .md\:tw-placeholder-green-800::-ms-input-placeholder{
    color: #276749 !important;
  }

  .md\:tw-placeholder-green-800::placeholder{
    color: #276749 !important;
  }

  .md\:tw-placeholder-green-900::-webkit-input-placeholder{
    color: #22543d !important;
  }

  .md\:tw-placeholder-green-900::-moz-placeholder{
    color: #22543d !important;
  }

  .md\:tw-placeholder-green-900:-ms-input-placeholder{
    color: #22543d !important;
  }

  .md\:tw-placeholder-green-900::-ms-input-placeholder{
    color: #22543d !important;
  }

  .md\:tw-placeholder-green-900::placeholder{
    color: #22543d !important;
  }

  .md\:tw-placeholder-teal-100::-webkit-input-placeholder{
    color: #e6fffa !important;
  }

  .md\:tw-placeholder-teal-100::-moz-placeholder{
    color: #e6fffa !important;
  }

  .md\:tw-placeholder-teal-100:-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .md\:tw-placeholder-teal-100::-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .md\:tw-placeholder-teal-100::placeholder{
    color: #e6fffa !important;
  }

  .md\:tw-placeholder-teal-200::-webkit-input-placeholder{
    color: #b2f5ea !important;
  }

  .md\:tw-placeholder-teal-200::-moz-placeholder{
    color: #b2f5ea !important;
  }

  .md\:tw-placeholder-teal-200:-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .md\:tw-placeholder-teal-200::-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .md\:tw-placeholder-teal-200::placeholder{
    color: #b2f5ea !important;
  }

  .md\:tw-placeholder-teal-300::-webkit-input-placeholder{
    color: #81e6d9 !important;
  }

  .md\:tw-placeholder-teal-300::-moz-placeholder{
    color: #81e6d9 !important;
  }

  .md\:tw-placeholder-teal-300:-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .md\:tw-placeholder-teal-300::-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .md\:tw-placeholder-teal-300::placeholder{
    color: #81e6d9 !important;
  }

  .md\:tw-placeholder-teal-400::-webkit-input-placeholder{
    color: #4fd1c5 !important;
  }

  .md\:tw-placeholder-teal-400::-moz-placeholder{
    color: #4fd1c5 !important;
  }

  .md\:tw-placeholder-teal-400:-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .md\:tw-placeholder-teal-400::-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .md\:tw-placeholder-teal-400::placeholder{
    color: #4fd1c5 !important;
  }

  .md\:tw-placeholder-teal-500::-webkit-input-placeholder{
    color: #38b2ac !important;
  }

  .md\:tw-placeholder-teal-500::-moz-placeholder{
    color: #38b2ac !important;
  }

  .md\:tw-placeholder-teal-500:-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .md\:tw-placeholder-teal-500::-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .md\:tw-placeholder-teal-500::placeholder{
    color: #38b2ac !important;
  }

  .md\:tw-placeholder-teal-600::-webkit-input-placeholder{
    color: #319795 !important;
  }

  .md\:tw-placeholder-teal-600::-moz-placeholder{
    color: #319795 !important;
  }

  .md\:tw-placeholder-teal-600:-ms-input-placeholder{
    color: #319795 !important;
  }

  .md\:tw-placeholder-teal-600::-ms-input-placeholder{
    color: #319795 !important;
  }

  .md\:tw-placeholder-teal-600::placeholder{
    color: #319795 !important;
  }

  .md\:tw-placeholder-teal-700::-webkit-input-placeholder{
    color: #2c7a7b !important;
  }

  .md\:tw-placeholder-teal-700::-moz-placeholder{
    color: #2c7a7b !important;
  }

  .md\:tw-placeholder-teal-700:-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .md\:tw-placeholder-teal-700::-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .md\:tw-placeholder-teal-700::placeholder{
    color: #2c7a7b !important;
  }

  .md\:tw-placeholder-teal-800::-webkit-input-placeholder{
    color: #285e61 !important;
  }

  .md\:tw-placeholder-teal-800::-moz-placeholder{
    color: #285e61 !important;
  }

  .md\:tw-placeholder-teal-800:-ms-input-placeholder{
    color: #285e61 !important;
  }

  .md\:tw-placeholder-teal-800::-ms-input-placeholder{
    color: #285e61 !important;
  }

  .md\:tw-placeholder-teal-800::placeholder{
    color: #285e61 !important;
  }

  .md\:tw-placeholder-teal-900::-webkit-input-placeholder{
    color: #234e52 !important;
  }

  .md\:tw-placeholder-teal-900::-moz-placeholder{
    color: #234e52 !important;
  }

  .md\:tw-placeholder-teal-900:-ms-input-placeholder{
    color: #234e52 !important;
  }

  .md\:tw-placeholder-teal-900::-ms-input-placeholder{
    color: #234e52 !important;
  }

  .md\:tw-placeholder-teal-900::placeholder{
    color: #234e52 !important;
  }

  .md\:tw-placeholder-blue-100::-webkit-input-placeholder{
    color: #ebf8ff !important;
  }

  .md\:tw-placeholder-blue-100::-moz-placeholder{
    color: #ebf8ff !important;
  }

  .md\:tw-placeholder-blue-100:-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .md\:tw-placeholder-blue-100::-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .md\:tw-placeholder-blue-100::placeholder{
    color: #ebf8ff !important;
  }

  .md\:tw-placeholder-blue-200::-webkit-input-placeholder{
    color: #bee3f8 !important;
  }

  .md\:tw-placeholder-blue-200::-moz-placeholder{
    color: #bee3f8 !important;
  }

  .md\:tw-placeholder-blue-200:-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .md\:tw-placeholder-blue-200::-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .md\:tw-placeholder-blue-200::placeholder{
    color: #bee3f8 !important;
  }

  .md\:tw-placeholder-blue-300::-webkit-input-placeholder{
    color: #90cdf4 !important;
  }

  .md\:tw-placeholder-blue-300::-moz-placeholder{
    color: #90cdf4 !important;
  }

  .md\:tw-placeholder-blue-300:-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .md\:tw-placeholder-blue-300::-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .md\:tw-placeholder-blue-300::placeholder{
    color: #90cdf4 !important;
  }

  .md\:tw-placeholder-blue-400::-webkit-input-placeholder{
    color: #63b3ed !important;
  }

  .md\:tw-placeholder-blue-400::-moz-placeholder{
    color: #63b3ed !important;
  }

  .md\:tw-placeholder-blue-400:-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .md\:tw-placeholder-blue-400::-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .md\:tw-placeholder-blue-400::placeholder{
    color: #63b3ed !important;
  }

  .md\:tw-placeholder-blue-500::-webkit-input-placeholder{
    color: #4299e1 !important;
  }

  .md\:tw-placeholder-blue-500::-moz-placeholder{
    color: #4299e1 !important;
  }

  .md\:tw-placeholder-blue-500:-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .md\:tw-placeholder-blue-500::-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .md\:tw-placeholder-blue-500::placeholder{
    color: #4299e1 !important;
  }

  .md\:tw-placeholder-blue-600::-webkit-input-placeholder{
    color: #3182ce !important;
  }

  .md\:tw-placeholder-blue-600::-moz-placeholder{
    color: #3182ce !important;
  }

  .md\:tw-placeholder-blue-600:-ms-input-placeholder{
    color: #3182ce !important;
  }

  .md\:tw-placeholder-blue-600::-ms-input-placeholder{
    color: #3182ce !important;
  }

  .md\:tw-placeholder-blue-600::placeholder{
    color: #3182ce !important;
  }

  .md\:tw-placeholder-blue-700::-webkit-input-placeholder{
    color: #2b6cb0 !important;
  }

  .md\:tw-placeholder-blue-700::-moz-placeholder{
    color: #2b6cb0 !important;
  }

  .md\:tw-placeholder-blue-700:-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .md\:tw-placeholder-blue-700::-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .md\:tw-placeholder-blue-700::placeholder{
    color: #2b6cb0 !important;
  }

  .md\:tw-placeholder-blue-800::-webkit-input-placeholder{
    color: #2c5282 !important;
  }

  .md\:tw-placeholder-blue-800::-moz-placeholder{
    color: #2c5282 !important;
  }

  .md\:tw-placeholder-blue-800:-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .md\:tw-placeholder-blue-800::-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .md\:tw-placeholder-blue-800::placeholder{
    color: #2c5282 !important;
  }

  .md\:tw-placeholder-blue-900::-webkit-input-placeholder{
    color: #2a4365 !important;
  }

  .md\:tw-placeholder-blue-900::-moz-placeholder{
    color: #2a4365 !important;
  }

  .md\:tw-placeholder-blue-900:-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .md\:tw-placeholder-blue-900::-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .md\:tw-placeholder-blue-900::placeholder{
    color: #2a4365 !important;
  }

  .md\:tw-placeholder-indigo-100::-webkit-input-placeholder{
    color: #ebf4ff !important;
  }

  .md\:tw-placeholder-indigo-100::-moz-placeholder{
    color: #ebf4ff !important;
  }

  .md\:tw-placeholder-indigo-100:-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .md\:tw-placeholder-indigo-100::-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .md\:tw-placeholder-indigo-100::placeholder{
    color: #ebf4ff !important;
  }

  .md\:tw-placeholder-indigo-200::-webkit-input-placeholder{
    color: #c3dafe !important;
  }

  .md\:tw-placeholder-indigo-200::-moz-placeholder{
    color: #c3dafe !important;
  }

  .md\:tw-placeholder-indigo-200:-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .md\:tw-placeholder-indigo-200::-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .md\:tw-placeholder-indigo-200::placeholder{
    color: #c3dafe !important;
  }

  .md\:tw-placeholder-indigo-300::-webkit-input-placeholder{
    color: #a3bffa !important;
  }

  .md\:tw-placeholder-indigo-300::-moz-placeholder{
    color: #a3bffa !important;
  }

  .md\:tw-placeholder-indigo-300:-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .md\:tw-placeholder-indigo-300::-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .md\:tw-placeholder-indigo-300::placeholder{
    color: #a3bffa !important;
  }

  .md\:tw-placeholder-indigo-400::-webkit-input-placeholder{
    color: #7f9cf5 !important;
  }

  .md\:tw-placeholder-indigo-400::-moz-placeholder{
    color: #7f9cf5 !important;
  }

  .md\:tw-placeholder-indigo-400:-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .md\:tw-placeholder-indigo-400::-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .md\:tw-placeholder-indigo-400::placeholder{
    color: #7f9cf5 !important;
  }

  .md\:tw-placeholder-indigo-500::-webkit-input-placeholder{
    color: #667eea !important;
  }

  .md\:tw-placeholder-indigo-500::-moz-placeholder{
    color: #667eea !important;
  }

  .md\:tw-placeholder-indigo-500:-ms-input-placeholder{
    color: #667eea !important;
  }

  .md\:tw-placeholder-indigo-500::-ms-input-placeholder{
    color: #667eea !important;
  }

  .md\:tw-placeholder-indigo-500::placeholder{
    color: #667eea !important;
  }

  .md\:tw-placeholder-indigo-600::-webkit-input-placeholder{
    color: #5a67d8 !important;
  }

  .md\:tw-placeholder-indigo-600::-moz-placeholder{
    color: #5a67d8 !important;
  }

  .md\:tw-placeholder-indigo-600:-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .md\:tw-placeholder-indigo-600::-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .md\:tw-placeholder-indigo-600::placeholder{
    color: #5a67d8 !important;
  }

  .md\:tw-placeholder-indigo-700::-webkit-input-placeholder{
    color: #4c51bf !important;
  }

  .md\:tw-placeholder-indigo-700::-moz-placeholder{
    color: #4c51bf !important;
  }

  .md\:tw-placeholder-indigo-700:-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .md\:tw-placeholder-indigo-700::-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .md\:tw-placeholder-indigo-700::placeholder{
    color: #4c51bf !important;
  }

  .md\:tw-placeholder-indigo-800::-webkit-input-placeholder{
    color: #434190 !important;
  }

  .md\:tw-placeholder-indigo-800::-moz-placeholder{
    color: #434190 !important;
  }

  .md\:tw-placeholder-indigo-800:-ms-input-placeholder{
    color: #434190 !important;
  }

  .md\:tw-placeholder-indigo-800::-ms-input-placeholder{
    color: #434190 !important;
  }

  .md\:tw-placeholder-indigo-800::placeholder{
    color: #434190 !important;
  }

  .md\:tw-placeholder-indigo-900::-webkit-input-placeholder{
    color: #3c366b !important;
  }

  .md\:tw-placeholder-indigo-900::-moz-placeholder{
    color: #3c366b !important;
  }

  .md\:tw-placeholder-indigo-900:-ms-input-placeholder{
    color: #3c366b !important;
  }

  .md\:tw-placeholder-indigo-900::-ms-input-placeholder{
    color: #3c366b !important;
  }

  .md\:tw-placeholder-indigo-900::placeholder{
    color: #3c366b !important;
  }

  .md\:tw-placeholder-purple-100::-webkit-input-placeholder{
    color: #faf5ff !important;
  }

  .md\:tw-placeholder-purple-100::-moz-placeholder{
    color: #faf5ff !important;
  }

  .md\:tw-placeholder-purple-100:-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .md\:tw-placeholder-purple-100::-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .md\:tw-placeholder-purple-100::placeholder{
    color: #faf5ff !important;
  }

  .md\:tw-placeholder-purple-200::-webkit-input-placeholder{
    color: #e9d8fd !important;
  }

  .md\:tw-placeholder-purple-200::-moz-placeholder{
    color: #e9d8fd !important;
  }

  .md\:tw-placeholder-purple-200:-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .md\:tw-placeholder-purple-200::-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .md\:tw-placeholder-purple-200::placeholder{
    color: #e9d8fd !important;
  }

  .md\:tw-placeholder-purple-300::-webkit-input-placeholder{
    color: #d6bcfa !important;
  }

  .md\:tw-placeholder-purple-300::-moz-placeholder{
    color: #d6bcfa !important;
  }

  .md\:tw-placeholder-purple-300:-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .md\:tw-placeholder-purple-300::-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .md\:tw-placeholder-purple-300::placeholder{
    color: #d6bcfa !important;
  }

  .md\:tw-placeholder-purple-400::-webkit-input-placeholder{
    color: #b794f4 !important;
  }

  .md\:tw-placeholder-purple-400::-moz-placeholder{
    color: #b794f4 !important;
  }

  .md\:tw-placeholder-purple-400:-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .md\:tw-placeholder-purple-400::-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .md\:tw-placeholder-purple-400::placeholder{
    color: #b794f4 !important;
  }

  .md\:tw-placeholder-purple-500::-webkit-input-placeholder{
    color: #9f7aea !important;
  }

  .md\:tw-placeholder-purple-500::-moz-placeholder{
    color: #9f7aea !important;
  }

  .md\:tw-placeholder-purple-500:-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .md\:tw-placeholder-purple-500::-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .md\:tw-placeholder-purple-500::placeholder{
    color: #9f7aea !important;
  }

  .md\:tw-placeholder-purple-600::-webkit-input-placeholder{
    color: #805ad5 !important;
  }

  .md\:tw-placeholder-purple-600::-moz-placeholder{
    color: #805ad5 !important;
  }

  .md\:tw-placeholder-purple-600:-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .md\:tw-placeholder-purple-600::-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .md\:tw-placeholder-purple-600::placeholder{
    color: #805ad5 !important;
  }

  .md\:tw-placeholder-purple-700::-webkit-input-placeholder{
    color: #6b46c1 !important;
  }

  .md\:tw-placeholder-purple-700::-moz-placeholder{
    color: #6b46c1 !important;
  }

  .md\:tw-placeholder-purple-700:-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .md\:tw-placeholder-purple-700::-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .md\:tw-placeholder-purple-700::placeholder{
    color: #6b46c1 !important;
  }

  .md\:tw-placeholder-purple-800::-webkit-input-placeholder{
    color: #553c9a !important;
  }

  .md\:tw-placeholder-purple-800::-moz-placeholder{
    color: #553c9a !important;
  }

  .md\:tw-placeholder-purple-800:-ms-input-placeholder{
    color: #553c9a !important;
  }

  .md\:tw-placeholder-purple-800::-ms-input-placeholder{
    color: #553c9a !important;
  }

  .md\:tw-placeholder-purple-800::placeholder{
    color: #553c9a !important;
  }

  .md\:tw-placeholder-purple-900::-webkit-input-placeholder{
    color: #44337a !important;
  }

  .md\:tw-placeholder-purple-900::-moz-placeholder{
    color: #44337a !important;
  }

  .md\:tw-placeholder-purple-900:-ms-input-placeholder{
    color: #44337a !important;
  }

  .md\:tw-placeholder-purple-900::-ms-input-placeholder{
    color: #44337a !important;
  }

  .md\:tw-placeholder-purple-900::placeholder{
    color: #44337a !important;
  }

  .md\:tw-placeholder-pink-100::-webkit-input-placeholder{
    color: #fff5f7 !important;
  }

  .md\:tw-placeholder-pink-100::-moz-placeholder{
    color: #fff5f7 !important;
  }

  .md\:tw-placeholder-pink-100:-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .md\:tw-placeholder-pink-100::-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .md\:tw-placeholder-pink-100::placeholder{
    color: #fff5f7 !important;
  }

  .md\:tw-placeholder-pink-200::-webkit-input-placeholder{
    color: #fed7e2 !important;
  }

  .md\:tw-placeholder-pink-200::-moz-placeholder{
    color: #fed7e2 !important;
  }

  .md\:tw-placeholder-pink-200:-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .md\:tw-placeholder-pink-200::-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .md\:tw-placeholder-pink-200::placeholder{
    color: #fed7e2 !important;
  }

  .md\:tw-placeholder-pink-300::-webkit-input-placeholder{
    color: #fbb6ce !important;
  }

  .md\:tw-placeholder-pink-300::-moz-placeholder{
    color: #fbb6ce !important;
  }

  .md\:tw-placeholder-pink-300:-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .md\:tw-placeholder-pink-300::-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .md\:tw-placeholder-pink-300::placeholder{
    color: #fbb6ce !important;
  }

  .md\:tw-placeholder-pink-400::-webkit-input-placeholder{
    color: #f687b3 !important;
  }

  .md\:tw-placeholder-pink-400::-moz-placeholder{
    color: #f687b3 !important;
  }

  .md\:tw-placeholder-pink-400:-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .md\:tw-placeholder-pink-400::-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .md\:tw-placeholder-pink-400::placeholder{
    color: #f687b3 !important;
  }

  .md\:tw-placeholder-pink-500::-webkit-input-placeholder{
    color: #ed64a6 !important;
  }

  .md\:tw-placeholder-pink-500::-moz-placeholder{
    color: #ed64a6 !important;
  }

  .md\:tw-placeholder-pink-500:-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .md\:tw-placeholder-pink-500::-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .md\:tw-placeholder-pink-500::placeholder{
    color: #ed64a6 !important;
  }

  .md\:tw-placeholder-pink-600::-webkit-input-placeholder{
    color: #d53f8c !important;
  }

  .md\:tw-placeholder-pink-600::-moz-placeholder{
    color: #d53f8c !important;
  }

  .md\:tw-placeholder-pink-600:-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .md\:tw-placeholder-pink-600::-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .md\:tw-placeholder-pink-600::placeholder{
    color: #d53f8c !important;
  }

  .md\:tw-placeholder-pink-700::-webkit-input-placeholder{
    color: #b83280 !important;
  }

  .md\:tw-placeholder-pink-700::-moz-placeholder{
    color: #b83280 !important;
  }

  .md\:tw-placeholder-pink-700:-ms-input-placeholder{
    color: #b83280 !important;
  }

  .md\:tw-placeholder-pink-700::-ms-input-placeholder{
    color: #b83280 !important;
  }

  .md\:tw-placeholder-pink-700::placeholder{
    color: #b83280 !important;
  }

  .md\:tw-placeholder-pink-800::-webkit-input-placeholder{
    color: #97266d !important;
  }

  .md\:tw-placeholder-pink-800::-moz-placeholder{
    color: #97266d !important;
  }

  .md\:tw-placeholder-pink-800:-ms-input-placeholder{
    color: #97266d !important;
  }

  .md\:tw-placeholder-pink-800::-ms-input-placeholder{
    color: #97266d !important;
  }

  .md\:tw-placeholder-pink-800::placeholder{
    color: #97266d !important;
  }

  .md\:tw-placeholder-pink-900::-webkit-input-placeholder{
    color: #702459 !important;
  }

  .md\:tw-placeholder-pink-900::-moz-placeholder{
    color: #702459 !important;
  }

  .md\:tw-placeholder-pink-900:-ms-input-placeholder{
    color: #702459 !important;
  }

  .md\:tw-placeholder-pink-900::-ms-input-placeholder{
    color: #702459 !important;
  }

  .md\:tw-placeholder-pink-900::placeholder{
    color: #702459 !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder{
    color: #000 !important;
  }

  .md\:focus\:tw-placeholder-black:focus::-moz-placeholder{
    color: #000 !important;
  }

  .md\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    color: #000 !important;
  }

  .md\:focus\:tw-placeholder-black:focus::-ms-input-placeholder{
    color: #000 !important;
  }

  .md\:focus\:tw-placeholder-black:focus::placeholder{
    color: #000 !important;
  }

  .md\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder{
    color: #fff !important;
  }

  .md\:focus\:tw-placeholder-white:focus::-moz-placeholder{
    color: #fff !important;
  }

  .md\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    color: #fff !important;
  }

  .md\:focus\:tw-placeholder-white:focus::-ms-input-placeholder{
    color: #fff !important;
  }

  .md\:focus\:tw-placeholder-white:focus::placeholder{
    color: #fff !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder{
    color: #f7fafc !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
    color: #f7fafc !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder{
    color: #f7fafc !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder{
    color: #f7fafc !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::placeholder{
    color: #f7fafc !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder{
    color: #edf2f7 !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder{
    color: #edf2f7 !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder{
    color: #edf2f7 !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder{
    color: #edf2f7 !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus::placeholder{
    color: #edf2f7 !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder{
    color: #e2e8f0 !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
    color: #e2e8f0 !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder{
    color: #e2e8f0 !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder{
    color: #e2e8f0 !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus::placeholder{
    color: #e2e8f0 !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder{
    color: #cbd5e0 !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
    color: #cbd5e0 !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder{
    color: #cbd5e0 !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder{
    color: #cbd5e0 !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus::placeholder{
    color: #cbd5e0 !important;
  }

  .md\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder{
    color: #a0aec0 !important;
  }

  .md\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder{
    color: #a0aec0 !important;
  }

  .md\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder{
    color: #a0aec0 !important;
  }

  .md\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder{
    color: #a0aec0 !important;
  }

  .md\:focus\:tw-placeholder-gray-500:focus::placeholder{
    color: #a0aec0 !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder{
    color: #718096 !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder{
    color: #718096 !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder{
    color: #718096 !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder{
    color: #718096 !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus::placeholder{
    color: #718096 !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder{
    color: #4a5568 !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder{
    color: #4a5568 !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder{
    color: #4a5568 !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder{
    color: #4a5568 !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus::placeholder{
    color: #4a5568 !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder{
    color: #2d3748 !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
    color: #2d3748 !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder{
    color: #2d3748 !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder{
    color: #2d3748 !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::placeholder{
    color: #2d3748 !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder{
    color: #1a202c !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
    color: #1a202c !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder{
    color: #1a202c !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder{
    color: #1a202c !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus::placeholder{
    color: #1a202c !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder{
    color: #fff5f5 !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus::-moz-placeholder{
    color: #fff5f5 !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus::placeholder{
    color: #fff5f5 !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder{
    color: #fed7d7 !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus::-moz-placeholder{
    color: #fed7d7 !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus::placeholder{
    color: #fed7d7 !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder{
    color: #feb2b2 !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus::-moz-placeholder{
    color: #feb2b2 !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus::placeholder{
    color: #feb2b2 !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder{
    color: #fc8181 !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus::-moz-placeholder{
    color: #fc8181 !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus::placeholder{
    color: #fc8181 !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder{
    color: #f56565 !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus::-moz-placeholder{
    color: #f56565 !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder{
    color: #f56565 !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder{
    color: #f56565 !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus::placeholder{
    color: #f56565 !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder{
    color: #e53e3e !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus::-moz-placeholder{
    color: #e53e3e !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus::placeholder{
    color: #e53e3e !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder{
    color: #c53030 !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus::-moz-placeholder{
    color: #c53030 !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder{
    color: #c53030 !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder{
    color: #c53030 !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus::placeholder{
    color: #c53030 !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder{
    color: #9b2c2c !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus::-moz-placeholder{
    color: #9b2c2c !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus::placeholder{
    color: #9b2c2c !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder{
    color: #742a2a !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus::-moz-placeholder{
    color: #742a2a !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder{
    color: #742a2a !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder{
    color: #742a2a !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus::placeholder{
    color: #742a2a !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder{
    color: #fffaf0 !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
    color: #fffaf0 !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus::placeholder{
    color: #fffaf0 !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder{
    color: #feebc8 !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
    color: #feebc8 !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus::placeholder{
    color: #feebc8 !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder{
    color: #fbd38d !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
    color: #fbd38d !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus::placeholder{
    color: #fbd38d !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder{
    color: #f6ad55 !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
    color: #f6ad55 !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus::placeholder{
    color: #f6ad55 !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder{
    color: #ed8936 !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
    color: #ed8936 !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus::placeholder{
    color: #ed8936 !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder{
    color: #dd6b20 !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
    color: #dd6b20 !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus::placeholder{
    color: #dd6b20 !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder{
    color: #c05621 !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
    color: #c05621 !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder{
    color: #c05621 !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder{
    color: #c05621 !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus::placeholder{
    color: #c05621 !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder{
    color: #9c4221 !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
    color: #9c4221 !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus::placeholder{
    color: #9c4221 !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder{
    color: #7b341e !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
    color: #7b341e !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder{
    color: #7b341e !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder{
    color: #7b341e !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus::placeholder{
    color: #7b341e !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder{
    color: #fffff0 !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
    color: #fffff0 !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    color: #fffff0 !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder{
    color: #fefcbf !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
    color: #fefcbf !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    color: #fefcbf !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder{
    color: #faf089 !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
    color: #faf089 !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder{
    color: #faf089 !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder{
    color: #faf089 !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    color: #faf089 !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder{
    color: #f6e05e !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
    color: #f6e05e !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    color: #f6e05e !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder{
    color: #ecc94b !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
    color: #ecc94b !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    color: #ecc94b !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder{
    color: #d69e2e !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
    color: #d69e2e !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    color: #d69e2e !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder{
    color: #b7791f !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
    color: #b7791f !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder{
    color: #b7791f !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder{
    color: #b7791f !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    color: #b7791f !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder{
    color: #975a16 !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
    color: #975a16 !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder{
    color: #975a16 !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder{
    color: #975a16 !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    color: #975a16 !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder{
    color: #744210 !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
    color: #744210 !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder{
    color: #744210 !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder{
    color: #744210 !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    color: #744210 !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder{
    color: #f0fff4 !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::-moz-placeholder{
    color: #f0fff4 !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::placeholder{
    color: #f0fff4 !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder{
    color: #c6f6d5 !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus::-moz-placeholder{
    color: #c6f6d5 !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus::placeholder{
    color: #c6f6d5 !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder{
    color: #9ae6b4 !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus::-moz-placeholder{
    color: #9ae6b4 !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus::placeholder{
    color: #9ae6b4 !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder{
    color: #68d391 !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus::-moz-placeholder{
    color: #68d391 !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder{
    color: #68d391 !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder{
    color: #68d391 !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus::placeholder{
    color: #68d391 !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder{
    color: #48bb78 !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus::-moz-placeholder{
    color: #48bb78 !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus::placeholder{
    color: #48bb78 !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder{
    color: #38a169 !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus::-moz-placeholder{
    color: #38a169 !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder{
    color: #38a169 !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder{
    color: #38a169 !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus::placeholder{
    color: #38a169 !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder{
    color: #2f855a !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus::-moz-placeholder{
    color: #2f855a !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder{
    color: #2f855a !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder{
    color: #2f855a !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus::placeholder{
    color: #2f855a !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder{
    color: #276749 !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus::-moz-placeholder{
    color: #276749 !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder{
    color: #276749 !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder{
    color: #276749 !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus::placeholder{
    color: #276749 !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder{
    color: #22543d !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::-moz-placeholder{
    color: #22543d !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder{
    color: #22543d !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder{
    color: #22543d !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::placeholder{
    color: #22543d !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder{
    color: #e6fffa !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
    color: #e6fffa !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus::placeholder{
    color: #e6fffa !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder{
    color: #b2f5ea !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
    color: #b2f5ea !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus::placeholder{
    color: #b2f5ea !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder{
    color: #81e6d9 !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
    color: #81e6d9 !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus::placeholder{
    color: #81e6d9 !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder{
    color: #4fd1c5 !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
    color: #4fd1c5 !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus::placeholder{
    color: #4fd1c5 !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder{
    color: #38b2ac !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
    color: #38b2ac !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus::placeholder{
    color: #38b2ac !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder{
    color: #319795 !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
    color: #319795 !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder{
    color: #319795 !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder{
    color: #319795 !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus::placeholder{
    color: #319795 !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder{
    color: #2c7a7b !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
    color: #2c7a7b !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus::placeholder{
    color: #2c7a7b !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder{
    color: #285e61 !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
    color: #285e61 !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder{
    color: #285e61 !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder{
    color: #285e61 !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus::placeholder{
    color: #285e61 !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder{
    color: #234e52 !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
    color: #234e52 !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder{
    color: #234e52 !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder{
    color: #234e52 !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus::placeholder{
    color: #234e52 !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder{
    color: #ebf8ff !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
    color: #ebf8ff !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus::placeholder{
    color: #ebf8ff !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder{
    color: #bee3f8 !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
    color: #bee3f8 !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus::placeholder{
    color: #bee3f8 !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder{
    color: #90cdf4 !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
    color: #90cdf4 !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus::placeholder{
    color: #90cdf4 !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder{
    color: #63b3ed !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
    color: #63b3ed !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus::placeholder{
    color: #63b3ed !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder{
    color: #4299e1 !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
    color: #4299e1 !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::placeholder{
    color: #4299e1 !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder{
    color: #3182ce !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
    color: #3182ce !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder{
    color: #3182ce !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder{
    color: #3182ce !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus::placeholder{
    color: #3182ce !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder{
    color: #2b6cb0 !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
    color: #2b6cb0 !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus::placeholder{
    color: #2b6cb0 !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder{
    color: #2c5282 !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
    color: #2c5282 !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::placeholder{
    color: #2c5282 !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder{
    color: #2a4365 !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
    color: #2a4365 !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::placeholder{
    color: #2a4365 !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder{
    color: #ebf4ff !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
    color: #ebf4ff !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    color: #ebf4ff !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder{
    color: #c3dafe !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
    color: #c3dafe !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    color: #c3dafe !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder{
    color: #a3bffa !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
    color: #a3bffa !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    color: #a3bffa !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder{
    color: #7f9cf5 !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
    color: #7f9cf5 !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    color: #7f9cf5 !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder{
    color: #667eea !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
    color: #667eea !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder{
    color: #667eea !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder{
    color: #667eea !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    color: #667eea !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder{
    color: #5a67d8 !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
    color: #5a67d8 !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    color: #5a67d8 !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder{
    color: #4c51bf !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
    color: #4c51bf !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    color: #4c51bf !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder{
    color: #434190 !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
    color: #434190 !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder{
    color: #434190 !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder{
    color: #434190 !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    color: #434190 !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder{
    color: #3c366b !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
    color: #3c366b !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder{
    color: #3c366b !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder{
    color: #3c366b !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    color: #3c366b !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder{
    color: #faf5ff !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
    color: #faf5ff !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus::placeholder{
    color: #faf5ff !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder{
    color: #e9d8fd !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
    color: #e9d8fd !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus::placeholder{
    color: #e9d8fd !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder{
    color: #d6bcfa !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
    color: #d6bcfa !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus::placeholder{
    color: #d6bcfa !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder{
    color: #b794f4 !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
    color: #b794f4 !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus::placeholder{
    color: #b794f4 !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder{
    color: #9f7aea !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
    color: #9f7aea !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus::placeholder{
    color: #9f7aea !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder{
    color: #805ad5 !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
    color: #805ad5 !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus::placeholder{
    color: #805ad5 !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder{
    color: #6b46c1 !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
    color: #6b46c1 !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus::placeholder{
    color: #6b46c1 !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder{
    color: #553c9a !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
    color: #553c9a !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder{
    color: #553c9a !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder{
    color: #553c9a !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus::placeholder{
    color: #553c9a !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder{
    color: #44337a !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
    color: #44337a !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder{
    color: #44337a !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder{
    color: #44337a !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus::placeholder{
    color: #44337a !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder{
    color: #fff5f7 !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
    color: #fff5f7 !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus::placeholder{
    color: #fff5f7 !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder{
    color: #fed7e2 !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
    color: #fed7e2 !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus::placeholder{
    color: #fed7e2 !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder{
    color: #fbb6ce !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
    color: #fbb6ce !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus::placeholder{
    color: #fbb6ce !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder{
    color: #f687b3 !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
    color: #f687b3 !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus::placeholder{
    color: #f687b3 !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder{
    color: #ed64a6 !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
    color: #ed64a6 !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus::placeholder{
    color: #ed64a6 !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder{
    color: #d53f8c !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
    color: #d53f8c !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus::placeholder{
    color: #d53f8c !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder{
    color: #b83280 !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
    color: #b83280 !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder{
    color: #b83280 !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder{
    color: #b83280 !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus::placeholder{
    color: #b83280 !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder{
    color: #97266d !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
    color: #97266d !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder{
    color: #97266d !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder{
    color: #97266d !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus::placeholder{
    color: #97266d !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder{
    color: #702459 !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
    color: #702459 !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder{
    color: #702459 !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder{
    color: #702459 !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus::placeholder{
    color: #702459 !important;
  }

  .md\:tw-pointer-events-none{
    pointer-events: none !important;
  }

  .md\:tw-pointer-events-auto{
    pointer-events: auto !important;
  }

  .md\:tw-static{
    position: static !important;
  }

  .md\:tw-fixed{
    position: fixed !important;
  }

  .md\:tw-absolute{
    position: absolute !important;
  }

  .md\:tw-relative{
    position: relative !important;
  }

  .md\:tw-sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .md\:tw-inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

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

  .md\:tw-inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:tw-inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

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

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

  .md\:tw-top-0{
    top: 0 !important;
  }

  .md\:tw-right-0{
    right: 0 !important;
  }

  .md\:tw-bottom-0{
    bottom: 0 !important;
  }

  .md\:tw-left-0{
    left: 0 !important;
  }

  .md\:tw-top-auto{
    top: auto !important;
  }

  .md\:tw-right-auto{
    right: auto !important;
  }

  .md\:tw-bottom-auto{
    bottom: auto !important;
  }

  .md\:tw-left-auto{
    left: auto !important;
  }

  .md\:tw-resize-none{
    resize: none !important;
  }

  .md\:tw-resize-y{
    resize: vertical !important;
  }

  .md\:tw-resize-x{
    resize: horizontal !important;
  }

  .md\:tw-resize{
    resize: both !important;
  }

  .md\:tw-shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:tw-shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:tw-shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:tw-shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:tw-shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

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

  .md\:tw-shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:tw-shadow-none{
    box-shadow: none !important;
  }

  .md\:hover\:tw-shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:tw-shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:tw-shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:tw-shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:hover\:tw-shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:hover\:tw-shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:tw-shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:hover\:tw-shadow-none:hover{
    box-shadow: none !important;
  }

  .md\:focus\:tw-shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:tw-shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:tw-shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:tw-shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:focus\:tw-shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:focus\:tw-shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:tw-shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:focus\:tw-shadow-none:focus{
    box-shadow: none !important;
  }

  .md\:tw-fill-current{
    fill: currentColor !important;
  }

  .md\:tw-stroke-current{
    stroke: currentColor !important;
  }

  .md\:tw-table-auto{
    table-layout: auto !important;
  }

  .md\:tw-table-fixed{
    table-layout: fixed !important;
  }

  .md\:tw-text-left{
    text-align: left !important;
  }

  .md\:tw-text-center{
    text-align: center !important;
  }

  .md\:tw-text-right{
    text-align: right !important;
  }

  .md\:tw-text-justify{
    text-align: justify !important;
  }

  .md\:tw-text-transparent{
    color: transparent !important;
  }

  .md\:tw-text-black{
    color: #000 !important;
  }

  .md\:tw-text-white{
    color: #fff !important;
  }

  .md\:tw-text-gray-100{
    color: #f7fafc !important;
  }

  .md\:tw-text-gray-200{
    color: #edf2f7 !important;
  }

  .md\:tw-text-gray-300{
    color: #e2e8f0 !important;
  }

  .md\:tw-text-gray-400{
    color: #cbd5e0 !important;
  }

  .md\:tw-text-gray-500{
    color: #a0aec0 !important;
  }

  .md\:tw-text-gray-600{
    color: #718096 !important;
  }

  .md\:tw-text-gray-700{
    color: #4a5568 !important;
  }

  .md\:tw-text-gray-800{
    color: #2d3748 !important;
  }

  .md\:tw-text-gray-900{
    color: #1a202c !important;
  }

  .md\:tw-text-red-100{
    color: #fff5f5 !important;
  }

  .md\:tw-text-red-200{
    color: #fed7d7 !important;
  }

  .md\:tw-text-red-300{
    color: #feb2b2 !important;
  }

  .md\:tw-text-red-400{
    color: #fc8181 !important;
  }

  .md\:tw-text-red-500{
    color: #f56565 !important;
  }

  .md\:tw-text-red-600{
    color: #e53e3e !important;
  }

  .md\:tw-text-red-700{
    color: #c53030 !important;
  }

  .md\:tw-text-red-800{
    color: #9b2c2c !important;
  }

  .md\:tw-text-red-900{
    color: #742a2a !important;
  }

  .md\:tw-text-orange-100{
    color: #fffaf0 !important;
  }

  .md\:tw-text-orange-200{
    color: #feebc8 !important;
  }

  .md\:tw-text-orange-300{
    color: #fbd38d !important;
  }

  .md\:tw-text-orange-400{
    color: #f6ad55 !important;
  }

  .md\:tw-text-orange-500{
    color: #ed8936 !important;
  }

  .md\:tw-text-orange-600{
    color: #dd6b20 !important;
  }

  .md\:tw-text-orange-700{
    color: #c05621 !important;
  }

  .md\:tw-text-orange-800{
    color: #9c4221 !important;
  }

  .md\:tw-text-orange-900{
    color: #7b341e !important;
  }

  .md\:tw-text-yellow-100{
    color: #fffff0 !important;
  }

  .md\:tw-text-yellow-200{
    color: #fefcbf !important;
  }

  .md\:tw-text-yellow-300{
    color: #faf089 !important;
  }

  .md\:tw-text-yellow-400{
    color: #f6e05e !important;
  }

  .md\:tw-text-yellow-500{
    color: #ecc94b !important;
  }

  .md\:tw-text-yellow-600{
    color: #d69e2e !important;
  }

  .md\:tw-text-yellow-700{
    color: #b7791f !important;
  }

  .md\:tw-text-yellow-800{
    color: #975a16 !important;
  }

  .md\:tw-text-yellow-900{
    color: #744210 !important;
  }

  .md\:tw-text-green-100{
    color: #f0fff4 !important;
  }

  .md\:tw-text-green-200{
    color: #c6f6d5 !important;
  }

  .md\:tw-text-green-300{
    color: #9ae6b4 !important;
  }

  .md\:tw-text-green-400{
    color: #68d391 !important;
  }

  .md\:tw-text-green-500{
    color: #48bb78 !important;
  }

  .md\:tw-text-green-600{
    color: #38a169 !important;
  }

  .md\:tw-text-green-700{
    color: #2f855a !important;
  }

  .md\:tw-text-green-800{
    color: #276749 !important;
  }

  .md\:tw-text-green-900{
    color: #22543d !important;
  }

  .md\:tw-text-teal-100{
    color: #e6fffa !important;
  }

  .md\:tw-text-teal-200{
    color: #b2f5ea !important;
  }

  .md\:tw-text-teal-300{
    color: #81e6d9 !important;
  }

  .md\:tw-text-teal-400{
    color: #4fd1c5 !important;
  }

  .md\:tw-text-teal-500{
    color: #38b2ac !important;
  }

  .md\:tw-text-teal-600{
    color: #319795 !important;
  }

  .md\:tw-text-teal-700{
    color: #2c7a7b !important;
  }

  .md\:tw-text-teal-800{
    color: #285e61 !important;
  }

  .md\:tw-text-teal-900{
    color: #234e52 !important;
  }

  .md\:tw-text-blue-100{
    color: #ebf8ff !important;
  }

  .md\:tw-text-blue-200{
    color: #bee3f8 !important;
  }

  .md\:tw-text-blue-300{
    color: #90cdf4 !important;
  }

  .md\:tw-text-blue-400{
    color: #63b3ed !important;
  }

  .md\:tw-text-blue-500{
    color: #4299e1 !important;
  }

  .md\:tw-text-blue-600{
    color: #3182ce !important;
  }

  .md\:tw-text-blue-700{
    color: #2b6cb0 !important;
  }

  .md\:tw-text-blue-800{
    color: #2c5282 !important;
  }

  .md\:tw-text-blue-900{
    color: #2a4365 !important;
  }

  .md\:tw-text-indigo-100{
    color: #ebf4ff !important;
  }

  .md\:tw-text-indigo-200{
    color: #c3dafe !important;
  }

  .md\:tw-text-indigo-300{
    color: #a3bffa !important;
  }

  .md\:tw-text-indigo-400{
    color: #7f9cf5 !important;
  }

  .md\:tw-text-indigo-500{
    color: #667eea !important;
  }

  .md\:tw-text-indigo-600{
    color: #5a67d8 !important;
  }

  .md\:tw-text-indigo-700{
    color: #4c51bf !important;
  }

  .md\:tw-text-indigo-800{
    color: #434190 !important;
  }

  .md\:tw-text-indigo-900{
    color: #3c366b !important;
  }

  .md\:tw-text-purple-100{
    color: #faf5ff !important;
  }

  .md\:tw-text-purple-200{
    color: #e9d8fd !important;
  }

  .md\:tw-text-purple-300{
    color: #d6bcfa !important;
  }

  .md\:tw-text-purple-400{
    color: #b794f4 !important;
  }

  .md\:tw-text-purple-500{
    color: #9f7aea !important;
  }

  .md\:tw-text-purple-600{
    color: #805ad5 !important;
  }

  .md\:tw-text-purple-700{
    color: #6b46c1 !important;
  }

  .md\:tw-text-purple-800{
    color: #553c9a !important;
  }

  .md\:tw-text-purple-900{
    color: #44337a !important;
  }

  .md\:tw-text-pink-100{
    color: #fff5f7 !important;
  }

  .md\:tw-text-pink-200{
    color: #fed7e2 !important;
  }

  .md\:tw-text-pink-300{
    color: #fbb6ce !important;
  }

  .md\:tw-text-pink-400{
    color: #f687b3 !important;
  }

  .md\:tw-text-pink-500{
    color: #ed64a6 !important;
  }

  .md\:tw-text-pink-600{
    color: #d53f8c !important;
  }

  .md\:tw-text-pink-700{
    color: #b83280 !important;
  }

  .md\:tw-text-pink-800{
    color: #97266d !important;
  }

  .md\:tw-text-pink-900{
    color: #702459 !important;
  }

  .md\:hover\:tw-text-transparent:hover{
    color: transparent !important;
  }

  .md\:hover\:tw-text-black:hover{
    color: #000 !important;
  }

  .md\:hover\:tw-text-white:hover{
    color: #fff !important;
  }

  .md\:hover\:tw-text-gray-100:hover{
    color: #f7fafc !important;
  }

  .md\:hover\:tw-text-gray-200:hover{
    color: #edf2f7 !important;
  }

  .md\:hover\:tw-text-gray-300:hover{
    color: #e2e8f0 !important;
  }

  .md\:hover\:tw-text-gray-400:hover{
    color: #cbd5e0 !important;
  }

  .md\:hover\:tw-text-gray-500:hover{
    color: #a0aec0 !important;
  }

  .md\:hover\:tw-text-gray-600:hover{
    color: #718096 !important;
  }

  .md\:hover\:tw-text-gray-700:hover{
    color: #4a5568 !important;
  }

  .md\:hover\:tw-text-gray-800:hover{
    color: #2d3748 !important;
  }

  .md\:hover\:tw-text-gray-900:hover{
    color: #1a202c !important;
  }

  .md\:hover\:tw-text-red-100:hover{
    color: #fff5f5 !important;
  }

  .md\:hover\:tw-text-red-200:hover{
    color: #fed7d7 !important;
  }

  .md\:hover\:tw-text-red-300:hover{
    color: #feb2b2 !important;
  }

  .md\:hover\:tw-text-red-400:hover{
    color: #fc8181 !important;
  }

  .md\:hover\:tw-text-red-500:hover{
    color: #f56565 !important;
  }

  .md\:hover\:tw-text-red-600:hover{
    color: #e53e3e !important;
  }

  .md\:hover\:tw-text-red-700:hover{
    color: #c53030 !important;
  }

  .md\:hover\:tw-text-red-800:hover{
    color: #9b2c2c !important;
  }

  .md\:hover\:tw-text-red-900:hover{
    color: #742a2a !important;
  }

  .md\:hover\:tw-text-orange-100:hover{
    color: #fffaf0 !important;
  }

  .md\:hover\:tw-text-orange-200:hover{
    color: #feebc8 !important;
  }

  .md\:hover\:tw-text-orange-300:hover{
    color: #fbd38d !important;
  }

  .md\:hover\:tw-text-orange-400:hover{
    color: #f6ad55 !important;
  }

  .md\:hover\:tw-text-orange-500:hover{
    color: #ed8936 !important;
  }

  .md\:hover\:tw-text-orange-600:hover{
    color: #dd6b20 !important;
  }

  .md\:hover\:tw-text-orange-700:hover{
    color: #c05621 !important;
  }

  .md\:hover\:tw-text-orange-800:hover{
    color: #9c4221 !important;
  }

  .md\:hover\:tw-text-orange-900:hover{
    color: #7b341e !important;
  }

  .md\:hover\:tw-text-yellow-100:hover{
    color: #fffff0 !important;
  }

  .md\:hover\:tw-text-yellow-200:hover{
    color: #fefcbf !important;
  }

  .md\:hover\:tw-text-yellow-300:hover{
    color: #faf089 !important;
  }

  .md\:hover\:tw-text-yellow-400:hover{
    color: #f6e05e !important;
  }

  .md\:hover\:tw-text-yellow-500:hover{
    color: #ecc94b !important;
  }

  .md\:hover\:tw-text-yellow-600:hover{
    color: #d69e2e !important;
  }

  .md\:hover\:tw-text-yellow-700:hover{
    color: #b7791f !important;
  }

  .md\:hover\:tw-text-yellow-800:hover{
    color: #975a16 !important;
  }

  .md\:hover\:tw-text-yellow-900:hover{
    color: #744210 !important;
  }

  .md\:hover\:tw-text-green-100:hover{
    color: #f0fff4 !important;
  }

  .md\:hover\:tw-text-green-200:hover{
    color: #c6f6d5 !important;
  }

  .md\:hover\:tw-text-green-300:hover{
    color: #9ae6b4 !important;
  }

  .md\:hover\:tw-text-green-400:hover{
    color: #68d391 !important;
  }

  .md\:hover\:tw-text-green-500:hover{
    color: #48bb78 !important;
  }

  .md\:hover\:tw-text-green-600:hover{
    color: #38a169 !important;
  }

  .md\:hover\:tw-text-green-700:hover{
    color: #2f855a !important;
  }

  .md\:hover\:tw-text-green-800:hover{
    color: #276749 !important;
  }

  .md\:hover\:tw-text-green-900:hover{
    color: #22543d !important;
  }

  .md\:hover\:tw-text-teal-100:hover{
    color: #e6fffa !important;
  }

  .md\:hover\:tw-text-teal-200:hover{
    color: #b2f5ea !important;
  }

  .md\:hover\:tw-text-teal-300:hover{
    color: #81e6d9 !important;
  }

  .md\:hover\:tw-text-teal-400:hover{
    color: #4fd1c5 !important;
  }

  .md\:hover\:tw-text-teal-500:hover{
    color: #38b2ac !important;
  }

  .md\:hover\:tw-text-teal-600:hover{
    color: #319795 !important;
  }

  .md\:hover\:tw-text-teal-700:hover{
    color: #2c7a7b !important;
  }

  .md\:hover\:tw-text-teal-800:hover{
    color: #285e61 !important;
  }

  .md\:hover\:tw-text-teal-900:hover{
    color: #234e52 !important;
  }

  .md\:hover\:tw-text-blue-100:hover{
    color: #ebf8ff !important;
  }

  .md\:hover\:tw-text-blue-200:hover{
    color: #bee3f8 !important;
  }

  .md\:hover\:tw-text-blue-300:hover{
    color: #90cdf4 !important;
  }

  .md\:hover\:tw-text-blue-400:hover{
    color: #63b3ed !important;
  }

  .md\:hover\:tw-text-blue-500:hover{
    color: #4299e1 !important;
  }

  .md\:hover\:tw-text-blue-600:hover{
    color: #3182ce !important;
  }

  .md\:hover\:tw-text-blue-700:hover{
    color: #2b6cb0 !important;
  }

  .md\:hover\:tw-text-blue-800:hover{
    color: #2c5282 !important;
  }

  .md\:hover\:tw-text-blue-900:hover{
    color: #2a4365 !important;
  }

  .md\:hover\:tw-text-indigo-100:hover{
    color: #ebf4ff !important;
  }

  .md\:hover\:tw-text-indigo-200:hover{
    color: #c3dafe !important;
  }

  .md\:hover\:tw-text-indigo-300:hover{
    color: #a3bffa !important;
  }

  .md\:hover\:tw-text-indigo-400:hover{
    color: #7f9cf5 !important;
  }

  .md\:hover\:tw-text-indigo-500:hover{
    color: #667eea !important;
  }

  .md\:hover\:tw-text-indigo-600:hover{
    color: #5a67d8 !important;
  }

  .md\:hover\:tw-text-indigo-700:hover{
    color: #4c51bf !important;
  }

  .md\:hover\:tw-text-indigo-800:hover{
    color: #434190 !important;
  }

  .md\:hover\:tw-text-indigo-900:hover{
    color: #3c366b !important;
  }

  .md\:hover\:tw-text-purple-100:hover{
    color: #faf5ff !important;
  }

  .md\:hover\:tw-text-purple-200:hover{
    color: #e9d8fd !important;
  }

  .md\:hover\:tw-text-purple-300:hover{
    color: #d6bcfa !important;
  }

  .md\:hover\:tw-text-purple-400:hover{
    color: #b794f4 !important;
  }

  .md\:hover\:tw-text-purple-500:hover{
    color: #9f7aea !important;
  }

  .md\:hover\:tw-text-purple-600:hover{
    color: #805ad5 !important;
  }

  .md\:hover\:tw-text-purple-700:hover{
    color: #6b46c1 !important;
  }

  .md\:hover\:tw-text-purple-800:hover{
    color: #553c9a !important;
  }

  .md\:hover\:tw-text-purple-900:hover{
    color: #44337a !important;
  }

  .md\:hover\:tw-text-pink-100:hover{
    color: #fff5f7 !important;
  }

  .md\:hover\:tw-text-pink-200:hover{
    color: #fed7e2 !important;
  }

  .md\:hover\:tw-text-pink-300:hover{
    color: #fbb6ce !important;
  }

  .md\:hover\:tw-text-pink-400:hover{
    color: #f687b3 !important;
  }

  .md\:hover\:tw-text-pink-500:hover{
    color: #ed64a6 !important;
  }

  .md\:hover\:tw-text-pink-600:hover{
    color: #d53f8c !important;
  }

  .md\:hover\:tw-text-pink-700:hover{
    color: #b83280 !important;
  }

  .md\:hover\:tw-text-pink-800:hover{
    color: #97266d !important;
  }

  .md\:hover\:tw-text-pink-900:hover{
    color: #702459 !important;
  }

  .md\:focus\:tw-text-transparent:focus{
    color: transparent !important;
  }

  .md\:focus\:tw-text-black:focus{
    color: #000 !important;
  }

  .md\:focus\:tw-text-white:focus{
    color: #fff !important;
  }

  .md\:focus\:tw-text-gray-100:focus{
    color: #f7fafc !important;
  }

  .md\:focus\:tw-text-gray-200:focus{
    color: #edf2f7 !important;
  }

  .md\:focus\:tw-text-gray-300:focus{
    color: #e2e8f0 !important;
  }

  .md\:focus\:tw-text-gray-400:focus{
    color: #cbd5e0 !important;
  }

  .md\:focus\:tw-text-gray-500:focus{
    color: #a0aec0 !important;
  }

  .md\:focus\:tw-text-gray-600:focus{
    color: #718096 !important;
  }

  .md\:focus\:tw-text-gray-700:focus{
    color: #4a5568 !important;
  }

  .md\:focus\:tw-text-gray-800:focus{
    color: #2d3748 !important;
  }

  .md\:focus\:tw-text-gray-900:focus{
    color: #1a202c !important;
  }

  .md\:focus\:tw-text-red-100:focus{
    color: #fff5f5 !important;
  }

  .md\:focus\:tw-text-red-200:focus{
    color: #fed7d7 !important;
  }

  .md\:focus\:tw-text-red-300:focus{
    color: #feb2b2 !important;
  }

  .md\:focus\:tw-text-red-400:focus{
    color: #fc8181 !important;
  }

  .md\:focus\:tw-text-red-500:focus{
    color: #f56565 !important;
  }

  .md\:focus\:tw-text-red-600:focus{
    color: #e53e3e !important;
  }

  .md\:focus\:tw-text-red-700:focus{
    color: #c53030 !important;
  }

  .md\:focus\:tw-text-red-800:focus{
    color: #9b2c2c !important;
  }

  .md\:focus\:tw-text-red-900:focus{
    color: #742a2a !important;
  }

  .md\:focus\:tw-text-orange-100:focus{
    color: #fffaf0 !important;
  }

  .md\:focus\:tw-text-orange-200:focus{
    color: #feebc8 !important;
  }

  .md\:focus\:tw-text-orange-300:focus{
    color: #fbd38d !important;
  }

  .md\:focus\:tw-text-orange-400:focus{
    color: #f6ad55 !important;
  }

  .md\:focus\:tw-text-orange-500:focus{
    color: #ed8936 !important;
  }

  .md\:focus\:tw-text-orange-600:focus{
    color: #dd6b20 !important;
  }

  .md\:focus\:tw-text-orange-700:focus{
    color: #c05621 !important;
  }

  .md\:focus\:tw-text-orange-800:focus{
    color: #9c4221 !important;
  }

  .md\:focus\:tw-text-orange-900:focus{
    color: #7b341e !important;
  }

  .md\:focus\:tw-text-yellow-100:focus{
    color: #fffff0 !important;
  }

  .md\:focus\:tw-text-yellow-200:focus{
    color: #fefcbf !important;
  }

  .md\:focus\:tw-text-yellow-300:focus{
    color: #faf089 !important;
  }

  .md\:focus\:tw-text-yellow-400:focus{
    color: #f6e05e !important;
  }

  .md\:focus\:tw-text-yellow-500:focus{
    color: #ecc94b !important;
  }

  .md\:focus\:tw-text-yellow-600:focus{
    color: #d69e2e !important;
  }

  .md\:focus\:tw-text-yellow-700:focus{
    color: #b7791f !important;
  }

  .md\:focus\:tw-text-yellow-800:focus{
    color: #975a16 !important;
  }

  .md\:focus\:tw-text-yellow-900:focus{
    color: #744210 !important;
  }

  .md\:focus\:tw-text-green-100:focus{
    color: #f0fff4 !important;
  }

  .md\:focus\:tw-text-green-200:focus{
    color: #c6f6d5 !important;
  }

  .md\:focus\:tw-text-green-300:focus{
    color: #9ae6b4 !important;
  }

  .md\:focus\:tw-text-green-400:focus{
    color: #68d391 !important;
  }

  .md\:focus\:tw-text-green-500:focus{
    color: #48bb78 !important;
  }

  .md\:focus\:tw-text-green-600:focus{
    color: #38a169 !important;
  }

  .md\:focus\:tw-text-green-700:focus{
    color: #2f855a !important;
  }

  .md\:focus\:tw-text-green-800:focus{
    color: #276749 !important;
  }

  .md\:focus\:tw-text-green-900:focus{
    color: #22543d !important;
  }

  .md\:focus\:tw-text-teal-100:focus{
    color: #e6fffa !important;
  }

  .md\:focus\:tw-text-teal-200:focus{
    color: #b2f5ea !important;
  }

  .md\:focus\:tw-text-teal-300:focus{
    color: #81e6d9 !important;
  }

  .md\:focus\:tw-text-teal-400:focus{
    color: #4fd1c5 !important;
  }

  .md\:focus\:tw-text-teal-500:focus{
    color: #38b2ac !important;
  }

  .md\:focus\:tw-text-teal-600:focus{
    color: #319795 !important;
  }

  .md\:focus\:tw-text-teal-700:focus{
    color: #2c7a7b !important;
  }

  .md\:focus\:tw-text-teal-800:focus{
    color: #285e61 !important;
  }

  .md\:focus\:tw-text-teal-900:focus{
    color: #234e52 !important;
  }

  .md\:focus\:tw-text-blue-100:focus{
    color: #ebf8ff !important;
  }

  .md\:focus\:tw-text-blue-200:focus{
    color: #bee3f8 !important;
  }

  .md\:focus\:tw-text-blue-300:focus{
    color: #90cdf4 !important;
  }

  .md\:focus\:tw-text-blue-400:focus{
    color: #63b3ed !important;
  }

  .md\:focus\:tw-text-blue-500:focus{
    color: #4299e1 !important;
  }

  .md\:focus\:tw-text-blue-600:focus{
    color: #3182ce !important;
  }

  .md\:focus\:tw-text-blue-700:focus{
    color: #2b6cb0 !important;
  }

  .md\:focus\:tw-text-blue-800:focus{
    color: #2c5282 !important;
  }

  .md\:focus\:tw-text-blue-900:focus{
    color: #2a4365 !important;
  }

  .md\:focus\:tw-text-indigo-100:focus{
    color: #ebf4ff !important;
  }

  .md\:focus\:tw-text-indigo-200:focus{
    color: #c3dafe !important;
  }

  .md\:focus\:tw-text-indigo-300:focus{
    color: #a3bffa !important;
  }

  .md\:focus\:tw-text-indigo-400:focus{
    color: #7f9cf5 !important;
  }

  .md\:focus\:tw-text-indigo-500:focus{
    color: #667eea !important;
  }

  .md\:focus\:tw-text-indigo-600:focus{
    color: #5a67d8 !important;
  }

  .md\:focus\:tw-text-indigo-700:focus{
    color: #4c51bf !important;
  }

  .md\:focus\:tw-text-indigo-800:focus{
    color: #434190 !important;
  }

  .md\:focus\:tw-text-indigo-900:focus{
    color: #3c366b !important;
  }

  .md\:focus\:tw-text-purple-100:focus{
    color: #faf5ff !important;
  }

  .md\:focus\:tw-text-purple-200:focus{
    color: #e9d8fd !important;
  }

  .md\:focus\:tw-text-purple-300:focus{
    color: #d6bcfa !important;
  }

  .md\:focus\:tw-text-purple-400:focus{
    color: #b794f4 !important;
  }

  .md\:focus\:tw-text-purple-500:focus{
    color: #9f7aea !important;
  }

  .md\:focus\:tw-text-purple-600:focus{
    color: #805ad5 !important;
  }

  .md\:focus\:tw-text-purple-700:focus{
    color: #6b46c1 !important;
  }

  .md\:focus\:tw-text-purple-800:focus{
    color: #553c9a !important;
  }

  .md\:focus\:tw-text-purple-900:focus{
    color: #44337a !important;
  }

  .md\:focus\:tw-text-pink-100:focus{
    color: #fff5f7 !important;
  }

  .md\:focus\:tw-text-pink-200:focus{
    color: #fed7e2 !important;
  }

  .md\:focus\:tw-text-pink-300:focus{
    color: #fbb6ce !important;
  }

  .md\:focus\:tw-text-pink-400:focus{
    color: #f687b3 !important;
  }

  .md\:focus\:tw-text-pink-500:focus{
    color: #ed64a6 !important;
  }

  .md\:focus\:tw-text-pink-600:focus{
    color: #d53f8c !important;
  }

  .md\:focus\:tw-text-pink-700:focus{
    color: #b83280 !important;
  }

  .md\:focus\:tw-text-pink-800:focus{
    color: #97266d !important;
  }

  .md\:focus\:tw-text-pink-900:focus{
    color: #702459 !important;
  }

  .md\:tw-text-xs{
    font-size: 0.75rem !important;
  }

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

  .md\:tw-text-base{
    font-size: 1rem !important;
  }

  .md\:tw-text-lg{
    font-size: 1.125rem !important;
  }

  .md\:tw-text-xl{
    font-size: 1.25rem !important;
  }

  .md\:tw-text-2xl{
    font-size: 1.5rem !important;
  }

  .md\:tw-text-3xl{
    font-size: 1.875rem !important;
  }

  .md\:tw-text-4xl{
    font-size: 2.25rem !important;
  }

  .md\:tw-text-5xl{
    font-size: 3rem !important;
  }

  .md\:tw-text-6xl{
    font-size: 4rem !important;
  }

  .md\:tw-italic{
    font-style: italic !important;
  }

  .md\:tw-not-italic{
    font-style: normal !important;
  }

  .md\:tw-uppercase{
    text-transform: uppercase !important;
  }

  .md\:tw-lowercase{
    text-transform: lowercase !important;
  }

  .md\:tw-capitalize{
    text-transform: capitalize !important;
  }

  .md\:tw-normal-case{
    text-transform: none !important;
  }

  .md\:tw-underline{
    text-decoration: underline !important;
  }

  .md\:tw-line-through{
    text-decoration: line-through !important;
  }

  .md\:tw-no-underline{
    text-decoration: none !important;
  }

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

  .md\:hover\:tw-line-through:hover{
    text-decoration: line-through !important;
  }

  .md\:hover\:tw-no-underline:hover{
    text-decoration: none !important;
  }

  .md\:focus\:tw-underline:focus{
    text-decoration: underline !important;
  }

  .md\:focus\:tw-line-through:focus{
    text-decoration: line-through !important;
  }

  .md\:focus\:tw-no-underline:focus{
    text-decoration: none !important;
  }

  .md\:tw-antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:tw-subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:tw-tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .md\:tw-tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .md\:tw-tracking-normal{
    letter-spacing: 0 !important;
  }

  .md\:tw-tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .md\:tw-tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .md\:tw-tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .md\:tw-select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .md\:tw-select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .md\:tw-select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .md\:tw-select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:tw-align-baseline{
    vertical-align: baseline !important;
  }

  .md\:tw-align-top{
    vertical-align: top !important;
  }

  .md\:tw-align-middle{
    vertical-align: middle !important;
  }

  .md\:tw-align-bottom{
    vertical-align: bottom !important;
  }

  .md\:tw-align-text-top{
    vertical-align: text-top !important;
  }

  .md\:tw-align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .md\:tw-visible{
    visibility: visible !important;
  }

  .md\:tw-invisible{
    visibility: hidden !important;
  }

  .md\:tw-whitespace-normal{
    white-space: normal !important;
  }

  .md\:tw-whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .md\:tw-whitespace-pre{
    white-space: pre !important;
  }

  .md\:tw-whitespace-pre-line{
    white-space: pre-line !important;
  }

  .md\:tw-whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .md\:tw-break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:tw-break-words{
    overflow-wrap: break-word !important;
  }

  .md\:tw-break-all{
    word-break: break-all !important;
  }

  .md\:tw-truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:tw-w-0{
    width: 0 !important;
  }

  .md\:tw-w-1{
    width: 0.25rem !important;
  }

  .md\:tw-w-2{
    width: 0.5rem !important;
  }

  .md\:tw-w-3{
    width: 0.75rem !important;
  }

  .md\:tw-w-4{
    width: 1rem !important;
  }

  .md\:tw-w-5{
    width: 1.25rem !important;
  }

  .md\:tw-w-6{
    width: 1.5rem !important;
  }

  .md\:tw-w-8{
    width: 2rem !important;
  }

  .md\:tw-w-10{
    width: 2.5rem !important;
  }

  .md\:tw-w-12{
    width: 3rem !important;
  }

  .md\:tw-w-16{
    width: 4rem !important;
  }

  .md\:tw-w-20{
    width: 5rem !important;
  }

  .md\:tw-w-24{
    width: 6rem !important;
  }

  .md\:tw-w-32{
    width: 8rem !important;
  }

  .md\:tw-w-40{
    width: 10rem !important;
  }

  .md\:tw-w-48{
    width: 12rem !important;
  }

  .md\:tw-w-56{
    width: 14rem !important;
  }

  .md\:tw-w-64{
    width: 16rem !important;
  }

  .md\:tw-w-auto{
    width: auto !important;
  }

  .md\:tw-w-px{
    width: 1px !important;
  }

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

  .md\:tw-w-1\/3{
    width: 33.333333% !important;
  }

  .md\:tw-w-2\/3{
    width: 66.666667% !important;
  }

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

  .md\:tw-w-2\/4{
    width: 50% !important;
  }

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

  .md\:tw-w-1\/5{
    width: 20% !important;
  }

  .md\:tw-w-2\/5{
    width: 40% !important;
  }

  .md\:tw-w-3\/5{
    width: 60% !important;
  }

  .md\:tw-w-4\/5{
    width: 80% !important;
  }

  .md\:tw-w-1\/6{
    width: 16.666667% !important;
  }

  .md\:tw-w-2\/6{
    width: 33.333333% !important;
  }

  .md\:tw-w-3\/6{
    width: 50% !important;
  }

  .md\:tw-w-4\/6{
    width: 66.666667% !important;
  }

  .md\:tw-w-5\/6{
    width: 83.333333% !important;
  }

  .md\:tw-w-1\/12{
    width: 8.333333% !important;
  }

  .md\:tw-w-2\/12{
    width: 16.666667% !important;
  }

  .md\:tw-w-3\/12{
    width: 25% !important;
  }

  .md\:tw-w-4\/12{
    width: 33.333333% !important;
  }

  .md\:tw-w-5\/12{
    width: 41.666667% !important;
  }

  .md\:tw-w-6\/12{
    width: 50% !important;
  }

  .md\:tw-w-7\/12{
    width: 58.333333% !important;
  }

  .md\:tw-w-8\/12{
    width: 66.666667% !important;
  }

  .md\:tw-w-9\/12{
    width: 75% !important;
  }

  .md\:tw-w-10\/12{
    width: 83.333333% !important;
  }

  .md\:tw-w-11\/12{
    width: 91.666667% !important;
  }

  .md\:tw-w-full{
    width: 100% !important;
  }

  .md\:tw-w-screen{
    width: 100vw !important;
  }

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

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

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:tw-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\:tw-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\:tw-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\:tw-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\:tw-appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:tw-bg-fixed{
    background-attachment: fixed !important;
  }

  .lg\:tw-bg-local{
    background-attachment: local !important;
  }

  .lg\:tw-bg-scroll{
    background-attachment: scroll !important;
  }

  .lg\:tw-bg-transparent{
    background-color: transparent !important;
  }

  .lg\:tw-bg-black{
    background-color: #000 !important;
  }

  .lg\:tw-bg-white{
    background-color: #fff !important;
  }

  .lg\:tw-bg-gray-100{
    background-color: #f7fafc !important;
  }

  .lg\:tw-bg-gray-200{
    background-color: #edf2f7 !important;
  }

  .lg\:tw-bg-gray-300{
    background-color: #e2e8f0 !important;
  }

  .lg\:tw-bg-gray-400{
    background-color: #cbd5e0 !important;
  }

  .lg\:tw-bg-gray-500{
    background-color: #a0aec0 !important;
  }

  .lg\:tw-bg-gray-600{
    background-color: #718096 !important;
  }

  .lg\:tw-bg-gray-700{
    background-color: #4a5568 !important;
  }

  .lg\:tw-bg-gray-800{
    background-color: #2d3748 !important;
  }

  .lg\:tw-bg-gray-900{
    background-color: #1a202c !important;
  }

  .lg\:tw-bg-red-100{
    background-color: #fff5f5 !important;
  }

  .lg\:tw-bg-red-200{
    background-color: #fed7d7 !important;
  }

  .lg\:tw-bg-red-300{
    background-color: #feb2b2 !important;
  }

  .lg\:tw-bg-red-400{
    background-color: #fc8181 !important;
  }

  .lg\:tw-bg-red-500{
    background-color: #f56565 !important;
  }

  .lg\:tw-bg-red-600{
    background-color: #e53e3e !important;
  }

  .lg\:tw-bg-red-700{
    background-color: #c53030 !important;
  }

  .lg\:tw-bg-red-800{
    background-color: #9b2c2c !important;
  }

  .lg\:tw-bg-red-900{
    background-color: #742a2a !important;
  }

  .lg\:tw-bg-orange-100{
    background-color: #fffaf0 !important;
  }

  .lg\:tw-bg-orange-200{
    background-color: #feebc8 !important;
  }

  .lg\:tw-bg-orange-300{
    background-color: #fbd38d !important;
  }

  .lg\:tw-bg-orange-400{
    background-color: #f6ad55 !important;
  }

  .lg\:tw-bg-orange-500{
    background-color: #ed8936 !important;
  }

  .lg\:tw-bg-orange-600{
    background-color: #dd6b20 !important;
  }

  .lg\:tw-bg-orange-700{
    background-color: #c05621 !important;
  }

  .lg\:tw-bg-orange-800{
    background-color: #9c4221 !important;
  }

  .lg\:tw-bg-orange-900{
    background-color: #7b341e !important;
  }

  .lg\:tw-bg-yellow-100{
    background-color: #fffff0 !important;
  }

  .lg\:tw-bg-yellow-200{
    background-color: #fefcbf !important;
  }

  .lg\:tw-bg-yellow-300{
    background-color: #faf089 !important;
  }

  .lg\:tw-bg-yellow-400{
    background-color: #f6e05e !important;
  }

  .lg\:tw-bg-yellow-500{
    background-color: #ecc94b !important;
  }

  .lg\:tw-bg-yellow-600{
    background-color: #d69e2e !important;
  }

  .lg\:tw-bg-yellow-700{
    background-color: #b7791f !important;
  }

  .lg\:tw-bg-yellow-800{
    background-color: #975a16 !important;
  }

  .lg\:tw-bg-yellow-900{
    background-color: #744210 !important;
  }

  .lg\:tw-bg-green-100{
    background-color: #f0fff4 !important;
  }

  .lg\:tw-bg-green-200{
    background-color: #c6f6d5 !important;
  }

  .lg\:tw-bg-green-300{
    background-color: #9ae6b4 !important;
  }

  .lg\:tw-bg-green-400{
    background-color: #68d391 !important;
  }

  .lg\:tw-bg-green-500{
    background-color: #48bb78 !important;
  }

  .lg\:tw-bg-green-600{
    background-color: #38a169 !important;
  }

  .lg\:tw-bg-green-700{
    background-color: #2f855a !important;
  }

  .lg\:tw-bg-green-800{
    background-color: #276749 !important;
  }

  .lg\:tw-bg-green-900{
    background-color: #22543d !important;
  }

  .lg\:tw-bg-teal-100{
    background-color: #e6fffa !important;
  }

  .lg\:tw-bg-teal-200{
    background-color: #b2f5ea !important;
  }

  .lg\:tw-bg-teal-300{
    background-color: #81e6d9 !important;
  }

  .lg\:tw-bg-teal-400{
    background-color: #4fd1c5 !important;
  }

  .lg\:tw-bg-teal-500{
    background-color: #38b2ac !important;
  }

  .lg\:tw-bg-teal-600{
    background-color: #319795 !important;
  }

  .lg\:tw-bg-teal-700{
    background-color: #2c7a7b !important;
  }

  .lg\:tw-bg-teal-800{
    background-color: #285e61 !important;
  }

  .lg\:tw-bg-teal-900{
    background-color: #234e52 !important;
  }

  .lg\:tw-bg-blue-100{
    background-color: #ebf8ff !important;
  }

  .lg\:tw-bg-blue-200{
    background-color: #bee3f8 !important;
  }

  .lg\:tw-bg-blue-300{
    background-color: #90cdf4 !important;
  }

  .lg\:tw-bg-blue-400{
    background-color: #63b3ed !important;
  }

  .lg\:tw-bg-blue-500{
    background-color: #4299e1 !important;
  }

  .lg\:tw-bg-blue-600{
    background-color: #3182ce !important;
  }

  .lg\:tw-bg-blue-700{
    background-color: #2b6cb0 !important;
  }

  .lg\:tw-bg-blue-800{
    background-color: #2c5282 !important;
  }

  .lg\:tw-bg-blue-900{
    background-color: #2a4365 !important;
  }

  .lg\:tw-bg-indigo-100{
    background-color: #ebf4ff !important;
  }

  .lg\:tw-bg-indigo-200{
    background-color: #c3dafe !important;
  }

  .lg\:tw-bg-indigo-300{
    background-color: #a3bffa !important;
  }

  .lg\:tw-bg-indigo-400{
    background-color: #7f9cf5 !important;
  }

  .lg\:tw-bg-indigo-500{
    background-color: #667eea !important;
  }

  .lg\:tw-bg-indigo-600{
    background-color: #5a67d8 !important;
  }

  .lg\:tw-bg-indigo-700{
    background-color: #4c51bf !important;
  }

  .lg\:tw-bg-indigo-800{
    background-color: #434190 !important;
  }

  .lg\:tw-bg-indigo-900{
    background-color: #3c366b !important;
  }

  .lg\:tw-bg-purple-100{
    background-color: #faf5ff !important;
  }

  .lg\:tw-bg-purple-200{
    background-color: #e9d8fd !important;
  }

  .lg\:tw-bg-purple-300{
    background-color: #d6bcfa !important;
  }

  .lg\:tw-bg-purple-400{
    background-color: #b794f4 !important;
  }

  .lg\:tw-bg-purple-500{
    background-color: #9f7aea !important;
  }

  .lg\:tw-bg-purple-600{
    background-color: #805ad5 !important;
  }

  .lg\:tw-bg-purple-700{
    background-color: #6b46c1 !important;
  }

  .lg\:tw-bg-purple-800{
    background-color: #553c9a !important;
  }

  .lg\:tw-bg-purple-900{
    background-color: #44337a !important;
  }

  .lg\:tw-bg-pink-100{
    background-color: #fff5f7 !important;
  }

  .lg\:tw-bg-pink-200{
    background-color: #fed7e2 !important;
  }

  .lg\:tw-bg-pink-300{
    background-color: #fbb6ce !important;
  }

  .lg\:tw-bg-pink-400{
    background-color: #f687b3 !important;
  }

  .lg\:tw-bg-pink-500{
    background-color: #ed64a6 !important;
  }

  .lg\:tw-bg-pink-600{
    background-color: #d53f8c !important;
  }

  .lg\:tw-bg-pink-700{
    background-color: #b83280 !important;
  }

  .lg\:tw-bg-pink-800{
    background-color: #97266d !important;
  }

  .lg\:tw-bg-pink-900{
    background-color: #702459 !important;
  }

  .lg\:hover\:tw-bg-transparent:hover{
    background-color: transparent !important;
  }

  .lg\:hover\:tw-bg-black:hover{
    background-color: #000 !important;
  }

  .lg\:hover\:tw-bg-white:hover{
    background-color: #fff !important;
  }

  .lg\:hover\:tw-bg-gray-100:hover{
    background-color: #f7fafc !important;
  }

  .lg\:hover\:tw-bg-gray-200:hover{
    background-color: #edf2f7 !important;
  }

  .lg\:hover\:tw-bg-gray-300:hover{
    background-color: #e2e8f0 !important;
  }

  .lg\:hover\:tw-bg-gray-400:hover{
    background-color: #cbd5e0 !important;
  }

  .lg\:hover\:tw-bg-gray-500:hover{
    background-color: #a0aec0 !important;
  }

  .lg\:hover\:tw-bg-gray-600:hover{
    background-color: #718096 !important;
  }

  .lg\:hover\:tw-bg-gray-700:hover{
    background-color: #4a5568 !important;
  }

  .lg\:hover\:tw-bg-gray-800:hover{
    background-color: #2d3748 !important;
  }

  .lg\:hover\:tw-bg-gray-900:hover{
    background-color: #1a202c !important;
  }

  .lg\:hover\:tw-bg-red-100:hover{
    background-color: #fff5f5 !important;
  }

  .lg\:hover\:tw-bg-red-200:hover{
    background-color: #fed7d7 !important;
  }

  .lg\:hover\:tw-bg-red-300:hover{
    background-color: #feb2b2 !important;
  }

  .lg\:hover\:tw-bg-red-400:hover{
    background-color: #fc8181 !important;
  }

  .lg\:hover\:tw-bg-red-500:hover{
    background-color: #f56565 !important;
  }

  .lg\:hover\:tw-bg-red-600:hover{
    background-color: #e53e3e !important;
  }

  .lg\:hover\:tw-bg-red-700:hover{
    background-color: #c53030 !important;
  }

  .lg\:hover\:tw-bg-red-800:hover{
    background-color: #9b2c2c !important;
  }

  .lg\:hover\:tw-bg-red-900:hover{
    background-color: #742a2a !important;
  }

  .lg\:hover\:tw-bg-orange-100:hover{
    background-color: #fffaf0 !important;
  }

  .lg\:hover\:tw-bg-orange-200:hover{
    background-color: #feebc8 !important;
  }

  .lg\:hover\:tw-bg-orange-300:hover{
    background-color: #fbd38d !important;
  }

  .lg\:hover\:tw-bg-orange-400:hover{
    background-color: #f6ad55 !important;
  }

  .lg\:hover\:tw-bg-orange-500:hover{
    background-color: #ed8936 !important;
  }

  .lg\:hover\:tw-bg-orange-600:hover{
    background-color: #dd6b20 !important;
  }

  .lg\:hover\:tw-bg-orange-700:hover{
    background-color: #c05621 !important;
  }

  .lg\:hover\:tw-bg-orange-800:hover{
    background-color: #9c4221 !important;
  }

  .lg\:hover\:tw-bg-orange-900:hover{
    background-color: #7b341e !important;
  }

  .lg\:hover\:tw-bg-yellow-100:hover{
    background-color: #fffff0 !important;
  }

  .lg\:hover\:tw-bg-yellow-200:hover{
    background-color: #fefcbf !important;
  }

  .lg\:hover\:tw-bg-yellow-300:hover{
    background-color: #faf089 !important;
  }

  .lg\:hover\:tw-bg-yellow-400:hover{
    background-color: #f6e05e !important;
  }

  .lg\:hover\:tw-bg-yellow-500:hover{
    background-color: #ecc94b !important;
  }

  .lg\:hover\:tw-bg-yellow-600:hover{
    background-color: #d69e2e !important;
  }

  .lg\:hover\:tw-bg-yellow-700:hover{
    background-color: #b7791f !important;
  }

  .lg\:hover\:tw-bg-yellow-800:hover{
    background-color: #975a16 !important;
  }

  .lg\:hover\:tw-bg-yellow-900:hover{
    background-color: #744210 !important;
  }

  .lg\:hover\:tw-bg-green-100:hover{
    background-color: #f0fff4 !important;
  }

  .lg\:hover\:tw-bg-green-200:hover{
    background-color: #c6f6d5 !important;
  }

  .lg\:hover\:tw-bg-green-300:hover{
    background-color: #9ae6b4 !important;
  }

  .lg\:hover\:tw-bg-green-400:hover{
    background-color: #68d391 !important;
  }

  .lg\:hover\:tw-bg-green-500:hover{
    background-color: #48bb78 !important;
  }

  .lg\:hover\:tw-bg-green-600:hover{
    background-color: #38a169 !important;
  }

  .lg\:hover\:tw-bg-green-700:hover{
    background-color: #2f855a !important;
  }

  .lg\:hover\:tw-bg-green-800:hover{
    background-color: #276749 !important;
  }

  .lg\:hover\:tw-bg-green-900:hover{
    background-color: #22543d !important;
  }

  .lg\:hover\:tw-bg-teal-100:hover{
    background-color: #e6fffa !important;
  }

  .lg\:hover\:tw-bg-teal-200:hover{
    background-color: #b2f5ea !important;
  }

  .lg\:hover\:tw-bg-teal-300:hover{
    background-color: #81e6d9 !important;
  }

  .lg\:hover\:tw-bg-teal-400:hover{
    background-color: #4fd1c5 !important;
  }

  .lg\:hover\:tw-bg-teal-500:hover{
    background-color: #38b2ac !important;
  }

  .lg\:hover\:tw-bg-teal-600:hover{
    background-color: #319795 !important;
  }

  .lg\:hover\:tw-bg-teal-700:hover{
    background-color: #2c7a7b !important;
  }

  .lg\:hover\:tw-bg-teal-800:hover{
    background-color: #285e61 !important;
  }

  .lg\:hover\:tw-bg-teal-900:hover{
    background-color: #234e52 !important;
  }

  .lg\:hover\:tw-bg-blue-100:hover{
    background-color: #ebf8ff !important;
  }

  .lg\:hover\:tw-bg-blue-200:hover{
    background-color: #bee3f8 !important;
  }

  .lg\:hover\:tw-bg-blue-300:hover{
    background-color: #90cdf4 !important;
  }

  .lg\:hover\:tw-bg-blue-400:hover{
    background-color: #63b3ed !important;
  }

  .lg\:hover\:tw-bg-blue-500:hover{
    background-color: #4299e1 !important;
  }

  .lg\:hover\:tw-bg-blue-600:hover{
    background-color: #3182ce !important;
  }

  .lg\:hover\:tw-bg-blue-700:hover{
    background-color: #2b6cb0 !important;
  }

  .lg\:hover\:tw-bg-blue-800:hover{
    background-color: #2c5282 !important;
  }

  .lg\:hover\:tw-bg-blue-900:hover{
    background-color: #2a4365 !important;
  }

  .lg\:hover\:tw-bg-indigo-100:hover{
    background-color: #ebf4ff !important;
  }

  .lg\:hover\:tw-bg-indigo-200:hover{
    background-color: #c3dafe !important;
  }

  .lg\:hover\:tw-bg-indigo-300:hover{
    background-color: #a3bffa !important;
  }

  .lg\:hover\:tw-bg-indigo-400:hover{
    background-color: #7f9cf5 !important;
  }

  .lg\:hover\:tw-bg-indigo-500:hover{
    background-color: #667eea !important;
  }

  .lg\:hover\:tw-bg-indigo-600:hover{
    background-color: #5a67d8 !important;
  }

  .lg\:hover\:tw-bg-indigo-700:hover{
    background-color: #4c51bf !important;
  }

  .lg\:hover\:tw-bg-indigo-800:hover{
    background-color: #434190 !important;
  }

  .lg\:hover\:tw-bg-indigo-900:hover{
    background-color: #3c366b !important;
  }

  .lg\:hover\:tw-bg-purple-100:hover{
    background-color: #faf5ff !important;
  }

  .lg\:hover\:tw-bg-purple-200:hover{
    background-color: #e9d8fd !important;
  }

  .lg\:hover\:tw-bg-purple-300:hover{
    background-color: #d6bcfa !important;
  }

  .lg\:hover\:tw-bg-purple-400:hover{
    background-color: #b794f4 !important;
  }

  .lg\:hover\:tw-bg-purple-500:hover{
    background-color: #9f7aea !important;
  }

  .lg\:hover\:tw-bg-purple-600:hover{
    background-color: #805ad5 !important;
  }

  .lg\:hover\:tw-bg-purple-700:hover{
    background-color: #6b46c1 !important;
  }

  .lg\:hover\:tw-bg-purple-800:hover{
    background-color: #553c9a !important;
  }

  .lg\:hover\:tw-bg-purple-900:hover{
    background-color: #44337a !important;
  }

  .lg\:hover\:tw-bg-pink-100:hover{
    background-color: #fff5f7 !important;
  }

  .lg\:hover\:tw-bg-pink-200:hover{
    background-color: #fed7e2 !important;
  }

  .lg\:hover\:tw-bg-pink-300:hover{
    background-color: #fbb6ce !important;
  }

  .lg\:hover\:tw-bg-pink-400:hover{
    background-color: #f687b3 !important;
  }

  .lg\:hover\:tw-bg-pink-500:hover{
    background-color: #ed64a6 !important;
  }

  .lg\:hover\:tw-bg-pink-600:hover{
    background-color: #d53f8c !important;
  }

  .lg\:hover\:tw-bg-pink-700:hover{
    background-color: #b83280 !important;
  }

  .lg\:hover\:tw-bg-pink-800:hover{
    background-color: #97266d !important;
  }

  .lg\:hover\:tw-bg-pink-900:hover{
    background-color: #702459 !important;
  }

  .lg\:focus\:tw-bg-transparent:focus{
    background-color: transparent !important;
  }

  .lg\:focus\:tw-bg-black:focus{
    background-color: #000 !important;
  }

  .lg\:focus\:tw-bg-white:focus{
    background-color: #fff !important;
  }

  .lg\:focus\:tw-bg-gray-100:focus{
    background-color: #f7fafc !important;
  }

  .lg\:focus\:tw-bg-gray-200:focus{
    background-color: #edf2f7 !important;
  }

  .lg\:focus\:tw-bg-gray-300:focus{
    background-color: #e2e8f0 !important;
  }

  .lg\:focus\:tw-bg-gray-400:focus{
    background-color: #cbd5e0 !important;
  }

  .lg\:focus\:tw-bg-gray-500:focus{
    background-color: #a0aec0 !important;
  }

  .lg\:focus\:tw-bg-gray-600:focus{
    background-color: #718096 !important;
  }

  .lg\:focus\:tw-bg-gray-700:focus{
    background-color: #4a5568 !important;
  }

  .lg\:focus\:tw-bg-gray-800:focus{
    background-color: #2d3748 !important;
  }

  .lg\:focus\:tw-bg-gray-900:focus{
    background-color: #1a202c !important;
  }

  .lg\:focus\:tw-bg-red-100:focus{
    background-color: #fff5f5 !important;
  }

  .lg\:focus\:tw-bg-red-200:focus{
    background-color: #fed7d7 !important;
  }

  .lg\:focus\:tw-bg-red-300:focus{
    background-color: #feb2b2 !important;
  }

  .lg\:focus\:tw-bg-red-400:focus{
    background-color: #fc8181 !important;
  }

  .lg\:focus\:tw-bg-red-500:focus{
    background-color: #f56565 !important;
  }

  .lg\:focus\:tw-bg-red-600:focus{
    background-color: #e53e3e !important;
  }

  .lg\:focus\:tw-bg-red-700:focus{
    background-color: #c53030 !important;
  }

  .lg\:focus\:tw-bg-red-800:focus{
    background-color: #9b2c2c !important;
  }

  .lg\:focus\:tw-bg-red-900:focus{
    background-color: #742a2a !important;
  }

  .lg\:focus\:tw-bg-orange-100:focus{
    background-color: #fffaf0 !important;
  }

  .lg\:focus\:tw-bg-orange-200:focus{
    background-color: #feebc8 !important;
  }

  .lg\:focus\:tw-bg-orange-300:focus{
    background-color: #fbd38d !important;
  }

  .lg\:focus\:tw-bg-orange-400:focus{
    background-color: #f6ad55 !important;
  }

  .lg\:focus\:tw-bg-orange-500:focus{
    background-color: #ed8936 !important;
  }

  .lg\:focus\:tw-bg-orange-600:focus{
    background-color: #dd6b20 !important;
  }

  .lg\:focus\:tw-bg-orange-700:focus{
    background-color: #c05621 !important;
  }

  .lg\:focus\:tw-bg-orange-800:focus{
    background-color: #9c4221 !important;
  }

  .lg\:focus\:tw-bg-orange-900:focus{
    background-color: #7b341e !important;
  }

  .lg\:focus\:tw-bg-yellow-100:focus{
    background-color: #fffff0 !important;
  }

  .lg\:focus\:tw-bg-yellow-200:focus{
    background-color: #fefcbf !important;
  }

  .lg\:focus\:tw-bg-yellow-300:focus{
    background-color: #faf089 !important;
  }

  .lg\:focus\:tw-bg-yellow-400:focus{
    background-color: #f6e05e !important;
  }

  .lg\:focus\:tw-bg-yellow-500:focus{
    background-color: #ecc94b !important;
  }

  .lg\:focus\:tw-bg-yellow-600:focus{
    background-color: #d69e2e !important;
  }

  .lg\:focus\:tw-bg-yellow-700:focus{
    background-color: #b7791f !important;
  }

  .lg\:focus\:tw-bg-yellow-800:focus{
    background-color: #975a16 !important;
  }

  .lg\:focus\:tw-bg-yellow-900:focus{
    background-color: #744210 !important;
  }

  .lg\:focus\:tw-bg-green-100:focus{
    background-color: #f0fff4 !important;
  }

  .lg\:focus\:tw-bg-green-200:focus{
    background-color: #c6f6d5 !important;
  }

  .lg\:focus\:tw-bg-green-300:focus{
    background-color: #9ae6b4 !important;
  }

  .lg\:focus\:tw-bg-green-400:focus{
    background-color: #68d391 !important;
  }

  .lg\:focus\:tw-bg-green-500:focus{
    background-color: #48bb78 !important;
  }

  .lg\:focus\:tw-bg-green-600:focus{
    background-color: #38a169 !important;
  }

  .lg\:focus\:tw-bg-green-700:focus{
    background-color: #2f855a !important;
  }

  .lg\:focus\:tw-bg-green-800:focus{
    background-color: #276749 !important;
  }

  .lg\:focus\:tw-bg-green-900:focus{
    background-color: #22543d !important;
  }

  .lg\:focus\:tw-bg-teal-100:focus{
    background-color: #e6fffa !important;
  }

  .lg\:focus\:tw-bg-teal-200:focus{
    background-color: #b2f5ea !important;
  }

  .lg\:focus\:tw-bg-teal-300:focus{
    background-color: #81e6d9 !important;
  }

  .lg\:focus\:tw-bg-teal-400:focus{
    background-color: #4fd1c5 !important;
  }

  .lg\:focus\:tw-bg-teal-500:focus{
    background-color: #38b2ac !important;
  }

  .lg\:focus\:tw-bg-teal-600:focus{
    background-color: #319795 !important;
  }

  .lg\:focus\:tw-bg-teal-700:focus{
    background-color: #2c7a7b !important;
  }

  .lg\:focus\:tw-bg-teal-800:focus{
    background-color: #285e61 !important;
  }

  .lg\:focus\:tw-bg-teal-900:focus{
    background-color: #234e52 !important;
  }

  .lg\:focus\:tw-bg-blue-100:focus{
    background-color: #ebf8ff !important;
  }

  .lg\:focus\:tw-bg-blue-200:focus{
    background-color: #bee3f8 !important;
  }

  .lg\:focus\:tw-bg-blue-300:focus{
    background-color: #90cdf4 !important;
  }

  .lg\:focus\:tw-bg-blue-400:focus{
    background-color: #63b3ed !important;
  }

  .lg\:focus\:tw-bg-blue-500:focus{
    background-color: #4299e1 !important;
  }

  .lg\:focus\:tw-bg-blue-600:focus{
    background-color: #3182ce !important;
  }

  .lg\:focus\:tw-bg-blue-700:focus{
    background-color: #2b6cb0 !important;
  }

  .lg\:focus\:tw-bg-blue-800:focus{
    background-color: #2c5282 !important;
  }

  .lg\:focus\:tw-bg-blue-900:focus{
    background-color: #2a4365 !important;
  }

  .lg\:focus\:tw-bg-indigo-100:focus{
    background-color: #ebf4ff !important;
  }

  .lg\:focus\:tw-bg-indigo-200:focus{
    background-color: #c3dafe !important;
  }

  .lg\:focus\:tw-bg-indigo-300:focus{
    background-color: #a3bffa !important;
  }

  .lg\:focus\:tw-bg-indigo-400:focus{
    background-color: #7f9cf5 !important;
  }

  .lg\:focus\:tw-bg-indigo-500:focus{
    background-color: #667eea !important;
  }

  .lg\:focus\:tw-bg-indigo-600:focus{
    background-color: #5a67d8 !important;
  }

  .lg\:focus\:tw-bg-indigo-700:focus{
    background-color: #4c51bf !important;
  }

  .lg\:focus\:tw-bg-indigo-800:focus{
    background-color: #434190 !important;
  }

  .lg\:focus\:tw-bg-indigo-900:focus{
    background-color: #3c366b !important;
  }

  .lg\:focus\:tw-bg-purple-100:focus{
    background-color: #faf5ff !important;
  }

  .lg\:focus\:tw-bg-purple-200:focus{
    background-color: #e9d8fd !important;
  }

  .lg\:focus\:tw-bg-purple-300:focus{
    background-color: #d6bcfa !important;
  }

  .lg\:focus\:tw-bg-purple-400:focus{
    background-color: #b794f4 !important;
  }

  .lg\:focus\:tw-bg-purple-500:focus{
    background-color: #9f7aea !important;
  }

  .lg\:focus\:tw-bg-purple-600:focus{
    background-color: #805ad5 !important;
  }

  .lg\:focus\:tw-bg-purple-700:focus{
    background-color: #6b46c1 !important;
  }

  .lg\:focus\:tw-bg-purple-800:focus{
    background-color: #553c9a !important;
  }

  .lg\:focus\:tw-bg-purple-900:focus{
    background-color: #44337a !important;
  }

  .lg\:focus\:tw-bg-pink-100:focus{
    background-color: #fff5f7 !important;
  }

  .lg\:focus\:tw-bg-pink-200:focus{
    background-color: #fed7e2 !important;
  }

  .lg\:focus\:tw-bg-pink-300:focus{
    background-color: #fbb6ce !important;
  }

  .lg\:focus\:tw-bg-pink-400:focus{
    background-color: #f687b3 !important;
  }

  .lg\:focus\:tw-bg-pink-500:focus{
    background-color: #ed64a6 !important;
  }

  .lg\:focus\:tw-bg-pink-600:focus{
    background-color: #d53f8c !important;
  }

  .lg\:focus\:tw-bg-pink-700:focus{
    background-color: #b83280 !important;
  }

  .lg\:focus\:tw-bg-pink-800:focus{
    background-color: #97266d !important;
  }

  .lg\:focus\:tw-bg-pink-900:focus{
    background-color: #702459 !important;
  }

  .lg\:tw-bg-bottom{
    background-position: bottom !important;
  }

  .lg\:tw-bg-center{
    background-position: center !important;
  }

  .lg\:tw-bg-left{
    background-position: left !important;
  }

  .lg\:tw-bg-left-bottom{
    background-position: left bottom !important;
  }

  .lg\:tw-bg-left-top{
    background-position: left top !important;
  }

  .lg\:tw-bg-right{
    background-position: right !important;
  }

  .lg\:tw-bg-right-bottom{
    background-position: right bottom !important;
  }

  .lg\:tw-bg-right-top{
    background-position: right top !important;
  }

  .lg\:tw-bg-top{
    background-position: top !important;
  }

  .lg\:tw-bg-repeat{
    background-repeat: repeat !important;
  }

  .lg\:tw-bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .lg\:tw-bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .lg\:tw-bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .lg\:tw-bg-repeat-round{
    background-repeat: round !important;
  }

  .lg\:tw-bg-repeat-space{
    background-repeat: space !important;
  }

  .lg\:tw-bg-auto{
    background-size: auto !important;
  }

  .lg\:tw-bg-cover{
    background-size: cover !important;
  }

  .lg\:tw-bg-contain{
    background-size: contain !important;
  }

  .lg\:tw-border-collapse{
    border-collapse: collapse !important;
  }

  .lg\:tw-border-separate{
    border-collapse: separate !important;
  }

  .lg\:tw-border-transparent{
    border-color: transparent !important;
  }

  .lg\:tw-border-black{
    border-color: #000 !important;
  }

  .lg\:tw-border-white{
    border-color: #fff !important;
  }

  .lg\:tw-border-gray-100{
    border-color: #f7fafc !important;
  }

  .lg\:tw-border-gray-200{
    border-color: #edf2f7 !important;
  }

  .lg\:tw-border-gray-300{
    border-color: #e2e8f0 !important;
  }

  .lg\:tw-border-gray-400{
    border-color: #cbd5e0 !important;
  }

  .lg\:tw-border-gray-500{
    border-color: #a0aec0 !important;
  }

  .lg\:tw-border-gray-600{
    border-color: #718096 !important;
  }

  .lg\:tw-border-gray-700{
    border-color: #4a5568 !important;
  }

  .lg\:tw-border-gray-800{
    border-color: #2d3748 !important;
  }

  .lg\:tw-border-gray-900{
    border-color: #1a202c !important;
  }

  .lg\:tw-border-red-100{
    border-color: #fff5f5 !important;
  }

  .lg\:tw-border-red-200{
    border-color: #fed7d7 !important;
  }

  .lg\:tw-border-red-300{
    border-color: #feb2b2 !important;
  }

  .lg\:tw-border-red-400{
    border-color: #fc8181 !important;
  }

  .lg\:tw-border-red-500{
    border-color: #f56565 !important;
  }

  .lg\:tw-border-red-600{
    border-color: #e53e3e !important;
  }

  .lg\:tw-border-red-700{
    border-color: #c53030 !important;
  }

  .lg\:tw-border-red-800{
    border-color: #9b2c2c !important;
  }

  .lg\:tw-border-red-900{
    border-color: #742a2a !important;
  }

  .lg\:tw-border-orange-100{
    border-color: #fffaf0 !important;
  }

  .lg\:tw-border-orange-200{
    border-color: #feebc8 !important;
  }

  .lg\:tw-border-orange-300{
    border-color: #fbd38d !important;
  }

  .lg\:tw-border-orange-400{
    border-color: #f6ad55 !important;
  }

  .lg\:tw-border-orange-500{
    border-color: #ed8936 !important;
  }

  .lg\:tw-border-orange-600{
    border-color: #dd6b20 !important;
  }

  .lg\:tw-border-orange-700{
    border-color: #c05621 !important;
  }

  .lg\:tw-border-orange-800{
    border-color: #9c4221 !important;
  }

  .lg\:tw-border-orange-900{
    border-color: #7b341e !important;
  }

  .lg\:tw-border-yellow-100{
    border-color: #fffff0 !important;
  }

  .lg\:tw-border-yellow-200{
    border-color: #fefcbf !important;
  }

  .lg\:tw-border-yellow-300{
    border-color: #faf089 !important;
  }

  .lg\:tw-border-yellow-400{
    border-color: #f6e05e !important;
  }

  .lg\:tw-border-yellow-500{
    border-color: #ecc94b !important;
  }

  .lg\:tw-border-yellow-600{
    border-color: #d69e2e !important;
  }

  .lg\:tw-border-yellow-700{
    border-color: #b7791f !important;
  }

  .lg\:tw-border-yellow-800{
    border-color: #975a16 !important;
  }

  .lg\:tw-border-yellow-900{
    border-color: #744210 !important;
  }

  .lg\:tw-border-green-100{
    border-color: #f0fff4 !important;
  }

  .lg\:tw-border-green-200{
    border-color: #c6f6d5 !important;
  }

  .lg\:tw-border-green-300{
    border-color: #9ae6b4 !important;
  }

  .lg\:tw-border-green-400{
    border-color: #68d391 !important;
  }

  .lg\:tw-border-green-500{
    border-color: #48bb78 !important;
  }

  .lg\:tw-border-green-600{
    border-color: #38a169 !important;
  }

  .lg\:tw-border-green-700{
    border-color: #2f855a !important;
  }

  .lg\:tw-border-green-800{
    border-color: #276749 !important;
  }

  .lg\:tw-border-green-900{
    border-color: #22543d !important;
  }

  .lg\:tw-border-teal-100{
    border-color: #e6fffa !important;
  }

  .lg\:tw-border-teal-200{
    border-color: #b2f5ea !important;
  }

  .lg\:tw-border-teal-300{
    border-color: #81e6d9 !important;
  }

  .lg\:tw-border-teal-400{
    border-color: #4fd1c5 !important;
  }

  .lg\:tw-border-teal-500{
    border-color: #38b2ac !important;
  }

  .lg\:tw-border-teal-600{
    border-color: #319795 !important;
  }

  .lg\:tw-border-teal-700{
    border-color: #2c7a7b !important;
  }

  .lg\:tw-border-teal-800{
    border-color: #285e61 !important;
  }

  .lg\:tw-border-teal-900{
    border-color: #234e52 !important;
  }

  .lg\:tw-border-blue-100{
    border-color: #ebf8ff !important;
  }

  .lg\:tw-border-blue-200{
    border-color: #bee3f8 !important;
  }

  .lg\:tw-border-blue-300{
    border-color: #90cdf4 !important;
  }

  .lg\:tw-border-blue-400{
    border-color: #63b3ed !important;
  }

  .lg\:tw-border-blue-500{
    border-color: #4299e1 !important;
  }

  .lg\:tw-border-blue-600{
    border-color: #3182ce !important;
  }

  .lg\:tw-border-blue-700{
    border-color: #2b6cb0 !important;
  }

  .lg\:tw-border-blue-800{
    border-color: #2c5282 !important;
  }

  .lg\:tw-border-blue-900{
    border-color: #2a4365 !important;
  }

  .lg\:tw-border-indigo-100{
    border-color: #ebf4ff !important;
  }

  .lg\:tw-border-indigo-200{
    border-color: #c3dafe !important;
  }

  .lg\:tw-border-indigo-300{
    border-color: #a3bffa !important;
  }

  .lg\:tw-border-indigo-400{
    border-color: #7f9cf5 !important;
  }

  .lg\:tw-border-indigo-500{
    border-color: #667eea !important;
  }

  .lg\:tw-border-indigo-600{
    border-color: #5a67d8 !important;
  }

  .lg\:tw-border-indigo-700{
    border-color: #4c51bf !important;
  }

  .lg\:tw-border-indigo-800{
    border-color: #434190 !important;
  }

  .lg\:tw-border-indigo-900{
    border-color: #3c366b !important;
  }

  .lg\:tw-border-purple-100{
    border-color: #faf5ff !important;
  }

  .lg\:tw-border-purple-200{
    border-color: #e9d8fd !important;
  }

  .lg\:tw-border-purple-300{
    border-color: #d6bcfa !important;
  }

  .lg\:tw-border-purple-400{
    border-color: #b794f4 !important;
  }

  .lg\:tw-border-purple-500{
    border-color: #9f7aea !important;
  }

  .lg\:tw-border-purple-600{
    border-color: #805ad5 !important;
  }

  .lg\:tw-border-purple-700{
    border-color: #6b46c1 !important;
  }

  .lg\:tw-border-purple-800{
    border-color: #553c9a !important;
  }

  .lg\:tw-border-purple-900{
    border-color: #44337a !important;
  }

  .lg\:tw-border-pink-100{
    border-color: #fff5f7 !important;
  }

  .lg\:tw-border-pink-200{
    border-color: #fed7e2 !important;
  }

  .lg\:tw-border-pink-300{
    border-color: #fbb6ce !important;
  }

  .lg\:tw-border-pink-400{
    border-color: #f687b3 !important;
  }

  .lg\:tw-border-pink-500{
    border-color: #ed64a6 !important;
  }

  .lg\:tw-border-pink-600{
    border-color: #d53f8c !important;
  }

  .lg\:tw-border-pink-700{
    border-color: #b83280 !important;
  }

  .lg\:tw-border-pink-800{
    border-color: #97266d !important;
  }

  .lg\:tw-border-pink-900{
    border-color: #702459 !important;
  }

  .lg\:hover\:tw-border-transparent:hover{
    border-color: transparent !important;
  }

  .lg\:hover\:tw-border-black:hover{
    border-color: #000 !important;
  }

  .lg\:hover\:tw-border-white:hover{
    border-color: #fff !important;
  }

  .lg\:hover\:tw-border-gray-100:hover{
    border-color: #f7fafc !important;
  }

  .lg\:hover\:tw-border-gray-200:hover{
    border-color: #edf2f7 !important;
  }

  .lg\:hover\:tw-border-gray-300:hover{
    border-color: #e2e8f0 !important;
  }

  .lg\:hover\:tw-border-gray-400:hover{
    border-color: #cbd5e0 !important;
  }

  .lg\:hover\:tw-border-gray-500:hover{
    border-color: #a0aec0 !important;
  }

  .lg\:hover\:tw-border-gray-600:hover{
    border-color: #718096 !important;
  }

  .lg\:hover\:tw-border-gray-700:hover{
    border-color: #4a5568 !important;
  }

  .lg\:hover\:tw-border-gray-800:hover{
    border-color: #2d3748 !important;
  }

  .lg\:hover\:tw-border-gray-900:hover{
    border-color: #1a202c !important;
  }

  .lg\:hover\:tw-border-red-100:hover{
    border-color: #fff5f5 !important;
  }

  .lg\:hover\:tw-border-red-200:hover{
    border-color: #fed7d7 !important;
  }

  .lg\:hover\:tw-border-red-300:hover{
    border-color: #feb2b2 !important;
  }

  .lg\:hover\:tw-border-red-400:hover{
    border-color: #fc8181 !important;
  }

  .lg\:hover\:tw-border-red-500:hover{
    border-color: #f56565 !important;
  }

  .lg\:hover\:tw-border-red-600:hover{
    border-color: #e53e3e !important;
  }

  .lg\:hover\:tw-border-red-700:hover{
    border-color: #c53030 !important;
  }

  .lg\:hover\:tw-border-red-800:hover{
    border-color: #9b2c2c !important;
  }

  .lg\:hover\:tw-border-red-900:hover{
    border-color: #742a2a !important;
  }

  .lg\:hover\:tw-border-orange-100:hover{
    border-color: #fffaf0 !important;
  }

  .lg\:hover\:tw-border-orange-200:hover{
    border-color: #feebc8 !important;
  }

  .lg\:hover\:tw-border-orange-300:hover{
    border-color: #fbd38d !important;
  }

  .lg\:hover\:tw-border-orange-400:hover{
    border-color: #f6ad55 !important;
  }

  .lg\:hover\:tw-border-orange-500:hover{
    border-color: #ed8936 !important;
  }

  .lg\:hover\:tw-border-orange-600:hover{
    border-color: #dd6b20 !important;
  }

  .lg\:hover\:tw-border-orange-700:hover{
    border-color: #c05621 !important;
  }

  .lg\:hover\:tw-border-orange-800:hover{
    border-color: #9c4221 !important;
  }

  .lg\:hover\:tw-border-orange-900:hover{
    border-color: #7b341e !important;
  }

  .lg\:hover\:tw-border-yellow-100:hover{
    border-color: #fffff0 !important;
  }

  .lg\:hover\:tw-border-yellow-200:hover{
    border-color: #fefcbf !important;
  }

  .lg\:hover\:tw-border-yellow-300:hover{
    border-color: #faf089 !important;
  }

  .lg\:hover\:tw-border-yellow-400:hover{
    border-color: #f6e05e !important;
  }

  .lg\:hover\:tw-border-yellow-500:hover{
    border-color: #ecc94b !important;
  }

  .lg\:hover\:tw-border-yellow-600:hover{
    border-color: #d69e2e !important;
  }

  .lg\:hover\:tw-border-yellow-700:hover{
    border-color: #b7791f !important;
  }

  .lg\:hover\:tw-border-yellow-800:hover{
    border-color: #975a16 !important;
  }

  .lg\:hover\:tw-border-yellow-900:hover{
    border-color: #744210 !important;
  }

  .lg\:hover\:tw-border-green-100:hover{
    border-color: #f0fff4 !important;
  }

  .lg\:hover\:tw-border-green-200:hover{
    border-color: #c6f6d5 !important;
  }

  .lg\:hover\:tw-border-green-300:hover{
    border-color: #9ae6b4 !important;
  }

  .lg\:hover\:tw-border-green-400:hover{
    border-color: #68d391 !important;
  }

  .lg\:hover\:tw-border-green-500:hover{
    border-color: #48bb78 !important;
  }

  .lg\:hover\:tw-border-green-600:hover{
    border-color: #38a169 !important;
  }

  .lg\:hover\:tw-border-green-700:hover{
    border-color: #2f855a !important;
  }

  .lg\:hover\:tw-border-green-800:hover{
    border-color: #276749 !important;
  }

  .lg\:hover\:tw-border-green-900:hover{
    border-color: #22543d !important;
  }

  .lg\:hover\:tw-border-teal-100:hover{
    border-color: #e6fffa !important;
  }

  .lg\:hover\:tw-border-teal-200:hover{
    border-color: #b2f5ea !important;
  }

  .lg\:hover\:tw-border-teal-300:hover{
    border-color: #81e6d9 !important;
  }

  .lg\:hover\:tw-border-teal-400:hover{
    border-color: #4fd1c5 !important;
  }

  .lg\:hover\:tw-border-teal-500:hover{
    border-color: #38b2ac !important;
  }

  .lg\:hover\:tw-border-teal-600:hover{
    border-color: #319795 !important;
  }

  .lg\:hover\:tw-border-teal-700:hover{
    border-color: #2c7a7b !important;
  }

  .lg\:hover\:tw-border-teal-800:hover{
    border-color: #285e61 !important;
  }

  .lg\:hover\:tw-border-teal-900:hover{
    border-color: #234e52 !important;
  }

  .lg\:hover\:tw-border-blue-100:hover{
    border-color: #ebf8ff !important;
  }

  .lg\:hover\:tw-border-blue-200:hover{
    border-color: #bee3f8 !important;
  }

  .lg\:hover\:tw-border-blue-300:hover{
    border-color: #90cdf4 !important;
  }

  .lg\:hover\:tw-border-blue-400:hover{
    border-color: #63b3ed !important;
  }

  .lg\:hover\:tw-border-blue-500:hover{
    border-color: #4299e1 !important;
  }

  .lg\:hover\:tw-border-blue-600:hover{
    border-color: #3182ce !important;
  }

  .lg\:hover\:tw-border-blue-700:hover{
    border-color: #2b6cb0 !important;
  }

  .lg\:hover\:tw-border-blue-800:hover{
    border-color: #2c5282 !important;
  }

  .lg\:hover\:tw-border-blue-900:hover{
    border-color: #2a4365 !important;
  }

  .lg\:hover\:tw-border-indigo-100:hover{
    border-color: #ebf4ff !important;
  }

  .lg\:hover\:tw-border-indigo-200:hover{
    border-color: #c3dafe !important;
  }

  .lg\:hover\:tw-border-indigo-300:hover{
    border-color: #a3bffa !important;
  }

  .lg\:hover\:tw-border-indigo-400:hover{
    border-color: #7f9cf5 !important;
  }

  .lg\:hover\:tw-border-indigo-500:hover{
    border-color: #667eea !important;
  }

  .lg\:hover\:tw-border-indigo-600:hover{
    border-color: #5a67d8 !important;
  }

  .lg\:hover\:tw-border-indigo-700:hover{
    border-color: #4c51bf !important;
  }

  .lg\:hover\:tw-border-indigo-800:hover{
    border-color: #434190 !important;
  }

  .lg\:hover\:tw-border-indigo-900:hover{
    border-color: #3c366b !important;
  }

  .lg\:hover\:tw-border-purple-100:hover{
    border-color: #faf5ff !important;
  }

  .lg\:hover\:tw-border-purple-200:hover{
    border-color: #e9d8fd !important;
  }

  .lg\:hover\:tw-border-purple-300:hover{
    border-color: #d6bcfa !important;
  }

  .lg\:hover\:tw-border-purple-400:hover{
    border-color: #b794f4 !important;
  }

  .lg\:hover\:tw-border-purple-500:hover{
    border-color: #9f7aea !important;
  }

  .lg\:hover\:tw-border-purple-600:hover{
    border-color: #805ad5 !important;
  }

  .lg\:hover\:tw-border-purple-700:hover{
    border-color: #6b46c1 !important;
  }

  .lg\:hover\:tw-border-purple-800:hover{
    border-color: #553c9a !important;
  }

  .lg\:hover\:tw-border-purple-900:hover{
    border-color: #44337a !important;
  }

  .lg\:hover\:tw-border-pink-100:hover{
    border-color: #fff5f7 !important;
  }

  .lg\:hover\:tw-border-pink-200:hover{
    border-color: #fed7e2 !important;
  }

  .lg\:hover\:tw-border-pink-300:hover{
    border-color: #fbb6ce !important;
  }

  .lg\:hover\:tw-border-pink-400:hover{
    border-color: #f687b3 !important;
  }

  .lg\:hover\:tw-border-pink-500:hover{
    border-color: #ed64a6 !important;
  }

  .lg\:hover\:tw-border-pink-600:hover{
    border-color: #d53f8c !important;
  }

  .lg\:hover\:tw-border-pink-700:hover{
    border-color: #b83280 !important;
  }

  .lg\:hover\:tw-border-pink-800:hover{
    border-color: #97266d !important;
  }

  .lg\:hover\:tw-border-pink-900:hover{
    border-color: #702459 !important;
  }

  .lg\:focus\:tw-border-transparent:focus{
    border-color: transparent !important;
  }

  .lg\:focus\:tw-border-black:focus{
    border-color: #000 !important;
  }

  .lg\:focus\:tw-border-white:focus{
    border-color: #fff !important;
  }

  .lg\:focus\:tw-border-gray-100:focus{
    border-color: #f7fafc !important;
  }

  .lg\:focus\:tw-border-gray-200:focus{
    border-color: #edf2f7 !important;
  }

  .lg\:focus\:tw-border-gray-300:focus{
    border-color: #e2e8f0 !important;
  }

  .lg\:focus\:tw-border-gray-400:focus{
    border-color: #cbd5e0 !important;
  }

  .lg\:focus\:tw-border-gray-500:focus{
    border-color: #a0aec0 !important;
  }

  .lg\:focus\:tw-border-gray-600:focus{
    border-color: #718096 !important;
  }

  .lg\:focus\:tw-border-gray-700:focus{
    border-color: #4a5568 !important;
  }

  .lg\:focus\:tw-border-gray-800:focus{
    border-color: #2d3748 !important;
  }

  .lg\:focus\:tw-border-gray-900:focus{
    border-color: #1a202c !important;
  }

  .lg\:focus\:tw-border-red-100:focus{
    border-color: #fff5f5 !important;
  }

  .lg\:focus\:tw-border-red-200:focus{
    border-color: #fed7d7 !important;
  }

  .lg\:focus\:tw-border-red-300:focus{
    border-color: #feb2b2 !important;
  }

  .lg\:focus\:tw-border-red-400:focus{
    border-color: #fc8181 !important;
  }

  .lg\:focus\:tw-border-red-500:focus{
    border-color: #f56565 !important;
  }

  .lg\:focus\:tw-border-red-600:focus{
    border-color: #e53e3e !important;
  }

  .lg\:focus\:tw-border-red-700:focus{
    border-color: #c53030 !important;
  }

  .lg\:focus\:tw-border-red-800:focus{
    border-color: #9b2c2c !important;
  }

  .lg\:focus\:tw-border-red-900:focus{
    border-color: #742a2a !important;
  }

  .lg\:focus\:tw-border-orange-100:focus{
    border-color: #fffaf0 !important;
  }

  .lg\:focus\:tw-border-orange-200:focus{
    border-color: #feebc8 !important;
  }

  .lg\:focus\:tw-border-orange-300:focus{
    border-color: #fbd38d !important;
  }

  .lg\:focus\:tw-border-orange-400:focus{
    border-color: #f6ad55 !important;
  }

  .lg\:focus\:tw-border-orange-500:focus{
    border-color: #ed8936 !important;
  }

  .lg\:focus\:tw-border-orange-600:focus{
    border-color: #dd6b20 !important;
  }

  .lg\:focus\:tw-border-orange-700:focus{
    border-color: #c05621 !important;
  }

  .lg\:focus\:tw-border-orange-800:focus{
    border-color: #9c4221 !important;
  }

  .lg\:focus\:tw-border-orange-900:focus{
    border-color: #7b341e !important;
  }

  .lg\:focus\:tw-border-yellow-100:focus{
    border-color: #fffff0 !important;
  }

  .lg\:focus\:tw-border-yellow-200:focus{
    border-color: #fefcbf !important;
  }

  .lg\:focus\:tw-border-yellow-300:focus{
    border-color: #faf089 !important;
  }

  .lg\:focus\:tw-border-yellow-400:focus{
    border-color: #f6e05e !important;
  }

  .lg\:focus\:tw-border-yellow-500:focus{
    border-color: #ecc94b !important;
  }

  .lg\:focus\:tw-border-yellow-600:focus{
    border-color: #d69e2e !important;
  }

  .lg\:focus\:tw-border-yellow-700:focus{
    border-color: #b7791f !important;
  }

  .lg\:focus\:tw-border-yellow-800:focus{
    border-color: #975a16 !important;
  }

  .lg\:focus\:tw-border-yellow-900:focus{
    border-color: #744210 !important;
  }

  .lg\:focus\:tw-border-green-100:focus{
    border-color: #f0fff4 !important;
  }

  .lg\:focus\:tw-border-green-200:focus{
    border-color: #c6f6d5 !important;
  }

  .lg\:focus\:tw-border-green-300:focus{
    border-color: #9ae6b4 !important;
  }

  .lg\:focus\:tw-border-green-400:focus{
    border-color: #68d391 !important;
  }

  .lg\:focus\:tw-border-green-500:focus{
    border-color: #48bb78 !important;
  }

  .lg\:focus\:tw-border-green-600:focus{
    border-color: #38a169 !important;
  }

  .lg\:focus\:tw-border-green-700:focus{
    border-color: #2f855a !important;
  }

  .lg\:focus\:tw-border-green-800:focus{
    border-color: #276749 !important;
  }

  .lg\:focus\:tw-border-green-900:focus{
    border-color: #22543d !important;
  }

  .lg\:focus\:tw-border-teal-100:focus{
    border-color: #e6fffa !important;
  }

  .lg\:focus\:tw-border-teal-200:focus{
    border-color: #b2f5ea !important;
  }

  .lg\:focus\:tw-border-teal-300:focus{
    border-color: #81e6d9 !important;
  }

  .lg\:focus\:tw-border-teal-400:focus{
    border-color: #4fd1c5 !important;
  }

  .lg\:focus\:tw-border-teal-500:focus{
    border-color: #38b2ac !important;
  }

  .lg\:focus\:tw-border-teal-600:focus{
    border-color: #319795 !important;
  }

  .lg\:focus\:tw-border-teal-700:focus{
    border-color: #2c7a7b !important;
  }

  .lg\:focus\:tw-border-teal-800:focus{
    border-color: #285e61 !important;
  }

  .lg\:focus\:tw-border-teal-900:focus{
    border-color: #234e52 !important;
  }

  .lg\:focus\:tw-border-blue-100:focus{
    border-color: #ebf8ff !important;
  }

  .lg\:focus\:tw-border-blue-200:focus{
    border-color: #bee3f8 !important;
  }

  .lg\:focus\:tw-border-blue-300:focus{
    border-color: #90cdf4 !important;
  }

  .lg\:focus\:tw-border-blue-400:focus{
    border-color: #63b3ed !important;
  }

  .lg\:focus\:tw-border-blue-500:focus{
    border-color: #4299e1 !important;
  }

  .lg\:focus\:tw-border-blue-600:focus{
    border-color: #3182ce !important;
  }

  .lg\:focus\:tw-border-blue-700:focus{
    border-color: #2b6cb0 !important;
  }

  .lg\:focus\:tw-border-blue-800:focus{
    border-color: #2c5282 !important;
  }

  .lg\:focus\:tw-border-blue-900:focus{
    border-color: #2a4365 !important;
  }

  .lg\:focus\:tw-border-indigo-100:focus{
    border-color: #ebf4ff !important;
  }

  .lg\:focus\:tw-border-indigo-200:focus{
    border-color: #c3dafe !important;
  }

  .lg\:focus\:tw-border-indigo-300:focus{
    border-color: #a3bffa !important;
  }

  .lg\:focus\:tw-border-indigo-400:focus{
    border-color: #7f9cf5 !important;
  }

  .lg\:focus\:tw-border-indigo-500:focus{
    border-color: #667eea !important;
  }

  .lg\:focus\:tw-border-indigo-600:focus{
    border-color: #5a67d8 !important;
  }

  .lg\:focus\:tw-border-indigo-700:focus{
    border-color: #4c51bf !important;
  }

  .lg\:focus\:tw-border-indigo-800:focus{
    border-color: #434190 !important;
  }

  .lg\:focus\:tw-border-indigo-900:focus{
    border-color: #3c366b !important;
  }

  .lg\:focus\:tw-border-purple-100:focus{
    border-color: #faf5ff !important;
  }

  .lg\:focus\:tw-border-purple-200:focus{
    border-color: #e9d8fd !important;
  }

  .lg\:focus\:tw-border-purple-300:focus{
    border-color: #d6bcfa !important;
  }

  .lg\:focus\:tw-border-purple-400:focus{
    border-color: #b794f4 !important;
  }

  .lg\:focus\:tw-border-purple-500:focus{
    border-color: #9f7aea !important;
  }

  .lg\:focus\:tw-border-purple-600:focus{
    border-color: #805ad5 !important;
  }

  .lg\:focus\:tw-border-purple-700:focus{
    border-color: #6b46c1 !important;
  }

  .lg\:focus\:tw-border-purple-800:focus{
    border-color: #553c9a !important;
  }

  .lg\:focus\:tw-border-purple-900:focus{
    border-color: #44337a !important;
  }

  .lg\:focus\:tw-border-pink-100:focus{
    border-color: #fff5f7 !important;
  }

  .lg\:focus\:tw-border-pink-200:focus{
    border-color: #fed7e2 !important;
  }

  .lg\:focus\:tw-border-pink-300:focus{
    border-color: #fbb6ce !important;
  }

  .lg\:focus\:tw-border-pink-400:focus{
    border-color: #f687b3 !important;
  }

  .lg\:focus\:tw-border-pink-500:focus{
    border-color: #ed64a6 !important;
  }

  .lg\:focus\:tw-border-pink-600:focus{
    border-color: #d53f8c !important;
  }

  .lg\:focus\:tw-border-pink-700:focus{
    border-color: #b83280 !important;
  }

  .lg\:focus\:tw-border-pink-800:focus{
    border-color: #97266d !important;
  }

  .lg\:focus\:tw-border-pink-900:focus{
    border-color: #702459 !important;
  }

  .lg\:tw-rounded-none{
    border-radius: 0 !important;
  }

  .lg\:tw-rounded-sm{
    border-radius: 0.125rem !important;
  }

  .lg\:tw-rounded{
    border-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-lg{
    border-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-full{
    border-radius: 9999px !important;
  }

  .lg\:tw-rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:tw-rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:tw-rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:tw-rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:tw-rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:tw-rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .lg\:tw-rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .lg\:tw-rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .lg\:tw-rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .lg\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .lg\:tw-rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:tw-border-solid{
    border-style: solid !important;
  }

  .lg\:tw-border-dashed{
    border-style: dashed !important;
  }

  .lg\:tw-border-dotted{
    border-style: dotted !important;
  }

  .lg\:tw-border-double{
    border-style: double !important;
  }

  .lg\:tw-border-none{
    border-style: none !important;
  }

  .lg\:tw-border-0{
    border-width: 0 !important;
  }

  .lg\:tw-border-2{
    border-width: 2px !important;
  }

  .lg\:tw-border-4{
    border-width: 4px !important;
  }

  .lg\:tw-border-8{
    border-width: 8px !important;
  }

  .lg\:tw-border{
    border-width: 1px !important;
  }

  .lg\:tw-border-t-0{
    border-top-width: 0 !important;
  }

  .lg\:tw-border-r-0{
    border-right-width: 0 !important;
  }

  .lg\:tw-border-b-0{
    border-bottom-width: 0 !important;
  }

  .lg\:tw-border-l-0{
    border-left-width: 0 !important;
  }

  .lg\:tw-border-t-2{
    border-top-width: 2px !important;
  }

  .lg\:tw-border-r-2{
    border-right-width: 2px !important;
  }

  .lg\:tw-border-b-2{
    border-bottom-width: 2px !important;
  }

  .lg\:tw-border-l-2{
    border-left-width: 2px !important;
  }

  .lg\:tw-border-t-4{
    border-top-width: 4px !important;
  }

  .lg\:tw-border-r-4{
    border-right-width: 4px !important;
  }

  .lg\:tw-border-b-4{
    border-bottom-width: 4px !important;
  }

  .lg\:tw-border-l-4{
    border-left-width: 4px !important;
  }

  .lg\:tw-border-t-8{
    border-top-width: 8px !important;
  }

  .lg\:tw-border-r-8{
    border-right-width: 8px !important;
  }

  .lg\:tw-border-b-8{
    border-bottom-width: 8px !important;
  }

  .lg\:tw-border-l-8{
    border-left-width: 8px !important;
  }

  .lg\:tw-border-t{
    border-top-width: 1px !important;
  }

  .lg\:tw-border-r{
    border-right-width: 1px !important;
  }

  .lg\:tw-border-b{
    border-bottom-width: 1px !important;
  }

  .lg\:tw-border-l{
    border-left-width: 1px !important;
  }

  .lg\:tw-cursor-auto{
    cursor: auto !important;
  }

  .lg\:tw-cursor-default{
    cursor: default !important;
  }

  .lg\:tw-cursor-pointer{
    cursor: pointer !important;
  }

  .lg\:tw-cursor-wait{
    cursor: wait !important;
  }

  .lg\:tw-cursor-text{
    cursor: text !important;
  }

  .lg\:tw-cursor-move{
    cursor: move !important;
  }

  .lg\:tw-cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .lg\:tw-block{
    display: block !important;
  }

  .lg\:tw-inline-block{
    display: inline-block !important;
  }

  .lg\:tw-inline{
    display: inline !important;
  }

  .lg\:tw-flex{
    display: -webkit-box !important;
    display: flex !important;
  }

  .lg\:tw-inline-flex{
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .lg\:tw-table{
    display: table !important;
  }

  .lg\:tw-table-row{
    display: table-row !important;
  }

  .lg\:tw-table-cell{
    display: table-cell !important;
  }

  .lg\:tw-hidden{
    display: none !important;
  }

  .lg\:tw-flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .lg\:tw-flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .lg\:tw-flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .lg\:tw-flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .lg\:tw-flex-wrap{
    flex-wrap: wrap !important;
  }

  .lg\:tw-flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .lg\:tw-flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .lg\:tw-items-start{
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .lg\:tw-items-end{
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .lg\:tw-items-center{
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .lg\:tw-items-baseline{
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .lg\:tw-items-stretch{
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .lg\:tw-self-auto{
    align-self: auto !important;
  }

  .lg\:tw-self-start{
    align-self: flex-start !important;
  }

  .lg\:tw-self-end{
    align-self: flex-end !important;
  }

  .lg\:tw-self-center{
    align-self: center !important;
  }

  .lg\:tw-self-stretch{
    align-self: stretch !important;
  }

  .lg\:tw-justify-start{
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .lg\:tw-justify-end{
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .lg\:tw-justify-center{
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .lg\:tw-justify-between{
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .lg\:tw-justify-around{
    justify-content: space-around !important;
  }

  .lg\:tw-content-center{
    align-content: center !important;
  }

  .lg\:tw-content-start{
    align-content: flex-start !important;
  }

  .lg\:tw-content-end{
    align-content: flex-end !important;
  }

  .lg\:tw-content-between{
    align-content: space-between !important;
  }

  .lg\:tw-content-around{
    align-content: space-around !important;
  }

  .lg\:tw-flex-1{
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .lg\:tw-flex-auto{
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .lg\:tw-flex-initial{
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .lg\:tw-flex-none{
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .lg\:tw-flex-grow-0{
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .lg\:tw-flex-grow{
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .lg\:tw-flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .lg\:tw-flex-shrink{
    flex-shrink: 1 !important;
  }

  .lg\:tw-order-1{
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .lg\:tw-order-2{
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .lg\:tw-order-3{
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .lg\:tw-order-4{
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .lg\:tw-order-5{
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .lg\:tw-order-6{
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .lg\:tw-order-7{
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .lg\:tw-order-8{
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .lg\:tw-order-9{
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .lg\:tw-order-10{
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .lg\:tw-order-11{
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .lg\:tw-order-12{
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .lg\:tw-order-first{
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .lg\:tw-order-last{
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .lg\:tw-order-none{
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }

  .lg\:tw-float-right{
    float: right !important;
  }

  .lg\:tw-float-left{
    float: left !important;
  }

  .lg\:tw-float-none{
    float: none !important;
  }

  .lg\:tw-clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg\:tw-font-sans{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .lg\:tw-font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .lg\:tw-font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .lg\:tw-font-hairline{
    font-weight: 100 !important;
  }

  .lg\:tw-font-thin{
    font-weight: 200 !important;
  }

  .lg\:tw-font-light{
    font-weight: 300 !important;
  }

  .lg\:tw-font-normal{
    font-weight: 400 !important;
  }

  .lg\:tw-font-medium{
    font-weight: 500 !important;
  }

  .lg\:tw-font-semibold{
    font-weight: 600 !important;
  }

  .lg\:tw-font-bold{
    font-weight: 700 !important;
  }

  .lg\:tw-font-extrabold{
    font-weight: 800 !important;
  }

  .lg\:tw-font-black{
    font-weight: 900 !important;
  }

  .lg\:hover\:tw-font-hairline:hover{
    font-weight: 100 !important;
  }

  .lg\:hover\:tw-font-thin:hover{
    font-weight: 200 !important;
  }

  .lg\:hover\:tw-font-light:hover{
    font-weight: 300 !important;
  }

  .lg\:hover\:tw-font-normal:hover{
    font-weight: 400 !important;
  }

  .lg\:hover\:tw-font-medium:hover{
    font-weight: 500 !important;
  }

  .lg\:hover\:tw-font-semibold:hover{
    font-weight: 600 !important;
  }

  .lg\:hover\:tw-font-bold:hover{
    font-weight: 700 !important;
  }

  .lg\:hover\:tw-font-extrabold:hover{
    font-weight: 800 !important;
  }

  .lg\:hover\:tw-font-black:hover{
    font-weight: 900 !important;
  }

  .lg\:focus\:tw-font-hairline:focus{
    font-weight: 100 !important;
  }

  .lg\:focus\:tw-font-thin:focus{
    font-weight: 200 !important;
  }

  .lg\:focus\:tw-font-light:focus{
    font-weight: 300 !important;
  }

  .lg\:focus\:tw-font-normal:focus{
    font-weight: 400 !important;
  }

  .lg\:focus\:tw-font-medium:focus{
    font-weight: 500 !important;
  }

  .lg\:focus\:tw-font-semibold:focus{
    font-weight: 600 !important;
  }

  .lg\:focus\:tw-font-bold:focus{
    font-weight: 700 !important;
  }

  .lg\:focus\:tw-font-extrabold:focus{
    font-weight: 800 !important;
  }

  .lg\:focus\:tw-font-black:focus{
    font-weight: 900 !important;
  }

  .lg\:tw-h-0{
    height: 0 !important;
  }

  .lg\:tw-h-1{
    height: 0.25rem !important;
  }

  .lg\:tw-h-2{
    height: 0.5rem !important;
  }

  .lg\:tw-h-3{
    height: 0.75rem !important;
  }

  .lg\:tw-h-4{
    height: 1rem !important;
  }

  .lg\:tw-h-5{
    height: 1.25rem !important;
  }

  .lg\:tw-h-6{
    height: 1.5rem !important;
  }

  .lg\:tw-h-8{
    height: 2rem !important;
  }

  .lg\:tw-h-10{
    height: 2.5rem !important;
  }

  .lg\:tw-h-12{
    height: 3rem !important;
  }

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

  .lg\:tw-h-20{
    height: 5rem !important;
  }

  .lg\:tw-h-24{
    height: 6rem !important;
  }

  .lg\:tw-h-32{
    height: 8rem !important;
  }

  .lg\:tw-h-40{
    height: 10rem !important;
  }

  .lg\:tw-h-48{
    height: 12rem !important;
  }

  .lg\:tw-h-56{
    height: 14rem !important;
  }

  .lg\:tw-h-64{
    height: 16rem !important;
  }

  .lg\:tw-h-auto{
    height: auto !important;
  }

  .lg\:tw-h-px{
    height: 1px !important;
  }

  .lg\:tw-h-full{
    height: 100% !important;
  }

  .lg\:tw-h-screen{
    height: 100vh !important;
  }

  .lg\:tw-leading-none{
    line-height: 1 !important;
  }

  .lg\:tw-leading-tight{
    line-height: 1.25 !important;
  }

  .lg\:tw-leading-snug{
    line-height: 1.375 !important;
  }

  .lg\:tw-leading-normal{
    line-height: 1.5 !important;
  }

  .lg\:tw-leading-relaxed{
    line-height: 1.625 !important;
  }

  .lg\:tw-leading-loose{
    line-height: 2 !important;
  }

  .lg\:tw-list-inside{
    list-style-position: inside !important;
  }

  .lg\:tw-list-outside{
    list-style-position: outside !important;
  }

  .lg\:tw-list-none{
    list-style-type: none !important;
  }

  .lg\:tw-list-disc{
    list-style-type: disc !important;
  }

  .lg\:tw-list-decimal{
    list-style-type: decimal !important;
  }

  .lg\:tw-m-0{
    margin: 0 !important;
  }

  .lg\:tw-m-1{
    margin: 0.25rem !important;
  }

  .lg\:tw-m-2{
    margin: 0.5rem !important;
  }

  .lg\:tw-m-3{
    margin: 0.75rem !important;
  }

  .lg\:tw-m-4{
    margin: 1rem !important;
  }

  .lg\:tw-m-5{
    margin: 1.25rem !important;
  }

  .lg\:tw-m-6{
    margin: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:tw-m-auto{
    margin: auto !important;
  }

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

  .lg\:tw--m-1{
    margin: -0.25rem !important;
  }

  .lg\:tw--m-2{
    margin: -0.5rem !important;
  }

  .lg\:tw--m-3{
    margin: -0.75rem !important;
  }

  .lg\:tw--m-4{
    margin: -1rem !important;
  }

  .lg\:tw--m-5{
    margin: -1.25rem !important;
  }

  .lg\:tw--m-6{
    margin: -1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:tw-mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:tw-my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:tw-mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:tw-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:tw-mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:tw-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:tw-mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:tw-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:tw-mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:tw--my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:tw--mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:tw--my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:tw--mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:tw--my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:tw--mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:tw--my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:tw--mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:tw--my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:tw--mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:tw--my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:tw--mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:tw--my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:tw--mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:tw--my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:tw--mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:tw--my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:tw--mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:tw--my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:tw--mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:tw--my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:tw--mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:tw--my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:tw--mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:tw--my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:tw--mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:tw--my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:tw--mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:tw--my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:tw--mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:tw--my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:tw--mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:tw--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:tw--mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:tw--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:tw--mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:tw-mt-0{
    margin-top: 0 !important;
  }

  .lg\:tw-mr-0{
    margin-right: 0 !important;
  }

  .lg\:tw-mb-0{
    margin-bottom: 0 !important;
  }

  .lg\:tw-ml-0{
    margin-left: 0 !important;
  }

  .lg\:tw-mt-1{
    margin-top: 0.25rem !important;
  }

  .lg\:tw-mr-1{
    margin-right: 0.25rem !important;
  }

  .lg\:tw-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .lg\:tw-ml-1{
    margin-left: 0.25rem !important;
  }

  .lg\:tw-mt-2{
    margin-top: 0.5rem !important;
  }

  .lg\:tw-mr-2{
    margin-right: 0.5rem !important;
  }

  .lg\:tw-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .lg\:tw-ml-2{
    margin-left: 0.5rem !important;
  }

  .lg\:tw-mt-3{
    margin-top: 0.75rem !important;
  }

  .lg\:tw-mr-3{
    margin-right: 0.75rem !important;
  }

  .lg\:tw-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .lg\:tw-ml-3{
    margin-left: 0.75rem !important;
  }

  .lg\:tw-mt-4{
    margin-top: 1rem !important;
  }

  .lg\:tw-mr-4{
    margin-right: 1rem !important;
  }

  .lg\:tw-mb-4{
    margin-bottom: 1rem !important;
  }

  .lg\:tw-ml-4{
    margin-left: 1rem !important;
  }

  .lg\:tw-mt-5{
    margin-top: 1.25rem !important;
  }

  .lg\:tw-mr-5{
    margin-right: 1.25rem !important;
  }

  .lg\:tw-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .lg\:tw-ml-5{
    margin-left: 1.25rem !important;
  }

  .lg\:tw-mt-6{
    margin-top: 1.5rem !important;
  }

  .lg\:tw-mr-6{
    margin-right: 1.5rem !important;
  }

  .lg\:tw-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .lg\:tw-ml-6{
    margin-left: 1.5rem !important;
  }

  .lg\:tw-mt-8{
    margin-top: 2rem !important;
  }

  .lg\:tw-mr-8{
    margin-right: 2rem !important;
  }

  .lg\:tw-mb-8{
    margin-bottom: 2rem !important;
  }

  .lg\:tw-ml-8{
    margin-left: 2rem !important;
  }

  .lg\:tw-mt-10{
    margin-top: 2.5rem !important;
  }

  .lg\:tw-mr-10{
    margin-right: 2.5rem !important;
  }

  .lg\:tw-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .lg\:tw-ml-10{
    margin-left: 2.5rem !important;
  }

  .lg\:tw-mt-12{
    margin-top: 3rem !important;
  }

  .lg\:tw-mr-12{
    margin-right: 3rem !important;
  }

  .lg\:tw-mb-12{
    margin-bottom: 3rem !important;
  }

  .lg\:tw-ml-12{
    margin-left: 3rem !important;
  }

  .lg\:tw-mt-16{
    margin-top: 4rem !important;
  }

  .lg\:tw-mr-16{
    margin-right: 4rem !important;
  }

  .lg\:tw-mb-16{
    margin-bottom: 4rem !important;
  }

  .lg\:tw-ml-16{
    margin-left: 4rem !important;
  }

  .lg\:tw-mt-20{
    margin-top: 5rem !important;
  }

  .lg\:tw-mr-20{
    margin-right: 5rem !important;
  }

  .lg\:tw-mb-20{
    margin-bottom: 5rem !important;
  }

  .lg\:tw-ml-20{
    margin-left: 5rem !important;
  }

  .lg\:tw-mt-24{
    margin-top: 6rem !important;
  }

  .lg\:tw-mr-24{
    margin-right: 6rem !important;
  }

  .lg\:tw-mb-24{
    margin-bottom: 6rem !important;
  }

  .lg\:tw-ml-24{
    margin-left: 6rem !important;
  }

  .lg\:tw-mt-32{
    margin-top: 8rem !important;
  }

  .lg\:tw-mr-32{
    margin-right: 8rem !important;
  }

  .lg\:tw-mb-32{
    margin-bottom: 8rem !important;
  }

  .lg\:tw-ml-32{
    margin-left: 8rem !important;
  }

  .lg\:tw-mt-40{
    margin-top: 10rem !important;
  }

  .lg\:tw-mr-40{
    margin-right: 10rem !important;
  }

  .lg\:tw-mb-40{
    margin-bottom: 10rem !important;
  }

  .lg\:tw-ml-40{
    margin-left: 10rem !important;
  }

  .lg\:tw-mt-48{
    margin-top: 12rem !important;
  }

  .lg\:tw-mr-48{
    margin-right: 12rem !important;
  }

  .lg\:tw-mb-48{
    margin-bottom: 12rem !important;
  }

  .lg\:tw-ml-48{
    margin-left: 12rem !important;
  }

  .lg\:tw-mt-56{
    margin-top: 14rem !important;
  }

  .lg\:tw-mr-56{
    margin-right: 14rem !important;
  }

  .lg\:tw-mb-56{
    margin-bottom: 14rem !important;
  }

  .lg\:tw-ml-56{
    margin-left: 14rem !important;
  }

  .lg\:tw-mt-64{
    margin-top: 16rem !important;
  }

  .lg\:tw-mr-64{
    margin-right: 16rem !important;
  }

  .lg\:tw-mb-64{
    margin-bottom: 16rem !important;
  }

  .lg\:tw-ml-64{
    margin-left: 16rem !important;
  }

  .lg\:tw-mt-auto{
    margin-top: auto !important;
  }

  .lg\:tw-mr-auto{
    margin-right: auto !important;
  }

  .lg\:tw-mb-auto{
    margin-bottom: auto !important;
  }

  .lg\:tw-ml-auto{
    margin-left: auto !important;
  }

  .lg\:tw-mt-px{
    margin-top: 1px !important;
  }

  .lg\:tw-mr-px{
    margin-right: 1px !important;
  }

  .lg\:tw-mb-px{
    margin-bottom: 1px !important;
  }

  .lg\:tw-ml-px{
    margin-left: 1px !important;
  }

  .lg\:tw--mt-1{
    margin-top: -0.25rem !important;
  }

  .lg\:tw--mr-1{
    margin-right: -0.25rem !important;
  }

  .lg\:tw--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .lg\:tw--ml-1{
    margin-left: -0.25rem !important;
  }

  .lg\:tw--mt-2{
    margin-top: -0.5rem !important;
  }

  .lg\:tw--mr-2{
    margin-right: -0.5rem !important;
  }

  .lg\:tw--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .lg\:tw--ml-2{
    margin-left: -0.5rem !important;
  }

  .lg\:tw--mt-3{
    margin-top: -0.75rem !important;
  }

  .lg\:tw--mr-3{
    margin-right: -0.75rem !important;
  }

  .lg\:tw--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .lg\:tw--ml-3{
    margin-left: -0.75rem !important;
  }

  .lg\:tw--mt-4{
    margin-top: -1rem !important;
  }

  .lg\:tw--mr-4{
    margin-right: -1rem !important;
  }

  .lg\:tw--mb-4{
    margin-bottom: -1rem !important;
  }

  .lg\:tw--ml-4{
    margin-left: -1rem !important;
  }

  .lg\:tw--mt-5{
    margin-top: -1.25rem !important;
  }

  .lg\:tw--mr-5{
    margin-right: -1.25rem !important;
  }

  .lg\:tw--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .lg\:tw--ml-5{
    margin-left: -1.25rem !important;
  }

  .lg\:tw--mt-6{
    margin-top: -1.5rem !important;
  }

  .lg\:tw--mr-6{
    margin-right: -1.5rem !important;
  }

  .lg\:tw--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .lg\:tw--ml-6{
    margin-left: -1.5rem !important;
  }

  .lg\:tw--mt-8{
    margin-top: -2rem !important;
  }

  .lg\:tw--mr-8{
    margin-right: -2rem !important;
  }

  .lg\:tw--mb-8{
    margin-bottom: -2rem !important;
  }

  .lg\:tw--ml-8{
    margin-left: -2rem !important;
  }

  .lg\:tw--mt-10{
    margin-top: -2.5rem !important;
  }

  .lg\:tw--mr-10{
    margin-right: -2.5rem !important;
  }

  .lg\:tw--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .lg\:tw--ml-10{
    margin-left: -2.5rem !important;
  }

  .lg\:tw--mt-12{
    margin-top: -3rem !important;
  }

  .lg\:tw--mr-12{
    margin-right: -3rem !important;
  }

  .lg\:tw--mb-12{
    margin-bottom: -3rem !important;
  }

  .lg\:tw--ml-12{
    margin-left: -3rem !important;
  }

  .lg\:tw--mt-16{
    margin-top: -4rem !important;
  }

  .lg\:tw--mr-16{
    margin-right: -4rem !important;
  }

  .lg\:tw--mb-16{
    margin-bottom: -4rem !important;
  }

  .lg\:tw--ml-16{
    margin-left: -4rem !important;
  }

  .lg\:tw--mt-20{
    margin-top: -5rem !important;
  }

  .lg\:tw--mr-20{
    margin-right: -5rem !important;
  }

  .lg\:tw--mb-20{
    margin-bottom: -5rem !important;
  }

  .lg\:tw--ml-20{
    margin-left: -5rem !important;
  }

  .lg\:tw--mt-24{
    margin-top: -6rem !important;
  }

  .lg\:tw--mr-24{
    margin-right: -6rem !important;
  }

  .lg\:tw--mb-24{
    margin-bottom: -6rem !important;
  }

  .lg\:tw--ml-24{
    margin-left: -6rem !important;
  }

  .lg\:tw--mt-32{
    margin-top: -8rem !important;
  }

  .lg\:tw--mr-32{
    margin-right: -8rem !important;
  }

  .lg\:tw--mb-32{
    margin-bottom: -8rem !important;
  }

  .lg\:tw--ml-32{
    margin-left: -8rem !important;
  }

  .lg\:tw--mt-40{
    margin-top: -10rem !important;
  }

  .lg\:tw--mr-40{
    margin-right: -10rem !important;
  }

  .lg\:tw--mb-40{
    margin-bottom: -10rem !important;
  }

  .lg\:tw--ml-40{
    margin-left: -10rem !important;
  }

  .lg\:tw--mt-48{
    margin-top: -12rem !important;
  }

  .lg\:tw--mr-48{
    margin-right: -12rem !important;
  }

  .lg\:tw--mb-48{
    margin-bottom: -12rem !important;
  }

  .lg\:tw--ml-48{
    margin-left: -12rem !important;
  }

  .lg\:tw--mt-56{
    margin-top: -14rem !important;
  }

  .lg\:tw--mr-56{
    margin-right: -14rem !important;
  }

  .lg\:tw--mb-56{
    margin-bottom: -14rem !important;
  }

  .lg\:tw--ml-56{
    margin-left: -14rem !important;
  }

  .lg\:tw--mt-64{
    margin-top: -16rem !important;
  }

  .lg\:tw--mr-64{
    margin-right: -16rem !important;
  }

  .lg\:tw--mb-64{
    margin-bottom: -16rem !important;
  }

  .lg\:tw--ml-64{
    margin-left: -16rem !important;
  }

  .lg\:tw--mt-px{
    margin-top: -1px !important;
  }

  .lg\:tw--mr-px{
    margin-right: -1px !important;
  }

  .lg\:tw--mb-px{
    margin-bottom: -1px !important;
  }

  .lg\:tw--ml-px{
    margin-left: -1px !important;
  }

  .lg\:tw-max-h-full{
    max-height: 100% !important;
  }

  .lg\:tw-max-h-screen{
    max-height: 100vh !important;
  }

  .lg\:tw-max-w-xs{
    max-width: 20rem !important;
  }

  .lg\:tw-max-w-sm{
    max-width: 24rem !important;
  }

  .lg\:tw-max-w-md{
    max-width: 28rem !important;
  }

  .lg\:tw-max-w-lg{
    max-width: 32rem !important;
  }

  .lg\:tw-max-w-xl{
    max-width: 36rem !important;
  }

  .lg\:tw-max-w-2xl{
    max-width: 42rem !important;
  }

  .lg\:tw-max-w-3xl{
    max-width: 48rem !important;
  }

  .lg\:tw-max-w-4xl{
    max-width: 56rem !important;
  }

  .lg\:tw-max-w-5xl{
    max-width: 64rem !important;
  }

  .lg\:tw-max-w-6xl{
    max-width: 72rem !important;
  }

  .lg\:tw-max-w-full{
    max-width: 100% !important;
  }

  .lg\:tw-min-h-0{
    min-height: 0 !important;
  }

  .lg\:tw-min-h-full{
    min-height: 100% !important;
  }

  .lg\:tw-min-h-screen{
    min-height: 100vh !important;
  }

  .lg\:tw-min-w-0{
    min-width: 0 !important;
  }

  .lg\:tw-min-w-full{
    min-width: 100% !important;
  }

  .lg\:tw-object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:tw-object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:tw-object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:tw-object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:tw-object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:tw-object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:tw-object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:tw-object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:tw-object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:tw-object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:tw-object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:tw-object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:tw-object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:tw-object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:tw-opacity-0{
    opacity: 0 !important;
  }

  .lg\:tw-opacity-25{
    opacity: 0.25 !important;
  }

  .lg\:tw-opacity-50{
    opacity: 0.5 !important;
  }

  .lg\:tw-opacity-75{
    opacity: 0.75 !important;
  }

  .lg\:tw-opacity-100{
    opacity: 1 !important;
  }

  .lg\:hover\:tw-opacity-0:hover{
    opacity: 0 !important;
  }

  .lg\:hover\:tw-opacity-25:hover{
    opacity: 0.25 !important;
  }

  .lg\:hover\:tw-opacity-50:hover{
    opacity: 0.5 !important;
  }

  .lg\:hover\:tw-opacity-75:hover{
    opacity: 0.75 !important;
  }

  .lg\:hover\:tw-opacity-100:hover{
    opacity: 1 !important;
  }

  .lg\:focus\:tw-opacity-0:focus{
    opacity: 0 !important;
  }

  .lg\:focus\:tw-opacity-25:focus{
    opacity: 0.25 !important;
  }

  .lg\:focus\:tw-opacity-50:focus{
    opacity: 0.5 !important;
  }

  .lg\:focus\:tw-opacity-75:focus{
    opacity: 0.75 !important;
  }

  .lg\:focus\:tw-opacity-100:focus{
    opacity: 1 !important;
  }

  .lg\:tw-outline-none{
    outline: 0 !important;
  }

  .lg\:focus\:tw-outline-none:focus{
    outline: 0 !important;
  }

  .lg\:tw-overflow-auto{
    overflow: auto !important;
  }

  .lg\:tw-overflow-hidden{
    overflow: hidden !important;
  }

  .lg\:tw-overflow-visible{
    overflow: visible !important;
  }

  .lg\:tw-overflow-scroll{
    overflow: scroll !important;
  }

  .lg\:tw-overflow-x-auto{
    overflow-x: auto !important;
  }

  .lg\:tw-overflow-y-auto{
    overflow-y: auto !important;
  }

  .lg\:tw-overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .lg\:tw-overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .lg\:tw-overflow-x-visible{
    overflow-x: visible !important;
  }

  .lg\:tw-overflow-y-visible{
    overflow-y: visible !important;
  }

  .lg\:tw-overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .lg\:tw-overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .lg\:tw-scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:tw-scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\:tw-p-0{
    padding: 0 !important;
  }

  .lg\:tw-p-1{
    padding: 0.25rem !important;
  }

  .lg\:tw-p-2{
    padding: 0.5rem !important;
  }

  .lg\:tw-p-3{
    padding: 0.75rem !important;
  }

  .lg\:tw-p-4{
    padding: 1rem !important;
  }

  .lg\:tw-p-5{
    padding: 1.25rem !important;
  }

  .lg\:tw-p-6{
    padding: 1.5rem !important;
  }

  .lg\:tw-p-8{
    padding: 2rem !important;
  }

  .lg\:tw-p-10{
    padding: 2.5rem !important;
  }

  .lg\:tw-p-12{
    padding: 3rem !important;
  }

  .lg\:tw-p-16{
    padding: 4rem !important;
  }

  .lg\:tw-p-20{
    padding: 5rem !important;
  }

  .lg\:tw-p-24{
    padding: 6rem !important;
  }

  .lg\:tw-p-32{
    padding: 8rem !important;
  }

  .lg\:tw-p-40{
    padding: 10rem !important;
  }

  .lg\:tw-p-48{
    padding: 12rem !important;
  }

  .lg\:tw-p-56{
    padding: 14rem !important;
  }

  .lg\:tw-p-64{
    padding: 16rem !important;
  }

  .lg\:tw-p-px{
    padding: 1px !important;
  }

  .lg\:tw-py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:tw-px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:tw-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:tw-px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:tw-py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:tw-px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:tw-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:tw-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:tw-py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:tw-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:tw-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:tw-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:tw-py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:tw-px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:tw-py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:tw-px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:tw-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:tw-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:tw-py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:tw-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:tw-py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:tw-px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:tw-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:tw-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:tw-py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:tw-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:tw-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:tw-px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:tw-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:tw-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:tw-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:tw-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:tw-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:tw-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:tw-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:tw-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:tw-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:tw-px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:tw-pt-0{
    padding-top: 0 !important;
  }

  .lg\:tw-pr-0{
    padding-right: 0 !important;
  }

  .lg\:tw-pb-0{
    padding-bottom: 0 !important;
  }

  .lg\:tw-pl-0{
    padding-left: 0 !important;
  }

  .lg\:tw-pt-1{
    padding-top: 0.25rem !important;
  }

  .lg\:tw-pr-1{
    padding-right: 0.25rem !important;
  }

  .lg\:tw-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .lg\:tw-pl-1{
    padding-left: 0.25rem !important;
  }

  .lg\:tw-pt-2{
    padding-top: 0.5rem !important;
  }

  .lg\:tw-pr-2{
    padding-right: 0.5rem !important;
  }

  .lg\:tw-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .lg\:tw-pl-2{
    padding-left: 0.5rem !important;
  }

  .lg\:tw-pt-3{
    padding-top: 0.75rem !important;
  }

  .lg\:tw-pr-3{
    padding-right: 0.75rem !important;
  }

  .lg\:tw-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .lg\:tw-pl-3{
    padding-left: 0.75rem !important;
  }

  .lg\:tw-pt-4{
    padding-top: 1rem !important;
  }

  .lg\:tw-pr-4{
    padding-right: 1rem !important;
  }

  .lg\:tw-pb-4{
    padding-bottom: 1rem !important;
  }

  .lg\:tw-pl-4{
    padding-left: 1rem !important;
  }

  .lg\:tw-pt-5{
    padding-top: 1.25rem !important;
  }

  .lg\:tw-pr-5{
    padding-right: 1.25rem !important;
  }

  .lg\:tw-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .lg\:tw-pl-5{
    padding-left: 1.25rem !important;
  }

  .lg\:tw-pt-6{
    padding-top: 1.5rem !important;
  }

  .lg\:tw-pr-6{
    padding-right: 1.5rem !important;
  }

  .lg\:tw-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .lg\:tw-pl-6{
    padding-left: 1.5rem !important;
  }

  .lg\:tw-pt-8{
    padding-top: 2rem !important;
  }

  .lg\:tw-pr-8{
    padding-right: 2rem !important;
  }

  .lg\:tw-pb-8{
    padding-bottom: 2rem !important;
  }

  .lg\:tw-pl-8{
    padding-left: 2rem !important;
  }

  .lg\:tw-pt-10{
    padding-top: 2.5rem !important;
  }

  .lg\:tw-pr-10{
    padding-right: 2.5rem !important;
  }

  .lg\:tw-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .lg\:tw-pl-10{
    padding-left: 2.5rem !important;
  }

  .lg\:tw-pt-12{
    padding-top: 3rem !important;
  }

  .lg\:tw-pr-12{
    padding-right: 3rem !important;
  }

  .lg\:tw-pb-12{
    padding-bottom: 3rem !important;
  }

  .lg\:tw-pl-12{
    padding-left: 3rem !important;
  }

  .lg\:tw-pt-16{
    padding-top: 4rem !important;
  }

  .lg\:tw-pr-16{
    padding-right: 4rem !important;
  }

  .lg\:tw-pb-16{
    padding-bottom: 4rem !important;
  }

  .lg\:tw-pl-16{
    padding-left: 4rem !important;
  }

  .lg\:tw-pt-20{
    padding-top: 5rem !important;
  }

  .lg\:tw-pr-20{
    padding-right: 5rem !important;
  }

  .lg\:tw-pb-20{
    padding-bottom: 5rem !important;
  }

  .lg\:tw-pl-20{
    padding-left: 5rem !important;
  }

  .lg\:tw-pt-24{
    padding-top: 6rem !important;
  }

  .lg\:tw-pr-24{
    padding-right: 6rem !important;
  }

  .lg\:tw-pb-24{
    padding-bottom: 6rem !important;
  }

  .lg\:tw-pl-24{
    padding-left: 6rem !important;
  }

  .lg\:tw-pt-32{
    padding-top: 8rem !important;
  }

  .lg\:tw-pr-32{
    padding-right: 8rem !important;
  }

  .lg\:tw-pb-32{
    padding-bottom: 8rem !important;
  }

  .lg\:tw-pl-32{
    padding-left: 8rem !important;
  }

  .lg\:tw-pt-40{
    padding-top: 10rem !important;
  }

  .lg\:tw-pr-40{
    padding-right: 10rem !important;
  }

  .lg\:tw-pb-40{
    padding-bottom: 10rem !important;
  }

  .lg\:tw-pl-40{
    padding-left: 10rem !important;
  }

  .lg\:tw-pt-48{
    padding-top: 12rem !important;
  }

  .lg\:tw-pr-48{
    padding-right: 12rem !important;
  }

  .lg\:tw-pb-48{
    padding-bottom: 12rem !important;
  }

  .lg\:tw-pl-48{
    padding-left: 12rem !important;
  }

  .lg\:tw-pt-56{
    padding-top: 14rem !important;
  }

  .lg\:tw-pr-56{
    padding-right: 14rem !important;
  }

  .lg\:tw-pb-56{
    padding-bottom: 14rem !important;
  }

  .lg\:tw-pl-56{
    padding-left: 14rem !important;
  }

  .lg\:tw-pt-64{
    padding-top: 16rem !important;
  }

  .lg\:tw-pr-64{
    padding-right: 16rem !important;
  }

  .lg\:tw-pb-64{
    padding-bottom: 16rem !important;
  }

  .lg\:tw-pl-64{
    padding-left: 16rem !important;
  }

  .lg\:tw-pt-px{
    padding-top: 1px !important;
  }

  .lg\:tw-pr-px{
    padding-right: 1px !important;
  }

  .lg\:tw-pb-px{
    padding-bottom: 1px !important;
  }

  .lg\:tw-pl-px{
    padding-left: 1px !important;
  }

  .lg\:tw-placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .lg\:tw-placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .lg\:tw-placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .lg\:tw-placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .lg\:tw-placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .lg\:tw-placeholder-black::-webkit-input-placeholder{
    color: #000 !important;
  }

  .lg\:tw-placeholder-black::-moz-placeholder{
    color: #000 !important;
  }

  .lg\:tw-placeholder-black:-ms-input-placeholder{
    color: #000 !important;
  }

  .lg\:tw-placeholder-black::-ms-input-placeholder{
    color: #000 !important;
  }

  .lg\:tw-placeholder-black::placeholder{
    color: #000 !important;
  }

  .lg\:tw-placeholder-white::-webkit-input-placeholder{
    color: #fff !important;
  }

  .lg\:tw-placeholder-white::-moz-placeholder{
    color: #fff !important;
  }

  .lg\:tw-placeholder-white:-ms-input-placeholder{
    color: #fff !important;
  }

  .lg\:tw-placeholder-white::-ms-input-placeholder{
    color: #fff !important;
  }

  .lg\:tw-placeholder-white::placeholder{
    color: #fff !important;
  }

  .lg\:tw-placeholder-gray-100::-webkit-input-placeholder{
    color: #f7fafc !important;
  }

  .lg\:tw-placeholder-gray-100::-moz-placeholder{
    color: #f7fafc !important;
  }

  .lg\:tw-placeholder-gray-100:-ms-input-placeholder{
    color: #f7fafc !important;
  }

  .lg\:tw-placeholder-gray-100::-ms-input-placeholder{
    color: #f7fafc !important;
  }

  .lg\:tw-placeholder-gray-100::placeholder{
    color: #f7fafc !important;
  }

  .lg\:tw-placeholder-gray-200::-webkit-input-placeholder{
    color: #edf2f7 !important;
  }

  .lg\:tw-placeholder-gray-200::-moz-placeholder{
    color: #edf2f7 !important;
  }

  .lg\:tw-placeholder-gray-200:-ms-input-placeholder{
    color: #edf2f7 !important;
  }

  .lg\:tw-placeholder-gray-200::-ms-input-placeholder{
    color: #edf2f7 !important;
  }

  .lg\:tw-placeholder-gray-200::placeholder{
    color: #edf2f7 !important;
  }

  .lg\:tw-placeholder-gray-300::-webkit-input-placeholder{
    color: #e2e8f0 !important;
  }

  .lg\:tw-placeholder-gray-300::-moz-placeholder{
    color: #e2e8f0 !important;
  }

  .lg\:tw-placeholder-gray-300:-ms-input-placeholder{
    color: #e2e8f0 !important;
  }

  .lg\:tw-placeholder-gray-300::-ms-input-placeholder{
    color: #e2e8f0 !important;
  }

  .lg\:tw-placeholder-gray-300::placeholder{
    color: #e2e8f0 !important;
  }

  .lg\:tw-placeholder-gray-400::-webkit-input-placeholder{
    color: #cbd5e0 !important;
  }

  .lg\:tw-placeholder-gray-400::-moz-placeholder{
    color: #cbd5e0 !important;
  }

  .lg\:tw-placeholder-gray-400:-ms-input-placeholder{
    color: #cbd5e0 !important;
  }

  .lg\:tw-placeholder-gray-400::-ms-input-placeholder{
    color: #cbd5e0 !important;
  }

  .lg\:tw-placeholder-gray-400::placeholder{
    color: #cbd5e0 !important;
  }

  .lg\:tw-placeholder-gray-500::-webkit-input-placeholder{
    color: #a0aec0 !important;
  }

  .lg\:tw-placeholder-gray-500::-moz-placeholder{
    color: #a0aec0 !important;
  }

  .lg\:tw-placeholder-gray-500:-ms-input-placeholder{
    color: #a0aec0 !important;
  }

  .lg\:tw-placeholder-gray-500::-ms-input-placeholder{
    color: #a0aec0 !important;
  }

  .lg\:tw-placeholder-gray-500::placeholder{
    color: #a0aec0 !important;
  }

  .lg\:tw-placeholder-gray-600::-webkit-input-placeholder{
    color: #718096 !important;
  }

  .lg\:tw-placeholder-gray-600::-moz-placeholder{
    color: #718096 !important;
  }

  .lg\:tw-placeholder-gray-600:-ms-input-placeholder{
    color: #718096 !important;
  }

  .lg\:tw-placeholder-gray-600::-ms-input-placeholder{
    color: #718096 !important;
  }

  .lg\:tw-placeholder-gray-600::placeholder{
    color: #718096 !important;
  }

  .lg\:tw-placeholder-gray-700::-webkit-input-placeholder{
    color: #4a5568 !important;
  }

  .lg\:tw-placeholder-gray-700::-moz-placeholder{
    color: #4a5568 !important;
  }

  .lg\:tw-placeholder-gray-700:-ms-input-placeholder{
    color: #4a5568 !important;
  }

  .lg\:tw-placeholder-gray-700::-ms-input-placeholder{
    color: #4a5568 !important;
  }

  .lg\:tw-placeholder-gray-700::placeholder{
    color: #4a5568 !important;
  }

  .lg\:tw-placeholder-gray-800::-webkit-input-placeholder{
    color: #2d3748 !important;
  }

  .lg\:tw-placeholder-gray-800::-moz-placeholder{
    color: #2d3748 !important;
  }

  .lg\:tw-placeholder-gray-800:-ms-input-placeholder{
    color: #2d3748 !important;
  }

  .lg\:tw-placeholder-gray-800::-ms-input-placeholder{
    color: #2d3748 !important;
  }

  .lg\:tw-placeholder-gray-800::placeholder{
    color: #2d3748 !important;
  }

  .lg\:tw-placeholder-gray-900::-webkit-input-placeholder{
    color: #1a202c !important;
  }

  .lg\:tw-placeholder-gray-900::-moz-placeholder{
    color: #1a202c !important;
  }

  .lg\:tw-placeholder-gray-900:-ms-input-placeholder{
    color: #1a202c !important;
  }

  .lg\:tw-placeholder-gray-900::-ms-input-placeholder{
    color: #1a202c !important;
  }

  .lg\:tw-placeholder-gray-900::placeholder{
    color: #1a202c !important;
  }

  .lg\:tw-placeholder-red-100::-webkit-input-placeholder{
    color: #fff5f5 !important;
  }

  .lg\:tw-placeholder-red-100::-moz-placeholder{
    color: #fff5f5 !important;
  }

  .lg\:tw-placeholder-red-100:-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .lg\:tw-placeholder-red-100::-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .lg\:tw-placeholder-red-100::placeholder{
    color: #fff5f5 !important;
  }

  .lg\:tw-placeholder-red-200::-webkit-input-placeholder{
    color: #fed7d7 !important;
  }

  .lg\:tw-placeholder-red-200::-moz-placeholder{
    color: #fed7d7 !important;
  }

  .lg\:tw-placeholder-red-200:-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .lg\:tw-placeholder-red-200::-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .lg\:tw-placeholder-red-200::placeholder{
    color: #fed7d7 !important;
  }

  .lg\:tw-placeholder-red-300::-webkit-input-placeholder{
    color: #feb2b2 !important;
  }

  .lg\:tw-placeholder-red-300::-moz-placeholder{
    color: #feb2b2 !important;
  }

  .lg\:tw-placeholder-red-300:-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .lg\:tw-placeholder-red-300::-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .lg\:tw-placeholder-red-300::placeholder{
    color: #feb2b2 !important;
  }

  .lg\:tw-placeholder-red-400::-webkit-input-placeholder{
    color: #fc8181 !important;
  }

  .lg\:tw-placeholder-red-400::-moz-placeholder{
    color: #fc8181 !important;
  }

  .lg\:tw-placeholder-red-400:-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .lg\:tw-placeholder-red-400::-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .lg\:tw-placeholder-red-400::placeholder{
    color: #fc8181 !important;
  }

  .lg\:tw-placeholder-red-500::-webkit-input-placeholder{
    color: #f56565 !important;
  }

  .lg\:tw-placeholder-red-500::-moz-placeholder{
    color: #f56565 !important;
  }

  .lg\:tw-placeholder-red-500:-ms-input-placeholder{
    color: #f56565 !important;
  }

  .lg\:tw-placeholder-red-500::-ms-input-placeholder{
    color: #f56565 !important;
  }

  .lg\:tw-placeholder-red-500::placeholder{
    color: #f56565 !important;
  }

  .lg\:tw-placeholder-red-600::-webkit-input-placeholder{
    color: #e53e3e !important;
  }

  .lg\:tw-placeholder-red-600::-moz-placeholder{
    color: #e53e3e !important;
  }

  .lg\:tw-placeholder-red-600:-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .lg\:tw-placeholder-red-600::-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .lg\:tw-placeholder-red-600::placeholder{
    color: #e53e3e !important;
  }

  .lg\:tw-placeholder-red-700::-webkit-input-placeholder{
    color: #c53030 !important;
  }

  .lg\:tw-placeholder-red-700::-moz-placeholder{
    color: #c53030 !important;
  }

  .lg\:tw-placeholder-red-700:-ms-input-placeholder{
    color: #c53030 !important;
  }

  .lg\:tw-placeholder-red-700::-ms-input-placeholder{
    color: #c53030 !important;
  }

  .lg\:tw-placeholder-red-700::placeholder{
    color: #c53030 !important;
  }

  .lg\:tw-placeholder-red-800::-webkit-input-placeholder{
    color: #9b2c2c !important;
  }

  .lg\:tw-placeholder-red-800::-moz-placeholder{
    color: #9b2c2c !important;
  }

  .lg\:tw-placeholder-red-800:-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .lg\:tw-placeholder-red-800::-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .lg\:tw-placeholder-red-800::placeholder{
    color: #9b2c2c !important;
  }

  .lg\:tw-placeholder-red-900::-webkit-input-placeholder{
    color: #742a2a !important;
  }

  .lg\:tw-placeholder-red-900::-moz-placeholder{
    color: #742a2a !important;
  }

  .lg\:tw-placeholder-red-900:-ms-input-placeholder{
    color: #742a2a !important;
  }

  .lg\:tw-placeholder-red-900::-ms-input-placeholder{
    color: #742a2a !important;
  }

  .lg\:tw-placeholder-red-900::placeholder{
    color: #742a2a !important;
  }

  .lg\:tw-placeholder-orange-100::-webkit-input-placeholder{
    color: #fffaf0 !important;
  }

  .lg\:tw-placeholder-orange-100::-moz-placeholder{
    color: #fffaf0 !important;
  }

  .lg\:tw-placeholder-orange-100:-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .lg\:tw-placeholder-orange-100::-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .lg\:tw-placeholder-orange-100::placeholder{
    color: #fffaf0 !important;
  }

  .lg\:tw-placeholder-orange-200::-webkit-input-placeholder{
    color: #feebc8 !important;
  }

  .lg\:tw-placeholder-orange-200::-moz-placeholder{
    color: #feebc8 !important;
  }

  .lg\:tw-placeholder-orange-200:-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .lg\:tw-placeholder-orange-200::-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .lg\:tw-placeholder-orange-200::placeholder{
    color: #feebc8 !important;
  }

  .lg\:tw-placeholder-orange-300::-webkit-input-placeholder{
    color: #fbd38d !important;
  }

  .lg\:tw-placeholder-orange-300::-moz-placeholder{
    color: #fbd38d !important;
  }

  .lg\:tw-placeholder-orange-300:-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .lg\:tw-placeholder-orange-300::-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .lg\:tw-placeholder-orange-300::placeholder{
    color: #fbd38d !important;
  }

  .lg\:tw-placeholder-orange-400::-webkit-input-placeholder{
    color: #f6ad55 !important;
  }

  .lg\:tw-placeholder-orange-400::-moz-placeholder{
    color: #f6ad55 !important;
  }

  .lg\:tw-placeholder-orange-400:-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .lg\:tw-placeholder-orange-400::-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .lg\:tw-placeholder-orange-400::placeholder{
    color: #f6ad55 !important;
  }

  .lg\:tw-placeholder-orange-500::-webkit-input-placeholder{
    color: #ed8936 !important;
  }

  .lg\:tw-placeholder-orange-500::-moz-placeholder{
    color: #ed8936 !important;
  }

  .lg\:tw-placeholder-orange-500:-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .lg\:tw-placeholder-orange-500::-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .lg\:tw-placeholder-orange-500::placeholder{
    color: #ed8936 !important;
  }

  .lg\:tw-placeholder-orange-600::-webkit-input-placeholder{
    color: #dd6b20 !important;
  }

  .lg\:tw-placeholder-orange-600::-moz-placeholder{
    color: #dd6b20 !important;
  }

  .lg\:tw-placeholder-orange-600:-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .lg\:tw-placeholder-orange-600::-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .lg\:tw-placeholder-orange-600::placeholder{
    color: #dd6b20 !important;
  }

  .lg\:tw-placeholder-orange-700::-webkit-input-placeholder{
    color: #c05621 !important;
  }

  .lg\:tw-placeholder-orange-700::-moz-placeholder{
    color: #c05621 !important;
  }

  .lg\:tw-placeholder-orange-700:-ms-input-placeholder{
    color: #c05621 !important;
  }

  .lg\:tw-placeholder-orange-700::-ms-input-placeholder{
    color: #c05621 !important;
  }

  .lg\:tw-placeholder-orange-700::placeholder{
    color: #c05621 !important;
  }

  .lg\:tw-placeholder-orange-800::-webkit-input-placeholder{
    color: #9c4221 !important;
  }

  .lg\:tw-placeholder-orange-800::-moz-placeholder{
    color: #9c4221 !important;
  }

  .lg\:tw-placeholder-orange-800:-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .lg\:tw-placeholder-orange-800::-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .lg\:tw-placeholder-orange-800::placeholder{
    color: #9c4221 !important;
  }

  .lg\:tw-placeholder-orange-900::-webkit-input-placeholder{
    color: #7b341e !important;
  }

  .lg\:tw-placeholder-orange-900::-moz-placeholder{
    color: #7b341e !important;
  }

  .lg\:tw-placeholder-orange-900:-ms-input-placeholder{
    color: #7b341e !important;
  }

  .lg\:tw-placeholder-orange-900::-ms-input-placeholder{
    color: #7b341e !important;
  }

  .lg\:tw-placeholder-orange-900::placeholder{
    color: #7b341e !important;
  }

  .lg\:tw-placeholder-yellow-100::-webkit-input-placeholder{
    color: #fffff0 !important;
  }

  .lg\:tw-placeholder-yellow-100::-moz-placeholder{
    color: #fffff0 !important;
  }

  .lg\:tw-placeholder-yellow-100:-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .lg\:tw-placeholder-yellow-100::-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .lg\:tw-placeholder-yellow-100::placeholder{
    color: #fffff0 !important;
  }

  .lg\:tw-placeholder-yellow-200::-webkit-input-placeholder{
    color: #fefcbf !important;
  }

  .lg\:tw-placeholder-yellow-200::-moz-placeholder{
    color: #fefcbf !important;
  }

  .lg\:tw-placeholder-yellow-200:-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .lg\:tw-placeholder-yellow-200::-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .lg\:tw-placeholder-yellow-200::placeholder{
    color: #fefcbf !important;
  }

  .lg\:tw-placeholder-yellow-300::-webkit-input-placeholder{
    color: #faf089 !important;
  }

  .lg\:tw-placeholder-yellow-300::-moz-placeholder{
    color: #faf089 !important;
  }

  .lg\:tw-placeholder-yellow-300:-ms-input-placeholder{
    color: #faf089 !important;
  }

  .lg\:tw-placeholder-yellow-300::-ms-input-placeholder{
    color: #faf089 !important;
  }

  .lg\:tw-placeholder-yellow-300::placeholder{
    color: #faf089 !important;
  }

  .lg\:tw-placeholder-yellow-400::-webkit-input-placeholder{
    color: #f6e05e !important;
  }

  .lg\:tw-placeholder-yellow-400::-moz-placeholder{
    color: #f6e05e !important;
  }

  .lg\:tw-placeholder-yellow-400:-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .lg\:tw-placeholder-yellow-400::-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .lg\:tw-placeholder-yellow-400::placeholder{
    color: #f6e05e !important;
  }

  .lg\:tw-placeholder-yellow-500::-webkit-input-placeholder{
    color: #ecc94b !important;
  }

  .lg\:tw-placeholder-yellow-500::-moz-placeholder{
    color: #ecc94b !important;
  }

  .lg\:tw-placeholder-yellow-500:-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .lg\:tw-placeholder-yellow-500::-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .lg\:tw-placeholder-yellow-500::placeholder{
    color: #ecc94b !important;
  }

  .lg\:tw-placeholder-yellow-600::-webkit-input-placeholder{
    color: #d69e2e !important;
  }

  .lg\:tw-placeholder-yellow-600::-moz-placeholder{
    color: #d69e2e !important;
  }

  .lg\:tw-placeholder-yellow-600:-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .lg\:tw-placeholder-yellow-600::-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .lg\:tw-placeholder-yellow-600::placeholder{
    color: #d69e2e !important;
  }

  .lg\:tw-placeholder-yellow-700::-webkit-input-placeholder{
    color: #b7791f !important;
  }

  .lg\:tw-placeholder-yellow-700::-moz-placeholder{
    color: #b7791f !important;
  }

  .lg\:tw-placeholder-yellow-700:-ms-input-placeholder{
    color: #b7791f !important;
  }

  .lg\:tw-placeholder-yellow-700::-ms-input-placeholder{
    color: #b7791f !important;
  }

  .lg\:tw-placeholder-yellow-700::placeholder{
    color: #b7791f !important;
  }

  .lg\:tw-placeholder-yellow-800::-webkit-input-placeholder{
    color: #975a16 !important;
  }

  .lg\:tw-placeholder-yellow-800::-moz-placeholder{
    color: #975a16 !important;
  }

  .lg\:tw-placeholder-yellow-800:-ms-input-placeholder{
    color: #975a16 !important;
  }

  .lg\:tw-placeholder-yellow-800::-ms-input-placeholder{
    color: #975a16 !important;
  }

  .lg\:tw-placeholder-yellow-800::placeholder{
    color: #975a16 !important;
  }

  .lg\:tw-placeholder-yellow-900::-webkit-input-placeholder{
    color: #744210 !important;
  }

  .lg\:tw-placeholder-yellow-900::-moz-placeholder{
    color: #744210 !important;
  }

  .lg\:tw-placeholder-yellow-900:-ms-input-placeholder{
    color: #744210 !important;
  }

  .lg\:tw-placeholder-yellow-900::-ms-input-placeholder{
    color: #744210 !important;
  }

  .lg\:tw-placeholder-yellow-900::placeholder{
    color: #744210 !important;
  }

  .lg\:tw-placeholder-green-100::-webkit-input-placeholder{
    color: #f0fff4 !important;
  }

  .lg\:tw-placeholder-green-100::-moz-placeholder{
    color: #f0fff4 !important;
  }

  .lg\:tw-placeholder-green-100:-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .lg\:tw-placeholder-green-100::-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .lg\:tw-placeholder-green-100::placeholder{
    color: #f0fff4 !important;
  }

  .lg\:tw-placeholder-green-200::-webkit-input-placeholder{
    color: #c6f6d5 !important;
  }

  .lg\:tw-placeholder-green-200::-moz-placeholder{
    color: #c6f6d5 !important;
  }

  .lg\:tw-placeholder-green-200:-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .lg\:tw-placeholder-green-200::-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .lg\:tw-placeholder-green-200::placeholder{
    color: #c6f6d5 !important;
  }

  .lg\:tw-placeholder-green-300::-webkit-input-placeholder{
    color: #9ae6b4 !important;
  }

  .lg\:tw-placeholder-green-300::-moz-placeholder{
    color: #9ae6b4 !important;
  }

  .lg\:tw-placeholder-green-300:-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .lg\:tw-placeholder-green-300::-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .lg\:tw-placeholder-green-300::placeholder{
    color: #9ae6b4 !important;
  }

  .lg\:tw-placeholder-green-400::-webkit-input-placeholder{
    color: #68d391 !important;
  }

  .lg\:tw-placeholder-green-400::-moz-placeholder{
    color: #68d391 !important;
  }

  .lg\:tw-placeholder-green-400:-ms-input-placeholder{
    color: #68d391 !important;
  }

  .lg\:tw-placeholder-green-400::-ms-input-placeholder{
    color: #68d391 !important;
  }

  .lg\:tw-placeholder-green-400::placeholder{
    color: #68d391 !important;
  }

  .lg\:tw-placeholder-green-500::-webkit-input-placeholder{
    color: #48bb78 !important;
  }

  .lg\:tw-placeholder-green-500::-moz-placeholder{
    color: #48bb78 !important;
  }

  .lg\:tw-placeholder-green-500:-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .lg\:tw-placeholder-green-500::-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .lg\:tw-placeholder-green-500::placeholder{
    color: #48bb78 !important;
  }

  .lg\:tw-placeholder-green-600::-webkit-input-placeholder{
    color: #38a169 !important;
  }

  .lg\:tw-placeholder-green-600::-moz-placeholder{
    color: #38a169 !important;
  }

  .lg\:tw-placeholder-green-600:-ms-input-placeholder{
    color: #38a169 !important;
  }

  .lg\:tw-placeholder-green-600::-ms-input-placeholder{
    color: #38a169 !important;
  }

  .lg\:tw-placeholder-green-600::placeholder{
    color: #38a169 !important;
  }

  .lg\:tw-placeholder-green-700::-webkit-input-placeholder{
    color: #2f855a !important;
  }

  .lg\:tw-placeholder-green-700::-moz-placeholder{
    color: #2f855a !important;
  }

  .lg\:tw-placeholder-green-700:-ms-input-placeholder{
    color: #2f855a !important;
  }

  .lg\:tw-placeholder-green-700::-ms-input-placeholder{
    color: #2f855a !important;
  }

  .lg\:tw-placeholder-green-700::placeholder{
    color: #2f855a !important;
  }

  .lg\:tw-placeholder-green-800::-webkit-input-placeholder{
    color: #276749 !important;
  }

  .lg\:tw-placeholder-green-800::-moz-placeholder{
    color: #276749 !important;
  }

  .lg\:tw-placeholder-green-800:-ms-input-placeholder{
    color: #276749 !important;
  }

  .lg\:tw-placeholder-green-800::-ms-input-placeholder{
    color: #276749 !important;
  }

  .lg\:tw-placeholder-green-800::placeholder{
    color: #276749 !important;
  }

  .lg\:tw-placeholder-green-900::-webkit-input-placeholder{
    color: #22543d !important;
  }

  .lg\:tw-placeholder-green-900::-moz-placeholder{
    color: #22543d !important;
  }

  .lg\:tw-placeholder-green-900:-ms-input-placeholder{
    color: #22543d !important;
  }

  .lg\:tw-placeholder-green-900::-ms-input-placeholder{
    color: #22543d !important;
  }

  .lg\:tw-placeholder-green-900::placeholder{
    color: #22543d !important;
  }

  .lg\:tw-placeholder-teal-100::-webkit-input-placeholder{
    color: #e6fffa !important;
  }

  .lg\:tw-placeholder-teal-100::-moz-placeholder{
    color: #e6fffa !important;
  }

  .lg\:tw-placeholder-teal-100:-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .lg\:tw-placeholder-teal-100::-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .lg\:tw-placeholder-teal-100::placeholder{
    color: #e6fffa !important;
  }

  .lg\:tw-placeholder-teal-200::-webkit-input-placeholder{
    color: #b2f5ea !important;
  }

  .lg\:tw-placeholder-teal-200::-moz-placeholder{
    color: #b2f5ea !important;
  }

  .lg\:tw-placeholder-teal-200:-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .lg\:tw-placeholder-teal-200::-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .lg\:tw-placeholder-teal-200::placeholder{
    color: #b2f5ea !important;
  }

  .lg\:tw-placeholder-teal-300::-webkit-input-placeholder{
    color: #81e6d9 !important;
  }

  .lg\:tw-placeholder-teal-300::-moz-placeholder{
    color: #81e6d9 !important;
  }

  .lg\:tw-placeholder-teal-300:-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .lg\:tw-placeholder-teal-300::-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .lg\:tw-placeholder-teal-300::placeholder{
    color: #81e6d9 !important;
  }

  .lg\:tw-placeholder-teal-400::-webkit-input-placeholder{
    color: #4fd1c5 !important;
  }

  .lg\:tw-placeholder-teal-400::-moz-placeholder{
    color: #4fd1c5 !important;
  }

  .lg\:tw-placeholder-teal-400:-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .lg\:tw-placeholder-teal-400::-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .lg\:tw-placeholder-teal-400::placeholder{
    color: #4fd1c5 !important;
  }

  .lg\:tw-placeholder-teal-500::-webkit-input-placeholder{
    color: #38b2ac !important;
  }

  .lg\:tw-placeholder-teal-500::-moz-placeholder{
    color: #38b2ac !important;
  }

  .lg\:tw-placeholder-teal-500:-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .lg\:tw-placeholder-teal-500::-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .lg\:tw-placeholder-teal-500::placeholder{
    color: #38b2ac !important;
  }

  .lg\:tw-placeholder-teal-600::-webkit-input-placeholder{
    color: #319795 !important;
  }

  .lg\:tw-placeholder-teal-600::-moz-placeholder{
    color: #319795 !important;
  }

  .lg\:tw-placeholder-teal-600:-ms-input-placeholder{
    color: #319795 !important;
  }

  .lg\:tw-placeholder-teal-600::-ms-input-placeholder{
    color: #319795 !important;
  }

  .lg\:tw-placeholder-teal-600::placeholder{
    color: #319795 !important;
  }

  .lg\:tw-placeholder-teal-700::-webkit-input-placeholder{
    color: #2c7a7b !important;
  }

  .lg\:tw-placeholder-teal-700::-moz-placeholder{
    color: #2c7a7b !important;
  }

  .lg\:tw-placeholder-teal-700:-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .lg\:tw-placeholder-teal-700::-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .lg\:tw-placeholder-teal-700::placeholder{
    color: #2c7a7b !important;
  }

  .lg\:tw-placeholder-teal-800::-webkit-input-placeholder{
    color: #285e61 !important;
  }

  .lg\:tw-placeholder-teal-800::-moz-placeholder{
    color: #285e61 !important;
  }

  .lg\:tw-placeholder-teal-800:-ms-input-placeholder{
    color: #285e61 !important;
  }

  .lg\:tw-placeholder-teal-800::-ms-input-placeholder{
    color: #285e61 !important;
  }

  .lg\:tw-placeholder-teal-800::placeholder{
    color: #285e61 !important;
  }

  .lg\:tw-placeholder-teal-900::-webkit-input-placeholder{
    color: #234e52 !important;
  }

  .lg\:tw-placeholder-teal-900::-moz-placeholder{
    color: #234e52 !important;
  }

  .lg\:tw-placeholder-teal-900:-ms-input-placeholder{
    color: #234e52 !important;
  }

  .lg\:tw-placeholder-teal-900::-ms-input-placeholder{
    color: #234e52 !important;
  }

  .lg\:tw-placeholder-teal-900::placeholder{
    color: #234e52 !important;
  }

  .lg\:tw-placeholder-blue-100::-webkit-input-placeholder{
    color: #ebf8ff !important;
  }

  .lg\:tw-placeholder-blue-100::-moz-placeholder{
    color: #ebf8ff !important;
  }

  .lg\:tw-placeholder-blue-100:-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .lg\:tw-placeholder-blue-100::-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .lg\:tw-placeholder-blue-100::placeholder{
    color: #ebf8ff !important;
  }

  .lg\:tw-placeholder-blue-200::-webkit-input-placeholder{
    color: #bee3f8 !important;
  }

  .lg\:tw-placeholder-blue-200::-moz-placeholder{
    color: #bee3f8 !important;
  }

  .lg\:tw-placeholder-blue-200:-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .lg\:tw-placeholder-blue-200::-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .lg\:tw-placeholder-blue-200::placeholder{
    color: #bee3f8 !important;
  }

  .lg\:tw-placeholder-blue-300::-webkit-input-placeholder{
    color: #90cdf4 !important;
  }

  .lg\:tw-placeholder-blue-300::-moz-placeholder{
    color: #90cdf4 !important;
  }

  .lg\:tw-placeholder-blue-300:-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .lg\:tw-placeholder-blue-300::-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .lg\:tw-placeholder-blue-300::placeholder{
    color: #90cdf4 !important;
  }

  .lg\:tw-placeholder-blue-400::-webkit-input-placeholder{
    color: #63b3ed !important;
  }

  .lg\:tw-placeholder-blue-400::-moz-placeholder{
    color: #63b3ed !important;
  }

  .lg\:tw-placeholder-blue-400:-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .lg\:tw-placeholder-blue-400::-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .lg\:tw-placeholder-blue-400::placeholder{
    color: #63b3ed !important;
  }

  .lg\:tw-placeholder-blue-500::-webkit-input-placeholder{
    color: #4299e1 !important;
  }

  .lg\:tw-placeholder-blue-500::-moz-placeholder{
    color: #4299e1 !important;
  }

  .lg\:tw-placeholder-blue-500:-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .lg\:tw-placeholder-blue-500::-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .lg\:tw-placeholder-blue-500::placeholder{
    color: #4299e1 !important;
  }

  .lg\:tw-placeholder-blue-600::-webkit-input-placeholder{
    color: #3182ce !important;
  }

  .lg\:tw-placeholder-blue-600::-moz-placeholder{
    color: #3182ce !important;
  }

  .lg\:tw-placeholder-blue-600:-ms-input-placeholder{
    color: #3182ce !important;
  }

  .lg\:tw-placeholder-blue-600::-ms-input-placeholder{
    color: #3182ce !important;
  }

  .lg\:tw-placeholder-blue-600::placeholder{
    color: #3182ce !important;
  }

  .lg\:tw-placeholder-blue-700::-webkit-input-placeholder{
    color: #2b6cb0 !important;
  }

  .lg\:tw-placeholder-blue-700::-moz-placeholder{
    color: #2b6cb0 !important;
  }

  .lg\:tw-placeholder-blue-700:-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .lg\:tw-placeholder-blue-700::-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .lg\:tw-placeholder-blue-700::placeholder{
    color: #2b6cb0 !important;
  }

  .lg\:tw-placeholder-blue-800::-webkit-input-placeholder{
    color: #2c5282 !important;
  }

  .lg\:tw-placeholder-blue-800::-moz-placeholder{
    color: #2c5282 !important;
  }

  .lg\:tw-placeholder-blue-800:-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .lg\:tw-placeholder-blue-800::-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .lg\:tw-placeholder-blue-800::placeholder{
    color: #2c5282 !important;
  }

  .lg\:tw-placeholder-blue-900::-webkit-input-placeholder{
    color: #2a4365 !important;
  }

  .lg\:tw-placeholder-blue-900::-moz-placeholder{
    color: #2a4365 !important;
  }

  .lg\:tw-placeholder-blue-900:-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .lg\:tw-placeholder-blue-900::-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .lg\:tw-placeholder-blue-900::placeholder{
    color: #2a4365 !important;
  }

  .lg\:tw-placeholder-indigo-100::-webkit-input-placeholder{
    color: #ebf4ff !important;
  }

  .lg\:tw-placeholder-indigo-100::-moz-placeholder{
    color: #ebf4ff !important;
  }

  .lg\:tw-placeholder-indigo-100:-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .lg\:tw-placeholder-indigo-100::-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .lg\:tw-placeholder-indigo-100::placeholder{
    color: #ebf4ff !important;
  }

  .lg\:tw-placeholder-indigo-200::-webkit-input-placeholder{
    color: #c3dafe !important;
  }

  .lg\:tw-placeholder-indigo-200::-moz-placeholder{
    color: #c3dafe !important;
  }

  .lg\:tw-placeholder-indigo-200:-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .lg\:tw-placeholder-indigo-200::-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .lg\:tw-placeholder-indigo-200::placeholder{
    color: #c3dafe !important;
  }

  .lg\:tw-placeholder-indigo-300::-webkit-input-placeholder{
    color: #a3bffa !important;
  }

  .lg\:tw-placeholder-indigo-300::-moz-placeholder{
    color: #a3bffa !important;
  }

  .lg\:tw-placeholder-indigo-300:-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .lg\:tw-placeholder-indigo-300::-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .lg\:tw-placeholder-indigo-300::placeholder{
    color: #a3bffa !important;
  }

  .lg\:tw-placeholder-indigo-400::-webkit-input-placeholder{
    color: #7f9cf5 !important;
  }

  .lg\:tw-placeholder-indigo-400::-moz-placeholder{
    color: #7f9cf5 !important;
  }

  .lg\:tw-placeholder-indigo-400:-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .lg\:tw-placeholder-indigo-400::-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .lg\:tw-placeholder-indigo-400::placeholder{
    color: #7f9cf5 !important;
  }

  .lg\:tw-placeholder-indigo-500::-webkit-input-placeholder{
    color: #667eea !important;
  }

  .lg\:tw-placeholder-indigo-500::-moz-placeholder{
    color: #667eea !important;
  }

  .lg\:tw-placeholder-indigo-500:-ms-input-placeholder{
    color: #667eea !important;
  }

  .lg\:tw-placeholder-indigo-500::-ms-input-placeholder{
    color: #667eea !important;
  }

  .lg\:tw-placeholder-indigo-500::placeholder{
    color: #667eea !important;
  }

  .lg\:tw-placeholder-indigo-600::-webkit-input-placeholder{
    color: #5a67d8 !important;
  }

  .lg\:tw-placeholder-indigo-600::-moz-placeholder{
    color: #5a67d8 !important;
  }

  .lg\:tw-placeholder-indigo-600:-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .lg\:tw-placeholder-indigo-600::-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .lg\:tw-placeholder-indigo-600::placeholder{
    color: #5a67d8 !important;
  }

  .lg\:tw-placeholder-indigo-700::-webkit-input-placeholder{
    color: #4c51bf !important;
  }

  .lg\:tw-placeholder-indigo-700::-moz-placeholder{
    color: #4c51bf !important;
  }

  .lg\:tw-placeholder-indigo-700:-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .lg\:tw-placeholder-indigo-700::-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .lg\:tw-placeholder-indigo-700::placeholder{
    color: #4c51bf !important;
  }

  .lg\:tw-placeholder-indigo-800::-webkit-input-placeholder{
    color: #434190 !important;
  }

  .lg\:tw-placeholder-indigo-800::-moz-placeholder{
    color: #434190 !important;
  }

  .lg\:tw-placeholder-indigo-800:-ms-input-placeholder{
    color: #434190 !important;
  }

  .lg\:tw-placeholder-indigo-800::-ms-input-placeholder{
    color: #434190 !important;
  }

  .lg\:tw-placeholder-indigo-800::placeholder{
    color: #434190 !important;
  }

  .lg\:tw-placeholder-indigo-900::-webkit-input-placeholder{
    color: #3c366b !important;
  }

  .lg\:tw-placeholder-indigo-900::-moz-placeholder{
    color: #3c366b !important;
  }

  .lg\:tw-placeholder-indigo-900:-ms-input-placeholder{
    color: #3c366b !important;
  }

  .lg\:tw-placeholder-indigo-900::-ms-input-placeholder{
    color: #3c366b !important;
  }

  .lg\:tw-placeholder-indigo-900::placeholder{
    color: #3c366b !important;
  }

  .lg\:tw-placeholder-purple-100::-webkit-input-placeholder{
    color: #faf5ff !important;
  }

  .lg\:tw-placeholder-purple-100::-moz-placeholder{
    color: #faf5ff !important;
  }

  .lg\:tw-placeholder-purple-100:-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .lg\:tw-placeholder-purple-100::-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .lg\:tw-placeholder-purple-100::placeholder{
    color: #faf5ff !important;
  }

  .lg\:tw-placeholder-purple-200::-webkit-input-placeholder{
    color: #e9d8fd !important;
  }

  .lg\:tw-placeholder-purple-200::-moz-placeholder{
    color: #e9d8fd !important;
  }

  .lg\:tw-placeholder-purple-200:-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .lg\:tw-placeholder-purple-200::-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .lg\:tw-placeholder-purple-200::placeholder{
    color: #e9d8fd !important;
  }

  .lg\:tw-placeholder-purple-300::-webkit-input-placeholder{
    color: #d6bcfa !important;
  }

  .lg\:tw-placeholder-purple-300::-moz-placeholder{
    color: #d6bcfa !important;
  }

  .lg\:tw-placeholder-purple-300:-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .lg\:tw-placeholder-purple-300::-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .lg\:tw-placeholder-purple-300::placeholder{
    color: #d6bcfa !important;
  }

  .lg\:tw-placeholder-purple-400::-webkit-input-placeholder{
    color: #b794f4 !important;
  }

  .lg\:tw-placeholder-purple-400::-moz-placeholder{
    color: #b794f4 !important;
  }

  .lg\:tw-placeholder-purple-400:-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .lg\:tw-placeholder-purple-400::-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .lg\:tw-placeholder-purple-400::placeholder{
    color: #b794f4 !important;
  }

  .lg\:tw-placeholder-purple-500::-webkit-input-placeholder{
    color: #9f7aea !important;
  }

  .lg\:tw-placeholder-purple-500::-moz-placeholder{
    color: #9f7aea !important;
  }

  .lg\:tw-placeholder-purple-500:-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .lg\:tw-placeholder-purple-500::-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .lg\:tw-placeholder-purple-500::placeholder{
    color: #9f7aea !important;
  }

  .lg\:tw-placeholder-purple-600::-webkit-input-placeholder{
    color: #805ad5 !important;
  }

  .lg\:tw-placeholder-purple-600::-moz-placeholder{
    color: #805ad5 !important;
  }

  .lg\:tw-placeholder-purple-600:-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .lg\:tw-placeholder-purple-600::-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .lg\:tw-placeholder-purple-600::placeholder{
    color: #805ad5 !important;
  }

  .lg\:tw-placeholder-purple-700::-webkit-input-placeholder{
    color: #6b46c1 !important;
  }

  .lg\:tw-placeholder-purple-700::-moz-placeholder{
    color: #6b46c1 !important;
  }

  .lg\:tw-placeholder-purple-700:-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .lg\:tw-placeholder-purple-700::-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .lg\:tw-placeholder-purple-700::placeholder{
    color: #6b46c1 !important;
  }

  .lg\:tw-placeholder-purple-800::-webkit-input-placeholder{
    color: #553c9a !important;
  }

  .lg\:tw-placeholder-purple-800::-moz-placeholder{
    color: #553c9a !important;
  }

  .lg\:tw-placeholder-purple-800:-ms-input-placeholder{
    color: #553c9a !important;
  }

  .lg\:tw-placeholder-purple-800::-ms-input-placeholder{
    color: #553c9a !important;
  }

  .lg\:tw-placeholder-purple-800::placeholder{
    color: #553c9a !important;
  }

  .lg\:tw-placeholder-purple-900::-webkit-input-placeholder{
    color: #44337a !important;
  }

  .lg\:tw-placeholder-purple-900::-moz-placeholder{
    color: #44337a !important;
  }

  .lg\:tw-placeholder-purple-900:-ms-input-placeholder{
    color: #44337a !important;
  }

  .lg\:tw-placeholder-purple-900::-ms-input-placeholder{
    color: #44337a !important;
  }

  .lg\:tw-placeholder-purple-900::placeholder{
    color: #44337a !important;
  }

  .lg\:tw-placeholder-pink-100::-webkit-input-placeholder{
    color: #fff5f7 !important;
  }

  .lg\:tw-placeholder-pink-100::-moz-placeholder{
    color: #fff5f7 !important;
  }

  .lg\:tw-placeholder-pink-100:-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .lg\:tw-placeholder-pink-100::-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .lg\:tw-placeholder-pink-100::placeholder{
    color: #fff5f7 !important;
  }

  .lg\:tw-placeholder-pink-200::-webkit-input-placeholder{
    color: #fed7e2 !important;
  }

  .lg\:tw-placeholder-pink-200::-moz-placeholder{
    color: #fed7e2 !important;
  }

  .lg\:tw-placeholder-pink-200:-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .lg\:tw-placeholder-pink-200::-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .lg\:tw-placeholder-pink-200::placeholder{
    color: #fed7e2 !important;
  }

  .lg\:tw-placeholder-pink-300::-webkit-input-placeholder{
    color: #fbb6ce !important;
  }

  .lg\:tw-placeholder-pink-300::-moz-placeholder{
    color: #fbb6ce !important;
  }

  .lg\:tw-placeholder-pink-300:-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .lg\:tw-placeholder-pink-300::-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .lg\:tw-placeholder-pink-300::placeholder{
    color: #fbb6ce !important;
  }

  .lg\:tw-placeholder-pink-400::-webkit-input-placeholder{
    color: #f687b3 !important;
  }

  .lg\:tw-placeholder-pink-400::-moz-placeholder{
    color: #f687b3 !important;
  }

  .lg\:tw-placeholder-pink-400:-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .lg\:tw-placeholder-pink-400::-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .lg\:tw-placeholder-pink-400::placeholder{
    color: #f687b3 !important;
  }

  .lg\:tw-placeholder-pink-500::-webkit-input-placeholder{
    color: #ed64a6 !important;
  }

  .lg\:tw-placeholder-pink-500::-moz-placeholder{
    color: #ed64a6 !important;
  }

  .lg\:tw-placeholder-pink-500:-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .lg\:tw-placeholder-pink-500::-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .lg\:tw-placeholder-pink-500::placeholder{
    color: #ed64a6 !important;
  }

  .lg\:tw-placeholder-pink-600::-webkit-input-placeholder{
    color: #d53f8c !important;
  }

  .lg\:tw-placeholder-pink-600::-moz-placeholder{
    color: #d53f8c !important;
  }

  .lg\:tw-placeholder-pink-600:-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .lg\:tw-placeholder-pink-600::-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .lg\:tw-placeholder-pink-600::placeholder{
    color: #d53f8c !important;
  }

  .lg\:tw-placeholder-pink-700::-webkit-input-placeholder{
    color: #b83280 !important;
  }

  .lg\:tw-placeholder-pink-700::-moz-placeholder{
    color: #b83280 !important;
  }

  .lg\:tw-placeholder-pink-700:-ms-input-placeholder{
    color: #b83280 !important;
  }

  .lg\:tw-placeholder-pink-700::-ms-input-placeholder{
    color: #b83280 !important;
  }

  .lg\:tw-placeholder-pink-700::placeholder{
    color: #b83280 !important;
  }

  .lg\:tw-placeholder-pink-800::-webkit-input-placeholder{
    color: #97266d !important;
  }

  .lg\:tw-placeholder-pink-800::-moz-placeholder{
    color: #97266d !important;
  }

  .lg\:tw-placeholder-pink-800:-ms-input-placeholder{
    color: #97266d !important;
  }

  .lg\:tw-placeholder-pink-800::-ms-input-placeholder{
    color: #97266d !important;
  }

  .lg\:tw-placeholder-pink-800::placeholder{
    color: #97266d !important;
  }

  .lg\:tw-placeholder-pink-900::-webkit-input-placeholder{
    color: #702459 !important;
  }

  .lg\:tw-placeholder-pink-900::-moz-placeholder{
    color: #702459 !important;
  }

  .lg\:tw-placeholder-pink-900:-ms-input-placeholder{
    color: #702459 !important;
  }

  .lg\:tw-placeholder-pink-900::-ms-input-placeholder{
    color: #702459 !important;
  }

  .lg\:tw-placeholder-pink-900::placeholder{
    color: #702459 !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder{
    color: #000 !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::-moz-placeholder{
    color: #000 !important;
  }

  .lg\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    color: #000 !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::-ms-input-placeholder{
    color: #000 !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::placeholder{
    color: #000 !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder{
    color: #fff !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::-moz-placeholder{
    color: #fff !important;
  }

  .lg\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    color: #fff !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::-ms-input-placeholder{
    color: #fff !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::placeholder{
    color: #fff !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder{
    color: #f7fafc !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
    color: #f7fafc !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder{
    color: #f7fafc !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder{
    color: #f7fafc !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::placeholder{
    color: #f7fafc !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder{
    color: #edf2f7 !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder{
    color: #edf2f7 !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder{
    color: #edf2f7 !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder{
    color: #edf2f7 !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::placeholder{
    color: #edf2f7 !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder{
    color: #e2e8f0 !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
    color: #e2e8f0 !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder{
    color: #e2e8f0 !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder{
    color: #e2e8f0 !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::placeholder{
    color: #e2e8f0 !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder{
    color: #cbd5e0 !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
    color: #cbd5e0 !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder{
    color: #cbd5e0 !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder{
    color: #cbd5e0 !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::placeholder{
    color: #cbd5e0 !important;
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder{
    color: #a0aec0 !important;
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder{
    color: #a0aec0 !important;
  }

  .lg\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder{
    color: #a0aec0 !important;
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder{
    color: #a0aec0 !important;
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::placeholder{
    color: #a0aec0 !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder{
    color: #718096 !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder{
    color: #718096 !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder{
    color: #718096 !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder{
    color: #718096 !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::placeholder{
    color: #718096 !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder{
    color: #4a5568 !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder{
    color: #4a5568 !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder{
    color: #4a5568 !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder{
    color: #4a5568 !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::placeholder{
    color: #4a5568 !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder{
    color: #2d3748 !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
    color: #2d3748 !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder{
    color: #2d3748 !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder{
    color: #2d3748 !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::placeholder{
    color: #2d3748 !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder{
    color: #1a202c !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
    color: #1a202c !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder{
    color: #1a202c !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder{
    color: #1a202c !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::placeholder{
    color: #1a202c !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder{
    color: #fff5f5 !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus::-moz-placeholder{
    color: #fff5f5 !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus::placeholder{
    color: #fff5f5 !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder{
    color: #fed7d7 !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus::-moz-placeholder{
    color: #fed7d7 !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus::placeholder{
    color: #fed7d7 !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder{
    color: #feb2b2 !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus::-moz-placeholder{
    color: #feb2b2 !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus::placeholder{
    color: #feb2b2 !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder{
    color: #fc8181 !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus::-moz-placeholder{
    color: #fc8181 !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus::placeholder{
    color: #fc8181 !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder{
    color: #f56565 !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus::-moz-placeholder{
    color: #f56565 !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder{
    color: #f56565 !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder{
    color: #f56565 !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus::placeholder{
    color: #f56565 !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder{
    color: #e53e3e !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus::-moz-placeholder{
    color: #e53e3e !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus::placeholder{
    color: #e53e3e !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder{
    color: #c53030 !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus::-moz-placeholder{
    color: #c53030 !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder{
    color: #c53030 !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder{
    color: #c53030 !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus::placeholder{
    color: #c53030 !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder{
    color: #9b2c2c !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus::-moz-placeholder{
    color: #9b2c2c !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus::placeholder{
    color: #9b2c2c !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder{
    color: #742a2a !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus::-moz-placeholder{
    color: #742a2a !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder{
    color: #742a2a !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder{
    color: #742a2a !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus::placeholder{
    color: #742a2a !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder{
    color: #fffaf0 !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
    color: #fffaf0 !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::placeholder{
    color: #fffaf0 !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder{
    color: #feebc8 !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
    color: #feebc8 !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::placeholder{
    color: #feebc8 !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder{
    color: #fbd38d !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
    color: #fbd38d !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::placeholder{
    color: #fbd38d !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder{
    color: #f6ad55 !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
    color: #f6ad55 !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::placeholder{
    color: #f6ad55 !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder{
    color: #ed8936 !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
    color: #ed8936 !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::placeholder{
    color: #ed8936 !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder{
    color: #dd6b20 !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
    color: #dd6b20 !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::placeholder{
    color: #dd6b20 !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder{
    color: #c05621 !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
    color: #c05621 !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder{
    color: #c05621 !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder{
    color: #c05621 !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::placeholder{
    color: #c05621 !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder{
    color: #9c4221 !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
    color: #9c4221 !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::placeholder{
    color: #9c4221 !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder{
    color: #7b341e !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
    color: #7b341e !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder{
    color: #7b341e !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder{
    color: #7b341e !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::placeholder{
    color: #7b341e !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder{
    color: #fffff0 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
    color: #fffff0 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    color: #fffff0 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder{
    color: #fefcbf !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
    color: #fefcbf !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    color: #fefcbf !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder{
    color: #faf089 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
    color: #faf089 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder{
    color: #faf089 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder{
    color: #faf089 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    color: #faf089 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder{
    color: #f6e05e !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
    color: #f6e05e !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    color: #f6e05e !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder{
    color: #ecc94b !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
    color: #ecc94b !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    color: #ecc94b !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder{
    color: #d69e2e !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
    color: #d69e2e !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    color: #d69e2e !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder{
    color: #b7791f !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
    color: #b7791f !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder{
    color: #b7791f !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder{
    color: #b7791f !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    color: #b7791f !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder{
    color: #975a16 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
    color: #975a16 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder{
    color: #975a16 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder{
    color: #975a16 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    color: #975a16 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder{
    color: #744210 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
    color: #744210 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder{
    color: #744210 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder{
    color: #744210 !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    color: #744210 !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder{
    color: #f0fff4 !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::-moz-placeholder{
    color: #f0fff4 !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::placeholder{
    color: #f0fff4 !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder{
    color: #c6f6d5 !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus::-moz-placeholder{
    color: #c6f6d5 !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus::placeholder{
    color: #c6f6d5 !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder{
    color: #9ae6b4 !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus::-moz-placeholder{
    color: #9ae6b4 !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus::placeholder{
    color: #9ae6b4 !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder{
    color: #68d391 !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus::-moz-placeholder{
    color: #68d391 !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder{
    color: #68d391 !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder{
    color: #68d391 !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus::placeholder{
    color: #68d391 !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder{
    color: #48bb78 !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus::-moz-placeholder{
    color: #48bb78 !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus::placeholder{
    color: #48bb78 !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder{
    color: #38a169 !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus::-moz-placeholder{
    color: #38a169 !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder{
    color: #38a169 !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder{
    color: #38a169 !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus::placeholder{
    color: #38a169 !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder{
    color: #2f855a !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus::-moz-placeholder{
    color: #2f855a !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder{
    color: #2f855a !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder{
    color: #2f855a !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus::placeholder{
    color: #2f855a !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder{
    color: #276749 !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus::-moz-placeholder{
    color: #276749 !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder{
    color: #276749 !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder{
    color: #276749 !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus::placeholder{
    color: #276749 !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder{
    color: #22543d !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::-moz-placeholder{
    color: #22543d !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder{
    color: #22543d !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder{
    color: #22543d !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::placeholder{
    color: #22543d !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder{
    color: #e6fffa !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
    color: #e6fffa !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::placeholder{
    color: #e6fffa !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder{
    color: #b2f5ea !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
    color: #b2f5ea !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::placeholder{
    color: #b2f5ea !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder{
    color: #81e6d9 !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
    color: #81e6d9 !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::placeholder{
    color: #81e6d9 !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder{
    color: #4fd1c5 !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
    color: #4fd1c5 !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::placeholder{
    color: #4fd1c5 !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder{
    color: #38b2ac !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
    color: #38b2ac !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::placeholder{
    color: #38b2ac !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder{
    color: #319795 !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
    color: #319795 !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder{
    color: #319795 !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder{
    color: #319795 !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::placeholder{
    color: #319795 !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder{
    color: #2c7a7b !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
    color: #2c7a7b !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::placeholder{
    color: #2c7a7b !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder{
    color: #285e61 !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
    color: #285e61 !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder{
    color: #285e61 !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder{
    color: #285e61 !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::placeholder{
    color: #285e61 !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder{
    color: #234e52 !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
    color: #234e52 !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder{
    color: #234e52 !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder{
    color: #234e52 !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::placeholder{
    color: #234e52 !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder{
    color: #ebf8ff !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
    color: #ebf8ff !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::placeholder{
    color: #ebf8ff !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder{
    color: #bee3f8 !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
    color: #bee3f8 !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::placeholder{
    color: #bee3f8 !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder{
    color: #90cdf4 !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
    color: #90cdf4 !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::placeholder{
    color: #90cdf4 !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder{
    color: #63b3ed !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
    color: #63b3ed !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::placeholder{
    color: #63b3ed !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder{
    color: #4299e1 !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
    color: #4299e1 !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::placeholder{
    color: #4299e1 !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder{
    color: #3182ce !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
    color: #3182ce !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder{
    color: #3182ce !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder{
    color: #3182ce !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::placeholder{
    color: #3182ce !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder{
    color: #2b6cb0 !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
    color: #2b6cb0 !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::placeholder{
    color: #2b6cb0 !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder{
    color: #2c5282 !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
    color: #2c5282 !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::placeholder{
    color: #2c5282 !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder{
    color: #2a4365 !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
    color: #2a4365 !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::placeholder{
    color: #2a4365 !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder{
    color: #ebf4ff !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
    color: #ebf4ff !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    color: #ebf4ff !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder{
    color: #c3dafe !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
    color: #c3dafe !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    color: #c3dafe !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder{
    color: #a3bffa !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
    color: #a3bffa !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    color: #a3bffa !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder{
    color: #7f9cf5 !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
    color: #7f9cf5 !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    color: #7f9cf5 !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder{
    color: #667eea !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
    color: #667eea !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder{
    color: #667eea !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder{
    color: #667eea !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    color: #667eea !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder{
    color: #5a67d8 !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
    color: #5a67d8 !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    color: #5a67d8 !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder{
    color: #4c51bf !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
    color: #4c51bf !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    color: #4c51bf !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder{
    color: #434190 !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
    color: #434190 !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder{
    color: #434190 !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder{
    color: #434190 !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    color: #434190 !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder{
    color: #3c366b !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
    color: #3c366b !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder{
    color: #3c366b !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder{
    color: #3c366b !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    color: #3c366b !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder{
    color: #faf5ff !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
    color: #faf5ff !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::placeholder{
    color: #faf5ff !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder{
    color: #e9d8fd !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
    color: #e9d8fd !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::placeholder{
    color: #e9d8fd !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder{
    color: #d6bcfa !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
    color: #d6bcfa !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::placeholder{
    color: #d6bcfa !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder{
    color: #b794f4 !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
    color: #b794f4 !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::placeholder{
    color: #b794f4 !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder{
    color: #9f7aea !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
    color: #9f7aea !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::placeholder{
    color: #9f7aea !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder{
    color: #805ad5 !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
    color: #805ad5 !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::placeholder{
    color: #805ad5 !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder{
    color: #6b46c1 !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
    color: #6b46c1 !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::placeholder{
    color: #6b46c1 !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder{
    color: #553c9a !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
    color: #553c9a !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder{
    color: #553c9a !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder{
    color: #553c9a !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::placeholder{
    color: #553c9a !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder{
    color: #44337a !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
    color: #44337a !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder{
    color: #44337a !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder{
    color: #44337a !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::placeholder{
    color: #44337a !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder{
    color: #fff5f7 !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
    color: #fff5f7 !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::placeholder{
    color: #fff5f7 !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder{
    color: #fed7e2 !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
    color: #fed7e2 !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::placeholder{
    color: #fed7e2 !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder{
    color: #fbb6ce !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
    color: #fbb6ce !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::placeholder{
    color: #fbb6ce !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder{
    color: #f687b3 !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
    color: #f687b3 !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::placeholder{
    color: #f687b3 !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder{
    color: #ed64a6 !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
    color: #ed64a6 !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::placeholder{
    color: #ed64a6 !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder{
    color: #d53f8c !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
    color: #d53f8c !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::placeholder{
    color: #d53f8c !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder{
    color: #b83280 !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
    color: #b83280 !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder{
    color: #b83280 !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder{
    color: #b83280 !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::placeholder{
    color: #b83280 !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder{
    color: #97266d !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
    color: #97266d !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder{
    color: #97266d !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder{
    color: #97266d !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::placeholder{
    color: #97266d !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder{
    color: #702459 !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
    color: #702459 !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder{
    color: #702459 !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder{
    color: #702459 !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::placeholder{
    color: #702459 !important;
  }

  .lg\:tw-pointer-events-none{
    pointer-events: none !important;
  }

  .lg\:tw-pointer-events-auto{
    pointer-events: auto !important;
  }

  .lg\:tw-static{
    position: static !important;
  }

  .lg\:tw-fixed{
    position: fixed !important;
  }

  .lg\:tw-absolute{
    position: absolute !important;
  }

  .lg\:tw-relative{
    position: relative !important;
  }

  .lg\:tw-sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .lg\:tw-inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:tw-inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:tw-inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:tw-inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:tw-inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:tw-inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .lg\:tw-top-0{
    top: 0 !important;
  }

  .lg\:tw-right-0{
    right: 0 !important;
  }

  .lg\:tw-bottom-0{
    bottom: 0 !important;
  }

  .lg\:tw-left-0{
    left: 0 !important;
  }

  .lg\:tw-top-auto{
    top: auto !important;
  }

  .lg\:tw-right-auto{
    right: auto !important;
  }

  .lg\:tw-bottom-auto{
    bottom: auto !important;
  }

  .lg\:tw-left-auto{
    left: auto !important;
  }

  .lg\:tw-resize-none{
    resize: none !important;
  }

  .lg\:tw-resize-y{
    resize: vertical !important;
  }

  .lg\:tw-resize-x{
    resize: horizontal !important;
  }

  .lg\:tw-resize{
    resize: both !important;
  }

  .lg\:tw-shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:tw-shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:tw-shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:tw-shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:tw-shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:tw-shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:tw-shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:tw-shadow-none{
    box-shadow: none !important;
  }

  .lg\:hover\:tw-shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:tw-shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:tw-shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:tw-shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:hover\:tw-shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:hover\:tw-shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:tw-shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:hover\:tw-shadow-none:hover{
    box-shadow: none !important;
  }

  .lg\:focus\:tw-shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:tw-shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:tw-shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:tw-shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:focus\:tw-shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:focus\:tw-shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:tw-shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:focus\:tw-shadow-none:focus{
    box-shadow: none !important;
  }

  .lg\:tw-fill-current{
    fill: currentColor !important;
  }

  .lg\:tw-stroke-current{
    stroke: currentColor !important;
  }

  .lg\:tw-table-auto{
    table-layout: auto !important;
  }

  .lg\:tw-table-fixed{
    table-layout: fixed !important;
  }

  .lg\:tw-text-left{
    text-align: left !important;
  }

  .lg\:tw-text-center{
    text-align: center !important;
  }

  .lg\:tw-text-right{
    text-align: right !important;
  }

  .lg\:tw-text-justify{
    text-align: justify !important;
  }

  .lg\:tw-text-transparent{
    color: transparent !important;
  }

  .lg\:tw-text-black{
    color: #000 !important;
  }

  .lg\:tw-text-white{
    color: #fff !important;
  }

  .lg\:tw-text-gray-100{
    color: #f7fafc !important;
  }

  .lg\:tw-text-gray-200{
    color: #edf2f7 !important;
  }

  .lg\:tw-text-gray-300{
    color: #e2e8f0 !important;
  }

  .lg\:tw-text-gray-400{
    color: #cbd5e0 !important;
  }

  .lg\:tw-text-gray-500{
    color: #a0aec0 !important;
  }

  .lg\:tw-text-gray-600{
    color: #718096 !important;
  }

  .lg\:tw-text-gray-700{
    color: #4a5568 !important;
  }

  .lg\:tw-text-gray-800{
    color: #2d3748 !important;
  }

  .lg\:tw-text-gray-900{
    color: #1a202c !important;
  }

  .lg\:tw-text-red-100{
    color: #fff5f5 !important;
  }

  .lg\:tw-text-red-200{
    color: #fed7d7 !important;
  }

  .lg\:tw-text-red-300{
    color: #feb2b2 !important;
  }

  .lg\:tw-text-red-400{
    color: #fc8181 !important;
  }

  .lg\:tw-text-red-500{
    color: #f56565 !important;
  }

  .lg\:tw-text-red-600{
    color: #e53e3e !important;
  }

  .lg\:tw-text-red-700{
    color: #c53030 !important;
  }

  .lg\:tw-text-red-800{
    color: #9b2c2c !important;
  }

  .lg\:tw-text-red-900{
    color: #742a2a !important;
  }

  .lg\:tw-text-orange-100{
    color: #fffaf0 !important;
  }

  .lg\:tw-text-orange-200{
    color: #feebc8 !important;
  }

  .lg\:tw-text-orange-300{
    color: #fbd38d !important;
  }

  .lg\:tw-text-orange-400{
    color: #f6ad55 !important;
  }

  .lg\:tw-text-orange-500{
    color: #ed8936 !important;
  }

  .lg\:tw-text-orange-600{
    color: #dd6b20 !important;
  }

  .lg\:tw-text-orange-700{
    color: #c05621 !important;
  }

  .lg\:tw-text-orange-800{
    color: #9c4221 !important;
  }

  .lg\:tw-text-orange-900{
    color: #7b341e !important;
  }

  .lg\:tw-text-yellow-100{
    color: #fffff0 !important;
  }

  .lg\:tw-text-yellow-200{
    color: #fefcbf !important;
  }

  .lg\:tw-text-yellow-300{
    color: #faf089 !important;
  }

  .lg\:tw-text-yellow-400{
    color: #f6e05e !important;
  }

  .lg\:tw-text-yellow-500{
    color: #ecc94b !important;
  }

  .lg\:tw-text-yellow-600{
    color: #d69e2e !important;
  }

  .lg\:tw-text-yellow-700{
    color: #b7791f !important;
  }

  .lg\:tw-text-yellow-800{
    color: #975a16 !important;
  }

  .lg\:tw-text-yellow-900{
    color: #744210 !important;
  }

  .lg\:tw-text-green-100{
    color: #f0fff4 !important;
  }

  .lg\:tw-text-green-200{
    color: #c6f6d5 !important;
  }

  .lg\:tw-text-green-300{
    color: #9ae6b4 !important;
  }

  .lg\:tw-text-green-400{
    color: #68d391 !important;
  }

  .lg\:tw-text-green-500{
    color: #48bb78 !important;
  }

  .lg\:tw-text-green-600{
    color: #38a169 !important;
  }

  .lg\:tw-text-green-700{
    color: #2f855a !important;
  }

  .lg\:tw-text-green-800{
    color: #276749 !important;
  }

  .lg\:tw-text-green-900{
    color: #22543d !important;
  }

  .lg\:tw-text-teal-100{
    color: #e6fffa !important;
  }

  .lg\:tw-text-teal-200{
    color: #b2f5ea !important;
  }

  .lg\:tw-text-teal-300{
    color: #81e6d9 !important;
  }

  .lg\:tw-text-teal-400{
    color: #4fd1c5 !important;
  }

  .lg\:tw-text-teal-500{
    color: #38b2ac !important;
  }

  .lg\:tw-text-teal-600{
    color: #319795 !important;
  }

  .lg\:tw-text-teal-700{
    color: #2c7a7b !important;
  }

  .lg\:tw-text-teal-800{
    color: #285e61 !important;
  }

  .lg\:tw-text-teal-900{
    color: #234e52 !important;
  }

  .lg\:tw-text-blue-100{
    color: #ebf8ff !important;
  }

  .lg\:tw-text-blue-200{
    color: #bee3f8 !important;
  }

  .lg\:tw-text-blue-300{
    color: #90cdf4 !important;
  }

  .lg\:tw-text-blue-400{
    color: #63b3ed !important;
  }

  .lg\:tw-text-blue-500{
    color: #4299e1 !important;
  }

  .lg\:tw-text-blue-600{
    color: #3182ce !important;
  }

  .lg\:tw-text-blue-700{
    color: #2b6cb0 !important;
  }

  .lg\:tw-text-blue-800{
    color: #2c5282 !important;
  }

  .lg\:tw-text-blue-900{
    color: #2a4365 !important;
  }

  .lg\:tw-text-indigo-100{
    color: #ebf4ff !important;
  }

  .lg\:tw-text-indigo-200{
    color: #c3dafe !important;
  }

  .lg\:tw-text-indigo-300{
    color: #a3bffa !important;
  }

  .lg\:tw-text-indigo-400{
    color: #7f9cf5 !important;
  }

  .lg\:tw-text-indigo-500{
    color: #667eea !important;
  }

  .lg\:tw-text-indigo-600{
    color: #5a67d8 !important;
  }

  .lg\:tw-text-indigo-700{
    color: #4c51bf !important;
  }

  .lg\:tw-text-indigo-800{
    color: #434190 !important;
  }

  .lg\:tw-text-indigo-900{
    color: #3c366b !important;
  }

  .lg\:tw-text-purple-100{
    color: #faf5ff !important;
  }

  .lg\:tw-text-purple-200{
    color: #e9d8fd !important;
  }

  .lg\:tw-text-purple-300{
    color: #d6bcfa !important;
  }

  .lg\:tw-text-purple-400{
    color: #b794f4 !important;
  }

  .lg\:tw-text-purple-500{
    color: #9f7aea !important;
  }

  .lg\:tw-text-purple-600{
    color: #805ad5 !important;
  }

  .lg\:tw-text-purple-700{
    color: #6b46c1 !important;
  }

  .lg\:tw-text-purple-800{
    color: #553c9a !important;
  }

  .lg\:tw-text-purple-900{
    color: #44337a !important;
  }

  .lg\:tw-text-pink-100{
    color: #fff5f7 !important;
  }

  .lg\:tw-text-pink-200{
    color: #fed7e2 !important;
  }

  .lg\:tw-text-pink-300{
    color: #fbb6ce !important;
  }

  .lg\:tw-text-pink-400{
    color: #f687b3 !important;
  }

  .lg\:tw-text-pink-500{
    color: #ed64a6 !important;
  }

  .lg\:tw-text-pink-600{
    color: #d53f8c !important;
  }

  .lg\:tw-text-pink-700{
    color: #b83280 !important;
  }

  .lg\:tw-text-pink-800{
    color: #97266d !important;
  }

  .lg\:tw-text-pink-900{
    color: #702459 !important;
  }

  .lg\:hover\:tw-text-transparent:hover{
    color: transparent !important;
  }

  .lg\:hover\:tw-text-black:hover{
    color: #000 !important;
  }

  .lg\:hover\:tw-text-white:hover{
    color: #fff !important;
  }

  .lg\:hover\:tw-text-gray-100:hover{
    color: #f7fafc !important;
  }

  .lg\:hover\:tw-text-gray-200:hover{
    color: #edf2f7 !important;
  }

  .lg\:hover\:tw-text-gray-300:hover{
    color: #e2e8f0 !important;
  }

  .lg\:hover\:tw-text-gray-400:hover{
    color: #cbd5e0 !important;
  }

  .lg\:hover\:tw-text-gray-500:hover{
    color: #a0aec0 !important;
  }

  .lg\:hover\:tw-text-gray-600:hover{
    color: #718096 !important;
  }

  .lg\:hover\:tw-text-gray-700:hover{
    color: #4a5568 !important;
  }

  .lg\:hover\:tw-text-gray-800:hover{
    color: #2d3748 !important;
  }

  .lg\:hover\:tw-text-gray-900:hover{
    color: #1a202c !important;
  }

  .lg\:hover\:tw-text-red-100:hover{
    color: #fff5f5 !important;
  }

  .lg\:hover\:tw-text-red-200:hover{
    color: #fed7d7 !important;
  }

  .lg\:hover\:tw-text-red-300:hover{
    color: #feb2b2 !important;
  }

  .lg\:hover\:tw-text-red-400:hover{
    color: #fc8181 !important;
  }

  .lg\:hover\:tw-text-red-500:hover{
    color: #f56565 !important;
  }

  .lg\:hover\:tw-text-red-600:hover{
    color: #e53e3e !important;
  }

  .lg\:hover\:tw-text-red-700:hover{
    color: #c53030 !important;
  }

  .lg\:hover\:tw-text-red-800:hover{
    color: #9b2c2c !important;
  }

  .lg\:hover\:tw-text-red-900:hover{
    color: #742a2a !important;
  }

  .lg\:hover\:tw-text-orange-100:hover{
    color: #fffaf0 !important;
  }

  .lg\:hover\:tw-text-orange-200:hover{
    color: #feebc8 !important;
  }

  .lg\:hover\:tw-text-orange-300:hover{
    color: #fbd38d !important;
  }

  .lg\:hover\:tw-text-orange-400:hover{
    color: #f6ad55 !important;
  }

  .lg\:hover\:tw-text-orange-500:hover{
    color: #ed8936 !important;
  }

  .lg\:hover\:tw-text-orange-600:hover{
    color: #dd6b20 !important;
  }

  .lg\:hover\:tw-text-orange-700:hover{
    color: #c05621 !important;
  }

  .lg\:hover\:tw-text-orange-800:hover{
    color: #9c4221 !important;
  }

  .lg\:hover\:tw-text-orange-900:hover{
    color: #7b341e !important;
  }

  .lg\:hover\:tw-text-yellow-100:hover{
    color: #fffff0 !important;
  }

  .lg\:hover\:tw-text-yellow-200:hover{
    color: #fefcbf !important;
  }

  .lg\:hover\:tw-text-yellow-300:hover{
    color: #faf089 !important;
  }

  .lg\:hover\:tw-text-yellow-400:hover{
    color: #f6e05e !important;
  }

  .lg\:hover\:tw-text-yellow-500:hover{
    color: #ecc94b !important;
  }

  .lg\:hover\:tw-text-yellow-600:hover{
    color: #d69e2e !important;
  }

  .lg\:hover\:tw-text-yellow-700:hover{
    color: #b7791f !important;
  }

  .lg\:hover\:tw-text-yellow-800:hover{
    color: #975a16 !important;
  }

  .lg\:hover\:tw-text-yellow-900:hover{
    color: #744210 !important;
  }

  .lg\:hover\:tw-text-green-100:hover{
    color: #f0fff4 !important;
  }

  .lg\:hover\:tw-text-green-200:hover{
    color: #c6f6d5 !important;
  }

  .lg\:hover\:tw-text-green-300:hover{
    color: #9ae6b4 !important;
  }

  .lg\:hover\:tw-text-green-400:hover{
    color: #68d391 !important;
  }

  .lg\:hover\:tw-text-green-500:hover{
    color: #48bb78 !important;
  }

  .lg\:hover\:tw-text-green-600:hover{
    color: #38a169 !important;
  }

  .lg\:hover\:tw-text-green-700:hover{
    color: #2f855a !important;
  }

  .lg\:hover\:tw-text-green-800:hover{
    color: #276749 !important;
  }

  .lg\:hover\:tw-text-green-900:hover{
    color: #22543d !important;
  }

  .lg\:hover\:tw-text-teal-100:hover{
    color: #e6fffa !important;
  }

  .lg\:hover\:tw-text-teal-200:hover{
    color: #b2f5ea !important;
  }

  .lg\:hover\:tw-text-teal-300:hover{
    color: #81e6d9 !important;
  }

  .lg\:hover\:tw-text-teal-400:hover{
    color: #4fd1c5 !important;
  }

  .lg\:hover\:tw-text-teal-500:hover{
    color: #38b2ac !important;
  }

  .lg\:hover\:tw-text-teal-600:hover{
    color: #319795 !important;
  }

  .lg\:hover\:tw-text-teal-700:hover{
    color: #2c7a7b !important;
  }

  .lg\:hover\:tw-text-teal-800:hover{
    color: #285e61 !important;
  }

  .lg\:hover\:tw-text-teal-900:hover{
    color: #234e52 !important;
  }

  .lg\:hover\:tw-text-blue-100:hover{
    color: #ebf8ff !important;
  }

  .lg\:hover\:tw-text-blue-200:hover{
    color: #bee3f8 !important;
  }

  .lg\:hover\:tw-text-blue-300:hover{
    color: #90cdf4 !important;
  }

  .lg\:hover\:tw-text-blue-400:hover{
    color: #63b3ed !important;
  }

  .lg\:hover\:tw-text-blue-500:hover{
    color: #4299e1 !important;
  }

  .lg\:hover\:tw-text-blue-600:hover{
    color: #3182ce !important;
  }

  .lg\:hover\:tw-text-blue-700:hover{
    color: #2b6cb0 !important;
  }

  .lg\:hover\:tw-text-blue-800:hover{
    color: #2c5282 !important;
  }

  .lg\:hover\:tw-text-blue-900:hover{
    color: #2a4365 !important;
  }

  .lg\:hover\:tw-text-indigo-100:hover{
    color: #ebf4ff !important;
  }

  .lg\:hover\:tw-text-indigo-200:hover{
    color: #c3dafe !important;
  }

  .lg\:hover\:tw-text-indigo-300:hover{
    color: #a3bffa !important;
  }

  .lg\:hover\:tw-text-indigo-400:hover{
    color: #7f9cf5 !important;
  }

  .lg\:hover\:tw-text-indigo-500:hover{
    color: #667eea !important;
  }

  .lg\:hover\:tw-text-indigo-600:hover{
    color: #5a67d8 !important;
  }

  .lg\:hover\:tw-text-indigo-700:hover{
    color: #4c51bf !important;
  }

  .lg\:hover\:tw-text-indigo-800:hover{
    color: #434190 !important;
  }

  .lg\:hover\:tw-text-indigo-900:hover{
    color: #3c366b !important;
  }

  .lg\:hover\:tw-text-purple-100:hover{
    color: #faf5ff !important;
  }

  .lg\:hover\:tw-text-purple-200:hover{
    color: #e9d8fd !important;
  }

  .lg\:hover\:tw-text-purple-300:hover{
    color: #d6bcfa !important;
  }

  .lg\:hover\:tw-text-purple-400:hover{
    color: #b794f4 !important;
  }

  .lg\:hover\:tw-text-purple-500:hover{
    color: #9f7aea !important;
  }

  .lg\:hover\:tw-text-purple-600:hover{
    color: #805ad5 !important;
  }

  .lg\:hover\:tw-text-purple-700:hover{
    color: #6b46c1 !important;
  }

  .lg\:hover\:tw-text-purple-800:hover{
    color: #553c9a !important;
  }

  .lg\:hover\:tw-text-purple-900:hover{
    color: #44337a !important;
  }

  .lg\:hover\:tw-text-pink-100:hover{
    color: #fff5f7 !important;
  }

  .lg\:hover\:tw-text-pink-200:hover{
    color: #fed7e2 !important;
  }

  .lg\:hover\:tw-text-pink-300:hover{
    color: #fbb6ce !important;
  }

  .lg\:hover\:tw-text-pink-400:hover{
    color: #f687b3 !important;
  }

  .lg\:hover\:tw-text-pink-500:hover{
    color: #ed64a6 !important;
  }

  .lg\:hover\:tw-text-pink-600:hover{
    color: #d53f8c !important;
  }

  .lg\:hover\:tw-text-pink-700:hover{
    color: #b83280 !important;
  }

  .lg\:hover\:tw-text-pink-800:hover{
    color: #97266d !important;
  }

  .lg\:hover\:tw-text-pink-900:hover{
    color: #702459 !important;
  }

  .lg\:focus\:tw-text-transparent:focus{
    color: transparent !important;
  }

  .lg\:focus\:tw-text-black:focus{
    color: #000 !important;
  }

  .lg\:focus\:tw-text-white:focus{
    color: #fff !important;
  }

  .lg\:focus\:tw-text-gray-100:focus{
    color: #f7fafc !important;
  }

  .lg\:focus\:tw-text-gray-200:focus{
    color: #edf2f7 !important;
  }

  .lg\:focus\:tw-text-gray-300:focus{
    color: #e2e8f0 !important;
  }

  .lg\:focus\:tw-text-gray-400:focus{
    color: #cbd5e0 !important;
  }

  .lg\:focus\:tw-text-gray-500:focus{
    color: #a0aec0 !important;
  }

  .lg\:focus\:tw-text-gray-600:focus{
    color: #718096 !important;
  }

  .lg\:focus\:tw-text-gray-700:focus{
    color: #4a5568 !important;
  }

  .lg\:focus\:tw-text-gray-800:focus{
    color: #2d3748 !important;
  }

  .lg\:focus\:tw-text-gray-900:focus{
    color: #1a202c !important;
  }

  .lg\:focus\:tw-text-red-100:focus{
    color: #fff5f5 !important;
  }

  .lg\:focus\:tw-text-red-200:focus{
    color: #fed7d7 !important;
  }

  .lg\:focus\:tw-text-red-300:focus{
    color: #feb2b2 !important;
  }

  .lg\:focus\:tw-text-red-400:focus{
    color: #fc8181 !important;
  }

  .lg\:focus\:tw-text-red-500:focus{
    color: #f56565 !important;
  }

  .lg\:focus\:tw-text-red-600:focus{
    color: #e53e3e !important;
  }

  .lg\:focus\:tw-text-red-700:focus{
    color: #c53030 !important;
  }

  .lg\:focus\:tw-text-red-800:focus{
    color: #9b2c2c !important;
  }

  .lg\:focus\:tw-text-red-900:focus{
    color: #742a2a !important;
  }

  .lg\:focus\:tw-text-orange-100:focus{
    color: #fffaf0 !important;
  }

  .lg\:focus\:tw-text-orange-200:focus{
    color: #feebc8 !important;
  }

  .lg\:focus\:tw-text-orange-300:focus{
    color: #fbd38d !important;
  }

  .lg\:focus\:tw-text-orange-400:focus{
    color: #f6ad55 !important;
  }

  .lg\:focus\:tw-text-orange-500:focus{
    color: #ed8936 !important;
  }

  .lg\:focus\:tw-text-orange-600:focus{
    color: #dd6b20 !important;
  }

  .lg\:focus\:tw-text-orange-700:focus{
    color: #c05621 !important;
  }

  .lg\:focus\:tw-text-orange-800:focus{
    color: #9c4221 !important;
  }

  .lg\:focus\:tw-text-orange-900:focus{
    color: #7b341e !important;
  }

  .lg\:focus\:tw-text-yellow-100:focus{
    color: #fffff0 !important;
  }

  .lg\:focus\:tw-text-yellow-200:focus{
    color: #fefcbf !important;
  }

  .lg\:focus\:tw-text-yellow-300:focus{
    color: #faf089 !important;
  }

  .lg\:focus\:tw-text-yellow-400:focus{
    color: #f6e05e !important;
  }

  .lg\:focus\:tw-text-yellow-500:focus{
    color: #ecc94b !important;
  }

  .lg\:focus\:tw-text-yellow-600:focus{
    color: #d69e2e !important;
  }

  .lg\:focus\:tw-text-yellow-700:focus{
    color: #b7791f !important;
  }

  .lg\:focus\:tw-text-yellow-800:focus{
    color: #975a16 !important;
  }

  .lg\:focus\:tw-text-yellow-900:focus{
    color: #744210 !important;
  }

  .lg\:focus\:tw-text-green-100:focus{
    color: #f0fff4 !important;
  }

  .lg\:focus\:tw-text-green-200:focus{
    color: #c6f6d5 !important;
  }

  .lg\:focus\:tw-text-green-300:focus{
    color: #9ae6b4 !important;
  }

  .lg\:focus\:tw-text-green-400:focus{
    color: #68d391 !important;
  }

  .lg\:focus\:tw-text-green-500:focus{
    color: #48bb78 !important;
  }

  .lg\:focus\:tw-text-green-600:focus{
    color: #38a169 !important;
  }

  .lg\:focus\:tw-text-green-700:focus{
    color: #2f855a !important;
  }

  .lg\:focus\:tw-text-green-800:focus{
    color: #276749 !important;
  }

  .lg\:focus\:tw-text-green-900:focus{
    color: #22543d !important;
  }

  .lg\:focus\:tw-text-teal-100:focus{
    color: #e6fffa !important;
  }

  .lg\:focus\:tw-text-teal-200:focus{
    color: #b2f5ea !important;
  }

  .lg\:focus\:tw-text-teal-300:focus{
    color: #81e6d9 !important;
  }

  .lg\:focus\:tw-text-teal-400:focus{
    color: #4fd1c5 !important;
  }

  .lg\:focus\:tw-text-teal-500:focus{
    color: #38b2ac !important;
  }

  .lg\:focus\:tw-text-teal-600:focus{
    color: #319795 !important;
  }

  .lg\:focus\:tw-text-teal-700:focus{
    color: #2c7a7b !important;
  }

  .lg\:focus\:tw-text-teal-800:focus{
    color: #285e61 !important;
  }

  .lg\:focus\:tw-text-teal-900:focus{
    color: #234e52 !important;
  }

  .lg\:focus\:tw-text-blue-100:focus{
    color: #ebf8ff !important;
  }

  .lg\:focus\:tw-text-blue-200:focus{
    color: #bee3f8 !important;
  }

  .lg\:focus\:tw-text-blue-300:focus{
    color: #90cdf4 !important;
  }

  .lg\:focus\:tw-text-blue-400:focus{
    color: #63b3ed !important;
  }

  .lg\:focus\:tw-text-blue-500:focus{
    color: #4299e1 !important;
  }

  .lg\:focus\:tw-text-blue-600:focus{
    color: #3182ce !important;
  }

  .lg\:focus\:tw-text-blue-700:focus{
    color: #2b6cb0 !important;
  }

  .lg\:focus\:tw-text-blue-800:focus{
    color: #2c5282 !important;
  }

  .lg\:focus\:tw-text-blue-900:focus{
    color: #2a4365 !important;
  }

  .lg\:focus\:tw-text-indigo-100:focus{
    color: #ebf4ff !important;
  }

  .lg\:focus\:tw-text-indigo-200:focus{
    color: #c3dafe !important;
  }

  .lg\:focus\:tw-text-indigo-300:focus{
    color: #a3bffa !important;
  }

  .lg\:focus\:tw-text-indigo-400:focus{
    color: #7f9cf5 !important;
  }

  .lg\:focus\:tw-text-indigo-500:focus{
    color: #667eea !important;
  }

  .lg\:focus\:tw-text-indigo-600:focus{
    color: #5a67d8 !important;
  }

  .lg\:focus\:tw-text-indigo-700:focus{
    color: #4c51bf !important;
  }

  .lg\:focus\:tw-text-indigo-800:focus{
    color: #434190 !important;
  }

  .lg\:focus\:tw-text-indigo-900:focus{
    color: #3c366b !important;
  }

  .lg\:focus\:tw-text-purple-100:focus{
    color: #faf5ff !important;
  }

  .lg\:focus\:tw-text-purple-200:focus{
    color: #e9d8fd !important;
  }

  .lg\:focus\:tw-text-purple-300:focus{
    color: #d6bcfa !important;
  }

  .lg\:focus\:tw-text-purple-400:focus{
    color: #b794f4 !important;
  }

  .lg\:focus\:tw-text-purple-500:focus{
    color: #9f7aea !important;
  }

  .lg\:focus\:tw-text-purple-600:focus{
    color: #805ad5 !important;
  }

  .lg\:focus\:tw-text-purple-700:focus{
    color: #6b46c1 !important;
  }

  .lg\:focus\:tw-text-purple-800:focus{
    color: #553c9a !important;
  }

  .lg\:focus\:tw-text-purple-900:focus{
    color: #44337a !important;
  }

  .lg\:focus\:tw-text-pink-100:focus{
    color: #fff5f7 !important;
  }

  .lg\:focus\:tw-text-pink-200:focus{
    color: #fed7e2 !important;
  }

  .lg\:focus\:tw-text-pink-300:focus{
    color: #fbb6ce !important;
  }

  .lg\:focus\:tw-text-pink-400:focus{
    color: #f687b3 !important;
  }

  .lg\:focus\:tw-text-pink-500:focus{
    color: #ed64a6 !important;
  }

  .lg\:focus\:tw-text-pink-600:focus{
    color: #d53f8c !important;
  }

  .lg\:focus\:tw-text-pink-700:focus{
    color: #b83280 !important;
  }

  .lg\:focus\:tw-text-pink-800:focus{
    color: #97266d !important;
  }

  .lg\:focus\:tw-text-pink-900:focus{
    color: #702459 !important;
  }

  .lg\:tw-text-xs{
    font-size: 0.75rem !important;
  }

  .lg\:tw-text-sm{
    font-size: 0.875rem !important;
  }

  .lg\:tw-text-base{
    font-size: 1rem !important;
  }

  .lg\:tw-text-lg{
    font-size: 1.125rem !important;
  }

  .lg\:tw-text-xl{
    font-size: 1.25rem !important;
  }

  .lg\:tw-text-2xl{
    font-size: 1.5rem !important;
  }

  .lg\:tw-text-3xl{
    font-size: 1.875rem !important;
  }

  .lg\:tw-text-4xl{
    font-size: 2.25rem !important;
  }

  .lg\:tw-text-5xl{
    font-size: 3rem !important;
  }

  .lg\:tw-text-6xl{
    font-size: 4rem !important;
  }

  .lg\:tw-italic{
    font-style: italic !important;
  }

  .lg\:tw-not-italic{
    font-style: normal !important;
  }

  .lg\:tw-uppercase{
    text-transform: uppercase !important;
  }

  .lg\:tw-lowercase{
    text-transform: lowercase !important;
  }

  .lg\:tw-capitalize{
    text-transform: capitalize !important;
  }

  .lg\:tw-normal-case{
    text-transform: none !important;
  }

  .lg\:tw-underline{
    text-decoration: underline !important;
  }

  .lg\:tw-line-through{
    text-decoration: line-through !important;
  }

  .lg\:tw-no-underline{
    text-decoration: none !important;
  }

  .lg\:hover\:tw-underline:hover{
    text-decoration: underline !important;
  }

  .lg\:hover\:tw-line-through:hover{
    text-decoration: line-through !important;
  }

  .lg\:hover\:tw-no-underline:hover{
    text-decoration: none !important;
  }

  .lg\:focus\:tw-underline:focus{
    text-decoration: underline !important;
  }

  .lg\:focus\:tw-line-through:focus{
    text-decoration: line-through !important;
  }

  .lg\:focus\:tw-no-underline:focus{
    text-decoration: none !important;
  }

  .lg\:tw-antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:tw-subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:tw-tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .lg\:tw-tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .lg\:tw-tracking-normal{
    letter-spacing: 0 !important;
  }

  .lg\:tw-tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .lg\:tw-tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .lg\:tw-tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .lg\:tw-select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lg\:tw-select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .lg\:tw-select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .lg\:tw-select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:tw-align-baseline{
    vertical-align: baseline !important;
  }

  .lg\:tw-align-top{
    vertical-align: top !important;
  }

  .lg\:tw-align-middle{
    vertical-align: middle !important;
  }

  .lg\:tw-align-bottom{
    vertical-align: bottom !important;
  }

  .lg\:tw-align-text-top{
    vertical-align: text-top !important;
  }

  .lg\:tw-align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .lg\:tw-visible{
    visibility: visible !important;
  }

  .lg\:tw-invisible{
    visibility: hidden !important;
  }

  .lg\:tw-whitespace-normal{
    white-space: normal !important;
  }

  .lg\:tw-whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .lg\:tw-whitespace-pre{
    white-space: pre !important;
  }

  .lg\:tw-whitespace-pre-line{
    white-space: pre-line !important;
  }

  .lg\:tw-whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .lg\:tw-break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:tw-break-words{
    overflow-wrap: break-word !important;
  }

  .lg\:tw-break-all{
    word-break: break-all !important;
  }

  .lg\:tw-truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:tw-w-0{
    width: 0 !important;
  }

  .lg\:tw-w-1{
    width: 0.25rem !important;
  }

  .lg\:tw-w-2{
    width: 0.5rem !important;
  }

  .lg\:tw-w-3{
    width: 0.75rem !important;
  }

  .lg\:tw-w-4{
    width: 1rem !important;
  }

  .lg\:tw-w-5{
    width: 1.25rem !important;
  }

  .lg\:tw-w-6{
    width: 1.5rem !important;
  }

  .lg\:tw-w-8{
    width: 2rem !important;
  }

  .lg\:tw-w-10{
    width: 2.5rem !important;
  }

  .lg\:tw-w-12{
    width: 3rem !important;
  }

  .lg\:tw-w-16{
    width: 4rem !important;
  }

  .lg\:tw-w-20{
    width: 5rem !important;
  }

  .lg\:tw-w-24{
    width: 6rem !important;
  }

  .lg\:tw-w-32{
    width: 8rem !important;
  }

  .lg\:tw-w-40{
    width: 10rem !important;
  }

  .lg\:tw-w-48{
    width: 12rem !important;
  }

  .lg\:tw-w-56{
    width: 14rem !important;
  }

  .lg\:tw-w-64{
    width: 16rem !important;
  }

  .lg\:tw-w-auto{
    width: auto !important;
  }

  .lg\:tw-w-px{
    width: 1px !important;
  }

  .lg\:tw-w-1\/2{
    width: 50% !important;
  }

  .lg\:tw-w-1\/3{
    width: 33.333333% !important;
  }

  .lg\:tw-w-2\/3{
    width: 66.666667% !important;
  }

  .lg\:tw-w-1\/4{
    width: 25% !important;
  }

  .lg\:tw-w-2\/4{
    width: 50% !important;
  }

  .lg\:tw-w-3\/4{
    width: 75% !important;
  }

  .lg\:tw-w-1\/5{
    width: 20% !important;
  }

  .lg\:tw-w-2\/5{
    width: 40% !important;
  }

  .lg\:tw-w-3\/5{
    width: 60% !important;
  }

  .lg\:tw-w-4\/5{
    width: 80% !important;
  }

  .lg\:tw-w-1\/6{
    width: 16.666667% !important;
  }

  .lg\:tw-w-2\/6{
    width: 33.333333% !important;
  }

  .lg\:tw-w-3\/6{
    width: 50% !important;
  }

  .lg\:tw-w-4\/6{
    width: 66.666667% !important;
  }

  .lg\:tw-w-5\/6{
    width: 83.333333% !important;
  }

  .lg\:tw-w-1\/12{
    width: 8.333333% !important;
  }

  .lg\:tw-w-2\/12{
    width: 16.666667% !important;
  }

  .lg\:tw-w-3\/12{
    width: 25% !important;
  }

  .lg\:tw-w-4\/12{
    width: 33.333333% !important;
  }

  .lg\:tw-w-5\/12{
    width: 41.666667% !important;
  }

  .lg\:tw-w-6\/12{
    width: 50% !important;
  }

  .lg\:tw-w-7\/12{
    width: 58.333333% !important;
  }

  .lg\:tw-w-8\/12{
    width: 66.666667% !important;
  }

  .lg\:tw-w-9\/12{
    width: 75% !important;
  }

  .lg\:tw-w-10\/12{
    width: 83.333333% !important;
  }

  .lg\:tw-w-11\/12{
    width: 91.666667% !important;
  }

  .lg\:tw-w-full{
    width: 100% !important;
  }

  .lg\:tw-w-screen{
    width: 100vw !important;
  }

  .lg\:tw-z-0{
    z-index: 0 !important;
  }

  .lg\:tw-z-10{
    z-index: 10 !important;
  }

  .lg\:tw-z-20{
    z-index: 20 !important;
  }

  .lg\:tw-z-30{
    z-index: 30 !important;
  }

  .lg\:tw-z-40{
    z-index: 40 !important;
  }

  .lg\:tw-z-50{
    z-index: 50 !important;
  }

  .lg\:tw-z-auto{
    z-index: auto !important;
  }
}

@media (min-width: 1280px){
  .xl\:tw-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\:tw-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\:tw-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\:tw-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\:tw-appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:tw-bg-fixed{
    background-attachment: fixed !important;
  }

  .xl\:tw-bg-local{
    background-attachment: local !important;
  }

  .xl\:tw-bg-scroll{
    background-attachment: scroll !important;
  }

  .xl\:tw-bg-transparent{
    background-color: transparent !important;
  }

  .xl\:tw-bg-black{
    background-color: #000 !important;
  }

  .xl\:tw-bg-white{
    background-color: #fff !important;
  }

  .xl\:tw-bg-gray-100{
    background-color: #f7fafc !important;
  }

  .xl\:tw-bg-gray-200{
    background-color: #edf2f7 !important;
  }

  .xl\:tw-bg-gray-300{
    background-color: #e2e8f0 !important;
  }

  .xl\:tw-bg-gray-400{
    background-color: #cbd5e0 !important;
  }

  .xl\:tw-bg-gray-500{
    background-color: #a0aec0 !important;
  }

  .xl\:tw-bg-gray-600{
    background-color: #718096 !important;
  }

  .xl\:tw-bg-gray-700{
    background-color: #4a5568 !important;
  }

  .xl\:tw-bg-gray-800{
    background-color: #2d3748 !important;
  }

  .xl\:tw-bg-gray-900{
    background-color: #1a202c !important;
  }

  .xl\:tw-bg-red-100{
    background-color: #fff5f5 !important;
  }

  .xl\:tw-bg-red-200{
    background-color: #fed7d7 !important;
  }

  .xl\:tw-bg-red-300{
    background-color: #feb2b2 !important;
  }

  .xl\:tw-bg-red-400{
    background-color: #fc8181 !important;
  }

  .xl\:tw-bg-red-500{
    background-color: #f56565 !important;
  }

  .xl\:tw-bg-red-600{
    background-color: #e53e3e !important;
  }

  .xl\:tw-bg-red-700{
    background-color: #c53030 !important;
  }

  .xl\:tw-bg-red-800{
    background-color: #9b2c2c !important;
  }

  .xl\:tw-bg-red-900{
    background-color: #742a2a !important;
  }

  .xl\:tw-bg-orange-100{
    background-color: #fffaf0 !important;
  }

  .xl\:tw-bg-orange-200{
    background-color: #feebc8 !important;
  }

  .xl\:tw-bg-orange-300{
    background-color: #fbd38d !important;
  }

  .xl\:tw-bg-orange-400{
    background-color: #f6ad55 !important;
  }

  .xl\:tw-bg-orange-500{
    background-color: #ed8936 !important;
  }

  .xl\:tw-bg-orange-600{
    background-color: #dd6b20 !important;
  }

  .xl\:tw-bg-orange-700{
    background-color: #c05621 !important;
  }

  .xl\:tw-bg-orange-800{
    background-color: #9c4221 !important;
  }

  .xl\:tw-bg-orange-900{
    background-color: #7b341e !important;
  }

  .xl\:tw-bg-yellow-100{
    background-color: #fffff0 !important;
  }

  .xl\:tw-bg-yellow-200{
    background-color: #fefcbf !important;
  }

  .xl\:tw-bg-yellow-300{
    background-color: #faf089 !important;
  }

  .xl\:tw-bg-yellow-400{
    background-color: #f6e05e !important;
  }

  .xl\:tw-bg-yellow-500{
    background-color: #ecc94b !important;
  }

  .xl\:tw-bg-yellow-600{
    background-color: #d69e2e !important;
  }

  .xl\:tw-bg-yellow-700{
    background-color: #b7791f !important;
  }

  .xl\:tw-bg-yellow-800{
    background-color: #975a16 !important;
  }

  .xl\:tw-bg-yellow-900{
    background-color: #744210 !important;
  }

  .xl\:tw-bg-green-100{
    background-color: #f0fff4 !important;
  }

  .xl\:tw-bg-green-200{
    background-color: #c6f6d5 !important;
  }

  .xl\:tw-bg-green-300{
    background-color: #9ae6b4 !important;
  }

  .xl\:tw-bg-green-400{
    background-color: #68d391 !important;
  }

  .xl\:tw-bg-green-500{
    background-color: #48bb78 !important;
  }

  .xl\:tw-bg-green-600{
    background-color: #38a169 !important;
  }

  .xl\:tw-bg-green-700{
    background-color: #2f855a !important;
  }

  .xl\:tw-bg-green-800{
    background-color: #276749 !important;
  }

  .xl\:tw-bg-green-900{
    background-color: #22543d !important;
  }

  .xl\:tw-bg-teal-100{
    background-color: #e6fffa !important;
  }

  .xl\:tw-bg-teal-200{
    background-color: #b2f5ea !important;
  }

  .xl\:tw-bg-teal-300{
    background-color: #81e6d9 !important;
  }

  .xl\:tw-bg-teal-400{
    background-color: #4fd1c5 !important;
  }

  .xl\:tw-bg-teal-500{
    background-color: #38b2ac !important;
  }

  .xl\:tw-bg-teal-600{
    background-color: #319795 !important;
  }

  .xl\:tw-bg-teal-700{
    background-color: #2c7a7b !important;
  }

  .xl\:tw-bg-teal-800{
    background-color: #285e61 !important;
  }

  .xl\:tw-bg-teal-900{
    background-color: #234e52 !important;
  }

  .xl\:tw-bg-blue-100{
    background-color: #ebf8ff !important;
  }

  .xl\:tw-bg-blue-200{
    background-color: #bee3f8 !important;
  }

  .xl\:tw-bg-blue-300{
    background-color: #90cdf4 !important;
  }

  .xl\:tw-bg-blue-400{
    background-color: #63b3ed !important;
  }

  .xl\:tw-bg-blue-500{
    background-color: #4299e1 !important;
  }

  .xl\:tw-bg-blue-600{
    background-color: #3182ce !important;
  }

  .xl\:tw-bg-blue-700{
    background-color: #2b6cb0 !important;
  }

  .xl\:tw-bg-blue-800{
    background-color: #2c5282 !important;
  }

  .xl\:tw-bg-blue-900{
    background-color: #2a4365 !important;
  }

  .xl\:tw-bg-indigo-100{
    background-color: #ebf4ff !important;
  }

  .xl\:tw-bg-indigo-200{
    background-color: #c3dafe !important;
  }

  .xl\:tw-bg-indigo-300{
    background-color: #a3bffa !important;
  }

  .xl\:tw-bg-indigo-400{
    background-color: #7f9cf5 !important;
  }

  .xl\:tw-bg-indigo-500{
    background-color: #667eea !important;
  }

  .xl\:tw-bg-indigo-600{
    background-color: #5a67d8 !important;
  }

  .xl\:tw-bg-indigo-700{
    background-color: #4c51bf !important;
  }

  .xl\:tw-bg-indigo-800{
    background-color: #434190 !important;
  }

  .xl\:tw-bg-indigo-900{
    background-color: #3c366b !important;
  }

  .xl\:tw-bg-purple-100{
    background-color: #faf5ff !important;
  }

  .xl\:tw-bg-purple-200{
    background-color: #e9d8fd !important;
  }

  .xl\:tw-bg-purple-300{
    background-color: #d6bcfa !important;
  }

  .xl\:tw-bg-purple-400{
    background-color: #b794f4 !important;
  }

  .xl\:tw-bg-purple-500{
    background-color: #9f7aea !important;
  }

  .xl\:tw-bg-purple-600{
    background-color: #805ad5 !important;
  }

  .xl\:tw-bg-purple-700{
    background-color: #6b46c1 !important;
  }

  .xl\:tw-bg-purple-800{
    background-color: #553c9a !important;
  }

  .xl\:tw-bg-purple-900{
    background-color: #44337a !important;
  }

  .xl\:tw-bg-pink-100{
    background-color: #fff5f7 !important;
  }

  .xl\:tw-bg-pink-200{
    background-color: #fed7e2 !important;
  }

  .xl\:tw-bg-pink-300{
    background-color: #fbb6ce !important;
  }

  .xl\:tw-bg-pink-400{
    background-color: #f687b3 !important;
  }

  .xl\:tw-bg-pink-500{
    background-color: #ed64a6 !important;
  }

  .xl\:tw-bg-pink-600{
    background-color: #d53f8c !important;
  }

  .xl\:tw-bg-pink-700{
    background-color: #b83280 !important;
  }

  .xl\:tw-bg-pink-800{
    background-color: #97266d !important;
  }

  .xl\:tw-bg-pink-900{
    background-color: #702459 !important;
  }

  .xl\:hover\:tw-bg-transparent:hover{
    background-color: transparent !important;
  }

  .xl\:hover\:tw-bg-black:hover{
    background-color: #000 !important;
  }

  .xl\:hover\:tw-bg-white:hover{
    background-color: #fff !important;
  }

  .xl\:hover\:tw-bg-gray-100:hover{
    background-color: #f7fafc !important;
  }

  .xl\:hover\:tw-bg-gray-200:hover{
    background-color: #edf2f7 !important;
  }

  .xl\:hover\:tw-bg-gray-300:hover{
    background-color: #e2e8f0 !important;
  }

  .xl\:hover\:tw-bg-gray-400:hover{
    background-color: #cbd5e0 !important;
  }

  .xl\:hover\:tw-bg-gray-500:hover{
    background-color: #a0aec0 !important;
  }

  .xl\:hover\:tw-bg-gray-600:hover{
    background-color: #718096 !important;
  }

  .xl\:hover\:tw-bg-gray-700:hover{
    background-color: #4a5568 !important;
  }

  .xl\:hover\:tw-bg-gray-800:hover{
    background-color: #2d3748 !important;
  }

  .xl\:hover\:tw-bg-gray-900:hover{
    background-color: #1a202c !important;
  }

  .xl\:hover\:tw-bg-red-100:hover{
    background-color: #fff5f5 !important;
  }

  .xl\:hover\:tw-bg-red-200:hover{
    background-color: #fed7d7 !important;
  }

  .xl\:hover\:tw-bg-red-300:hover{
    background-color: #feb2b2 !important;
  }

  .xl\:hover\:tw-bg-red-400:hover{
    background-color: #fc8181 !important;
  }

  .xl\:hover\:tw-bg-red-500:hover{
    background-color: #f56565 !important;
  }

  .xl\:hover\:tw-bg-red-600:hover{
    background-color: #e53e3e !important;
  }

  .xl\:hover\:tw-bg-red-700:hover{
    background-color: #c53030 !important;
  }

  .xl\:hover\:tw-bg-red-800:hover{
    background-color: #9b2c2c !important;
  }

  .xl\:hover\:tw-bg-red-900:hover{
    background-color: #742a2a !important;
  }

  .xl\:hover\:tw-bg-orange-100:hover{
    background-color: #fffaf0 !important;
  }

  .xl\:hover\:tw-bg-orange-200:hover{
    background-color: #feebc8 !important;
  }

  .xl\:hover\:tw-bg-orange-300:hover{
    background-color: #fbd38d !important;
  }

  .xl\:hover\:tw-bg-orange-400:hover{
    background-color: #f6ad55 !important;
  }

  .xl\:hover\:tw-bg-orange-500:hover{
    background-color: #ed8936 !important;
  }

  .xl\:hover\:tw-bg-orange-600:hover{
    background-color: #dd6b20 !important;
  }

  .xl\:hover\:tw-bg-orange-700:hover{
    background-color: #c05621 !important;
  }

  .xl\:hover\:tw-bg-orange-800:hover{
    background-color: #9c4221 !important;
  }

  .xl\:hover\:tw-bg-orange-900:hover{
    background-color: #7b341e !important;
  }

  .xl\:hover\:tw-bg-yellow-100:hover{
    background-color: #fffff0 !important;
  }

  .xl\:hover\:tw-bg-yellow-200:hover{
    background-color: #fefcbf !important;
  }

  .xl\:hover\:tw-bg-yellow-300:hover{
    background-color: #faf089 !important;
  }

  .xl\:hover\:tw-bg-yellow-400:hover{
    background-color: #f6e05e !important;
  }

  .xl\:hover\:tw-bg-yellow-500:hover{
    background-color: #ecc94b !important;
  }

  .xl\:hover\:tw-bg-yellow-600:hover{
    background-color: #d69e2e !important;
  }

  .xl\:hover\:tw-bg-yellow-700:hover{
    background-color: #b7791f !important;
  }

  .xl\:hover\:tw-bg-yellow-800:hover{
    background-color: #975a16 !important;
  }

  .xl\:hover\:tw-bg-yellow-900:hover{
    background-color: #744210 !important;
  }

  .xl\:hover\:tw-bg-green-100:hover{
    background-color: #f0fff4 !important;
  }

  .xl\:hover\:tw-bg-green-200:hover{
    background-color: #c6f6d5 !important;
  }

  .xl\:hover\:tw-bg-green-300:hover{
    background-color: #9ae6b4 !important;
  }

  .xl\:hover\:tw-bg-green-400:hover{
    background-color: #68d391 !important;
  }

  .xl\:hover\:tw-bg-green-500:hover{
    background-color: #48bb78 !important;
  }

  .xl\:hover\:tw-bg-green-600:hover{
    background-color: #38a169 !important;
  }

  .xl\:hover\:tw-bg-green-700:hover{
    background-color: #2f855a !important;
  }

  .xl\:hover\:tw-bg-green-800:hover{
    background-color: #276749 !important;
  }

  .xl\:hover\:tw-bg-green-900:hover{
    background-color: #22543d !important;
  }

  .xl\:hover\:tw-bg-teal-100:hover{
    background-color: #e6fffa !important;
  }

  .xl\:hover\:tw-bg-teal-200:hover{
    background-color: #b2f5ea !important;
  }

  .xl\:hover\:tw-bg-teal-300:hover{
    background-color: #81e6d9 !important;
  }

  .xl\:hover\:tw-bg-teal-400:hover{
    background-color: #4fd1c5 !important;
  }

  .xl\:hover\:tw-bg-teal-500:hover{
    background-color: #38b2ac !important;
  }

  .xl\:hover\:tw-bg-teal-600:hover{
    background-color: #319795 !important;
  }

  .xl\:hover\:tw-bg-teal-700:hover{
    background-color: #2c7a7b !important;
  }

  .xl\:hover\:tw-bg-teal-800:hover{
    background-color: #285e61 !important;
  }

  .xl\:hover\:tw-bg-teal-900:hover{
    background-color: #234e52 !important;
  }

  .xl\:hover\:tw-bg-blue-100:hover{
    background-color: #ebf8ff !important;
  }

  .xl\:hover\:tw-bg-blue-200:hover{
    background-color: #bee3f8 !important;
  }

  .xl\:hover\:tw-bg-blue-300:hover{
    background-color: #90cdf4 !important;
  }

  .xl\:hover\:tw-bg-blue-400:hover{
    background-color: #63b3ed !important;
  }

  .xl\:hover\:tw-bg-blue-500:hover{
    background-color: #4299e1 !important;
  }

  .xl\:hover\:tw-bg-blue-600:hover{
    background-color: #3182ce !important;
  }

  .xl\:hover\:tw-bg-blue-700:hover{
    background-color: #2b6cb0 !important;
  }

  .xl\:hover\:tw-bg-blue-800:hover{
    background-color: #2c5282 !important;
  }

  .xl\:hover\:tw-bg-blue-900:hover{
    background-color: #2a4365 !important;
  }

  .xl\:hover\:tw-bg-indigo-100:hover{
    background-color: #ebf4ff !important;
  }

  .xl\:hover\:tw-bg-indigo-200:hover{
    background-color: #c3dafe !important;
  }

  .xl\:hover\:tw-bg-indigo-300:hover{
    background-color: #a3bffa !important;
  }

  .xl\:hover\:tw-bg-indigo-400:hover{
    background-color: #7f9cf5 !important;
  }

  .xl\:hover\:tw-bg-indigo-500:hover{
    background-color: #667eea !important;
  }

  .xl\:hover\:tw-bg-indigo-600:hover{
    background-color: #5a67d8 !important;
  }

  .xl\:hover\:tw-bg-indigo-700:hover{
    background-color: #4c51bf !important;
  }

  .xl\:hover\:tw-bg-indigo-800:hover{
    background-color: #434190 !important;
  }

  .xl\:hover\:tw-bg-indigo-900:hover{
    background-color: #3c366b !important;
  }

  .xl\:hover\:tw-bg-purple-100:hover{
    background-color: #faf5ff !important;
  }

  .xl\:hover\:tw-bg-purple-200:hover{
    background-color: #e9d8fd !important;
  }

  .xl\:hover\:tw-bg-purple-300:hover{
    background-color: #d6bcfa !important;
  }

  .xl\:hover\:tw-bg-purple-400:hover{
    background-color: #b794f4 !important;
  }

  .xl\:hover\:tw-bg-purple-500:hover{
    background-color: #9f7aea !important;
  }

  .xl\:hover\:tw-bg-purple-600:hover{
    background-color: #805ad5 !important;
  }

  .xl\:hover\:tw-bg-purple-700:hover{
    background-color: #6b46c1 !important;
  }

  .xl\:hover\:tw-bg-purple-800:hover{
    background-color: #553c9a !important;
  }

  .xl\:hover\:tw-bg-purple-900:hover{
    background-color: #44337a !important;
  }

  .xl\:hover\:tw-bg-pink-100:hover{
    background-color: #fff5f7 !important;
  }

  .xl\:hover\:tw-bg-pink-200:hover{
    background-color: #fed7e2 !important;
  }

  .xl\:hover\:tw-bg-pink-300:hover{
    background-color: #fbb6ce !important;
  }

  .xl\:hover\:tw-bg-pink-400:hover{
    background-color: #f687b3 !important;
  }

  .xl\:hover\:tw-bg-pink-500:hover{
    background-color: #ed64a6 !important;
  }

  .xl\:hover\:tw-bg-pink-600:hover{
    background-color: #d53f8c !important;
  }

  .xl\:hover\:tw-bg-pink-700:hover{
    background-color: #b83280 !important;
  }

  .xl\:hover\:tw-bg-pink-800:hover{
    background-color: #97266d !important;
  }

  .xl\:hover\:tw-bg-pink-900:hover{
    background-color: #702459 !important;
  }

  .xl\:focus\:tw-bg-transparent:focus{
    background-color: transparent !important;
  }

  .xl\:focus\:tw-bg-black:focus{
    background-color: #000 !important;
  }

  .xl\:focus\:tw-bg-white:focus{
    background-color: #fff !important;
  }

  .xl\:focus\:tw-bg-gray-100:focus{
    background-color: #f7fafc !important;
  }

  .xl\:focus\:tw-bg-gray-200:focus{
    background-color: #edf2f7 !important;
  }

  .xl\:focus\:tw-bg-gray-300:focus{
    background-color: #e2e8f0 !important;
  }

  .xl\:focus\:tw-bg-gray-400:focus{
    background-color: #cbd5e0 !important;
  }

  .xl\:focus\:tw-bg-gray-500:focus{
    background-color: #a0aec0 !important;
  }

  .xl\:focus\:tw-bg-gray-600:focus{
    background-color: #718096 !important;
  }

  .xl\:focus\:tw-bg-gray-700:focus{
    background-color: #4a5568 !important;
  }

  .xl\:focus\:tw-bg-gray-800:focus{
    background-color: #2d3748 !important;
  }

  .xl\:focus\:tw-bg-gray-900:focus{
    background-color: #1a202c !important;
  }

  .xl\:focus\:tw-bg-red-100:focus{
    background-color: #fff5f5 !important;
  }

  .xl\:focus\:tw-bg-red-200:focus{
    background-color: #fed7d7 !important;
  }

  .xl\:focus\:tw-bg-red-300:focus{
    background-color: #feb2b2 !important;
  }

  .xl\:focus\:tw-bg-red-400:focus{
    background-color: #fc8181 !important;
  }

  .xl\:focus\:tw-bg-red-500:focus{
    background-color: #f56565 !important;
  }

  .xl\:focus\:tw-bg-red-600:focus{
    background-color: #e53e3e !important;
  }

  .xl\:focus\:tw-bg-red-700:focus{
    background-color: #c53030 !important;
  }

  .xl\:focus\:tw-bg-red-800:focus{
    background-color: #9b2c2c !important;
  }

  .xl\:focus\:tw-bg-red-900:focus{
    background-color: #742a2a !important;
  }

  .xl\:focus\:tw-bg-orange-100:focus{
    background-color: #fffaf0 !important;
  }

  .xl\:focus\:tw-bg-orange-200:focus{
    background-color: #feebc8 !important;
  }

  .xl\:focus\:tw-bg-orange-300:focus{
    background-color: #fbd38d !important;
  }

  .xl\:focus\:tw-bg-orange-400:focus{
    background-color: #f6ad55 !important;
  }

  .xl\:focus\:tw-bg-orange-500:focus{
    background-color: #ed8936 !important;
  }

  .xl\:focus\:tw-bg-orange-600:focus{
    background-color: #dd6b20 !important;
  }

  .xl\:focus\:tw-bg-orange-700:focus{
    background-color: #c05621 !important;
  }

  .xl\:focus\:tw-bg-orange-800:focus{
    background-color: #9c4221 !important;
  }

  .xl\:focus\:tw-bg-orange-900:focus{
    background-color: #7b341e !important;
  }

  .xl\:focus\:tw-bg-yellow-100:focus{
    background-color: #fffff0 !important;
  }

  .xl\:focus\:tw-bg-yellow-200:focus{
    background-color: #fefcbf !important;
  }

  .xl\:focus\:tw-bg-yellow-300:focus{
    background-color: #faf089 !important;
  }

  .xl\:focus\:tw-bg-yellow-400:focus{
    background-color: #f6e05e !important;
  }

  .xl\:focus\:tw-bg-yellow-500:focus{
    background-color: #ecc94b !important;
  }

  .xl\:focus\:tw-bg-yellow-600:focus{
    background-color: #d69e2e !important;
  }

  .xl\:focus\:tw-bg-yellow-700:focus{
    background-color: #b7791f !important;
  }

  .xl\:focus\:tw-bg-yellow-800:focus{
    background-color: #975a16 !important;
  }

  .xl\:focus\:tw-bg-yellow-900:focus{
    background-color: #744210 !important;
  }

  .xl\:focus\:tw-bg-green-100:focus{
    background-color: #f0fff4 !important;
  }

  .xl\:focus\:tw-bg-green-200:focus{
    background-color: #c6f6d5 !important;
  }

  .xl\:focus\:tw-bg-green-300:focus{
    background-color: #9ae6b4 !important;
  }

  .xl\:focus\:tw-bg-green-400:focus{
    background-color: #68d391 !important;
  }

  .xl\:focus\:tw-bg-green-500:focus{
    background-color: #48bb78 !important;
  }

  .xl\:focus\:tw-bg-green-600:focus{
    background-color: #38a169 !important;
  }

  .xl\:focus\:tw-bg-green-700:focus{
    background-color: #2f855a !important;
  }

  .xl\:focus\:tw-bg-green-800:focus{
    background-color: #276749 !important;
  }

  .xl\:focus\:tw-bg-green-900:focus{
    background-color: #22543d !important;
  }

  .xl\:focus\:tw-bg-teal-100:focus{
    background-color: #e6fffa !important;
  }

  .xl\:focus\:tw-bg-teal-200:focus{
    background-color: #b2f5ea !important;
  }

  .xl\:focus\:tw-bg-teal-300:focus{
    background-color: #81e6d9 !important;
  }

  .xl\:focus\:tw-bg-teal-400:focus{
    background-color: #4fd1c5 !important;
  }

  .xl\:focus\:tw-bg-teal-500:focus{
    background-color: #38b2ac !important;
  }

  .xl\:focus\:tw-bg-teal-600:focus{
    background-color: #319795 !important;
  }

  .xl\:focus\:tw-bg-teal-700:focus{
    background-color: #2c7a7b !important;
  }

  .xl\:focus\:tw-bg-teal-800:focus{
    background-color: #285e61 !important;
  }

  .xl\:focus\:tw-bg-teal-900:focus{
    background-color: #234e52 !important;
  }

  .xl\:focus\:tw-bg-blue-100:focus{
    background-color: #ebf8ff !important;
  }

  .xl\:focus\:tw-bg-blue-200:focus{
    background-color: #bee3f8 !important;
  }

  .xl\:focus\:tw-bg-blue-300:focus{
    background-color: #90cdf4 !important;
  }

  .xl\:focus\:tw-bg-blue-400:focus{
    background-color: #63b3ed !important;
  }

  .xl\:focus\:tw-bg-blue-500:focus{
    background-color: #4299e1 !important;
  }

  .xl\:focus\:tw-bg-blue-600:focus{
    background-color: #3182ce !important;
  }

  .xl\:focus\:tw-bg-blue-700:focus{
    background-color: #2b6cb0 !important;
  }

  .xl\:focus\:tw-bg-blue-800:focus{
    background-color: #2c5282 !important;
  }

  .xl\:focus\:tw-bg-blue-900:focus{
    background-color: #2a4365 !important;
  }

  .xl\:focus\:tw-bg-indigo-100:focus{
    background-color: #ebf4ff !important;
  }

  .xl\:focus\:tw-bg-indigo-200:focus{
    background-color: #c3dafe !important;
  }

  .xl\:focus\:tw-bg-indigo-300:focus{
    background-color: #a3bffa !important;
  }

  .xl\:focus\:tw-bg-indigo-400:focus{
    background-color: #7f9cf5 !important;
  }

  .xl\:focus\:tw-bg-indigo-500:focus{
    background-color: #667eea !important;
  }

  .xl\:focus\:tw-bg-indigo-600:focus{
    background-color: #5a67d8 !important;
  }

  .xl\:focus\:tw-bg-indigo-700:focus{
    background-color: #4c51bf !important;
  }

  .xl\:focus\:tw-bg-indigo-800:focus{
    background-color: #434190 !important;
  }

  .xl\:focus\:tw-bg-indigo-900:focus{
    background-color: #3c366b !important;
  }

  .xl\:focus\:tw-bg-purple-100:focus{
    background-color: #faf5ff !important;
  }

  .xl\:focus\:tw-bg-purple-200:focus{
    background-color: #e9d8fd !important;
  }

  .xl\:focus\:tw-bg-purple-300:focus{
    background-color: #d6bcfa !important;
  }

  .xl\:focus\:tw-bg-purple-400:focus{
    background-color: #b794f4 !important;
  }

  .xl\:focus\:tw-bg-purple-500:focus{
    background-color: #9f7aea !important;
  }

  .xl\:focus\:tw-bg-purple-600:focus{
    background-color: #805ad5 !important;
  }

  .xl\:focus\:tw-bg-purple-700:focus{
    background-color: #6b46c1 !important;
  }

  .xl\:focus\:tw-bg-purple-800:focus{
    background-color: #553c9a !important;
  }

  .xl\:focus\:tw-bg-purple-900:focus{
    background-color: #44337a !important;
  }

  .xl\:focus\:tw-bg-pink-100:focus{
    background-color: #fff5f7 !important;
  }

  .xl\:focus\:tw-bg-pink-200:focus{
    background-color: #fed7e2 !important;
  }

  .xl\:focus\:tw-bg-pink-300:focus{
    background-color: #fbb6ce !important;
  }

  .xl\:focus\:tw-bg-pink-400:focus{
    background-color: #f687b3 !important;
  }

  .xl\:focus\:tw-bg-pink-500:focus{
    background-color: #ed64a6 !important;
  }

  .xl\:focus\:tw-bg-pink-600:focus{
    background-color: #d53f8c !important;
  }

  .xl\:focus\:tw-bg-pink-700:focus{
    background-color: #b83280 !important;
  }

  .xl\:focus\:tw-bg-pink-800:focus{
    background-color: #97266d !important;
  }

  .xl\:focus\:tw-bg-pink-900:focus{
    background-color: #702459 !important;
  }

  .xl\:tw-bg-bottom{
    background-position: bottom !important;
  }

  .xl\:tw-bg-center{
    background-position: center !important;
  }

  .xl\:tw-bg-left{
    background-position: left !important;
  }

  .xl\:tw-bg-left-bottom{
    background-position: left bottom !important;
  }

  .xl\:tw-bg-left-top{
    background-position: left top !important;
  }

  .xl\:tw-bg-right{
    background-position: right !important;
  }

  .xl\:tw-bg-right-bottom{
    background-position: right bottom !important;
  }

  .xl\:tw-bg-right-top{
    background-position: right top !important;
  }

  .xl\:tw-bg-top{
    background-position: top !important;
  }

  .xl\:tw-bg-repeat{
    background-repeat: repeat !important;
  }

  .xl\:tw-bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .xl\:tw-bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .xl\:tw-bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .xl\:tw-bg-repeat-round{
    background-repeat: round !important;
  }

  .xl\:tw-bg-repeat-space{
    background-repeat: space !important;
  }

  .xl\:tw-bg-auto{
    background-size: auto !important;
  }

  .xl\:tw-bg-cover{
    background-size: cover !important;
  }

  .xl\:tw-bg-contain{
    background-size: contain !important;
  }

  .xl\:tw-border-collapse{
    border-collapse: collapse !important;
  }

  .xl\:tw-border-separate{
    border-collapse: separate !important;
  }

  .xl\:tw-border-transparent{
    border-color: transparent !important;
  }

  .xl\:tw-border-black{
    border-color: #000 !important;
  }

  .xl\:tw-border-white{
    border-color: #fff !important;
  }

  .xl\:tw-border-gray-100{
    border-color: #f7fafc !important;
  }

  .xl\:tw-border-gray-200{
    border-color: #edf2f7 !important;
  }

  .xl\:tw-border-gray-300{
    border-color: #e2e8f0 !important;
  }

  .xl\:tw-border-gray-400{
    border-color: #cbd5e0 !important;
  }

  .xl\:tw-border-gray-500{
    border-color: #a0aec0 !important;
  }

  .xl\:tw-border-gray-600{
    border-color: #718096 !important;
  }

  .xl\:tw-border-gray-700{
    border-color: #4a5568 !important;
  }

  .xl\:tw-border-gray-800{
    border-color: #2d3748 !important;
  }

  .xl\:tw-border-gray-900{
    border-color: #1a202c !important;
  }

  .xl\:tw-border-red-100{
    border-color: #fff5f5 !important;
  }

  .xl\:tw-border-red-200{
    border-color: #fed7d7 !important;
  }

  .xl\:tw-border-red-300{
    border-color: #feb2b2 !important;
  }

  .xl\:tw-border-red-400{
    border-color: #fc8181 !important;
  }

  .xl\:tw-border-red-500{
    border-color: #f56565 !important;
  }

  .xl\:tw-border-red-600{
    border-color: #e53e3e !important;
  }

  .xl\:tw-border-red-700{
    border-color: #c53030 !important;
  }

  .xl\:tw-border-red-800{
    border-color: #9b2c2c !important;
  }

  .xl\:tw-border-red-900{
    border-color: #742a2a !important;
  }

  .xl\:tw-border-orange-100{
    border-color: #fffaf0 !important;
  }

  .xl\:tw-border-orange-200{
    border-color: #feebc8 !important;
  }

  .xl\:tw-border-orange-300{
    border-color: #fbd38d !important;
  }

  .xl\:tw-border-orange-400{
    border-color: #f6ad55 !important;
  }

  .xl\:tw-border-orange-500{
    border-color: #ed8936 !important;
  }

  .xl\:tw-border-orange-600{
    border-color: #dd6b20 !important;
  }

  .xl\:tw-border-orange-700{
    border-color: #c05621 !important;
  }

  .xl\:tw-border-orange-800{
    border-color: #9c4221 !important;
  }

  .xl\:tw-border-orange-900{
    border-color: #7b341e !important;
  }

  .xl\:tw-border-yellow-100{
    border-color: #fffff0 !important;
  }

  .xl\:tw-border-yellow-200{
    border-color: #fefcbf !important;
  }

  .xl\:tw-border-yellow-300{
    border-color: #faf089 !important;
  }

  .xl\:tw-border-yellow-400{
    border-color: #f6e05e !important;
  }

  .xl\:tw-border-yellow-500{
    border-color: #ecc94b !important;
  }

  .xl\:tw-border-yellow-600{
    border-color: #d69e2e !important;
  }

  .xl\:tw-border-yellow-700{
    border-color: #b7791f !important;
  }

  .xl\:tw-border-yellow-800{
    border-color: #975a16 !important;
  }

  .xl\:tw-border-yellow-900{
    border-color: #744210 !important;
  }

  .xl\:tw-border-green-100{
    border-color: #f0fff4 !important;
  }

  .xl\:tw-border-green-200{
    border-color: #c6f6d5 !important;
  }

  .xl\:tw-border-green-300{
    border-color: #9ae6b4 !important;
  }

  .xl\:tw-border-green-400{
    border-color: #68d391 !important;
  }

  .xl\:tw-border-green-500{
    border-color: #48bb78 !important;
  }

  .xl\:tw-border-green-600{
    border-color: #38a169 !important;
  }

  .xl\:tw-border-green-700{
    border-color: #2f855a !important;
  }

  .xl\:tw-border-green-800{
    border-color: #276749 !important;
  }

  .xl\:tw-border-green-900{
    border-color: #22543d !important;
  }

  .xl\:tw-border-teal-100{
    border-color: #e6fffa !important;
  }

  .xl\:tw-border-teal-200{
    border-color: #b2f5ea !important;
  }

  .xl\:tw-border-teal-300{
    border-color: #81e6d9 !important;
  }

  .xl\:tw-border-teal-400{
    border-color: #4fd1c5 !important;
  }

  .xl\:tw-border-teal-500{
    border-color: #38b2ac !important;
  }

  .xl\:tw-border-teal-600{
    border-color: #319795 !important;
  }

  .xl\:tw-border-teal-700{
    border-color: #2c7a7b !important;
  }

  .xl\:tw-border-teal-800{
    border-color: #285e61 !important;
  }

  .xl\:tw-border-teal-900{
    border-color: #234e52 !important;
  }

  .xl\:tw-border-blue-100{
    border-color: #ebf8ff !important;
  }

  .xl\:tw-border-blue-200{
    border-color: #bee3f8 !important;
  }

  .xl\:tw-border-blue-300{
    border-color: #90cdf4 !important;
  }

  .xl\:tw-border-blue-400{
    border-color: #63b3ed !important;
  }

  .xl\:tw-border-blue-500{
    border-color: #4299e1 !important;
  }

  .xl\:tw-border-blue-600{
    border-color: #3182ce !important;
  }

  .xl\:tw-border-blue-700{
    border-color: #2b6cb0 !important;
  }

  .xl\:tw-border-blue-800{
    border-color: #2c5282 !important;
  }

  .xl\:tw-border-blue-900{
    border-color: #2a4365 !important;
  }

  .xl\:tw-border-indigo-100{
    border-color: #ebf4ff !important;
  }

  .xl\:tw-border-indigo-200{
    border-color: #c3dafe !important;
  }

  .xl\:tw-border-indigo-300{
    border-color: #a3bffa !important;
  }

  .xl\:tw-border-indigo-400{
    border-color: #7f9cf5 !important;
  }

  .xl\:tw-border-indigo-500{
    border-color: #667eea !important;
  }

  .xl\:tw-border-indigo-600{
    border-color: #5a67d8 !important;
  }

  .xl\:tw-border-indigo-700{
    border-color: #4c51bf !important;
  }

  .xl\:tw-border-indigo-800{
    border-color: #434190 !important;
  }

  .xl\:tw-border-indigo-900{
    border-color: #3c366b !important;
  }

  .xl\:tw-border-purple-100{
    border-color: #faf5ff !important;
  }

  .xl\:tw-border-purple-200{
    border-color: #e9d8fd !important;
  }

  .xl\:tw-border-purple-300{
    border-color: #d6bcfa !important;
  }

  .xl\:tw-border-purple-400{
    border-color: #b794f4 !important;
  }

  .xl\:tw-border-purple-500{
    border-color: #9f7aea !important;
  }

  .xl\:tw-border-purple-600{
    border-color: #805ad5 !important;
  }

  .xl\:tw-border-purple-700{
    border-color: #6b46c1 !important;
  }

  .xl\:tw-border-purple-800{
    border-color: #553c9a !important;
  }

  .xl\:tw-border-purple-900{
    border-color: #44337a !important;
  }

  .xl\:tw-border-pink-100{
    border-color: #fff5f7 !important;
  }

  .xl\:tw-border-pink-200{
    border-color: #fed7e2 !important;
  }

  .xl\:tw-border-pink-300{
    border-color: #fbb6ce !important;
  }

  .xl\:tw-border-pink-400{
    border-color: #f687b3 !important;
  }

  .xl\:tw-border-pink-500{
    border-color: #ed64a6 !important;
  }

  .xl\:tw-border-pink-600{
    border-color: #d53f8c !important;
  }

  .xl\:tw-border-pink-700{
    border-color: #b83280 !important;
  }

  .xl\:tw-border-pink-800{
    border-color: #97266d !important;
  }

  .xl\:tw-border-pink-900{
    border-color: #702459 !important;
  }

  .xl\:hover\:tw-border-transparent:hover{
    border-color: transparent !important;
  }

  .xl\:hover\:tw-border-black:hover{
    border-color: #000 !important;
  }

  .xl\:hover\:tw-border-white:hover{
    border-color: #fff !important;
  }

  .xl\:hover\:tw-border-gray-100:hover{
    border-color: #f7fafc !important;
  }

  .xl\:hover\:tw-border-gray-200:hover{
    border-color: #edf2f7 !important;
  }

  .xl\:hover\:tw-border-gray-300:hover{
    border-color: #e2e8f0 !important;
  }

  .xl\:hover\:tw-border-gray-400:hover{
    border-color: #cbd5e0 !important;
  }

  .xl\:hover\:tw-border-gray-500:hover{
    border-color: #a0aec0 !important;
  }

  .xl\:hover\:tw-border-gray-600:hover{
    border-color: #718096 !important;
  }

  .xl\:hover\:tw-border-gray-700:hover{
    border-color: #4a5568 !important;
  }

  .xl\:hover\:tw-border-gray-800:hover{
    border-color: #2d3748 !important;
  }

  .xl\:hover\:tw-border-gray-900:hover{
    border-color: #1a202c !important;
  }

  .xl\:hover\:tw-border-red-100:hover{
    border-color: #fff5f5 !important;
  }

  .xl\:hover\:tw-border-red-200:hover{
    border-color: #fed7d7 !important;
  }

  .xl\:hover\:tw-border-red-300:hover{
    border-color: #feb2b2 !important;
  }

  .xl\:hover\:tw-border-red-400:hover{
    border-color: #fc8181 !important;
  }

  .xl\:hover\:tw-border-red-500:hover{
    border-color: #f56565 !important;
  }

  .xl\:hover\:tw-border-red-600:hover{
    border-color: #e53e3e !important;
  }

  .xl\:hover\:tw-border-red-700:hover{
    border-color: #c53030 !important;
  }

  .xl\:hover\:tw-border-red-800:hover{
    border-color: #9b2c2c !important;
  }

  .xl\:hover\:tw-border-red-900:hover{
    border-color: #742a2a !important;
  }

  .xl\:hover\:tw-border-orange-100:hover{
    border-color: #fffaf0 !important;
  }

  .xl\:hover\:tw-border-orange-200:hover{
    border-color: #feebc8 !important;
  }

  .xl\:hover\:tw-border-orange-300:hover{
    border-color: #fbd38d !important;
  }

  .xl\:hover\:tw-border-orange-400:hover{
    border-color: #f6ad55 !important;
  }

  .xl\:hover\:tw-border-orange-500:hover{
    border-color: #ed8936 !important;
  }

  .xl\:hover\:tw-border-orange-600:hover{
    border-color: #dd6b20 !important;
  }

  .xl\:hover\:tw-border-orange-700:hover{
    border-color: #c05621 !important;
  }

  .xl\:hover\:tw-border-orange-800:hover{
    border-color: #9c4221 !important;
  }

  .xl\:hover\:tw-border-orange-900:hover{
    border-color: #7b341e !important;
  }

  .xl\:hover\:tw-border-yellow-100:hover{
    border-color: #fffff0 !important;
  }

  .xl\:hover\:tw-border-yellow-200:hover{
    border-color: #fefcbf !important;
  }

  .xl\:hover\:tw-border-yellow-300:hover{
    border-color: #faf089 !important;
  }

  .xl\:hover\:tw-border-yellow-400:hover{
    border-color: #f6e05e !important;
  }

  .xl\:hover\:tw-border-yellow-500:hover{
    border-color: #ecc94b !important;
  }

  .xl\:hover\:tw-border-yellow-600:hover{
    border-color: #d69e2e !important;
  }

  .xl\:hover\:tw-border-yellow-700:hover{
    border-color: #b7791f !important;
  }

  .xl\:hover\:tw-border-yellow-800:hover{
    border-color: #975a16 !important;
  }

  .xl\:hover\:tw-border-yellow-900:hover{
    border-color: #744210 !important;
  }

  .xl\:hover\:tw-border-green-100:hover{
    border-color: #f0fff4 !important;
  }

  .xl\:hover\:tw-border-green-200:hover{
    border-color: #c6f6d5 !important;
  }

  .xl\:hover\:tw-border-green-300:hover{
    border-color: #9ae6b4 !important;
  }

  .xl\:hover\:tw-border-green-400:hover{
    border-color: #68d391 !important;
  }

  .xl\:hover\:tw-border-green-500:hover{
    border-color: #48bb78 !important;
  }

  .xl\:hover\:tw-border-green-600:hover{
    border-color: #38a169 !important;
  }

  .xl\:hover\:tw-border-green-700:hover{
    border-color: #2f855a !important;
  }

  .xl\:hover\:tw-border-green-800:hover{
    border-color: #276749 !important;
  }

  .xl\:hover\:tw-border-green-900:hover{
    border-color: #22543d !important;
  }

  .xl\:hover\:tw-border-teal-100:hover{
    border-color: #e6fffa !important;
  }

  .xl\:hover\:tw-border-teal-200:hover{
    border-color: #b2f5ea !important;
  }

  .xl\:hover\:tw-border-teal-300:hover{
    border-color: #81e6d9 !important;
  }

  .xl\:hover\:tw-border-teal-400:hover{
    border-color: #4fd1c5 !important;
  }

  .xl\:hover\:tw-border-teal-500:hover{
    border-color: #38b2ac !important;
  }

  .xl\:hover\:tw-border-teal-600:hover{
    border-color: #319795 !important;
  }

  .xl\:hover\:tw-border-teal-700:hover{
    border-color: #2c7a7b !important;
  }

  .xl\:hover\:tw-border-teal-800:hover{
    border-color: #285e61 !important;
  }

  .xl\:hover\:tw-border-teal-900:hover{
    border-color: #234e52 !important;
  }

  .xl\:hover\:tw-border-blue-100:hover{
    border-color: #ebf8ff !important;
  }

  .xl\:hover\:tw-border-blue-200:hover{
    border-color: #bee3f8 !important;
  }

  .xl\:hover\:tw-border-blue-300:hover{
    border-color: #90cdf4 !important;
  }

  .xl\:hover\:tw-border-blue-400:hover{
    border-color: #63b3ed !important;
  }

  .xl\:hover\:tw-border-blue-500:hover{
    border-color: #4299e1 !important;
  }

  .xl\:hover\:tw-border-blue-600:hover{
    border-color: #3182ce !important;
  }

  .xl\:hover\:tw-border-blue-700:hover{
    border-color: #2b6cb0 !important;
  }

  .xl\:hover\:tw-border-blue-800:hover{
    border-color: #2c5282 !important;
  }

  .xl\:hover\:tw-border-blue-900:hover{
    border-color: #2a4365 !important;
  }

  .xl\:hover\:tw-border-indigo-100:hover{
    border-color: #ebf4ff !important;
  }

  .xl\:hover\:tw-border-indigo-200:hover{
    border-color: #c3dafe !important;
  }

  .xl\:hover\:tw-border-indigo-300:hover{
    border-color: #a3bffa !important;
  }

  .xl\:hover\:tw-border-indigo-400:hover{
    border-color: #7f9cf5 !important;
  }

  .xl\:hover\:tw-border-indigo-500:hover{
    border-color: #667eea !important;
  }

  .xl\:hover\:tw-border-indigo-600:hover{
    border-color: #5a67d8 !important;
  }

  .xl\:hover\:tw-border-indigo-700:hover{
    border-color: #4c51bf !important;
  }

  .xl\:hover\:tw-border-indigo-800:hover{
    border-color: #434190 !important;
  }

  .xl\:hover\:tw-border-indigo-900:hover{
    border-color: #3c366b !important;
  }

  .xl\:hover\:tw-border-purple-100:hover{
    border-color: #faf5ff !important;
  }

  .xl\:hover\:tw-border-purple-200:hover{
    border-color: #e9d8fd !important;
  }

  .xl\:hover\:tw-border-purple-300:hover{
    border-color: #d6bcfa !important;
  }

  .xl\:hover\:tw-border-purple-400:hover{
    border-color: #b794f4 !important;
  }

  .xl\:hover\:tw-border-purple-500:hover{
    border-color: #9f7aea !important;
  }

  .xl\:hover\:tw-border-purple-600:hover{
    border-color: #805ad5 !important;
  }

  .xl\:hover\:tw-border-purple-700:hover{
    border-color: #6b46c1 !important;
  }

  .xl\:hover\:tw-border-purple-800:hover{
    border-color: #553c9a !important;
  }

  .xl\:hover\:tw-border-purple-900:hover{
    border-color: #44337a !important;
  }

  .xl\:hover\:tw-border-pink-100:hover{
    border-color: #fff5f7 !important;
  }

  .xl\:hover\:tw-border-pink-200:hover{
    border-color: #fed7e2 !important;
  }

  .xl\:hover\:tw-border-pink-300:hover{
    border-color: #fbb6ce !important;
  }

  .xl\:hover\:tw-border-pink-400:hover{
    border-color: #f687b3 !important;
  }

  .xl\:hover\:tw-border-pink-500:hover{
    border-color: #ed64a6 !important;
  }

  .xl\:hover\:tw-border-pink-600:hover{
    border-color: #d53f8c !important;
  }

  .xl\:hover\:tw-border-pink-700:hover{
    border-color: #b83280 !important;
  }

  .xl\:hover\:tw-border-pink-800:hover{
    border-color: #97266d !important;
  }

  .xl\:hover\:tw-border-pink-900:hover{
    border-color: #702459 !important;
  }

  .xl\:focus\:tw-border-transparent:focus{
    border-color: transparent !important;
  }

  .xl\:focus\:tw-border-black:focus{
    border-color: #000 !important;
  }

  .xl\:focus\:tw-border-white:focus{
    border-color: #fff !important;
  }

  .xl\:focus\:tw-border-gray-100:focus{
    border-color: #f7fafc !important;
  }

  .xl\:focus\:tw-border-gray-200:focus{
    border-color: #edf2f7 !important;
  }

  .xl\:focus\:tw-border-gray-300:focus{
    border-color: #e2e8f0 !important;
  }

  .xl\:focus\:tw-border-gray-400:focus{
    border-color: #cbd5e0 !important;
  }

  .xl\:focus\:tw-border-gray-500:focus{
    border-color: #a0aec0 !important;
  }

  .xl\:focus\:tw-border-gray-600:focus{
    border-color: #718096 !important;
  }

  .xl\:focus\:tw-border-gray-700:focus{
    border-color: #4a5568 !important;
  }

  .xl\:focus\:tw-border-gray-800:focus{
    border-color: #2d3748 !important;
  }

  .xl\:focus\:tw-border-gray-900:focus{
    border-color: #1a202c !important;
  }

  .xl\:focus\:tw-border-red-100:focus{
    border-color: #fff5f5 !important;
  }

  .xl\:focus\:tw-border-red-200:focus{
    border-color: #fed7d7 !important;
  }

  .xl\:focus\:tw-border-red-300:focus{
    border-color: #feb2b2 !important;
  }

  .xl\:focus\:tw-border-red-400:focus{
    border-color: #fc8181 !important;
  }

  .xl\:focus\:tw-border-red-500:focus{
    border-color: #f56565 !important;
  }

  .xl\:focus\:tw-border-red-600:focus{
    border-color: #e53e3e !important;
  }

  .xl\:focus\:tw-border-red-700:focus{
    border-color: #c53030 !important;
  }

  .xl\:focus\:tw-border-red-800:focus{
    border-color: #9b2c2c !important;
  }

  .xl\:focus\:tw-border-red-900:focus{
    border-color: #742a2a !important;
  }

  .xl\:focus\:tw-border-orange-100:focus{
    border-color: #fffaf0 !important;
  }

  .xl\:focus\:tw-border-orange-200:focus{
    border-color: #feebc8 !important;
  }

  .xl\:focus\:tw-border-orange-300:focus{
    border-color: #fbd38d !important;
  }

  .xl\:focus\:tw-border-orange-400:focus{
    border-color: #f6ad55 !important;
  }

  .xl\:focus\:tw-border-orange-500:focus{
    border-color: #ed8936 !important;
  }

  .xl\:focus\:tw-border-orange-600:focus{
    border-color: #dd6b20 !important;
  }

  .xl\:focus\:tw-border-orange-700:focus{
    border-color: #c05621 !important;
  }

  .xl\:focus\:tw-border-orange-800:focus{
    border-color: #9c4221 !important;
  }

  .xl\:focus\:tw-border-orange-900:focus{
    border-color: #7b341e !important;
  }

  .xl\:focus\:tw-border-yellow-100:focus{
    border-color: #fffff0 !important;
  }

  .xl\:focus\:tw-border-yellow-200:focus{
    border-color: #fefcbf !important;
  }

  .xl\:focus\:tw-border-yellow-300:focus{
    border-color: #faf089 !important;
  }

  .xl\:focus\:tw-border-yellow-400:focus{
    border-color: #f6e05e !important;
  }

  .xl\:focus\:tw-border-yellow-500:focus{
    border-color: #ecc94b !important;
  }

  .xl\:focus\:tw-border-yellow-600:focus{
    border-color: #d69e2e !important;
  }

  .xl\:focus\:tw-border-yellow-700:focus{
    border-color: #b7791f !important;
  }

  .xl\:focus\:tw-border-yellow-800:focus{
    border-color: #975a16 !important;
  }

  .xl\:focus\:tw-border-yellow-900:focus{
    border-color: #744210 !important;
  }

  .xl\:focus\:tw-border-green-100:focus{
    border-color: #f0fff4 !important;
  }

  .xl\:focus\:tw-border-green-200:focus{
    border-color: #c6f6d5 !important;
  }

  .xl\:focus\:tw-border-green-300:focus{
    border-color: #9ae6b4 !important;
  }

  .xl\:focus\:tw-border-green-400:focus{
    border-color: #68d391 !important;
  }

  .xl\:focus\:tw-border-green-500:focus{
    border-color: #48bb78 !important;
  }

  .xl\:focus\:tw-border-green-600:focus{
    border-color: #38a169 !important;
  }

  .xl\:focus\:tw-border-green-700:focus{
    border-color: #2f855a !important;
  }

  .xl\:focus\:tw-border-green-800:focus{
    border-color: #276749 !important;
  }

  .xl\:focus\:tw-border-green-900:focus{
    border-color: #22543d !important;
  }

  .xl\:focus\:tw-border-teal-100:focus{
    border-color: #e6fffa !important;
  }

  .xl\:focus\:tw-border-teal-200:focus{
    border-color: #b2f5ea !important;
  }

  .xl\:focus\:tw-border-teal-300:focus{
    border-color: #81e6d9 !important;
  }

  .xl\:focus\:tw-border-teal-400:focus{
    border-color: #4fd1c5 !important;
  }

  .xl\:focus\:tw-border-teal-500:focus{
    border-color: #38b2ac !important;
  }

  .xl\:focus\:tw-border-teal-600:focus{
    border-color: #319795 !important;
  }

  .xl\:focus\:tw-border-teal-700:focus{
    border-color: #2c7a7b !important;
  }

  .xl\:focus\:tw-border-teal-800:focus{
    border-color: #285e61 !important;
  }

  .xl\:focus\:tw-border-teal-900:focus{
    border-color: #234e52 !important;
  }

  .xl\:focus\:tw-border-blue-100:focus{
    border-color: #ebf8ff !important;
  }

  .xl\:focus\:tw-border-blue-200:focus{
    border-color: #bee3f8 !important;
  }

  .xl\:focus\:tw-border-blue-300:focus{
    border-color: #90cdf4 !important;
  }

  .xl\:focus\:tw-border-blue-400:focus{
    border-color: #63b3ed !important;
  }

  .xl\:focus\:tw-border-blue-500:focus{
    border-color: #4299e1 !important;
  }

  .xl\:focus\:tw-border-blue-600:focus{
    border-color: #3182ce !important;
  }

  .xl\:focus\:tw-border-blue-700:focus{
    border-color: #2b6cb0 !important;
  }

  .xl\:focus\:tw-border-blue-800:focus{
    border-color: #2c5282 !important;
  }

  .xl\:focus\:tw-border-blue-900:focus{
    border-color: #2a4365 !important;
  }

  .xl\:focus\:tw-border-indigo-100:focus{
    border-color: #ebf4ff !important;
  }

  .xl\:focus\:tw-border-indigo-200:focus{
    border-color: #c3dafe !important;
  }

  .xl\:focus\:tw-border-indigo-300:focus{
    border-color: #a3bffa !important;
  }

  .xl\:focus\:tw-border-indigo-400:focus{
    border-color: #7f9cf5 !important;
  }

  .xl\:focus\:tw-border-indigo-500:focus{
    border-color: #667eea !important;
  }

  .xl\:focus\:tw-border-indigo-600:focus{
    border-color: #5a67d8 !important;
  }

  .xl\:focus\:tw-border-indigo-700:focus{
    border-color: #4c51bf !important;
  }

  .xl\:focus\:tw-border-indigo-800:focus{
    border-color: #434190 !important;
  }

  .xl\:focus\:tw-border-indigo-900:focus{
    border-color: #3c366b !important;
  }

  .xl\:focus\:tw-border-purple-100:focus{
    border-color: #faf5ff !important;
  }

  .xl\:focus\:tw-border-purple-200:focus{
    border-color: #e9d8fd !important;
  }

  .xl\:focus\:tw-border-purple-300:focus{
    border-color: #d6bcfa !important;
  }

  .xl\:focus\:tw-border-purple-400:focus{
    border-color: #b794f4 !important;
  }

  .xl\:focus\:tw-border-purple-500:focus{
    border-color: #9f7aea !important;
  }

  .xl\:focus\:tw-border-purple-600:focus{
    border-color: #805ad5 !important;
  }

  .xl\:focus\:tw-border-purple-700:focus{
    border-color: #6b46c1 !important;
  }

  .xl\:focus\:tw-border-purple-800:focus{
    border-color: #553c9a !important;
  }

  .xl\:focus\:tw-border-purple-900:focus{
    border-color: #44337a !important;
  }

  .xl\:focus\:tw-border-pink-100:focus{
    border-color: #fff5f7 !important;
  }

  .xl\:focus\:tw-border-pink-200:focus{
    border-color: #fed7e2 !important;
  }

  .xl\:focus\:tw-border-pink-300:focus{
    border-color: #fbb6ce !important;
  }

  .xl\:focus\:tw-border-pink-400:focus{
    border-color: #f687b3 !important;
  }

  .xl\:focus\:tw-border-pink-500:focus{
    border-color: #ed64a6 !important;
  }

  .xl\:focus\:tw-border-pink-600:focus{
    border-color: #d53f8c !important;
  }

  .xl\:focus\:tw-border-pink-700:focus{
    border-color: #b83280 !important;
  }

  .xl\:focus\:tw-border-pink-800:focus{
    border-color: #97266d !important;
  }

  .xl\:focus\:tw-border-pink-900:focus{
    border-color: #702459 !important;
  }

  .xl\:tw-rounded-none{
    border-radius: 0 !important;
  }

  .xl\:tw-rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xl\:tw-rounded{
    border-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-full{
    border-radius: 9999px !important;
  }

  .xl\:tw-rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\:tw-rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:tw-rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:tw-rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:tw-rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:tw-rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .xl\:tw-rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xl\:tw-rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xl\:tw-rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xl\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xl\:tw-rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:tw-border-solid{
    border-style: solid !important;
  }

  .xl\:tw-border-dashed{
    border-style: dashed !important;
  }

  .xl\:tw-border-dotted{
    border-style: dotted !important;
  }

  .xl\:tw-border-double{
    border-style: double !important;
  }

  .xl\:tw-border-none{
    border-style: none !important;
  }

  .xl\:tw-border-0{
    border-width: 0 !important;
  }

  .xl\:tw-border-2{
    border-width: 2px !important;
  }

  .xl\:tw-border-4{
    border-width: 4px !important;
  }

  .xl\:tw-border-8{
    border-width: 8px !important;
  }

  .xl\:tw-border{
    border-width: 1px !important;
  }

  .xl\:tw-border-t-0{
    border-top-width: 0 !important;
  }

  .xl\:tw-border-r-0{
    border-right-width: 0 !important;
  }

  .xl\:tw-border-b-0{
    border-bottom-width: 0 !important;
  }

  .xl\:tw-border-l-0{
    border-left-width: 0 !important;
  }

  .xl\:tw-border-t-2{
    border-top-width: 2px !important;
  }

  .xl\:tw-border-r-2{
    border-right-width: 2px !important;
  }

  .xl\:tw-border-b-2{
    border-bottom-width: 2px !important;
  }

  .xl\:tw-border-l-2{
    border-left-width: 2px !important;
  }

  .xl\:tw-border-t-4{
    border-top-width: 4px !important;
  }

  .xl\:tw-border-r-4{
    border-right-width: 4px !important;
  }

  .xl\:tw-border-b-4{
    border-bottom-width: 4px !important;
  }

  .xl\:tw-border-l-4{
    border-left-width: 4px !important;
  }

  .xl\:tw-border-t-8{
    border-top-width: 8px !important;
  }

  .xl\:tw-border-r-8{
    border-right-width: 8px !important;
  }

  .xl\:tw-border-b-8{
    border-bottom-width: 8px !important;
  }

  .xl\:tw-border-l-8{
    border-left-width: 8px !important;
  }

  .xl\:tw-border-t{
    border-top-width: 1px !important;
  }

  .xl\:tw-border-r{
    border-right-width: 1px !important;
  }

  .xl\:tw-border-b{
    border-bottom-width: 1px !important;
  }

  .xl\:tw-border-l{
    border-left-width: 1px !important;
  }

  .xl\:tw-cursor-auto{
    cursor: auto !important;
  }

  .xl\:tw-cursor-default{
    cursor: default !important;
  }

  .xl\:tw-cursor-pointer{
    cursor: pointer !important;
  }

  .xl\:tw-cursor-wait{
    cursor: wait !important;
  }

  .xl\:tw-cursor-text{
    cursor: text !important;
  }

  .xl\:tw-cursor-move{
    cursor: move !important;
  }

  .xl\:tw-cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .xl\:tw-block{
    display: block !important;
  }

  .xl\:tw-inline-block{
    display: inline-block !important;
  }

  .xl\:tw-inline{
    display: inline !important;
  }

  .xl\:tw-flex{
    display: -webkit-box !important;
    display: flex !important;
  }

  .xl\:tw-inline-flex{
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .xl\:tw-table{
    display: table !important;
  }

  .xl\:tw-table-row{
    display: table-row !important;
  }

  .xl\:tw-table-cell{
    display: table-cell !important;
  }

  .xl\:tw-hidden{
    display: none !important;
  }

  .xl\:tw-flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .xl\:tw-flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .xl\:tw-flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .xl\:tw-flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .xl\:tw-flex-wrap{
    flex-wrap: wrap !important;
  }

  .xl\:tw-flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .xl\:tw-flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .xl\:tw-items-start{
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .xl\:tw-items-end{
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .xl\:tw-items-center{
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .xl\:tw-items-baseline{
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .xl\:tw-items-stretch{
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .xl\:tw-self-auto{
    align-self: auto !important;
  }

  .xl\:tw-self-start{
    align-self: flex-start !important;
  }

  .xl\:tw-self-end{
    align-self: flex-end !important;
  }

  .xl\:tw-self-center{
    align-self: center !important;
  }

  .xl\:tw-self-stretch{
    align-self: stretch !important;
  }

  .xl\:tw-justify-start{
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .xl\:tw-justify-end{
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .xl\:tw-justify-center{
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .xl\:tw-justify-between{
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .xl\:tw-justify-around{
    justify-content: space-around !important;
  }

  .xl\:tw-content-center{
    align-content: center !important;
  }

  .xl\:tw-content-start{
    align-content: flex-start !important;
  }

  .xl\:tw-content-end{
    align-content: flex-end !important;
  }

  .xl\:tw-content-between{
    align-content: space-between !important;
  }

  .xl\:tw-content-around{
    align-content: space-around !important;
  }

  .xl\:tw-flex-1{
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .xl\:tw-flex-auto{
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .xl\:tw-flex-initial{
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .xl\:tw-flex-none{
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .xl\:tw-flex-grow-0{
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .xl\:tw-flex-grow{
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .xl\:tw-flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .xl\:tw-flex-shrink{
    flex-shrink: 1 !important;
  }

  .xl\:tw-order-1{
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .xl\:tw-order-2{
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .xl\:tw-order-3{
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .xl\:tw-order-4{
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .xl\:tw-order-5{
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .xl\:tw-order-6{
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .xl\:tw-order-7{
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .xl\:tw-order-8{
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .xl\:tw-order-9{
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .xl\:tw-order-10{
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .xl\:tw-order-11{
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .xl\:tw-order-12{
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .xl\:tw-order-first{
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .xl\:tw-order-last{
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .xl\:tw-order-none{
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }

  .xl\:tw-float-right{
    float: right !important;
  }

  .xl\:tw-float-left{
    float: left !important;
  }

  .xl\:tw-float-none{
    float: none !important;
  }

  .xl\:tw-clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xl\:tw-font-sans{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .xl\:tw-font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xl\:tw-font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .xl\:tw-font-hairline{
    font-weight: 100 !important;
  }

  .xl\:tw-font-thin{
    font-weight: 200 !important;
  }

  .xl\:tw-font-light{
    font-weight: 300 !important;
  }

  .xl\:tw-font-normal{
    font-weight: 400 !important;
  }

  .xl\:tw-font-medium{
    font-weight: 500 !important;
  }

  .xl\:tw-font-semibold{
    font-weight: 600 !important;
  }

  .xl\:tw-font-bold{
    font-weight: 700 !important;
  }

  .xl\:tw-font-extrabold{
    font-weight: 800 !important;
  }

  .xl\:tw-font-black{
    font-weight: 900 !important;
  }

  .xl\:hover\:tw-font-hairline:hover{
    font-weight: 100 !important;
  }

  .xl\:hover\:tw-font-thin:hover{
    font-weight: 200 !important;
  }

  .xl\:hover\:tw-font-light:hover{
    font-weight: 300 !important;
  }

  .xl\:hover\:tw-font-normal:hover{
    font-weight: 400 !important;
  }

  .xl\:hover\:tw-font-medium:hover{
    font-weight: 500 !important;
  }

  .xl\:hover\:tw-font-semibold:hover{
    font-weight: 600 !important;
  }

  .xl\:hover\:tw-font-bold:hover{
    font-weight: 700 !important;
  }

  .xl\:hover\:tw-font-extrabold:hover{
    font-weight: 800 !important;
  }

  .xl\:hover\:tw-font-black:hover{
    font-weight: 900 !important;
  }

  .xl\:focus\:tw-font-hairline:focus{
    font-weight: 100 !important;
  }

  .xl\:focus\:tw-font-thin:focus{
    font-weight: 200 !important;
  }

  .xl\:focus\:tw-font-light:focus{
    font-weight: 300 !important;
  }

  .xl\:focus\:tw-font-normal:focus{
    font-weight: 400 !important;
  }

  .xl\:focus\:tw-font-medium:focus{
    font-weight: 500 !important;
  }

  .xl\:focus\:tw-font-semibold:focus{
    font-weight: 600 !important;
  }

  .xl\:focus\:tw-font-bold:focus{
    font-weight: 700 !important;
  }

  .xl\:focus\:tw-font-extrabold:focus{
    font-weight: 800 !important;
  }

  .xl\:focus\:tw-font-black:focus{
    font-weight: 900 !important;
  }

  .xl\:tw-h-0{
    height: 0 !important;
  }

  .xl\:tw-h-1{
    height: 0.25rem !important;
  }

  .xl\:tw-h-2{
    height: 0.5rem !important;
  }

  .xl\:tw-h-3{
    height: 0.75rem !important;
  }

  .xl\:tw-h-4{
    height: 1rem !important;
  }

  .xl\:tw-h-5{
    height: 1.25rem !important;
  }

  .xl\:tw-h-6{
    height: 1.5rem !important;
  }

  .xl\:tw-h-8{
    height: 2rem !important;
  }

  .xl\:tw-h-10{
    height: 2.5rem !important;
  }

  .xl\:tw-h-12{
    height: 3rem !important;
  }

  .xl\:tw-h-16{
    height: 4rem !important;
  }

  .xl\:tw-h-20{
    height: 5rem !important;
  }

  .xl\:tw-h-24{
    height: 6rem !important;
  }

  .xl\:tw-h-32{
    height: 8rem !important;
  }

  .xl\:tw-h-40{
    height: 10rem !important;
  }

  .xl\:tw-h-48{
    height: 12rem !important;
  }

  .xl\:tw-h-56{
    height: 14rem !important;
  }

  .xl\:tw-h-64{
    height: 16rem !important;
  }

  .xl\:tw-h-auto{
    height: auto !important;
  }

  .xl\:tw-h-px{
    height: 1px !important;
  }

  .xl\:tw-h-full{
    height: 100% !important;
  }

  .xl\:tw-h-screen{
    height: 100vh !important;
  }

  .xl\:tw-leading-none{
    line-height: 1 !important;
  }

  .xl\:tw-leading-tight{
    line-height: 1.25 !important;
  }

  .xl\:tw-leading-snug{
    line-height: 1.375 !important;
  }

  .xl\:tw-leading-normal{
    line-height: 1.5 !important;
  }

  .xl\:tw-leading-relaxed{
    line-height: 1.625 !important;
  }

  .xl\:tw-leading-loose{
    line-height: 2 !important;
  }

  .xl\:tw-list-inside{
    list-style-position: inside !important;
  }

  .xl\:tw-list-outside{
    list-style-position: outside !important;
  }

  .xl\:tw-list-none{
    list-style-type: none !important;
  }

  .xl\:tw-list-disc{
    list-style-type: disc !important;
  }

  .xl\:tw-list-decimal{
    list-style-type: decimal !important;
  }

  .xl\:tw-m-0{
    margin: 0 !important;
  }

  .xl\:tw-m-1{
    margin: 0.25rem !important;
  }

  .xl\:tw-m-2{
    margin: 0.5rem !important;
  }

  .xl\:tw-m-3{
    margin: 0.75rem !important;
  }

  .xl\:tw-m-4{
    margin: 1rem !important;
  }

  .xl\:tw-m-5{
    margin: 1.25rem !important;
  }

  .xl\:tw-m-6{
    margin: 1.5rem !important;
  }

  .xl\:tw-m-8{
    margin: 2rem !important;
  }

  .xl\:tw-m-10{
    margin: 2.5rem !important;
  }

  .xl\:tw-m-12{
    margin: 3rem !important;
  }

  .xl\:tw-m-16{
    margin: 4rem !important;
  }

  .xl\:tw-m-20{
    margin: 5rem !important;
  }

  .xl\:tw-m-24{
    margin: 6rem !important;
  }

  .xl\:tw-m-32{
    margin: 8rem !important;
  }

  .xl\:tw-m-40{
    margin: 10rem !important;
  }

  .xl\:tw-m-48{
    margin: 12rem !important;
  }

  .xl\:tw-m-56{
    margin: 14rem !important;
  }

  .xl\:tw-m-64{
    margin: 16rem !important;
  }

  .xl\:tw-m-auto{
    margin: auto !important;
  }

  .xl\:tw-m-px{
    margin: 1px !important;
  }

  .xl\:tw--m-1{
    margin: -0.25rem !important;
  }

  .xl\:tw--m-2{
    margin: -0.5rem !important;
  }

  .xl\:tw--m-3{
    margin: -0.75rem !important;
  }

  .xl\:tw--m-4{
    margin: -1rem !important;
  }

  .xl\:tw--m-5{
    margin: -1.25rem !important;
  }

  .xl\:tw--m-6{
    margin: -1.5rem !important;
  }

  .xl\:tw--m-8{
    margin: -2rem !important;
  }

  .xl\:tw--m-10{
    margin: -2.5rem !important;
  }

  .xl\:tw--m-12{
    margin: -3rem !important;
  }

  .xl\:tw--m-16{
    margin: -4rem !important;
  }

  .xl\:tw--m-20{
    margin: -5rem !important;
  }

  .xl\:tw--m-24{
    margin: -6rem !important;
  }

  .xl\:tw--m-32{
    margin: -8rem !important;
  }

  .xl\:tw--m-40{
    margin: -10rem !important;
  }

  .xl\:tw--m-48{
    margin: -12rem !important;
  }

  .xl\:tw--m-56{
    margin: -14rem !important;
  }

  .xl\:tw--m-64{
    margin: -16rem !important;
  }

  .xl\:tw--m-px{
    margin: -1px !important;
  }

  .xl\:tw-my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:tw-mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:tw-my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:tw-mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:tw-my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:tw-mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:tw-my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:tw-mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:tw-my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:tw-mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:tw-my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:tw-mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:tw-my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:tw-mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:tw-my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:tw-mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:tw-my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:tw-mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:tw-my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:tw-mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:tw-my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:tw-mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:tw-my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:tw-mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:tw-my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:tw-mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:tw-my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:tw-mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:tw-my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:tw-mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:tw-my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:tw-mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:tw-my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:tw-mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:tw-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:tw-mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:tw-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:tw-mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:tw-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:tw-mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:tw--my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:tw--mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:tw--my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:tw--mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:tw--my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:tw--mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:tw--my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:tw--mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:tw--my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:tw--mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:tw--my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:tw--mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:tw--my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:tw--mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:tw--my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:tw--mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:tw--my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:tw--mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:tw--my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:tw--mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:tw--my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:tw--mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:tw--my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:tw--mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:tw--my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:tw--mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:tw--my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:tw--mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:tw--my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:tw--mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:tw--my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:tw--mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:tw--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:tw--mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:tw--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:tw--mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:tw-mt-0{
    margin-top: 0 !important;
  }

  .xl\:tw-mr-0{
    margin-right: 0 !important;
  }

  .xl\:tw-mb-0{
    margin-bottom: 0 !important;
  }

  .xl\:tw-ml-0{
    margin-left: 0 !important;
  }

  .xl\:tw-mt-1{
    margin-top: 0.25rem !important;
  }

  .xl\:tw-mr-1{
    margin-right: 0.25rem !important;
  }

  .xl\:tw-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .xl\:tw-ml-1{
    margin-left: 0.25rem !important;
  }

  .xl\:tw-mt-2{
    margin-top: 0.5rem !important;
  }

  .xl\:tw-mr-2{
    margin-right: 0.5rem !important;
  }

  .xl\:tw-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .xl\:tw-ml-2{
    margin-left: 0.5rem !important;
  }

  .xl\:tw-mt-3{
    margin-top: 0.75rem !important;
  }

  .xl\:tw-mr-3{
    margin-right: 0.75rem !important;
  }

  .xl\:tw-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .xl\:tw-ml-3{
    margin-left: 0.75rem !important;
  }

  .xl\:tw-mt-4{
    margin-top: 1rem !important;
  }

  .xl\:tw-mr-4{
    margin-right: 1rem !important;
  }

  .xl\:tw-mb-4{
    margin-bottom: 1rem !important;
  }

  .xl\:tw-ml-4{
    margin-left: 1rem !important;
  }

  .xl\:tw-mt-5{
    margin-top: 1.25rem !important;
  }

  .xl\:tw-mr-5{
    margin-right: 1.25rem !important;
  }

  .xl\:tw-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .xl\:tw-ml-5{
    margin-left: 1.25rem !important;
  }

  .xl\:tw-mt-6{
    margin-top: 1.5rem !important;
  }

  .xl\:tw-mr-6{
    margin-right: 1.5rem !important;
  }

  .xl\:tw-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .xl\:tw-ml-6{
    margin-left: 1.5rem !important;
  }

  .xl\:tw-mt-8{
    margin-top: 2rem !important;
  }

  .xl\:tw-mr-8{
    margin-right: 2rem !important;
  }

  .xl\:tw-mb-8{
    margin-bottom: 2rem !important;
  }

  .xl\:tw-ml-8{
    margin-left: 2rem !important;
  }

  .xl\:tw-mt-10{
    margin-top: 2.5rem !important;
  }

  .xl\:tw-mr-10{
    margin-right: 2.5rem !important;
  }

  .xl\:tw-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .xl\:tw-ml-10{
    margin-left: 2.5rem !important;
  }

  .xl\:tw-mt-12{
    margin-top: 3rem !important;
  }

  .xl\:tw-mr-12{
    margin-right: 3rem !important;
  }

  .xl\:tw-mb-12{
    margin-bottom: 3rem !important;
  }

  .xl\:tw-ml-12{
    margin-left: 3rem !important;
  }

  .xl\:tw-mt-16{
    margin-top: 4rem !important;
  }

  .xl\:tw-mr-16{
    margin-right: 4rem !important;
  }

  .xl\:tw-mb-16{
    margin-bottom: 4rem !important;
  }

  .xl\:tw-ml-16{
    margin-left: 4rem !important;
  }

  .xl\:tw-mt-20{
    margin-top: 5rem !important;
  }

  .xl\:tw-mr-20{
    margin-right: 5rem !important;
  }

  .xl\:tw-mb-20{
    margin-bottom: 5rem !important;
  }

  .xl\:tw-ml-20{
    margin-left: 5rem !important;
  }

  .xl\:tw-mt-24{
    margin-top: 6rem !important;
  }

  .xl\:tw-mr-24{
    margin-right: 6rem !important;
  }

  .xl\:tw-mb-24{
    margin-bottom: 6rem !important;
  }

  .xl\:tw-ml-24{
    margin-left: 6rem !important;
  }

  .xl\:tw-mt-32{
    margin-top: 8rem !important;
  }

  .xl\:tw-mr-32{
    margin-right: 8rem !important;
  }

  .xl\:tw-mb-32{
    margin-bottom: 8rem !important;
  }

  .xl\:tw-ml-32{
    margin-left: 8rem !important;
  }

  .xl\:tw-mt-40{
    margin-top: 10rem !important;
  }

  .xl\:tw-mr-40{
    margin-right: 10rem !important;
  }

  .xl\:tw-mb-40{
    margin-bottom: 10rem !important;
  }

  .xl\:tw-ml-40{
    margin-left: 10rem !important;
  }

  .xl\:tw-mt-48{
    margin-top: 12rem !important;
  }

  .xl\:tw-mr-48{
    margin-right: 12rem !important;
  }

  .xl\:tw-mb-48{
    margin-bottom: 12rem !important;
  }

  .xl\:tw-ml-48{
    margin-left: 12rem !important;
  }

  .xl\:tw-mt-56{
    margin-top: 14rem !important;
  }

  .xl\:tw-mr-56{
    margin-right: 14rem !important;
  }

  .xl\:tw-mb-56{
    margin-bottom: 14rem !important;
  }

  .xl\:tw-ml-56{
    margin-left: 14rem !important;
  }

  .xl\:tw-mt-64{
    margin-top: 16rem !important;
  }

  .xl\:tw-mr-64{
    margin-right: 16rem !important;
  }

  .xl\:tw-mb-64{
    margin-bottom: 16rem !important;
  }

  .xl\:tw-ml-64{
    margin-left: 16rem !important;
  }

  .xl\:tw-mt-auto{
    margin-top: auto !important;
  }

  .xl\:tw-mr-auto{
    margin-right: auto !important;
  }

  .xl\:tw-mb-auto{
    margin-bottom: auto !important;
  }

  .xl\:tw-ml-auto{
    margin-left: auto !important;
  }

  .xl\:tw-mt-px{
    margin-top: 1px !important;
  }

  .xl\:tw-mr-px{
    margin-right: 1px !important;
  }

  .xl\:tw-mb-px{
    margin-bottom: 1px !important;
  }

  .xl\:tw-ml-px{
    margin-left: 1px !important;
  }

  .xl\:tw--mt-1{
    margin-top: -0.25rem !important;
  }

  .xl\:tw--mr-1{
    margin-right: -0.25rem !important;
  }

  .xl\:tw--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .xl\:tw--ml-1{
    margin-left: -0.25rem !important;
  }

  .xl\:tw--mt-2{
    margin-top: -0.5rem !important;
  }

  .xl\:tw--mr-2{
    margin-right: -0.5rem !important;
  }

  .xl\:tw--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .xl\:tw--ml-2{
    margin-left: -0.5rem !important;
  }

  .xl\:tw--mt-3{
    margin-top: -0.75rem !important;
  }

  .xl\:tw--mr-3{
    margin-right: -0.75rem !important;
  }

  .xl\:tw--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .xl\:tw--ml-3{
    margin-left: -0.75rem !important;
  }

  .xl\:tw--mt-4{
    margin-top: -1rem !important;
  }

  .xl\:tw--mr-4{
    margin-right: -1rem !important;
  }

  .xl\:tw--mb-4{
    margin-bottom: -1rem !important;
  }

  .xl\:tw--ml-4{
    margin-left: -1rem !important;
  }

  .xl\:tw--mt-5{
    margin-top: -1.25rem !important;
  }

  .xl\:tw--mr-5{
    margin-right: -1.25rem !important;
  }

  .xl\:tw--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .xl\:tw--ml-5{
    margin-left: -1.25rem !important;
  }

  .xl\:tw--mt-6{
    margin-top: -1.5rem !important;
  }

  .xl\:tw--mr-6{
    margin-right: -1.5rem !important;
  }

  .xl\:tw--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .xl\:tw--ml-6{
    margin-left: -1.5rem !important;
  }

  .xl\:tw--mt-8{
    margin-top: -2rem !important;
  }

  .xl\:tw--mr-8{
    margin-right: -2rem !important;
  }

  .xl\:tw--mb-8{
    margin-bottom: -2rem !important;
  }

  .xl\:tw--ml-8{
    margin-left: -2rem !important;
  }

  .xl\:tw--mt-10{
    margin-top: -2.5rem !important;
  }

  .xl\:tw--mr-10{
    margin-right: -2.5rem !important;
  }

  .xl\:tw--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .xl\:tw--ml-10{
    margin-left: -2.5rem !important;
  }

  .xl\:tw--mt-12{
    margin-top: -3rem !important;
  }

  .xl\:tw--mr-12{
    margin-right: -3rem !important;
  }

  .xl\:tw--mb-12{
    margin-bottom: -3rem !important;
  }

  .xl\:tw--ml-12{
    margin-left: -3rem !important;
  }

  .xl\:tw--mt-16{
    margin-top: -4rem !important;
  }

  .xl\:tw--mr-16{
    margin-right: -4rem !important;
  }

  .xl\:tw--mb-16{
    margin-bottom: -4rem !important;
  }

  .xl\:tw--ml-16{
    margin-left: -4rem !important;
  }

  .xl\:tw--mt-20{
    margin-top: -5rem !important;
  }

  .xl\:tw--mr-20{
    margin-right: -5rem !important;
  }

  .xl\:tw--mb-20{
    margin-bottom: -5rem !important;
  }

  .xl\:tw--ml-20{
    margin-left: -5rem !important;
  }

  .xl\:tw--mt-24{
    margin-top: -6rem !important;
  }

  .xl\:tw--mr-24{
    margin-right: -6rem !important;
  }

  .xl\:tw--mb-24{
    margin-bottom: -6rem !important;
  }

  .xl\:tw--ml-24{
    margin-left: -6rem !important;
  }

  .xl\:tw--mt-32{
    margin-top: -8rem !important;
  }

  .xl\:tw--mr-32{
    margin-right: -8rem !important;
  }

  .xl\:tw--mb-32{
    margin-bottom: -8rem !important;
  }

  .xl\:tw--ml-32{
    margin-left: -8rem !important;
  }

  .xl\:tw--mt-40{
    margin-top: -10rem !important;
  }

  .xl\:tw--mr-40{
    margin-right: -10rem !important;
  }

  .xl\:tw--mb-40{
    margin-bottom: -10rem !important;
  }

  .xl\:tw--ml-40{
    margin-left: -10rem !important;
  }

  .xl\:tw--mt-48{
    margin-top: -12rem !important;
  }

  .xl\:tw--mr-48{
    margin-right: -12rem !important;
  }

  .xl\:tw--mb-48{
    margin-bottom: -12rem !important;
  }

  .xl\:tw--ml-48{
    margin-left: -12rem !important;
  }

  .xl\:tw--mt-56{
    margin-top: -14rem !important;
  }

  .xl\:tw--mr-56{
    margin-right: -14rem !important;
  }

  .xl\:tw--mb-56{
    margin-bottom: -14rem !important;
  }

  .xl\:tw--ml-56{
    margin-left: -14rem !important;
  }

  .xl\:tw--mt-64{
    margin-top: -16rem !important;
  }

  .xl\:tw--mr-64{
    margin-right: -16rem !important;
  }

  .xl\:tw--mb-64{
    margin-bottom: -16rem !important;
  }

  .xl\:tw--ml-64{
    margin-left: -16rem !important;
  }

  .xl\:tw--mt-px{
    margin-top: -1px !important;
  }

  .xl\:tw--mr-px{
    margin-right: -1px !important;
  }

  .xl\:tw--mb-px{
    margin-bottom: -1px !important;
  }

  .xl\:tw--ml-px{
    margin-left: -1px !important;
  }

  .xl\:tw-max-h-full{
    max-height: 100% !important;
  }

  .xl\:tw-max-h-screen{
    max-height: 100vh !important;
  }

  .xl\:tw-max-w-xs{
    max-width: 20rem !important;
  }

  .xl\:tw-max-w-sm{
    max-width: 24rem !important;
  }

  .xl\:tw-max-w-md{
    max-width: 28rem !important;
  }

  .xl\:tw-max-w-lg{
    max-width: 32rem !important;
  }

  .xl\:tw-max-w-xl{
    max-width: 36rem !important;
  }

  .xl\:tw-max-w-2xl{
    max-width: 42rem !important;
  }

  .xl\:tw-max-w-3xl{
    max-width: 48rem !important;
  }

  .xl\:tw-max-w-4xl{
    max-width: 56rem !important;
  }

  .xl\:tw-max-w-5xl{
    max-width: 64rem !important;
  }

  .xl\:tw-max-w-6xl{
    max-width: 72rem !important;
  }

  .xl\:tw-max-w-full{
    max-width: 100% !important;
  }

  .xl\:tw-min-h-0{
    min-height: 0 !important;
  }

  .xl\:tw-min-h-full{
    min-height: 100% !important;
  }

  .xl\:tw-min-h-screen{
    min-height: 100vh !important;
  }

  .xl\:tw-min-w-0{
    min-width: 0 !important;
  }

  .xl\:tw-min-w-full{
    min-width: 100% !important;
  }

  .xl\:tw-object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:tw-object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:tw-object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:tw-object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:tw-object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:tw-object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:tw-object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:tw-object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl\:tw-object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl\:tw-object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl\:tw-object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:tw-object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl\:tw-object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl\:tw-object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:tw-opacity-0{
    opacity: 0 !important;
  }

  .xl\:tw-opacity-25{
    opacity: 0.25 !important;
  }

  .xl\:tw-opacity-50{
    opacity: 0.5 !important;
  }

  .xl\:tw-opacity-75{
    opacity: 0.75 !important;
  }

  .xl\:tw-opacity-100{
    opacity: 1 !important;
  }

  .xl\:hover\:tw-opacity-0:hover{
    opacity: 0 !important;
  }

  .xl\:hover\:tw-opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xl\:hover\:tw-opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xl\:hover\:tw-opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xl\:hover\:tw-opacity-100:hover{
    opacity: 1 !important;
  }

  .xl\:focus\:tw-opacity-0:focus{
    opacity: 0 !important;
  }

  .xl\:focus\:tw-opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xl\:focus\:tw-opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xl\:focus\:tw-opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xl\:focus\:tw-opacity-100:focus{
    opacity: 1 !important;
  }

  .xl\:tw-outline-none{
    outline: 0 !important;
  }

  .xl\:focus\:tw-outline-none:focus{
    outline: 0 !important;
  }

  .xl\:tw-overflow-auto{
    overflow: auto !important;
  }

  .xl\:tw-overflow-hidden{
    overflow: hidden !important;
  }

  .xl\:tw-overflow-visible{
    overflow: visible !important;
  }

  .xl\:tw-overflow-scroll{
    overflow: scroll !important;
  }

  .xl\:tw-overflow-x-auto{
    overflow-x: auto !important;
  }

  .xl\:tw-overflow-y-auto{
    overflow-y: auto !important;
  }

  .xl\:tw-overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xl\:tw-overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xl\:tw-overflow-x-visible{
    overflow-x: visible !important;
  }

  .xl\:tw-overflow-y-visible{
    overflow-y: visible !important;
  }

  .xl\:tw-overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xl\:tw-overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xl\:tw-scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .xl\:tw-scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .xl\:tw-p-0{
    padding: 0 !important;
  }

  .xl\:tw-p-1{
    padding: 0.25rem !important;
  }

  .xl\:tw-p-2{
    padding: 0.5rem !important;
  }

  .xl\:tw-p-3{
    padding: 0.75rem !important;
  }

  .xl\:tw-p-4{
    padding: 1rem !important;
  }

  .xl\:tw-p-5{
    padding: 1.25rem !important;
  }

  .xl\:tw-p-6{
    padding: 1.5rem !important;
  }

  .xl\:tw-p-8{
    padding: 2rem !important;
  }

  .xl\:tw-p-10{
    padding: 2.5rem !important;
  }

  .xl\:tw-p-12{
    padding: 3rem !important;
  }

  .xl\:tw-p-16{
    padding: 4rem !important;
  }

  .xl\:tw-p-20{
    padding: 5rem !important;
  }

  .xl\:tw-p-24{
    padding: 6rem !important;
  }

  .xl\:tw-p-32{
    padding: 8rem !important;
  }

  .xl\:tw-p-40{
    padding: 10rem !important;
  }

  .xl\:tw-p-48{
    padding: 12rem !important;
  }

  .xl\:tw-p-56{
    padding: 14rem !important;
  }

  .xl\:tw-p-64{
    padding: 16rem !important;
  }

  .xl\:tw-p-px{
    padding: 1px !important;
  }

  .xl\:tw-py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:tw-px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:tw-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:tw-px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:tw-py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:tw-px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:tw-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:tw-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:tw-py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:tw-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:tw-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:tw-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:tw-py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:tw-px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:tw-py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:tw-px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:tw-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:tw-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:tw-py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:tw-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:tw-py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:tw-px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:tw-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:tw-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:tw-py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:tw-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:tw-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:tw-px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:tw-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:tw-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:tw-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:tw-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:tw-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:tw-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:tw-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:tw-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:tw-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:tw-px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:tw-pt-0{
    padding-top: 0 !important;
  }

  .xl\:tw-pr-0{
    padding-right: 0 !important;
  }

  .xl\:tw-pb-0{
    padding-bottom: 0 !important;
  }

  .xl\:tw-pl-0{
    padding-left: 0 !important;
  }

  .xl\:tw-pt-1{
    padding-top: 0.25rem !important;
  }

  .xl\:tw-pr-1{
    padding-right: 0.25rem !important;
  }

  .xl\:tw-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .xl\:tw-pl-1{
    padding-left: 0.25rem !important;
  }

  .xl\:tw-pt-2{
    padding-top: 0.5rem !important;
  }

  .xl\:tw-pr-2{
    padding-right: 0.5rem !important;
  }

  .xl\:tw-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .xl\:tw-pl-2{
    padding-left: 0.5rem !important;
  }

  .xl\:tw-pt-3{
    padding-top: 0.75rem !important;
  }

  .xl\:tw-pr-3{
    padding-right: 0.75rem !important;
  }

  .xl\:tw-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .xl\:tw-pl-3{
    padding-left: 0.75rem !important;
  }

  .xl\:tw-pt-4{
    padding-top: 1rem !important;
  }

  .xl\:tw-pr-4{
    padding-right: 1rem !important;
  }

  .xl\:tw-pb-4{
    padding-bottom: 1rem !important;
  }

  .xl\:tw-pl-4{
    padding-left: 1rem !important;
  }

  .xl\:tw-pt-5{
    padding-top: 1.25rem !important;
  }

  .xl\:tw-pr-5{
    padding-right: 1.25rem !important;
  }

  .xl\:tw-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .xl\:tw-pl-5{
    padding-left: 1.25rem !important;
  }

  .xl\:tw-pt-6{
    padding-top: 1.5rem !important;
  }

  .xl\:tw-pr-6{
    padding-right: 1.5rem !important;
  }

  .xl\:tw-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .xl\:tw-pl-6{
    padding-left: 1.5rem !important;
  }

  .xl\:tw-pt-8{
    padding-top: 2rem !important;
  }

  .xl\:tw-pr-8{
    padding-right: 2rem !important;
  }

  .xl\:tw-pb-8{
    padding-bottom: 2rem !important;
  }

  .xl\:tw-pl-8{
    padding-left: 2rem !important;
  }

  .xl\:tw-pt-10{
    padding-top: 2.5rem !important;
  }

  .xl\:tw-pr-10{
    padding-right: 2.5rem !important;
  }

  .xl\:tw-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .xl\:tw-pl-10{
    padding-left: 2.5rem !important;
  }

  .xl\:tw-pt-12{
    padding-top: 3rem !important;
  }

  .xl\:tw-pr-12{
    padding-right: 3rem !important;
  }

  .xl\:tw-pb-12{
    padding-bottom: 3rem !important;
  }

  .xl\:tw-pl-12{
    padding-left: 3rem !important;
  }

  .xl\:tw-pt-16{
    padding-top: 4rem !important;
  }

  .xl\:tw-pr-16{
    padding-right: 4rem !important;
  }

  .xl\:tw-pb-16{
    padding-bottom: 4rem !important;
  }

  .xl\:tw-pl-16{
    padding-left: 4rem !important;
  }

  .xl\:tw-pt-20{
    padding-top: 5rem !important;
  }

  .xl\:tw-pr-20{
    padding-right: 5rem !important;
  }

  .xl\:tw-pb-20{
    padding-bottom: 5rem !important;
  }

  .xl\:tw-pl-20{
    padding-left: 5rem !important;
  }

  .xl\:tw-pt-24{
    padding-top: 6rem !important;
  }

  .xl\:tw-pr-24{
    padding-right: 6rem !important;
  }

  .xl\:tw-pb-24{
    padding-bottom: 6rem !important;
  }

  .xl\:tw-pl-24{
    padding-left: 6rem !important;
  }

  .xl\:tw-pt-32{
    padding-top: 8rem !important;
  }

  .xl\:tw-pr-32{
    padding-right: 8rem !important;
  }

  .xl\:tw-pb-32{
    padding-bottom: 8rem !important;
  }

  .xl\:tw-pl-32{
    padding-left: 8rem !important;
  }

  .xl\:tw-pt-40{
    padding-top: 10rem !important;
  }

  .xl\:tw-pr-40{
    padding-right: 10rem !important;
  }

  .xl\:tw-pb-40{
    padding-bottom: 10rem !important;
  }

  .xl\:tw-pl-40{
    padding-left: 10rem !important;
  }

  .xl\:tw-pt-48{
    padding-top: 12rem !important;
  }

  .xl\:tw-pr-48{
    padding-right: 12rem !important;
  }

  .xl\:tw-pb-48{
    padding-bottom: 12rem !important;
  }

  .xl\:tw-pl-48{
    padding-left: 12rem !important;
  }

  .xl\:tw-pt-56{
    padding-top: 14rem !important;
  }

  .xl\:tw-pr-56{
    padding-right: 14rem !important;
  }

  .xl\:tw-pb-56{
    padding-bottom: 14rem !important;
  }

  .xl\:tw-pl-56{
    padding-left: 14rem !important;
  }

  .xl\:tw-pt-64{
    padding-top: 16rem !important;
  }

  .xl\:tw-pr-64{
    padding-right: 16rem !important;
  }

  .xl\:tw-pb-64{
    padding-bottom: 16rem !important;
  }

  .xl\:tw-pl-64{
    padding-left: 16rem !important;
  }

  .xl\:tw-pt-px{
    padding-top: 1px !important;
  }

  .xl\:tw-pr-px{
    padding-right: 1px !important;
  }

  .xl\:tw-pb-px{
    padding-bottom: 1px !important;
  }

  .xl\:tw-pl-px{
    padding-left: 1px !important;
  }

  .xl\:tw-placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .xl\:tw-placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .xl\:tw-placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .xl\:tw-placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .xl\:tw-placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .xl\:tw-placeholder-black::-webkit-input-placeholder{
    color: #000 !important;
  }

  .xl\:tw-placeholder-black::-moz-placeholder{
    color: #000 !important;
  }

  .xl\:tw-placeholder-black:-ms-input-placeholder{
    color: #000 !important;
  }

  .xl\:tw-placeholder-black::-ms-input-placeholder{
    color: #000 !important;
  }

  .xl\:tw-placeholder-black::placeholder{
    color: #000 !important;
  }

  .xl\:tw-placeholder-white::-webkit-input-placeholder{
    color: #fff !important;
  }

  .xl\:tw-placeholder-white::-moz-placeholder{
    color: #fff !important;
  }

  .xl\:tw-placeholder-white:-ms-input-placeholder{
    color: #fff !important;
  }

  .xl\:tw-placeholder-white::-ms-input-placeholder{
    color: #fff !important;
  }

  .xl\:tw-placeholder-white::placeholder{
    color: #fff !important;
  }

  .xl\:tw-placeholder-gray-100::-webkit-input-placeholder{
    color: #f7fafc !important;
  }

  .xl\:tw-placeholder-gray-100::-moz-placeholder{
    color: #f7fafc !important;
  }

  .xl\:tw-placeholder-gray-100:-ms-input-placeholder{
    color: #f7fafc !important;
  }

  .xl\:tw-placeholder-gray-100::-ms-input-placeholder{
    color: #f7fafc !important;
  }

  .xl\:tw-placeholder-gray-100::placeholder{
    color: #f7fafc !important;
  }

  .xl\:tw-placeholder-gray-200::-webkit-input-placeholder{
    color: #edf2f7 !important;
  }

  .xl\:tw-placeholder-gray-200::-moz-placeholder{
    color: #edf2f7 !important;
  }

  .xl\:tw-placeholder-gray-200:-ms-input-placeholder{
    color: #edf2f7 !important;
  }

  .xl\:tw-placeholder-gray-200::-ms-input-placeholder{
    color: #edf2f7 !important;
  }

  .xl\:tw-placeholder-gray-200::placeholder{
    color: #edf2f7 !important;
  }

  .xl\:tw-placeholder-gray-300::-webkit-input-placeholder{
    color: #e2e8f0 !important;
  }

  .xl\:tw-placeholder-gray-300::-moz-placeholder{
    color: #e2e8f0 !important;
  }

  .xl\:tw-placeholder-gray-300:-ms-input-placeholder{
    color: #e2e8f0 !important;
  }

  .xl\:tw-placeholder-gray-300::-ms-input-placeholder{
    color: #e2e8f0 !important;
  }

  .xl\:tw-placeholder-gray-300::placeholder{
    color: #e2e8f0 !important;
  }

  .xl\:tw-placeholder-gray-400::-webkit-input-placeholder{
    color: #cbd5e0 !important;
  }

  .xl\:tw-placeholder-gray-400::-moz-placeholder{
    color: #cbd5e0 !important;
  }

  .xl\:tw-placeholder-gray-400:-ms-input-placeholder{
    color: #cbd5e0 !important;
  }

  .xl\:tw-placeholder-gray-400::-ms-input-placeholder{
    color: #cbd5e0 !important;
  }

  .xl\:tw-placeholder-gray-400::placeholder{
    color: #cbd5e0 !important;
  }

  .xl\:tw-placeholder-gray-500::-webkit-input-placeholder{
    color: #a0aec0 !important;
  }

  .xl\:tw-placeholder-gray-500::-moz-placeholder{
    color: #a0aec0 !important;
  }

  .xl\:tw-placeholder-gray-500:-ms-input-placeholder{
    color: #a0aec0 !important;
  }

  .xl\:tw-placeholder-gray-500::-ms-input-placeholder{
    color: #a0aec0 !important;
  }

  .xl\:tw-placeholder-gray-500::placeholder{
    color: #a0aec0 !important;
  }

  .xl\:tw-placeholder-gray-600::-webkit-input-placeholder{
    color: #718096 !important;
  }

  .xl\:tw-placeholder-gray-600::-moz-placeholder{
    color: #718096 !important;
  }

  .xl\:tw-placeholder-gray-600:-ms-input-placeholder{
    color: #718096 !important;
  }

  .xl\:tw-placeholder-gray-600::-ms-input-placeholder{
    color: #718096 !important;
  }

  .xl\:tw-placeholder-gray-600::placeholder{
    color: #718096 !important;
  }

  .xl\:tw-placeholder-gray-700::-webkit-input-placeholder{
    color: #4a5568 !important;
  }

  .xl\:tw-placeholder-gray-700::-moz-placeholder{
    color: #4a5568 !important;
  }

  .xl\:tw-placeholder-gray-700:-ms-input-placeholder{
    color: #4a5568 !important;
  }

  .xl\:tw-placeholder-gray-700::-ms-input-placeholder{
    color: #4a5568 !important;
  }

  .xl\:tw-placeholder-gray-700::placeholder{
    color: #4a5568 !important;
  }

  .xl\:tw-placeholder-gray-800::-webkit-input-placeholder{
    color: #2d3748 !important;
  }

  .xl\:tw-placeholder-gray-800::-moz-placeholder{
    color: #2d3748 !important;
  }

  .xl\:tw-placeholder-gray-800:-ms-input-placeholder{
    color: #2d3748 !important;
  }

  .xl\:tw-placeholder-gray-800::-ms-input-placeholder{
    color: #2d3748 !important;
  }

  .xl\:tw-placeholder-gray-800::placeholder{
    color: #2d3748 !important;
  }

  .xl\:tw-placeholder-gray-900::-webkit-input-placeholder{
    color: #1a202c !important;
  }

  .xl\:tw-placeholder-gray-900::-moz-placeholder{
    color: #1a202c !important;
  }

  .xl\:tw-placeholder-gray-900:-ms-input-placeholder{
    color: #1a202c !important;
  }

  .xl\:tw-placeholder-gray-900::-ms-input-placeholder{
    color: #1a202c !important;
  }

  .xl\:tw-placeholder-gray-900::placeholder{
    color: #1a202c !important;
  }

  .xl\:tw-placeholder-red-100::-webkit-input-placeholder{
    color: #fff5f5 !important;
  }

  .xl\:tw-placeholder-red-100::-moz-placeholder{
    color: #fff5f5 !important;
  }

  .xl\:tw-placeholder-red-100:-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .xl\:tw-placeholder-red-100::-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .xl\:tw-placeholder-red-100::placeholder{
    color: #fff5f5 !important;
  }

  .xl\:tw-placeholder-red-200::-webkit-input-placeholder{
    color: #fed7d7 !important;
  }

  .xl\:tw-placeholder-red-200::-moz-placeholder{
    color: #fed7d7 !important;
  }

  .xl\:tw-placeholder-red-200:-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .xl\:tw-placeholder-red-200::-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .xl\:tw-placeholder-red-200::placeholder{
    color: #fed7d7 !important;
  }

  .xl\:tw-placeholder-red-300::-webkit-input-placeholder{
    color: #feb2b2 !important;
  }

  .xl\:tw-placeholder-red-300::-moz-placeholder{
    color: #feb2b2 !important;
  }

  .xl\:tw-placeholder-red-300:-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .xl\:tw-placeholder-red-300::-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .xl\:tw-placeholder-red-300::placeholder{
    color: #feb2b2 !important;
  }

  .xl\:tw-placeholder-red-400::-webkit-input-placeholder{
    color: #fc8181 !important;
  }

  .xl\:tw-placeholder-red-400::-moz-placeholder{
    color: #fc8181 !important;
  }

  .xl\:tw-placeholder-red-400:-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .xl\:tw-placeholder-red-400::-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .xl\:tw-placeholder-red-400::placeholder{
    color: #fc8181 !important;
  }

  .xl\:tw-placeholder-red-500::-webkit-input-placeholder{
    color: #f56565 !important;
  }

  .xl\:tw-placeholder-red-500::-moz-placeholder{
    color: #f56565 !important;
  }

  .xl\:tw-placeholder-red-500:-ms-input-placeholder{
    color: #f56565 !important;
  }

  .xl\:tw-placeholder-red-500::-ms-input-placeholder{
    color: #f56565 !important;
  }

  .xl\:tw-placeholder-red-500::placeholder{
    color: #f56565 !important;
  }

  .xl\:tw-placeholder-red-600::-webkit-input-placeholder{
    color: #e53e3e !important;
  }

  .xl\:tw-placeholder-red-600::-moz-placeholder{
    color: #e53e3e !important;
  }

  .xl\:tw-placeholder-red-600:-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .xl\:tw-placeholder-red-600::-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .xl\:tw-placeholder-red-600::placeholder{
    color: #e53e3e !important;
  }

  .xl\:tw-placeholder-red-700::-webkit-input-placeholder{
    color: #c53030 !important;
  }

  .xl\:tw-placeholder-red-700::-moz-placeholder{
    color: #c53030 !important;
  }

  .xl\:tw-placeholder-red-700:-ms-input-placeholder{
    color: #c53030 !important;
  }

  .xl\:tw-placeholder-red-700::-ms-input-placeholder{
    color: #c53030 !important;
  }

  .xl\:tw-placeholder-red-700::placeholder{
    color: #c53030 !important;
  }

  .xl\:tw-placeholder-red-800::-webkit-input-placeholder{
    color: #9b2c2c !important;
  }

  .xl\:tw-placeholder-red-800::-moz-placeholder{
    color: #9b2c2c !important;
  }

  .xl\:tw-placeholder-red-800:-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .xl\:tw-placeholder-red-800::-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .xl\:tw-placeholder-red-800::placeholder{
    color: #9b2c2c !important;
  }

  .xl\:tw-placeholder-red-900::-webkit-input-placeholder{
    color: #742a2a !important;
  }

  .xl\:tw-placeholder-red-900::-moz-placeholder{
    color: #742a2a !important;
  }

  .xl\:tw-placeholder-red-900:-ms-input-placeholder{
    color: #742a2a !important;
  }

  .xl\:tw-placeholder-red-900::-ms-input-placeholder{
    color: #742a2a !important;
  }

  .xl\:tw-placeholder-red-900::placeholder{
    color: #742a2a !important;
  }

  .xl\:tw-placeholder-orange-100::-webkit-input-placeholder{
    color: #fffaf0 !important;
  }

  .xl\:tw-placeholder-orange-100::-moz-placeholder{
    color: #fffaf0 !important;
  }

  .xl\:tw-placeholder-orange-100:-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .xl\:tw-placeholder-orange-100::-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .xl\:tw-placeholder-orange-100::placeholder{
    color: #fffaf0 !important;
  }

  .xl\:tw-placeholder-orange-200::-webkit-input-placeholder{
    color: #feebc8 !important;
  }

  .xl\:tw-placeholder-orange-200::-moz-placeholder{
    color: #feebc8 !important;
  }

  .xl\:tw-placeholder-orange-200:-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .xl\:tw-placeholder-orange-200::-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .xl\:tw-placeholder-orange-200::placeholder{
    color: #feebc8 !important;
  }

  .xl\:tw-placeholder-orange-300::-webkit-input-placeholder{
    color: #fbd38d !important;
  }

  .xl\:tw-placeholder-orange-300::-moz-placeholder{
    color: #fbd38d !important;
  }

  .xl\:tw-placeholder-orange-300:-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .xl\:tw-placeholder-orange-300::-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .xl\:tw-placeholder-orange-300::placeholder{
    color: #fbd38d !important;
  }

  .xl\:tw-placeholder-orange-400::-webkit-input-placeholder{
    color: #f6ad55 !important;
  }

  .xl\:tw-placeholder-orange-400::-moz-placeholder{
    color: #f6ad55 !important;
  }

  .xl\:tw-placeholder-orange-400:-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .xl\:tw-placeholder-orange-400::-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .xl\:tw-placeholder-orange-400::placeholder{
    color: #f6ad55 !important;
  }

  .xl\:tw-placeholder-orange-500::-webkit-input-placeholder{
    color: #ed8936 !important;
  }

  .xl\:tw-placeholder-orange-500::-moz-placeholder{
    color: #ed8936 !important;
  }

  .xl\:tw-placeholder-orange-500:-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .xl\:tw-placeholder-orange-500::-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .xl\:tw-placeholder-orange-500::placeholder{
    color: #ed8936 !important;
  }

  .xl\:tw-placeholder-orange-600::-webkit-input-placeholder{
    color: #dd6b20 !important;
  }

  .xl\:tw-placeholder-orange-600::-moz-placeholder{
    color: #dd6b20 !important;
  }

  .xl\:tw-placeholder-orange-600:-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .xl\:tw-placeholder-orange-600::-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .xl\:tw-placeholder-orange-600::placeholder{
    color: #dd6b20 !important;
  }

  .xl\:tw-placeholder-orange-700::-webkit-input-placeholder{
    color: #c05621 !important;
  }

  .xl\:tw-placeholder-orange-700::-moz-placeholder{
    color: #c05621 !important;
  }

  .xl\:tw-placeholder-orange-700:-ms-input-placeholder{
    color: #c05621 !important;
  }

  .xl\:tw-placeholder-orange-700::-ms-input-placeholder{
    color: #c05621 !important;
  }

  .xl\:tw-placeholder-orange-700::placeholder{
    color: #c05621 !important;
  }

  .xl\:tw-placeholder-orange-800::-webkit-input-placeholder{
    color: #9c4221 !important;
  }

  .xl\:tw-placeholder-orange-800::-moz-placeholder{
    color: #9c4221 !important;
  }

  .xl\:tw-placeholder-orange-800:-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .xl\:tw-placeholder-orange-800::-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .xl\:tw-placeholder-orange-800::placeholder{
    color: #9c4221 !important;
  }

  .xl\:tw-placeholder-orange-900::-webkit-input-placeholder{
    color: #7b341e !important;
  }

  .xl\:tw-placeholder-orange-900::-moz-placeholder{
    color: #7b341e !important;
  }

  .xl\:tw-placeholder-orange-900:-ms-input-placeholder{
    color: #7b341e !important;
  }

  .xl\:tw-placeholder-orange-900::-ms-input-placeholder{
    color: #7b341e !important;
  }

  .xl\:tw-placeholder-orange-900::placeholder{
    color: #7b341e !important;
  }

  .xl\:tw-placeholder-yellow-100::-webkit-input-placeholder{
    color: #fffff0 !important;
  }

  .xl\:tw-placeholder-yellow-100::-moz-placeholder{
    color: #fffff0 !important;
  }

  .xl\:tw-placeholder-yellow-100:-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .xl\:tw-placeholder-yellow-100::-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .xl\:tw-placeholder-yellow-100::placeholder{
    color: #fffff0 !important;
  }

  .xl\:tw-placeholder-yellow-200::-webkit-input-placeholder{
    color: #fefcbf !important;
  }

  .xl\:tw-placeholder-yellow-200::-moz-placeholder{
    color: #fefcbf !important;
  }

  .xl\:tw-placeholder-yellow-200:-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .xl\:tw-placeholder-yellow-200::-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .xl\:tw-placeholder-yellow-200::placeholder{
    color: #fefcbf !important;
  }

  .xl\:tw-placeholder-yellow-300::-webkit-input-placeholder{
    color: #faf089 !important;
  }

  .xl\:tw-placeholder-yellow-300::-moz-placeholder{
    color: #faf089 !important;
  }

  .xl\:tw-placeholder-yellow-300:-ms-input-placeholder{
    color: #faf089 !important;
  }

  .xl\:tw-placeholder-yellow-300::-ms-input-placeholder{
    color: #faf089 !important;
  }

  .xl\:tw-placeholder-yellow-300::placeholder{
    color: #faf089 !important;
  }

  .xl\:tw-placeholder-yellow-400::-webkit-input-placeholder{
    color: #f6e05e !important;
  }

  .xl\:tw-placeholder-yellow-400::-moz-placeholder{
    color: #f6e05e !important;
  }

  .xl\:tw-placeholder-yellow-400:-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .xl\:tw-placeholder-yellow-400::-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .xl\:tw-placeholder-yellow-400::placeholder{
    color: #f6e05e !important;
  }

  .xl\:tw-placeholder-yellow-500::-webkit-input-placeholder{
    color: #ecc94b !important;
  }

  .xl\:tw-placeholder-yellow-500::-moz-placeholder{
    color: #ecc94b !important;
  }

  .xl\:tw-placeholder-yellow-500:-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .xl\:tw-placeholder-yellow-500::-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .xl\:tw-placeholder-yellow-500::placeholder{
    color: #ecc94b !important;
  }

  .xl\:tw-placeholder-yellow-600::-webkit-input-placeholder{
    color: #d69e2e !important;
  }

  .xl\:tw-placeholder-yellow-600::-moz-placeholder{
    color: #d69e2e !important;
  }

  .xl\:tw-placeholder-yellow-600:-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .xl\:tw-placeholder-yellow-600::-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .xl\:tw-placeholder-yellow-600::placeholder{
    color: #d69e2e !important;
  }

  .xl\:tw-placeholder-yellow-700::-webkit-input-placeholder{
    color: #b7791f !important;
  }

  .xl\:tw-placeholder-yellow-700::-moz-placeholder{
    color: #b7791f !important;
  }

  .xl\:tw-placeholder-yellow-700:-ms-input-placeholder{
    color: #b7791f !important;
  }

  .xl\:tw-placeholder-yellow-700::-ms-input-placeholder{
    color: #b7791f !important;
  }

  .xl\:tw-placeholder-yellow-700::placeholder{
    color: #b7791f !important;
  }

  .xl\:tw-placeholder-yellow-800::-webkit-input-placeholder{
    color: #975a16 !important;
  }

  .xl\:tw-placeholder-yellow-800::-moz-placeholder{
    color: #975a16 !important;
  }

  .xl\:tw-placeholder-yellow-800:-ms-input-placeholder{
    color: #975a16 !important;
  }

  .xl\:tw-placeholder-yellow-800::-ms-input-placeholder{
    color: #975a16 !important;
  }

  .xl\:tw-placeholder-yellow-800::placeholder{
    color: #975a16 !important;
  }

  .xl\:tw-placeholder-yellow-900::-webkit-input-placeholder{
    color: #744210 !important;
  }

  .xl\:tw-placeholder-yellow-900::-moz-placeholder{
    color: #744210 !important;
  }

  .xl\:tw-placeholder-yellow-900:-ms-input-placeholder{
    color: #744210 !important;
  }

  .xl\:tw-placeholder-yellow-900::-ms-input-placeholder{
    color: #744210 !important;
  }

  .xl\:tw-placeholder-yellow-900::placeholder{
    color: #744210 !important;
  }

  .xl\:tw-placeholder-green-100::-webkit-input-placeholder{
    color: #f0fff4 !important;
  }

  .xl\:tw-placeholder-green-100::-moz-placeholder{
    color: #f0fff4 !important;
  }

  .xl\:tw-placeholder-green-100:-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .xl\:tw-placeholder-green-100::-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .xl\:tw-placeholder-green-100::placeholder{
    color: #f0fff4 !important;
  }

  .xl\:tw-placeholder-green-200::-webkit-input-placeholder{
    color: #c6f6d5 !important;
  }

  .xl\:tw-placeholder-green-200::-moz-placeholder{
    color: #c6f6d5 !important;
  }

  .xl\:tw-placeholder-green-200:-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .xl\:tw-placeholder-green-200::-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .xl\:tw-placeholder-green-200::placeholder{
    color: #c6f6d5 !important;
  }

  .xl\:tw-placeholder-green-300::-webkit-input-placeholder{
    color: #9ae6b4 !important;
  }

  .xl\:tw-placeholder-green-300::-moz-placeholder{
    color: #9ae6b4 !important;
  }

  .xl\:tw-placeholder-green-300:-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .xl\:tw-placeholder-green-300::-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .xl\:tw-placeholder-green-300::placeholder{
    color: #9ae6b4 !important;
  }

  .xl\:tw-placeholder-green-400::-webkit-input-placeholder{
    color: #68d391 !important;
  }

  .xl\:tw-placeholder-green-400::-moz-placeholder{
    color: #68d391 !important;
  }

  .xl\:tw-placeholder-green-400:-ms-input-placeholder{
    color: #68d391 !important;
  }

  .xl\:tw-placeholder-green-400::-ms-input-placeholder{
    color: #68d391 !important;
  }

  .xl\:tw-placeholder-green-400::placeholder{
    color: #68d391 !important;
  }

  .xl\:tw-placeholder-green-500::-webkit-input-placeholder{
    color: #48bb78 !important;
  }

  .xl\:tw-placeholder-green-500::-moz-placeholder{
    color: #48bb78 !important;
  }

  .xl\:tw-placeholder-green-500:-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .xl\:tw-placeholder-green-500::-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .xl\:tw-placeholder-green-500::placeholder{
    color: #48bb78 !important;
  }

  .xl\:tw-placeholder-green-600::-webkit-input-placeholder{
    color: #38a169 !important;
  }

  .xl\:tw-placeholder-green-600::-moz-placeholder{
    color: #38a169 !important;
  }

  .xl\:tw-placeholder-green-600:-ms-input-placeholder{
    color: #38a169 !important;
  }

  .xl\:tw-placeholder-green-600::-ms-input-placeholder{
    color: #38a169 !important;
  }

  .xl\:tw-placeholder-green-600::placeholder{
    color: #38a169 !important;
  }

  .xl\:tw-placeholder-green-700::-webkit-input-placeholder{
    color: #2f855a !important;
  }

  .xl\:tw-placeholder-green-700::-moz-placeholder{
    color: #2f855a !important;
  }

  .xl\:tw-placeholder-green-700:-ms-input-placeholder{
    color: #2f855a !important;
  }

  .xl\:tw-placeholder-green-700::-ms-input-placeholder{
    color: #2f855a !important;
  }

  .xl\:tw-placeholder-green-700::placeholder{
    color: #2f855a !important;
  }

  .xl\:tw-placeholder-green-800::-webkit-input-placeholder{
    color: #276749 !important;
  }

  .xl\:tw-placeholder-green-800::-moz-placeholder{
    color: #276749 !important;
  }

  .xl\:tw-placeholder-green-800:-ms-input-placeholder{
    color: #276749 !important;
  }

  .xl\:tw-placeholder-green-800::-ms-input-placeholder{
    color: #276749 !important;
  }

  .xl\:tw-placeholder-green-800::placeholder{
    color: #276749 !important;
  }

  .xl\:tw-placeholder-green-900::-webkit-input-placeholder{
    color: #22543d !important;
  }

  .xl\:tw-placeholder-green-900::-moz-placeholder{
    color: #22543d !important;
  }

  .xl\:tw-placeholder-green-900:-ms-input-placeholder{
    color: #22543d !important;
  }

  .xl\:tw-placeholder-green-900::-ms-input-placeholder{
    color: #22543d !important;
  }

  .xl\:tw-placeholder-green-900::placeholder{
    color: #22543d !important;
  }

  .xl\:tw-placeholder-teal-100::-webkit-input-placeholder{
    color: #e6fffa !important;
  }

  .xl\:tw-placeholder-teal-100::-moz-placeholder{
    color: #e6fffa !important;
  }

  .xl\:tw-placeholder-teal-100:-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .xl\:tw-placeholder-teal-100::-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .xl\:tw-placeholder-teal-100::placeholder{
    color: #e6fffa !important;
  }

  .xl\:tw-placeholder-teal-200::-webkit-input-placeholder{
    color: #b2f5ea !important;
  }

  .xl\:tw-placeholder-teal-200::-moz-placeholder{
    color: #b2f5ea !important;
  }

  .xl\:tw-placeholder-teal-200:-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .xl\:tw-placeholder-teal-200::-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .xl\:tw-placeholder-teal-200::placeholder{
    color: #b2f5ea !important;
  }

  .xl\:tw-placeholder-teal-300::-webkit-input-placeholder{
    color: #81e6d9 !important;
  }

  .xl\:tw-placeholder-teal-300::-moz-placeholder{
    color: #81e6d9 !important;
  }

  .xl\:tw-placeholder-teal-300:-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .xl\:tw-placeholder-teal-300::-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .xl\:tw-placeholder-teal-300::placeholder{
    color: #81e6d9 !important;
  }

  .xl\:tw-placeholder-teal-400::-webkit-input-placeholder{
    color: #4fd1c5 !important;
  }

  .xl\:tw-placeholder-teal-400::-moz-placeholder{
    color: #4fd1c5 !important;
  }

  .xl\:tw-placeholder-teal-400:-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .xl\:tw-placeholder-teal-400::-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .xl\:tw-placeholder-teal-400::placeholder{
    color: #4fd1c5 !important;
  }

  .xl\:tw-placeholder-teal-500::-webkit-input-placeholder{
    color: #38b2ac !important;
  }

  .xl\:tw-placeholder-teal-500::-moz-placeholder{
    color: #38b2ac !important;
  }

  .xl\:tw-placeholder-teal-500:-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .xl\:tw-placeholder-teal-500::-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .xl\:tw-placeholder-teal-500::placeholder{
    color: #38b2ac !important;
  }

  .xl\:tw-placeholder-teal-600::-webkit-input-placeholder{
    color: #319795 !important;
  }

  .xl\:tw-placeholder-teal-600::-moz-placeholder{
    color: #319795 !important;
  }

  .xl\:tw-placeholder-teal-600:-ms-input-placeholder{
    color: #319795 !important;
  }

  .xl\:tw-placeholder-teal-600::-ms-input-placeholder{
    color: #319795 !important;
  }

  .xl\:tw-placeholder-teal-600::placeholder{
    color: #319795 !important;
  }

  .xl\:tw-placeholder-teal-700::-webkit-input-placeholder{
    color: #2c7a7b !important;
  }

  .xl\:tw-placeholder-teal-700::-moz-placeholder{
    color: #2c7a7b !important;
  }

  .xl\:tw-placeholder-teal-700:-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .xl\:tw-placeholder-teal-700::-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .xl\:tw-placeholder-teal-700::placeholder{
    color: #2c7a7b !important;
  }

  .xl\:tw-placeholder-teal-800::-webkit-input-placeholder{
    color: #285e61 !important;
  }

  .xl\:tw-placeholder-teal-800::-moz-placeholder{
    color: #285e61 !important;
  }

  .xl\:tw-placeholder-teal-800:-ms-input-placeholder{
    color: #285e61 !important;
  }

  .xl\:tw-placeholder-teal-800::-ms-input-placeholder{
    color: #285e61 !important;
  }

  .xl\:tw-placeholder-teal-800::placeholder{
    color: #285e61 !important;
  }

  .xl\:tw-placeholder-teal-900::-webkit-input-placeholder{
    color: #234e52 !important;
  }

  .xl\:tw-placeholder-teal-900::-moz-placeholder{
    color: #234e52 !important;
  }

  .xl\:tw-placeholder-teal-900:-ms-input-placeholder{
    color: #234e52 !important;
  }

  .xl\:tw-placeholder-teal-900::-ms-input-placeholder{
    color: #234e52 !important;
  }

  .xl\:tw-placeholder-teal-900::placeholder{
    color: #234e52 !important;
  }

  .xl\:tw-placeholder-blue-100::-webkit-input-placeholder{
    color: #ebf8ff !important;
  }

  .xl\:tw-placeholder-blue-100::-moz-placeholder{
    color: #ebf8ff !important;
  }

  .xl\:tw-placeholder-blue-100:-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .xl\:tw-placeholder-blue-100::-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .xl\:tw-placeholder-blue-100::placeholder{
    color: #ebf8ff !important;
  }

  .xl\:tw-placeholder-blue-200::-webkit-input-placeholder{
    color: #bee3f8 !important;
  }

  .xl\:tw-placeholder-blue-200::-moz-placeholder{
    color: #bee3f8 !important;
  }

  .xl\:tw-placeholder-blue-200:-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .xl\:tw-placeholder-blue-200::-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .xl\:tw-placeholder-blue-200::placeholder{
    color: #bee3f8 !important;
  }

  .xl\:tw-placeholder-blue-300::-webkit-input-placeholder{
    color: #90cdf4 !important;
  }

  .xl\:tw-placeholder-blue-300::-moz-placeholder{
    color: #90cdf4 !important;
  }

  .xl\:tw-placeholder-blue-300:-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .xl\:tw-placeholder-blue-300::-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .xl\:tw-placeholder-blue-300::placeholder{
    color: #90cdf4 !important;
  }

  .xl\:tw-placeholder-blue-400::-webkit-input-placeholder{
    color: #63b3ed !important;
  }

  .xl\:tw-placeholder-blue-400::-moz-placeholder{
    color: #63b3ed !important;
  }

  .xl\:tw-placeholder-blue-400:-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .xl\:tw-placeholder-blue-400::-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .xl\:tw-placeholder-blue-400::placeholder{
    color: #63b3ed !important;
  }

  .xl\:tw-placeholder-blue-500::-webkit-input-placeholder{
    color: #4299e1 !important;
  }

  .xl\:tw-placeholder-blue-500::-moz-placeholder{
    color: #4299e1 !important;
  }

  .xl\:tw-placeholder-blue-500:-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .xl\:tw-placeholder-blue-500::-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .xl\:tw-placeholder-blue-500::placeholder{
    color: #4299e1 !important;
  }

  .xl\:tw-placeholder-blue-600::-webkit-input-placeholder{
    color: #3182ce !important;
  }

  .xl\:tw-placeholder-blue-600::-moz-placeholder{
    color: #3182ce !important;
  }

  .xl\:tw-placeholder-blue-600:-ms-input-placeholder{
    color: #3182ce !important;
  }

  .xl\:tw-placeholder-blue-600::-ms-input-placeholder{
    color: #3182ce !important;
  }

  .xl\:tw-placeholder-blue-600::placeholder{
    color: #3182ce !important;
  }

  .xl\:tw-placeholder-blue-700::-webkit-input-placeholder{
    color: #2b6cb0 !important;
  }

  .xl\:tw-placeholder-blue-700::-moz-placeholder{
    color: #2b6cb0 !important;
  }

  .xl\:tw-placeholder-blue-700:-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .xl\:tw-placeholder-blue-700::-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .xl\:tw-placeholder-blue-700::placeholder{
    color: #2b6cb0 !important;
  }

  .xl\:tw-placeholder-blue-800::-webkit-input-placeholder{
    color: #2c5282 !important;
  }

  .xl\:tw-placeholder-blue-800::-moz-placeholder{
    color: #2c5282 !important;
  }

  .xl\:tw-placeholder-blue-800:-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .xl\:tw-placeholder-blue-800::-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .xl\:tw-placeholder-blue-800::placeholder{
    color: #2c5282 !important;
  }

  .xl\:tw-placeholder-blue-900::-webkit-input-placeholder{
    color: #2a4365 !important;
  }

  .xl\:tw-placeholder-blue-900::-moz-placeholder{
    color: #2a4365 !important;
  }

  .xl\:tw-placeholder-blue-900:-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .xl\:tw-placeholder-blue-900::-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .xl\:tw-placeholder-blue-900::placeholder{
    color: #2a4365 !important;
  }

  .xl\:tw-placeholder-indigo-100::-webkit-input-placeholder{
    color: #ebf4ff !important;
  }

  .xl\:tw-placeholder-indigo-100::-moz-placeholder{
    color: #ebf4ff !important;
  }

  .xl\:tw-placeholder-indigo-100:-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .xl\:tw-placeholder-indigo-100::-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .xl\:tw-placeholder-indigo-100::placeholder{
    color: #ebf4ff !important;
  }

  .xl\:tw-placeholder-indigo-200::-webkit-input-placeholder{
    color: #c3dafe !important;
  }

  .xl\:tw-placeholder-indigo-200::-moz-placeholder{
    color: #c3dafe !important;
  }

  .xl\:tw-placeholder-indigo-200:-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .xl\:tw-placeholder-indigo-200::-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .xl\:tw-placeholder-indigo-200::placeholder{
    color: #c3dafe !important;
  }

  .xl\:tw-placeholder-indigo-300::-webkit-input-placeholder{
    color: #a3bffa !important;
  }

  .xl\:tw-placeholder-indigo-300::-moz-placeholder{
    color: #a3bffa !important;
  }

  .xl\:tw-placeholder-indigo-300:-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .xl\:tw-placeholder-indigo-300::-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .xl\:tw-placeholder-indigo-300::placeholder{
    color: #a3bffa !important;
  }

  .xl\:tw-placeholder-indigo-400::-webkit-input-placeholder{
    color: #7f9cf5 !important;
  }

  .xl\:tw-placeholder-indigo-400::-moz-placeholder{
    color: #7f9cf5 !important;
  }

  .xl\:tw-placeholder-indigo-400:-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .xl\:tw-placeholder-indigo-400::-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .xl\:tw-placeholder-indigo-400::placeholder{
    color: #7f9cf5 !important;
  }

  .xl\:tw-placeholder-indigo-500::-webkit-input-placeholder{
    color: #667eea !important;
  }

  .xl\:tw-placeholder-indigo-500::-moz-placeholder{
    color: #667eea !important;
  }

  .xl\:tw-placeholder-indigo-500:-ms-input-placeholder{
    color: #667eea !important;
  }

  .xl\:tw-placeholder-indigo-500::-ms-input-placeholder{
    color: #667eea !important;
  }

  .xl\:tw-placeholder-indigo-500::placeholder{
    color: #667eea !important;
  }

  .xl\:tw-placeholder-indigo-600::-webkit-input-placeholder{
    color: #5a67d8 !important;
  }

  .xl\:tw-placeholder-indigo-600::-moz-placeholder{
    color: #5a67d8 !important;
  }

  .xl\:tw-placeholder-indigo-600:-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .xl\:tw-placeholder-indigo-600::-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .xl\:tw-placeholder-indigo-600::placeholder{
    color: #5a67d8 !important;
  }

  .xl\:tw-placeholder-indigo-700::-webkit-input-placeholder{
    color: #4c51bf !important;
  }

  .xl\:tw-placeholder-indigo-700::-moz-placeholder{
    color: #4c51bf !important;
  }

  .xl\:tw-placeholder-indigo-700:-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .xl\:tw-placeholder-indigo-700::-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .xl\:tw-placeholder-indigo-700::placeholder{
    color: #4c51bf !important;
  }

  .xl\:tw-placeholder-indigo-800::-webkit-input-placeholder{
    color: #434190 !important;
  }

  .xl\:tw-placeholder-indigo-800::-moz-placeholder{
    color: #434190 !important;
  }

  .xl\:tw-placeholder-indigo-800:-ms-input-placeholder{
    color: #434190 !important;
  }

  .xl\:tw-placeholder-indigo-800::-ms-input-placeholder{
    color: #434190 !important;
  }

  .xl\:tw-placeholder-indigo-800::placeholder{
    color: #434190 !important;
  }

  .xl\:tw-placeholder-indigo-900::-webkit-input-placeholder{
    color: #3c366b !important;
  }

  .xl\:tw-placeholder-indigo-900::-moz-placeholder{
    color: #3c366b !important;
  }

  .xl\:tw-placeholder-indigo-900:-ms-input-placeholder{
    color: #3c366b !important;
  }

  .xl\:tw-placeholder-indigo-900::-ms-input-placeholder{
    color: #3c366b !important;
  }

  .xl\:tw-placeholder-indigo-900::placeholder{
    color: #3c366b !important;
  }

  .xl\:tw-placeholder-purple-100::-webkit-input-placeholder{
    color: #faf5ff !important;
  }

  .xl\:tw-placeholder-purple-100::-moz-placeholder{
    color: #faf5ff !important;
  }

  .xl\:tw-placeholder-purple-100:-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .xl\:tw-placeholder-purple-100::-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .xl\:tw-placeholder-purple-100::placeholder{
    color: #faf5ff !important;
  }

  .xl\:tw-placeholder-purple-200::-webkit-input-placeholder{
    color: #e9d8fd !important;
  }

  .xl\:tw-placeholder-purple-200::-moz-placeholder{
    color: #e9d8fd !important;
  }

  .xl\:tw-placeholder-purple-200:-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .xl\:tw-placeholder-purple-200::-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .xl\:tw-placeholder-purple-200::placeholder{
    color: #e9d8fd !important;
  }

  .xl\:tw-placeholder-purple-300::-webkit-input-placeholder{
    color: #d6bcfa !important;
  }

  .xl\:tw-placeholder-purple-300::-moz-placeholder{
    color: #d6bcfa !important;
  }

  .xl\:tw-placeholder-purple-300:-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .xl\:tw-placeholder-purple-300::-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .xl\:tw-placeholder-purple-300::placeholder{
    color: #d6bcfa !important;
  }

  .xl\:tw-placeholder-purple-400::-webkit-input-placeholder{
    color: #b794f4 !important;
  }

  .xl\:tw-placeholder-purple-400::-moz-placeholder{
    color: #b794f4 !important;
  }

  .xl\:tw-placeholder-purple-400:-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .xl\:tw-placeholder-purple-400::-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .xl\:tw-placeholder-purple-400::placeholder{
    color: #b794f4 !important;
  }

  .xl\:tw-placeholder-purple-500::-webkit-input-placeholder{
    color: #9f7aea !important;
  }

  .xl\:tw-placeholder-purple-500::-moz-placeholder{
    color: #9f7aea !important;
  }

  .xl\:tw-placeholder-purple-500:-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .xl\:tw-placeholder-purple-500::-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .xl\:tw-placeholder-purple-500::placeholder{
    color: #9f7aea !important;
  }

  .xl\:tw-placeholder-purple-600::-webkit-input-placeholder{
    color: #805ad5 !important;
  }

  .xl\:tw-placeholder-purple-600::-moz-placeholder{
    color: #805ad5 !important;
  }

  .xl\:tw-placeholder-purple-600:-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .xl\:tw-placeholder-purple-600::-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .xl\:tw-placeholder-purple-600::placeholder{
    color: #805ad5 !important;
  }

  .xl\:tw-placeholder-purple-700::-webkit-input-placeholder{
    color: #6b46c1 !important;
  }

  .xl\:tw-placeholder-purple-700::-moz-placeholder{
    color: #6b46c1 !important;
  }

  .xl\:tw-placeholder-purple-700:-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .xl\:tw-placeholder-purple-700::-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .xl\:tw-placeholder-purple-700::placeholder{
    color: #6b46c1 !important;
  }

  .xl\:tw-placeholder-purple-800::-webkit-input-placeholder{
    color: #553c9a !important;
  }

  .xl\:tw-placeholder-purple-800::-moz-placeholder{
    color: #553c9a !important;
  }

  .xl\:tw-placeholder-purple-800:-ms-input-placeholder{
    color: #553c9a !important;
  }

  .xl\:tw-placeholder-purple-800::-ms-input-placeholder{
    color: #553c9a !important;
  }

  .xl\:tw-placeholder-purple-800::placeholder{
    color: #553c9a !important;
  }

  .xl\:tw-placeholder-purple-900::-webkit-input-placeholder{
    color: #44337a !important;
  }

  .xl\:tw-placeholder-purple-900::-moz-placeholder{
    color: #44337a !important;
  }

  .xl\:tw-placeholder-purple-900:-ms-input-placeholder{
    color: #44337a !important;
  }

  .xl\:tw-placeholder-purple-900::-ms-input-placeholder{
    color: #44337a !important;
  }

  .xl\:tw-placeholder-purple-900::placeholder{
    color: #44337a !important;
  }

  .xl\:tw-placeholder-pink-100::-webkit-input-placeholder{
    color: #fff5f7 !important;
  }

  .xl\:tw-placeholder-pink-100::-moz-placeholder{
    color: #fff5f7 !important;
  }

  .xl\:tw-placeholder-pink-100:-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .xl\:tw-placeholder-pink-100::-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .xl\:tw-placeholder-pink-100::placeholder{
    color: #fff5f7 !important;
  }

  .xl\:tw-placeholder-pink-200::-webkit-input-placeholder{
    color: #fed7e2 !important;
  }

  .xl\:tw-placeholder-pink-200::-moz-placeholder{
    color: #fed7e2 !important;
  }

  .xl\:tw-placeholder-pink-200:-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .xl\:tw-placeholder-pink-200::-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .xl\:tw-placeholder-pink-200::placeholder{
    color: #fed7e2 !important;
  }

  .xl\:tw-placeholder-pink-300::-webkit-input-placeholder{
    color: #fbb6ce !important;
  }

  .xl\:tw-placeholder-pink-300::-moz-placeholder{
    color: #fbb6ce !important;
  }

  .xl\:tw-placeholder-pink-300:-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .xl\:tw-placeholder-pink-300::-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .xl\:tw-placeholder-pink-300::placeholder{
    color: #fbb6ce !important;
  }

  .xl\:tw-placeholder-pink-400::-webkit-input-placeholder{
    color: #f687b3 !important;
  }

  .xl\:tw-placeholder-pink-400::-moz-placeholder{
    color: #f687b3 !important;
  }

  .xl\:tw-placeholder-pink-400:-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .xl\:tw-placeholder-pink-400::-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .xl\:tw-placeholder-pink-400::placeholder{
    color: #f687b3 !important;
  }

  .xl\:tw-placeholder-pink-500::-webkit-input-placeholder{
    color: #ed64a6 !important;
  }

  .xl\:tw-placeholder-pink-500::-moz-placeholder{
    color: #ed64a6 !important;
  }

  .xl\:tw-placeholder-pink-500:-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .xl\:tw-placeholder-pink-500::-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .xl\:tw-placeholder-pink-500::placeholder{
    color: #ed64a6 !important;
  }

  .xl\:tw-placeholder-pink-600::-webkit-input-placeholder{
    color: #d53f8c !important;
  }

  .xl\:tw-placeholder-pink-600::-moz-placeholder{
    color: #d53f8c !important;
  }

  .xl\:tw-placeholder-pink-600:-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .xl\:tw-placeholder-pink-600::-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .xl\:tw-placeholder-pink-600::placeholder{
    color: #d53f8c !important;
  }

  .xl\:tw-placeholder-pink-700::-webkit-input-placeholder{
    color: #b83280 !important;
  }

  .xl\:tw-placeholder-pink-700::-moz-placeholder{
    color: #b83280 !important;
  }

  .xl\:tw-placeholder-pink-700:-ms-input-placeholder{
    color: #b83280 !important;
  }

  .xl\:tw-placeholder-pink-700::-ms-input-placeholder{
    color: #b83280 !important;
  }

  .xl\:tw-placeholder-pink-700::placeholder{
    color: #b83280 !important;
  }

  .xl\:tw-placeholder-pink-800::-webkit-input-placeholder{
    color: #97266d !important;
  }

  .xl\:tw-placeholder-pink-800::-moz-placeholder{
    color: #97266d !important;
  }

  .xl\:tw-placeholder-pink-800:-ms-input-placeholder{
    color: #97266d !important;
  }

  .xl\:tw-placeholder-pink-800::-ms-input-placeholder{
    color: #97266d !important;
  }

  .xl\:tw-placeholder-pink-800::placeholder{
    color: #97266d !important;
  }

  .xl\:tw-placeholder-pink-900::-webkit-input-placeholder{
    color: #702459 !important;
  }

  .xl\:tw-placeholder-pink-900::-moz-placeholder{
    color: #702459 !important;
  }

  .xl\:tw-placeholder-pink-900:-ms-input-placeholder{
    color: #702459 !important;
  }

  .xl\:tw-placeholder-pink-900::-ms-input-placeholder{
    color: #702459 !important;
  }

  .xl\:tw-placeholder-pink-900::placeholder{
    color: #702459 !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder{
    color: #000 !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::-moz-placeholder{
    color: #000 !important;
  }

  .xl\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    color: #000 !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::-ms-input-placeholder{
    color: #000 !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::placeholder{
    color: #000 !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder{
    color: #fff !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::-moz-placeholder{
    color: #fff !important;
  }

  .xl\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    color: #fff !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::-ms-input-placeholder{
    color: #fff !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::placeholder{
    color: #fff !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder{
    color: #f7fafc !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
    color: #f7fafc !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder{
    color: #f7fafc !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder{
    color: #f7fafc !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::placeholder{
    color: #f7fafc !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder{
    color: #edf2f7 !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder{
    color: #edf2f7 !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder{
    color: #edf2f7 !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder{
    color: #edf2f7 !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::placeholder{
    color: #edf2f7 !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder{
    color: #e2e8f0 !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
    color: #e2e8f0 !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder{
    color: #e2e8f0 !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder{
    color: #e2e8f0 !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::placeholder{
    color: #e2e8f0 !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder{
    color: #cbd5e0 !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
    color: #cbd5e0 !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder{
    color: #cbd5e0 !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder{
    color: #cbd5e0 !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::placeholder{
    color: #cbd5e0 !important;
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder{
    color: #a0aec0 !important;
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder{
    color: #a0aec0 !important;
  }

  .xl\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder{
    color: #a0aec0 !important;
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder{
    color: #a0aec0 !important;
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::placeholder{
    color: #a0aec0 !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder{
    color: #718096 !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder{
    color: #718096 !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder{
    color: #718096 !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder{
    color: #718096 !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::placeholder{
    color: #718096 !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder{
    color: #4a5568 !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder{
    color: #4a5568 !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder{
    color: #4a5568 !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder{
    color: #4a5568 !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::placeholder{
    color: #4a5568 !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder{
    color: #2d3748 !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
    color: #2d3748 !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder{
    color: #2d3748 !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder{
    color: #2d3748 !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::placeholder{
    color: #2d3748 !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder{
    color: #1a202c !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
    color: #1a202c !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder{
    color: #1a202c !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder{
    color: #1a202c !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::placeholder{
    color: #1a202c !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder{
    color: #fff5f5 !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus::-moz-placeholder{
    color: #fff5f5 !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus::placeholder{
    color: #fff5f5 !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder{
    color: #fed7d7 !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus::-moz-placeholder{
    color: #fed7d7 !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus::placeholder{
    color: #fed7d7 !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder{
    color: #feb2b2 !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus::-moz-placeholder{
    color: #feb2b2 !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus::placeholder{
    color: #feb2b2 !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder{
    color: #fc8181 !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus::-moz-placeholder{
    color: #fc8181 !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus::placeholder{
    color: #fc8181 !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder{
    color: #f56565 !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus::-moz-placeholder{
    color: #f56565 !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder{
    color: #f56565 !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder{
    color: #f56565 !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus::placeholder{
    color: #f56565 !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder{
    color: #e53e3e !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus::-moz-placeholder{
    color: #e53e3e !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus::placeholder{
    color: #e53e3e !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder{
    color: #c53030 !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus::-moz-placeholder{
    color: #c53030 !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder{
    color: #c53030 !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder{
    color: #c53030 !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus::placeholder{
    color: #c53030 !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder{
    color: #9b2c2c !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus::-moz-placeholder{
    color: #9b2c2c !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus::placeholder{
    color: #9b2c2c !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder{
    color: #742a2a !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus::-moz-placeholder{
    color: #742a2a !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder{
    color: #742a2a !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder{
    color: #742a2a !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus::placeholder{
    color: #742a2a !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder{
    color: #fffaf0 !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
    color: #fffaf0 !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::placeholder{
    color: #fffaf0 !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder{
    color: #feebc8 !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
    color: #feebc8 !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::placeholder{
    color: #feebc8 !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder{
    color: #fbd38d !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
    color: #fbd38d !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::placeholder{
    color: #fbd38d !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder{
    color: #f6ad55 !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
    color: #f6ad55 !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::placeholder{
    color: #f6ad55 !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder{
    color: #ed8936 !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
    color: #ed8936 !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::placeholder{
    color: #ed8936 !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder{
    color: #dd6b20 !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
    color: #dd6b20 !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::placeholder{
    color: #dd6b20 !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder{
    color: #c05621 !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
    color: #c05621 !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder{
    color: #c05621 !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder{
    color: #c05621 !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::placeholder{
    color: #c05621 !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder{
    color: #9c4221 !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
    color: #9c4221 !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::placeholder{
    color: #9c4221 !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder{
    color: #7b341e !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
    color: #7b341e !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder{
    color: #7b341e !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder{
    color: #7b341e !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::placeholder{
    color: #7b341e !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder{
    color: #fffff0 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
    color: #fffff0 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    color: #fffff0 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder{
    color: #fefcbf !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
    color: #fefcbf !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    color: #fefcbf !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder{
    color: #faf089 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
    color: #faf089 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder{
    color: #faf089 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder{
    color: #faf089 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    color: #faf089 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder{
    color: #f6e05e !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
    color: #f6e05e !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    color: #f6e05e !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder{
    color: #ecc94b !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
    color: #ecc94b !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    color: #ecc94b !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder{
    color: #d69e2e !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
    color: #d69e2e !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    color: #d69e2e !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder{
    color: #b7791f !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
    color: #b7791f !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder{
    color: #b7791f !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder{
    color: #b7791f !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    color: #b7791f !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder{
    color: #975a16 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
    color: #975a16 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder{
    color: #975a16 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder{
    color: #975a16 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    color: #975a16 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder{
    color: #744210 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
    color: #744210 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder{
    color: #744210 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder{
    color: #744210 !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    color: #744210 !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder{
    color: #f0fff4 !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::-moz-placeholder{
    color: #f0fff4 !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::placeholder{
    color: #f0fff4 !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder{
    color: #c6f6d5 !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus::-moz-placeholder{
    color: #c6f6d5 !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus::placeholder{
    color: #c6f6d5 !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder{
    color: #9ae6b4 !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus::-moz-placeholder{
    color: #9ae6b4 !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus::placeholder{
    color: #9ae6b4 !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder{
    color: #68d391 !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus::-moz-placeholder{
    color: #68d391 !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder{
    color: #68d391 !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder{
    color: #68d391 !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus::placeholder{
    color: #68d391 !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder{
    color: #48bb78 !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus::-moz-placeholder{
    color: #48bb78 !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus::placeholder{
    color: #48bb78 !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder{
    color: #38a169 !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus::-moz-placeholder{
    color: #38a169 !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder{
    color: #38a169 !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder{
    color: #38a169 !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus::placeholder{
    color: #38a169 !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder{
    color: #2f855a !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus::-moz-placeholder{
    color: #2f855a !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder{
    color: #2f855a !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder{
    color: #2f855a !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus::placeholder{
    color: #2f855a !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder{
    color: #276749 !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus::-moz-placeholder{
    color: #276749 !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder{
    color: #276749 !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder{
    color: #276749 !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus::placeholder{
    color: #276749 !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder{
    color: #22543d !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::-moz-placeholder{
    color: #22543d !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder{
    color: #22543d !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder{
    color: #22543d !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::placeholder{
    color: #22543d !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder{
    color: #e6fffa !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
    color: #e6fffa !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::placeholder{
    color: #e6fffa !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder{
    color: #b2f5ea !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
    color: #b2f5ea !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::placeholder{
    color: #b2f5ea !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder{
    color: #81e6d9 !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
    color: #81e6d9 !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::placeholder{
    color: #81e6d9 !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder{
    color: #4fd1c5 !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
    color: #4fd1c5 !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::placeholder{
    color: #4fd1c5 !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder{
    color: #38b2ac !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
    color: #38b2ac !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::placeholder{
    color: #38b2ac !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder{
    color: #319795 !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
    color: #319795 !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder{
    color: #319795 !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder{
    color: #319795 !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::placeholder{
    color: #319795 !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder{
    color: #2c7a7b !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
    color: #2c7a7b !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::placeholder{
    color: #2c7a7b !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder{
    color: #285e61 !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
    color: #285e61 !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder{
    color: #285e61 !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder{
    color: #285e61 !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::placeholder{
    color: #285e61 !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder{
    color: #234e52 !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
    color: #234e52 !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder{
    color: #234e52 !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder{
    color: #234e52 !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::placeholder{
    color: #234e52 !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder{
    color: #ebf8ff !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
    color: #ebf8ff !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::placeholder{
    color: #ebf8ff !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder{
    color: #bee3f8 !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
    color: #bee3f8 !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::placeholder{
    color: #bee3f8 !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder{
    color: #90cdf4 !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
    color: #90cdf4 !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::placeholder{
    color: #90cdf4 !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder{
    color: #63b3ed !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
    color: #63b3ed !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::placeholder{
    color: #63b3ed !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder{
    color: #4299e1 !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
    color: #4299e1 !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::placeholder{
    color: #4299e1 !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder{
    color: #3182ce !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
    color: #3182ce !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder{
    color: #3182ce !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder{
    color: #3182ce !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::placeholder{
    color: #3182ce !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder{
    color: #2b6cb0 !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
    color: #2b6cb0 !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::placeholder{
    color: #2b6cb0 !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder{
    color: #2c5282 !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
    color: #2c5282 !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::placeholder{
    color: #2c5282 !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder{
    color: #2a4365 !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
    color: #2a4365 !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::placeholder{
    color: #2a4365 !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder{
    color: #ebf4ff !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
    color: #ebf4ff !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    color: #ebf4ff !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder{
    color: #c3dafe !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
    color: #c3dafe !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    color: #c3dafe !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder{
    color: #a3bffa !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
    color: #a3bffa !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    color: #a3bffa !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder{
    color: #7f9cf5 !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
    color: #7f9cf5 !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    color: #7f9cf5 !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder{
    color: #667eea !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
    color: #667eea !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder{
    color: #667eea !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder{
    color: #667eea !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    color: #667eea !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder{
    color: #5a67d8 !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
    color: #5a67d8 !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    color: #5a67d8 !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder{
    color: #4c51bf !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
    color: #4c51bf !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    color: #4c51bf !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder{
    color: #434190 !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
    color: #434190 !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder{
    color: #434190 !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder{
    color: #434190 !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    color: #434190 !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder{
    color: #3c366b !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
    color: #3c366b !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder{
    color: #3c366b !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder{
    color: #3c366b !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    color: #3c366b !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder{
    color: #faf5ff !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
    color: #faf5ff !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::placeholder{
    color: #faf5ff !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder{
    color: #e9d8fd !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
    color: #e9d8fd !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::placeholder{
    color: #e9d8fd !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder{
    color: #d6bcfa !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
    color: #d6bcfa !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::placeholder{
    color: #d6bcfa !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder{
    color: #b794f4 !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
    color: #b794f4 !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::placeholder{
    color: #b794f4 !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder{
    color: #9f7aea !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
    color: #9f7aea !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::placeholder{
    color: #9f7aea !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder{
    color: #805ad5 !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
    color: #805ad5 !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::placeholder{
    color: #805ad5 !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder{
    color: #6b46c1 !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
    color: #6b46c1 !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::placeholder{
    color: #6b46c1 !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder{
    color: #553c9a !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
    color: #553c9a !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder{
    color: #553c9a !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder{
    color: #553c9a !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::placeholder{
    color: #553c9a !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder{
    color: #44337a !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
    color: #44337a !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder{
    color: #44337a !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder{
    color: #44337a !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::placeholder{
    color: #44337a !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder{
    color: #fff5f7 !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
    color: #fff5f7 !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::placeholder{
    color: #fff5f7 !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder{
    color: #fed7e2 !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
    color: #fed7e2 !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::placeholder{
    color: #fed7e2 !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder{
    color: #fbb6ce !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
    color: #fbb6ce !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::placeholder{
    color: #fbb6ce !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder{
    color: #f687b3 !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
    color: #f687b3 !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::placeholder{
    color: #f687b3 !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder{
    color: #ed64a6 !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
    color: #ed64a6 !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::placeholder{
    color: #ed64a6 !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder{
    color: #d53f8c !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
    color: #d53f8c !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::placeholder{
    color: #d53f8c !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder{
    color: #b83280 !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
    color: #b83280 !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder{
    color: #b83280 !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder{
    color: #b83280 !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::placeholder{
    color: #b83280 !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder{
    color: #97266d !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
    color: #97266d !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder{
    color: #97266d !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder{
    color: #97266d !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::placeholder{
    color: #97266d !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder{
    color: #702459 !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
    color: #702459 !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder{
    color: #702459 !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder{
    color: #702459 !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::placeholder{
    color: #702459 !important;
  }

  .xl\:tw-pointer-events-none{
    pointer-events: none !important;
  }

  .xl\:tw-pointer-events-auto{
    pointer-events: auto !important;
  }

  .xl\:tw-static{
    position: static !important;
  }

  .xl\:tw-fixed{
    position: fixed !important;
  }

  .xl\:tw-absolute{
    position: absolute !important;
  }

  .xl\:tw-relative{
    position: relative !important;
  }

  .xl\:tw-sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xl\:tw-inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:tw-inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:tw-inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:tw-inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xl\:tw-inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:tw-inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xl\:tw-top-0{
    top: 0 !important;
  }

  .xl\:tw-right-0{
    right: 0 !important;
  }

  .xl\:tw-bottom-0{
    bottom: 0 !important;
  }

  .xl\:tw-left-0{
    left: 0 !important;
  }

  .xl\:tw-top-auto{
    top: auto !important;
  }

  .xl\:tw-right-auto{
    right: auto !important;
  }

  .xl\:tw-bottom-auto{
    bottom: auto !important;
  }

  .xl\:tw-left-auto{
    left: auto !important;
  }

  .xl\:tw-resize-none{
    resize: none !important;
  }

  .xl\:tw-resize-y{
    resize: vertical !important;
  }

  .xl\:tw-resize-x{
    resize: horizontal !important;
  }

  .xl\:tw-resize{
    resize: both !important;
  }

  .xl\:tw-shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:tw-shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:tw-shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:tw-shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:tw-shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:tw-shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:tw-shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:tw-shadow-none{
    box-shadow: none !important;
  }

  .xl\:hover\:tw-shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:tw-shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:tw-shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:tw-shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:hover\:tw-shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:hover\:tw-shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:tw-shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:hover\:tw-shadow-none:hover{
    box-shadow: none !important;
  }

  .xl\:focus\:tw-shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:tw-shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:tw-shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:tw-shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:focus\:tw-shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:focus\:tw-shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:tw-shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:focus\:tw-shadow-none:focus{
    box-shadow: none !important;
  }

  .xl\:tw-fill-current{
    fill: currentColor !important;
  }

  .xl\:tw-stroke-current{
    stroke: currentColor !important;
  }

  .xl\:tw-table-auto{
    table-layout: auto !important;
  }

  .xl\:tw-table-fixed{
    table-layout: fixed !important;
  }

  .xl\:tw-text-left{
    text-align: left !important;
  }

  .xl\:tw-text-center{
    text-align: center !important;
  }

  .xl\:tw-text-right{
    text-align: right !important;
  }

  .xl\:tw-text-justify{
    text-align: justify !important;
  }

  .xl\:tw-text-transparent{
    color: transparent !important;
  }

  .xl\:tw-text-black{
    color: #000 !important;
  }

  .xl\:tw-text-white{
    color: #fff !important;
  }

  .xl\:tw-text-gray-100{
    color: #f7fafc !important;
  }

  .xl\:tw-text-gray-200{
    color: #edf2f7 !important;
  }

  .xl\:tw-text-gray-300{
    color: #e2e8f0 !important;
  }

  .xl\:tw-text-gray-400{
    color: #cbd5e0 !important;
  }

  .xl\:tw-text-gray-500{
    color: #a0aec0 !important;
  }

  .xl\:tw-text-gray-600{
    color: #718096 !important;
  }

  .xl\:tw-text-gray-700{
    color: #4a5568 !important;
  }

  .xl\:tw-text-gray-800{
    color: #2d3748 !important;
  }

  .xl\:tw-text-gray-900{
    color: #1a202c !important;
  }

  .xl\:tw-text-red-100{
    color: #fff5f5 !important;
  }

  .xl\:tw-text-red-200{
    color: #fed7d7 !important;
  }

  .xl\:tw-text-red-300{
    color: #feb2b2 !important;
  }

  .xl\:tw-text-red-400{
    color: #fc8181 !important;
  }

  .xl\:tw-text-red-500{
    color: #f56565 !important;
  }

  .xl\:tw-text-red-600{
    color: #e53e3e !important;
  }

  .xl\:tw-text-red-700{
    color: #c53030 !important;
  }

  .xl\:tw-text-red-800{
    color: #9b2c2c !important;
  }

  .xl\:tw-text-red-900{
    color: #742a2a !important;
  }

  .xl\:tw-text-orange-100{
    color: #fffaf0 !important;
  }

  .xl\:tw-text-orange-200{
    color: #feebc8 !important;
  }

  .xl\:tw-text-orange-300{
    color: #fbd38d !important;
  }

  .xl\:tw-text-orange-400{
    color: #f6ad55 !important;
  }

  .xl\:tw-text-orange-500{
    color: #ed8936 !important;
  }

  .xl\:tw-text-orange-600{
    color: #dd6b20 !important;
  }

  .xl\:tw-text-orange-700{
    color: #c05621 !important;
  }

  .xl\:tw-text-orange-800{
    color: #9c4221 !important;
  }

  .xl\:tw-text-orange-900{
    color: #7b341e !important;
  }

  .xl\:tw-text-yellow-100{
    color: #fffff0 !important;
  }

  .xl\:tw-text-yellow-200{
    color: #fefcbf !important;
  }

  .xl\:tw-text-yellow-300{
    color: #faf089 !important;
  }

  .xl\:tw-text-yellow-400{
    color: #f6e05e !important;
  }

  .xl\:tw-text-yellow-500{
    color: #ecc94b !important;
  }

  .xl\:tw-text-yellow-600{
    color: #d69e2e !important;
  }

  .xl\:tw-text-yellow-700{
    color: #b7791f !important;
  }

  .xl\:tw-text-yellow-800{
    color: #975a16 !important;
  }

  .xl\:tw-text-yellow-900{
    color: #744210 !important;
  }

  .xl\:tw-text-green-100{
    color: #f0fff4 !important;
  }

  .xl\:tw-text-green-200{
    color: #c6f6d5 !important;
  }

  .xl\:tw-text-green-300{
    color: #9ae6b4 !important;
  }

  .xl\:tw-text-green-400{
    color: #68d391 !important;
  }

  .xl\:tw-text-green-500{
    color: #48bb78 !important;
  }

  .xl\:tw-text-green-600{
    color: #38a169 !important;
  }

  .xl\:tw-text-green-700{
    color: #2f855a !important;
  }

  .xl\:tw-text-green-800{
    color: #276749 !important;
  }

  .xl\:tw-text-green-900{
    color: #22543d !important;
  }

  .xl\:tw-text-teal-100{
    color: #e6fffa !important;
  }

  .xl\:tw-text-teal-200{
    color: #b2f5ea !important;
  }

  .xl\:tw-text-teal-300{
    color: #81e6d9 !important;
  }

  .xl\:tw-text-teal-400{
    color: #4fd1c5 !important;
  }

  .xl\:tw-text-teal-500{
    color: #38b2ac !important;
  }

  .xl\:tw-text-teal-600{
    color: #319795 !important;
  }

  .xl\:tw-text-teal-700{
    color: #2c7a7b !important;
  }

  .xl\:tw-text-teal-800{
    color: #285e61 !important;
  }

  .xl\:tw-text-teal-900{
    color: #234e52 !important;
  }

  .xl\:tw-text-blue-100{
    color: #ebf8ff !important;
  }

  .xl\:tw-text-blue-200{
    color: #bee3f8 !important;
  }

  .xl\:tw-text-blue-300{
    color: #90cdf4 !important;
  }

  .xl\:tw-text-blue-400{
    color: #63b3ed !important;
  }

  .xl\:tw-text-blue-500{
    color: #4299e1 !important;
  }

  .xl\:tw-text-blue-600{
    color: #3182ce !important;
  }

  .xl\:tw-text-blue-700{
    color: #2b6cb0 !important;
  }

  .xl\:tw-text-blue-800{
    color: #2c5282 !important;
  }

  .xl\:tw-text-blue-900{
    color: #2a4365 !important;
  }

  .xl\:tw-text-indigo-100{
    color: #ebf4ff !important;
  }

  .xl\:tw-text-indigo-200{
    color: #c3dafe !important;
  }

  .xl\:tw-text-indigo-300{
    color: #a3bffa !important;
  }

  .xl\:tw-text-indigo-400{
    color: #7f9cf5 !important;
  }

  .xl\:tw-text-indigo-500{
    color: #667eea !important;
  }

  .xl\:tw-text-indigo-600{
    color: #5a67d8 !important;
  }

  .xl\:tw-text-indigo-700{
    color: #4c51bf !important;
  }

  .xl\:tw-text-indigo-800{
    color: #434190 !important;
  }

  .xl\:tw-text-indigo-900{
    color: #3c366b !important;
  }

  .xl\:tw-text-purple-100{
    color: #faf5ff !important;
  }

  .xl\:tw-text-purple-200{
    color: #e9d8fd !important;
  }

  .xl\:tw-text-purple-300{
    color: #d6bcfa !important;
  }

  .xl\:tw-text-purple-400{
    color: #b794f4 !important;
  }

  .xl\:tw-text-purple-500{
    color: #9f7aea !important;
  }

  .xl\:tw-text-purple-600{
    color: #805ad5 !important;
  }

  .xl\:tw-text-purple-700{
    color: #6b46c1 !important;
  }

  .xl\:tw-text-purple-800{
    color: #553c9a !important;
  }

  .xl\:tw-text-purple-900{
    color: #44337a !important;
  }

  .xl\:tw-text-pink-100{
    color: #fff5f7 !important;
  }

  .xl\:tw-text-pink-200{
    color: #fed7e2 !important;
  }

  .xl\:tw-text-pink-300{
    color: #fbb6ce !important;
  }

  .xl\:tw-text-pink-400{
    color: #f687b3 !important;
  }

  .xl\:tw-text-pink-500{
    color: #ed64a6 !important;
  }

  .xl\:tw-text-pink-600{
    color: #d53f8c !important;
  }

  .xl\:tw-text-pink-700{
    color: #b83280 !important;
  }

  .xl\:tw-text-pink-800{
    color: #97266d !important;
  }

  .xl\:tw-text-pink-900{
    color: #702459 !important;
  }

  .xl\:hover\:tw-text-transparent:hover{
    color: transparent !important;
  }

  .xl\:hover\:tw-text-black:hover{
    color: #000 !important;
  }

  .xl\:hover\:tw-text-white:hover{
    color: #fff !important;
  }

  .xl\:hover\:tw-text-gray-100:hover{
    color: #f7fafc !important;
  }

  .xl\:hover\:tw-text-gray-200:hover{
    color: #edf2f7 !important;
  }

  .xl\:hover\:tw-text-gray-300:hover{
    color: #e2e8f0 !important;
  }

  .xl\:hover\:tw-text-gray-400:hover{
    color: #cbd5e0 !important;
  }

  .xl\:hover\:tw-text-gray-500:hover{
    color: #a0aec0 !important;
  }

  .xl\:hover\:tw-text-gray-600:hover{
    color: #718096 !important;
  }

  .xl\:hover\:tw-text-gray-700:hover{
    color: #4a5568 !important;
  }

  .xl\:hover\:tw-text-gray-800:hover{
    color: #2d3748 !important;
  }

  .xl\:hover\:tw-text-gray-900:hover{
    color: #1a202c !important;
  }

  .xl\:hover\:tw-text-red-100:hover{
    color: #fff5f5 !important;
  }

  .xl\:hover\:tw-text-red-200:hover{
    color: #fed7d7 !important;
  }

  .xl\:hover\:tw-text-red-300:hover{
    color: #feb2b2 !important;
  }

  .xl\:hover\:tw-text-red-400:hover{
    color: #fc8181 !important;
  }

  .xl\:hover\:tw-text-red-500:hover{
    color: #f56565 !important;
  }

  .xl\:hover\:tw-text-red-600:hover{
    color: #e53e3e !important;
  }

  .xl\:hover\:tw-text-red-700:hover{
    color: #c53030 !important;
  }

  .xl\:hover\:tw-text-red-800:hover{
    color: #9b2c2c !important;
  }

  .xl\:hover\:tw-text-red-900:hover{
    color: #742a2a !important;
  }

  .xl\:hover\:tw-text-orange-100:hover{
    color: #fffaf0 !important;
  }

  .xl\:hover\:tw-text-orange-200:hover{
    color: #feebc8 !important;
  }

  .xl\:hover\:tw-text-orange-300:hover{
    color: #fbd38d !important;
  }

  .xl\:hover\:tw-text-orange-400:hover{
    color: #f6ad55 !important;
  }

  .xl\:hover\:tw-text-orange-500:hover{
    color: #ed8936 !important;
  }

  .xl\:hover\:tw-text-orange-600:hover{
    color: #dd6b20 !important;
  }

  .xl\:hover\:tw-text-orange-700:hover{
    color: #c05621 !important;
  }

  .xl\:hover\:tw-text-orange-800:hover{
    color: #9c4221 !important;
  }

  .xl\:hover\:tw-text-orange-900:hover{
    color: #7b341e !important;
  }

  .xl\:hover\:tw-text-yellow-100:hover{
    color: #fffff0 !important;
  }

  .xl\:hover\:tw-text-yellow-200:hover{
    color: #fefcbf !important;
  }

  .xl\:hover\:tw-text-yellow-300:hover{
    color: #faf089 !important;
  }

  .xl\:hover\:tw-text-yellow-400:hover{
    color: #f6e05e !important;
  }

  .xl\:hover\:tw-text-yellow-500:hover{
    color: #ecc94b !important;
  }

  .xl\:hover\:tw-text-yellow-600:hover{
    color: #d69e2e !important;
  }

  .xl\:hover\:tw-text-yellow-700:hover{
    color: #b7791f !important;
  }

  .xl\:hover\:tw-text-yellow-800:hover{
    color: #975a16 !important;
  }

  .xl\:hover\:tw-text-yellow-900:hover{
    color: #744210 !important;
  }

  .xl\:hover\:tw-text-green-100:hover{
    color: #f0fff4 !important;
  }

  .xl\:hover\:tw-text-green-200:hover{
    color: #c6f6d5 !important;
  }

  .xl\:hover\:tw-text-green-300:hover{
    color: #9ae6b4 !important;
  }

  .xl\:hover\:tw-text-green-400:hover{
    color: #68d391 !important;
  }

  .xl\:hover\:tw-text-green-500:hover{
    color: #48bb78 !important;
  }

  .xl\:hover\:tw-text-green-600:hover{
    color: #38a169 !important;
  }

  .xl\:hover\:tw-text-green-700:hover{
    color: #2f855a !important;
  }

  .xl\:hover\:tw-text-green-800:hover{
    color: #276749 !important;
  }

  .xl\:hover\:tw-text-green-900:hover{
    color: #22543d !important;
  }

  .xl\:hover\:tw-text-teal-100:hover{
    color: #e6fffa !important;
  }

  .xl\:hover\:tw-text-teal-200:hover{
    color: #b2f5ea !important;
  }

  .xl\:hover\:tw-text-teal-300:hover{
    color: #81e6d9 !important;
  }

  .xl\:hover\:tw-text-teal-400:hover{
    color: #4fd1c5 !important;
  }

  .xl\:hover\:tw-text-teal-500:hover{
    color: #38b2ac !important;
  }

  .xl\:hover\:tw-text-teal-600:hover{
    color: #319795 !important;
  }

  .xl\:hover\:tw-text-teal-700:hover{
    color: #2c7a7b !important;
  }

  .xl\:hover\:tw-text-teal-800:hover{
    color: #285e61 !important;
  }

  .xl\:hover\:tw-text-teal-900:hover{
    color: #234e52 !important;
  }

  .xl\:hover\:tw-text-blue-100:hover{
    color: #ebf8ff !important;
  }

  .xl\:hover\:tw-text-blue-200:hover{
    color: #bee3f8 !important;
  }

  .xl\:hover\:tw-text-blue-300:hover{
    color: #90cdf4 !important;
  }

  .xl\:hover\:tw-text-blue-400:hover{
    color: #63b3ed !important;
  }

  .xl\:hover\:tw-text-blue-500:hover{
    color: #4299e1 !important;
  }

  .xl\:hover\:tw-text-blue-600:hover{
    color: #3182ce !important;
  }

  .xl\:hover\:tw-text-blue-700:hover{
    color: #2b6cb0 !important;
  }

  .xl\:hover\:tw-text-blue-800:hover{
    color: #2c5282 !important;
  }

  .xl\:hover\:tw-text-blue-900:hover{
    color: #2a4365 !important;
  }

  .xl\:hover\:tw-text-indigo-100:hover{
    color: #ebf4ff !important;
  }

  .xl\:hover\:tw-text-indigo-200:hover{
    color: #c3dafe !important;
  }

  .xl\:hover\:tw-text-indigo-300:hover{
    color: #a3bffa !important;
  }

  .xl\:hover\:tw-text-indigo-400:hover{
    color: #7f9cf5 !important;
  }

  .xl\:hover\:tw-text-indigo-500:hover{
    color: #667eea !important;
  }

  .xl\:hover\:tw-text-indigo-600:hover{
    color: #5a67d8 !important;
  }

  .xl\:hover\:tw-text-indigo-700:hover{
    color: #4c51bf !important;
  }

  .xl\:hover\:tw-text-indigo-800:hover{
    color: #434190 !important;
  }

  .xl\:hover\:tw-text-indigo-900:hover{
    color: #3c366b !important;
  }

  .xl\:hover\:tw-text-purple-100:hover{
    color: #faf5ff !important;
  }

  .xl\:hover\:tw-text-purple-200:hover{
    color: #e9d8fd !important;
  }

  .xl\:hover\:tw-text-purple-300:hover{
    color: #d6bcfa !important;
  }

  .xl\:hover\:tw-text-purple-400:hover{
    color: #b794f4 !important;
  }

  .xl\:hover\:tw-text-purple-500:hover{
    color: #9f7aea !important;
  }

  .xl\:hover\:tw-text-purple-600:hover{
    color: #805ad5 !important;
  }

  .xl\:hover\:tw-text-purple-700:hover{
    color: #6b46c1 !important;
  }

  .xl\:hover\:tw-text-purple-800:hover{
    color: #553c9a !important;
  }

  .xl\:hover\:tw-text-purple-900:hover{
    color: #44337a !important;
  }

  .xl\:hover\:tw-text-pink-100:hover{
    color: #fff5f7 !important;
  }

  .xl\:hover\:tw-text-pink-200:hover{
    color: #fed7e2 !important;
  }

  .xl\:hover\:tw-text-pink-300:hover{
    color: #fbb6ce !important;
  }

  .xl\:hover\:tw-text-pink-400:hover{
    color: #f687b3 !important;
  }

  .xl\:hover\:tw-text-pink-500:hover{
    color: #ed64a6 !important;
  }

  .xl\:hover\:tw-text-pink-600:hover{
    color: #d53f8c !important;
  }

  .xl\:hover\:tw-text-pink-700:hover{
    color: #b83280 !important;
  }

  .xl\:hover\:tw-text-pink-800:hover{
    color: #97266d !important;
  }

  .xl\:hover\:tw-text-pink-900:hover{
    color: #702459 !important;
  }

  .xl\:focus\:tw-text-transparent:focus{
    color: transparent !important;
  }

  .xl\:focus\:tw-text-black:focus{
    color: #000 !important;
  }

  .xl\:focus\:tw-text-white:focus{
    color: #fff !important;
  }

  .xl\:focus\:tw-text-gray-100:focus{
    color: #f7fafc !important;
  }

  .xl\:focus\:tw-text-gray-200:focus{
    color: #edf2f7 !important;
  }

  .xl\:focus\:tw-text-gray-300:focus{
    color: #e2e8f0 !important;
  }

  .xl\:focus\:tw-text-gray-400:focus{
    color: #cbd5e0 !important;
  }

  .xl\:focus\:tw-text-gray-500:focus{
    color: #a0aec0 !important;
  }

  .xl\:focus\:tw-text-gray-600:focus{
    color: #718096 !important;
  }

  .xl\:focus\:tw-text-gray-700:focus{
    color: #4a5568 !important;
  }

  .xl\:focus\:tw-text-gray-800:focus{
    color: #2d3748 !important;
  }

  .xl\:focus\:tw-text-gray-900:focus{
    color: #1a202c !important;
  }

  .xl\:focus\:tw-text-red-100:focus{
    color: #fff5f5 !important;
  }

  .xl\:focus\:tw-text-red-200:focus{
    color: #fed7d7 !important;
  }

  .xl\:focus\:tw-text-red-300:focus{
    color: #feb2b2 !important;
  }

  .xl\:focus\:tw-text-red-400:focus{
    color: #fc8181 !important;
  }

  .xl\:focus\:tw-text-red-500:focus{
    color: #f56565 !important;
  }

  .xl\:focus\:tw-text-red-600:focus{
    color: #e53e3e !important;
  }

  .xl\:focus\:tw-text-red-700:focus{
    color: #c53030 !important;
  }

  .xl\:focus\:tw-text-red-800:focus{
    color: #9b2c2c !important;
  }

  .xl\:focus\:tw-text-red-900:focus{
    color: #742a2a !important;
  }

  .xl\:focus\:tw-text-orange-100:focus{
    color: #fffaf0 !important;
  }

  .xl\:focus\:tw-text-orange-200:focus{
    color: #feebc8 !important;
  }

  .xl\:focus\:tw-text-orange-300:focus{
    color: #fbd38d !important;
  }

  .xl\:focus\:tw-text-orange-400:focus{
    color: #f6ad55 !important;
  }

  .xl\:focus\:tw-text-orange-500:focus{
    color: #ed8936 !important;
  }

  .xl\:focus\:tw-text-orange-600:focus{
    color: #dd6b20 !important;
  }

  .xl\:focus\:tw-text-orange-700:focus{
    color: #c05621 !important;
  }

  .xl\:focus\:tw-text-orange-800:focus{
    color: #9c4221 !important;
  }

  .xl\:focus\:tw-text-orange-900:focus{
    color: #7b341e !important;
  }

  .xl\:focus\:tw-text-yellow-100:focus{
    color: #fffff0 !important;
  }

  .xl\:focus\:tw-text-yellow-200:focus{
    color: #fefcbf !important;
  }

  .xl\:focus\:tw-text-yellow-300:focus{
    color: #faf089 !important;
  }

  .xl\:focus\:tw-text-yellow-400:focus{
    color: #f6e05e !important;
  }

  .xl\:focus\:tw-text-yellow-500:focus{
    color: #ecc94b !important;
  }

  .xl\:focus\:tw-text-yellow-600:focus{
    color: #d69e2e !important;
  }

  .xl\:focus\:tw-text-yellow-700:focus{
    color: #b7791f !important;
  }

  .xl\:focus\:tw-text-yellow-800:focus{
    color: #975a16 !important;
  }

  .xl\:focus\:tw-text-yellow-900:focus{
    color: #744210 !important;
  }

  .xl\:focus\:tw-text-green-100:focus{
    color: #f0fff4 !important;
  }

  .xl\:focus\:tw-text-green-200:focus{
    color: #c6f6d5 !important;
  }

  .xl\:focus\:tw-text-green-300:focus{
    color: #9ae6b4 !important;
  }

  .xl\:focus\:tw-text-green-400:focus{
    color: #68d391 !important;
  }

  .xl\:focus\:tw-text-green-500:focus{
    color: #48bb78 !important;
  }

  .xl\:focus\:tw-text-green-600:focus{
    color: #38a169 !important;
  }

  .xl\:focus\:tw-text-green-700:focus{
    color: #2f855a !important;
  }

  .xl\:focus\:tw-text-green-800:focus{
    color: #276749 !important;
  }

  .xl\:focus\:tw-text-green-900:focus{
    color: #22543d !important;
  }

  .xl\:focus\:tw-text-teal-100:focus{
    color: #e6fffa !important;
  }

  .xl\:focus\:tw-text-teal-200:focus{
    color: #b2f5ea !important;
  }

  .xl\:focus\:tw-text-teal-300:focus{
    color: #81e6d9 !important;
  }

  .xl\:focus\:tw-text-teal-400:focus{
    color: #4fd1c5 !important;
  }

  .xl\:focus\:tw-text-teal-500:focus{
    color: #38b2ac !important;
  }

  .xl\:focus\:tw-text-teal-600:focus{
    color: #319795 !important;
  }

  .xl\:focus\:tw-text-teal-700:focus{
    color: #2c7a7b !important;
  }

  .xl\:focus\:tw-text-teal-800:focus{
    color: #285e61 !important;
  }

  .xl\:focus\:tw-text-teal-900:focus{
    color: #234e52 !important;
  }

  .xl\:focus\:tw-text-blue-100:focus{
    color: #ebf8ff !important;
  }

  .xl\:focus\:tw-text-blue-200:focus{
    color: #bee3f8 !important;
  }

  .xl\:focus\:tw-text-blue-300:focus{
    color: #90cdf4 !important;
  }

  .xl\:focus\:tw-text-blue-400:focus{
    color: #63b3ed !important;
  }

  .xl\:focus\:tw-text-blue-500:focus{
    color: #4299e1 !important;
  }

  .xl\:focus\:tw-text-blue-600:focus{
    color: #3182ce !important;
  }

  .xl\:focus\:tw-text-blue-700:focus{
    color: #2b6cb0 !important;
  }

  .xl\:focus\:tw-text-blue-800:focus{
    color: #2c5282 !important;
  }

  .xl\:focus\:tw-text-blue-900:focus{
    color: #2a4365 !important;
  }

  .xl\:focus\:tw-text-indigo-100:focus{
    color: #ebf4ff !important;
  }

  .xl\:focus\:tw-text-indigo-200:focus{
    color: #c3dafe !important;
  }

  .xl\:focus\:tw-text-indigo-300:focus{
    color: #a3bffa !important;
  }

  .xl\:focus\:tw-text-indigo-400:focus{
    color: #7f9cf5 !important;
  }

  .xl\:focus\:tw-text-indigo-500:focus{
    color: #667eea !important;
  }

  .xl\:focus\:tw-text-indigo-600:focus{
    color: #5a67d8 !important;
  }

  .xl\:focus\:tw-text-indigo-700:focus{
    color: #4c51bf !important;
  }

  .xl\:focus\:tw-text-indigo-800:focus{
    color: #434190 !important;
  }

  .xl\:focus\:tw-text-indigo-900:focus{
    color: #3c366b !important;
  }

  .xl\:focus\:tw-text-purple-100:focus{
    color: #faf5ff !important;
  }

  .xl\:focus\:tw-text-purple-200:focus{
    color: #e9d8fd !important;
  }

  .xl\:focus\:tw-text-purple-300:focus{
    color: #d6bcfa !important;
  }

  .xl\:focus\:tw-text-purple-400:focus{
    color: #b794f4 !important;
  }

  .xl\:focus\:tw-text-purple-500:focus{
    color: #9f7aea !important;
  }

  .xl\:focus\:tw-text-purple-600:focus{
    color: #805ad5 !important;
  }

  .xl\:focus\:tw-text-purple-700:focus{
    color: #6b46c1 !important;
  }

  .xl\:focus\:tw-text-purple-800:focus{
    color: #553c9a !important;
  }

  .xl\:focus\:tw-text-purple-900:focus{
    color: #44337a !important;
  }

  .xl\:focus\:tw-text-pink-100:focus{
    color: #fff5f7 !important;
  }

  .xl\:focus\:tw-text-pink-200:focus{
    color: #fed7e2 !important;
  }

  .xl\:focus\:tw-text-pink-300:focus{
    color: #fbb6ce !important;
  }

  .xl\:focus\:tw-text-pink-400:focus{
    color: #f687b3 !important;
  }

  .xl\:focus\:tw-text-pink-500:focus{
    color: #ed64a6 !important;
  }

  .xl\:focus\:tw-text-pink-600:focus{
    color: #d53f8c !important;
  }

  .xl\:focus\:tw-text-pink-700:focus{
    color: #b83280 !important;
  }

  .xl\:focus\:tw-text-pink-800:focus{
    color: #97266d !important;
  }

  .xl\:focus\:tw-text-pink-900:focus{
    color: #702459 !important;
  }

  .xl\:tw-text-xs{
    font-size: 0.75rem !important;
  }

  .xl\:tw-text-sm{
    font-size: 0.875rem !important;
  }

  .xl\:tw-text-base{
    font-size: 1rem !important;
  }

  .xl\:tw-text-lg{
    font-size: 1.125rem !important;
  }

  .xl\:tw-text-xl{
    font-size: 1.25rem !important;
  }

  .xl\:tw-text-2xl{
    font-size: 1.5rem !important;
  }

  .xl\:tw-text-3xl{
    font-size: 1.875rem !important;
  }

  .xl\:tw-text-4xl{
    font-size: 2.25rem !important;
  }

  .xl\:tw-text-5xl{
    font-size: 3rem !important;
  }

  .xl\:tw-text-6xl{
    font-size: 4rem !important;
  }

  .xl\:tw-italic{
    font-style: italic !important;
  }

  .xl\:tw-not-italic{
    font-style: normal !important;
  }

  .xl\:tw-uppercase{
    text-transform: uppercase !important;
  }

  .xl\:tw-lowercase{
    text-transform: lowercase !important;
  }

  .xl\:tw-capitalize{
    text-transform: capitalize !important;
  }

  .xl\:tw-normal-case{
    text-transform: none !important;
  }

  .xl\:tw-underline{
    text-decoration: underline !important;
  }

  .xl\:tw-line-through{
    text-decoration: line-through !important;
  }

  .xl\:tw-no-underline{
    text-decoration: none !important;
  }

  .xl\:hover\:tw-underline:hover{
    text-decoration: underline !important;
  }

  .xl\:hover\:tw-line-through:hover{
    text-decoration: line-through !important;
  }

  .xl\:hover\:tw-no-underline:hover{
    text-decoration: none !important;
  }

  .xl\:focus\:tw-underline:focus{
    text-decoration: underline !important;
  }

  .xl\:focus\:tw-line-through:focus{
    text-decoration: line-through !important;
  }

  .xl\:focus\:tw-no-underline:focus{
    text-decoration: none !important;
  }

  .xl\:tw-antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:tw-subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:tw-tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xl\:tw-tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xl\:tw-tracking-normal{
    letter-spacing: 0 !important;
  }

  .xl\:tw-tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xl\:tw-tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xl\:tw-tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xl\:tw-select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xl\:tw-select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xl\:tw-select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .xl\:tw-select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xl\:tw-align-baseline{
    vertical-align: baseline !important;
  }

  .xl\:tw-align-top{
    vertical-align: top !important;
  }

  .xl\:tw-align-middle{
    vertical-align: middle !important;
  }

  .xl\:tw-align-bottom{
    vertical-align: bottom !important;
  }

  .xl\:tw-align-text-top{
    vertical-align: text-top !important;
  }

  .xl\:tw-align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .xl\:tw-visible{
    visibility: visible !important;
  }

  .xl\:tw-invisible{
    visibility: hidden !important;
  }

  .xl\:tw-whitespace-normal{
    white-space: normal !important;
  }

  .xl\:tw-whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .xl\:tw-whitespace-pre{
    white-space: pre !important;
  }

  .xl\:tw-whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xl\:tw-whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xl\:tw-break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:tw-break-words{
    overflow-wrap: break-word !important;
  }

  .xl\:tw-break-all{
    word-break: break-all !important;
  }

  .xl\:tw-truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:tw-w-0{
    width: 0 !important;
  }

  .xl\:tw-w-1{
    width: 0.25rem !important;
  }

  .xl\:tw-w-2{
    width: 0.5rem !important;
  }

  .xl\:tw-w-3{
    width: 0.75rem !important;
  }

  .xl\:tw-w-4{
    width: 1rem !important;
  }

  .xl\:tw-w-5{
    width: 1.25rem !important;
  }

  .xl\:tw-w-6{
    width: 1.5rem !important;
  }

  .xl\:tw-w-8{
    width: 2rem !important;
  }

  .xl\:tw-w-10{
    width: 2.5rem !important;
  }

  .xl\:tw-w-12{
    width: 3rem !important;
  }

  .xl\:tw-w-16{
    width: 4rem !important;
  }

  .xl\:tw-w-20{
    width: 5rem !important;
  }

  .xl\:tw-w-24{
    width: 6rem !important;
  }

  .xl\:tw-w-32{
    width: 8rem !important;
  }

  .xl\:tw-w-40{
    width: 10rem !important;
  }

  .xl\:tw-w-48{
    width: 12rem !important;
  }

  .xl\:tw-w-56{
    width: 14rem !important;
  }

  .xl\:tw-w-64{
    width: 16rem !important;
  }

  .xl\:tw-w-auto{
    width: auto !important;
  }

  .xl\:tw-w-px{
    width: 1px !important;
  }

  .xl\:tw-w-1\/2{
    width: 50% !important;
  }

  .xl\:tw-w-1\/3{
    width: 33.333333% !important;
  }

  .xl\:tw-w-2\/3{
    width: 66.666667% !important;
  }

  .xl\:tw-w-1\/4{
    width: 25% !important;
  }

  .xl\:tw-w-2\/4{
    width: 50% !important;
  }

  .xl\:tw-w-3\/4{
    width: 75% !important;
  }

  .xl\:tw-w-1\/5{
    width: 20% !important;
  }

  .xl\:tw-w-2\/5{
    width: 40% !important;
  }

  .xl\:tw-w-3\/5{
    width: 60% !important;
  }

  .xl\:tw-w-4\/5{
    width: 80% !important;
  }

  .xl\:tw-w-1\/6{
    width: 16.666667% !important;
  }

  .xl\:tw-w-2\/6{
    width: 33.333333% !important;
  }

  .xl\:tw-w-3\/6{
    width: 50% !important;
  }

  .xl\:tw-w-4\/6{
    width: 66.666667% !important;
  }

  .xl\:tw-w-5\/6{
    width: 83.333333% !important;
  }

  .xl\:tw-w-1\/12{
    width: 8.333333% !important;
  }

  .xl\:tw-w-2\/12{
    width: 16.666667% !important;
  }

  .xl\:tw-w-3\/12{
    width: 25% !important;
  }

  .xl\:tw-w-4\/12{
    width: 33.333333% !important;
  }

  .xl\:tw-w-5\/12{
    width: 41.666667% !important;
  }

  .xl\:tw-w-6\/12{
    width: 50% !important;
  }

  .xl\:tw-w-7\/12{
    width: 58.333333% !important;
  }

  .xl\:tw-w-8\/12{
    width: 66.666667% !important;
  }

  .xl\:tw-w-9\/12{
    width: 75% !important;
  }

  .xl\:tw-w-10\/12{
    width: 83.333333% !important;
  }

  .xl\:tw-w-11\/12{
    width: 91.666667% !important;
  }

  .xl\:tw-w-full{
    width: 100% !important;
  }

  .xl\:tw-w-screen{
    width: 100vw !important;
  }

  .xl\:tw-z-0{
    z-index: 0 !important;
  }

  .xl\:tw-z-10{
    z-index: 10 !important;
  }

  .xl\:tw-z-20{
    z-index: 20 !important;
  }

  .xl\:tw-z-30{
    z-index: 30 !important;
  }

  .xl\:tw-z-40{
    z-index: 40 !important;
  }

  .xl\:tw-z-50{
    z-index: 50 !important;
  }

  .xl\:tw-z-auto{
    z-index: auto !important;
  }
}